Home
last modified time | relevance | path

Searched refs:entity_isBeingPulled (Results 1 – 13 of 13) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dmantis-bomb.lua98 if entity_isBeingPulled(me) then
101 if not entity_isBeingPulled(me) and v.pulled then
111 if not entity_isBeingPulled(me) then
H A Dmermanthin.lua179 if not entity_isBeingPulled(me) then
254 if entity_isBeingPulled(me) then
294 if entity_isBeingPulled(me) then
322 if not entity_isBeingPulled(me) then
H A Dpufferfish.lua80 if not entity_isBeingPulled(me) then
97 if not entity_isBeingPulled(me) then
H A Dturtlecommon.lua108 if v.goDelay > 0 and not entity_isBeingPulled(me) then
121 if entity_isBeingPulled(me) then
H A Dgroundshockershell.lua58 if not entity_isBeingPulled(me) then
H A Dpullplantcommon.lua70 if entity_isState(me, STATE_IDLE) and entity_isBeingPulled(me) then
H A Deyespiral.lua82 if entity_isBeingPulled(me) then
H A Dwhelkcommon.lua120 if entity_isBeingPulled(me) then
H A Dnudicommon.lua113 if entity_isBeingPulled(me) then
H A Dcrystalholder.lua87 if not entity_isBeingPulled(me) then
H A Dgroundshocker.lua134 if entity_isBeingPulled(me) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/include/
H A Drocktemplate.lua56 if not entity_isBeingPulled(me) then
66 if not entity_isBeingPulled(me) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp3969 luaFunc(entity_isBeingPulled) in luaFunc() argument
9745 luaRegister(entity_isBeingPulled),