Home
last modified time | relevance | path

Searched refs:entity_isFlag (Results 1 – 22 of 22) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dcurrentswitch.lua43 if entity_isFlag(me, v.CURRENTSWITCH_ON) then
45 elseif entity_isFlag(me, v.CURRENTSWITCH_OFF) then
102 if entity_isFlag(me, v.CURRENTSWITCH_OFF) then
H A Dcurrentswitchoff.lua25 if entity_isFlag(me, 0) then
H A Dcurrentswitchon.lua25 if entity_isFlag(me, 0) then
H A Dsacrificevictim.lua32 if entity_isFlag(me, 1) then
H A Dfan.lua30 if entity_isFlag(me, 1) then
H A Daltar.lua44 if entity_isFlag(me, 1) then
H A Dancient-plant.lua47 if entity_isFlag(me, 1) then
H A Dancient-bulb.lua113 if entity_isFlag(me, 0) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dtransturtle.lua102 if v.myFlag ~= 0 and (not entity_isFlag(me, 0)) then
207 if entity_isFlag(me, 0) then
247 …if entity_isEntityInRange(me, v.n, 300) and (not isFlag(v.myFlag, 1) or entity_isFlag(me, 0)) and …
263 if entity_isEntityInRange(me, v.n, 256) and entity_isFlag(me,0) then
279 if entity_isFlag(me, 0) then return end
H A Dcore.lua59 if entity_isFlag(me, 1) then
106 if entity_isFlag(me, 1) then
H A Dsunworm.lua86 if entity_isFlag(me, 0) then
131 if not entity_isFlag(me, 0) then
144 if entity_isFlag(me, 1) then
H A Dsimon.lua93 if entity_isFlag(me, 1) then
148 if entity_isFlag(me, 0) then
H A Dfinaltongue.lua45 if entity_isFlag(me, 1) then
H A DSunDoor.lua38 if entity_isFlag(me, 1) then
H A Dsporechildflowerportal.lua34 if entity_isFlag(me, 0) then
H A Dsingbulb.lua50 if entity_isFlag(me, 1) then
H A Dmantis.lua132 if not entity_isFlag(me, 0) then
H A Drotcore.lua116 if entity_isFlag(me, 1) then
H A Dforestgod.lua227 if entity_isFlag(me, 1) then
H A Dhellbeast.lua198 if entity_isFlag(me, 0) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Dsingbulb.lua50 if entity_isFlag(me, 1) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp8741 luaFunc(entity_isFlag) in luaFunc() argument
9960 luaRegister(entity_isFlag),