Home
last modified time | relevance | path

Searched refs:entity_isDamageTarget (Results 1 – 9 of 9) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dvine.lua79 …if entity_getEntityType(ent) ~= ET_NEUTRAL and ent ~= me and entity_isDamageTarget(ent, DT_AVATAR_…
H A Dpet_nautilus.lua141 if ent~=0 and not entity_isDamageTarget(ent, DT_AVATAR_PETNAUTILUS) then
H A Dpet_blaster.lua152 if ent~= 0 and not entity_isDamageTarget(ent, DT_AVATAR_PET) then
H A Dpredatorytunicate.lua97 …if ent ~= me and entity_isDamageTarget(ent, DT_ENEMY_TRAP) and entity_isEntityInRange(me, ent, 256…
H A Dpet_piranha.lua182 if ent ~= 0 and entity_isDamageTarget(ent, DT_AVATAR_PETBITE) then
H A Dubervinecommon.lua97 …if entity_getEntityType(ent) ~= ET_NEUTRAL and ent ~= me and entity_isDamageTarget(ent, DT_AVATAR_…
H A Dsporechild.lua255 if not entity_isDamageTarget(ent, DT_AVATAR_SPORECHILD) then
H A Dli.lua323 if entity_isDamageTarget(ent, DT_AVATAR_LIZAP, true) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp6497 luaFunc(entity_isDamageTarget) in luaFunc() argument
9556 luaRegister(entity_isDamageTarget),