Home
last modified time | relevance | path

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

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_priestbrain.lua37 if entity_isName(e, "Priest") then
77 if entity_getEntityType(e) == ET_ENEMY and entity_isName(e, "Priest") then
H A Dmap_energytemplevision.lua132 if entity_isName(e, "krotiteontheway") then
150 if entity_isName(e, "KrotiteOnTheWay") then
H A Dmap_mithalasvision.lua95 if entity_isName(e, "priestnormal") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
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 Dphonograph.lua87 if e ~= me and entity_isName(e, entity_getName(me)) and entity_isEntityInRange(me, e, 1024) then
H A Dorbiter.lua112 if entity_isName(attacker, "Orbiter") then
H A Dsporechildflowerportal.lua56 if e ~= me and entity_isName(e, "TubeFlower") then
H A Darnassi-spirit.lua60 if entity_isName(e, "arnassi-spirit") then
H A Dpredatorytunicate.lua100 not entity_isName(ent, "ubervine") and
H A Dnauplius.lua229 if entity_isName(attacker, "Nauplius") then
H A Dmantis.lua247 if entity_isName(e, "mantis-bomb") then
H A Dforestgod.lua243 if entity_isName(ent, "SpikyBall")
244 or entity_isName(ent, "SporeSeed") then
H A Dhellbeast.lua541 elseif entity_isName(ent, "mermanthin") then
731 if entity_isName(ent, "MermanThin") then
H A Dkingjelly.lua118 …(ent)==ET_ENEMY and entity_isEntityInRange(me, ent, v.farRange*2) and entity_isName(ent, "EvilJell…
H A Dnautilusprime.lua294 if node_isEntityIn(v.leaveArea, e) and entity_isName(e, "nautilus") then
H A Dseahorsecommon.lua289 if e~=me and entity_isName(e, "Seahorse") then
H A Dsunkendad.lua145 if entity_isName(e, "zygote") then
H A Dcc_sunkencity.lua363 if entity_isName(e, "CC_Kid") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Daltar.lua119 if v.containedEntity ~= 0 and entity_isName(v.containedEntity, "SacrificeVictim") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Denergybarrier.lua147 if entity_isName(e, "MetalObject") then
H A Dnauplius.lua229 if entity_isName(attacker, "Nauplius") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp5154 luaFunc(entity_isName) in luaFunc() argument
10199 luaRegister(entity_isName),