Home
last modified time | relevance | path

Searched refs:entity_getEntityType (Results 1 – 18 of 18) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dpredatorytunicate.lua101 not (entity_getEntityType(ent)==ET_INGREDIENT) then
112 …if v.trappedEnt ~= 0 and (entity_getEntityType(v.trappedEnt)==ET_AVATAR or v.trappedEnt == getLi()…
132 if entity_getEntityType(v.trappedEnt)==ET_AVATAR or v.trappedEnt==getLi() then
157 if entity_getEntityType(v.trappedEnt) == ET_ENEMY then
H A Denergybarrier.lua121 if (entity_getEntityType(e)==ET_ENEMY or entity_getEntityType(e)==ET_AVATAR)
140 if entity_getEntityType(e) == ET_AVATAR then
H A Dvine.lua79 …if entity_getEntityType(ent) ~= ET_NEUTRAL and ent ~= me and entity_isDamageTarget(ent, DT_AVATAR_…
81 if entity_getEntityType(ent)==ET_AVATAR and isForm(FORM_NATURE) then
H A Dcc_getrocked.lua45 if entity_getEntityType(ent) == ET_NEUTRAL and entity_isName(ent, "CC_Kid") then
59 if entity_getEntityType(ent) == ET_NEUTRAL and entity_isName(ent, "CC_Kid") then
H A Dkingjelly.lua118 …if ent ~= me and entity_getEntityType(ent)==ET_ENEMY and entity_isEntityInRange(me, ent, v.farRang…
223 …if ent ~= me and (entity_getEntityType(ent)==ET_AVATAR or entity_isEntityInRange(me, ent, v.farRan…
226 if entity_getEntityType(ent) == ET_AVATAR then
H A Dubervinecommon.lua97 …if entity_getEntityType(ent) ~= ET_NEUTRAL and ent ~= me and entity_isDamageTarget(ent, DT_AVATAR_…
100 if entity_getEntityType(ent) == ET_AVATAR then
H A Dbloodcell-white.lua39 …if entity_getEntityType(e)==ET_ENEMY and not eisv(e, EV_TYPEID, EVT_CELLWHITE) and not eisv(e, EV_…
H A Dpufferfish.lua86 if e ~= me and entity_getEntityType(e) == ET_ENEMY then
H A Dbigmouth.lua136 if entity_getEntityType(e)==ET_ENEMY and e ~= me then
H A Dhellbeast.lua505 if entity_getEntityType(ent)==ET_ENEMY or entity_getEntityType(ent)==ET_AVATAR then
544 if entity_getEntityType(ent) == ET_AVATAR then
H A Dupsidedownjelly.lua61 …if e ~= me and not entity_isDead(e) and entity_getEntityType(e) == ET_ENEMY and node_isEntityIn(v.…
H A Dsporechild.lua194 if entity_getEntityType(target)==ET_ENEMY then
H A Dli.lua768 if entity_getEntityType(v.ent) == ET_INGREDIENT then
781 elseif entity_getEntityType(v.ent) == ET_ENEMY and entity_isEntityInRange(me, v.ent, 128) then
795 elseif entity_getEntityType(v.ent) == ET_AVATAR and entity_isEntityInRange(me, v.ent, 128) then
H A Dcreatorform1.lua291 if (entity_getEntityType(ent) == ET_ENEMY) and ent ~= me then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Denergybarrier.lua120 if (entity_getEntityType(e)==ET_ENEMY or entity_getEntityType(e)==ET_AVATAR)
139 if entity_getEntityType(e) == ET_AVATAR then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_priestbrain.lua77 if entity_getEntityType(e) == ET_ENEMY and entity_isName(e, "Priest") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Daltar.lua128 if entity_getEntityType(v.containedEntity) ~= ET_AVATAR then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp4225 luaFunc(entity_getEntityType) in luaFunc() argument
9712 luaRegister(entity_getEntityType),