Home
last modified time | relevance | path

Searched refs:entity_isFollowingPath (Results 1 – 8 of 8) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dcc_sunkencity.lua262 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
278 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
292 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
319 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
349 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
391 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
413 while entity_isFollowingPath(me) do watch(FRAME_TIME) end
H A Dli.lua889 if entity_isFollowingPath(me) then
1024 if not entity_isFollowingPath(me) then
1056 …if not isForm(FORM_NORMAL) or not isInputEnabled() or entity_isFollowingPath(v.n) or avatar_getSti…
1181 if not entity_isFollowingPath(me) then
H A Dmonkey.lua144 if entity_isState(me, STATE_CLIMBUP) and not entity_isFollowingPath(me) then
H A Dsporechild.lua124 if not entity_isFollowingPath(me) or entity_isEntityInRange(me, v.flower, 128) then
H A Dcreatorform1.lua338 while entity_isFollowingPath(v.n) do
H A Dcreatorform4.lua132 if entity_isState(me, STATE_MOVE) and not entity_isFollowingPath(me) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dpathtest.lua46 if not entity_isFollowingPath() then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp4197 luaFunc(entity_isFollowingPath) in luaFunc() argument
9787 luaRegister(entity_isFollowingPath),