Home
last modified time | relevance | path

Searched refs:entity_isPositionInRange (Results 1 – 16 of 16) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dseawolf.lua79 if entity_isPositionInRange(v.n, bx, by, 160) then
117 if entity_isPositionInRange(v.n, bx, by, 160) then
H A Dgrouper.lua115 if entity_isPositionInRange(v.n, bx, by, 96) then
167 if entity_isPositionInRange(me, entity_x(v.ing), entity_y(v.ing), 128) then
H A Ddeepwhale.lua63 if entity_isPositionInRange(v.n, bx, by, 200) then
H A Dcathedraldoor.lua100 if entity_isPositionInRange(v.n, bx, by, 200) then
H A Dcc_gf.lua140 if entity_isPositionInRange(me, x, y, 700) then
H A Dshark.lua67 if entity_isPositionInRange(v.n, x, y, 550) then
H A Drotworm.lua123 if entity_isPositionInRange(me, node_x(v.node), node_y(v.node), 64) then
H A Danglerfish.lua148 if entity_isPositionInRange(v.n, gx, gy, 200) then
H A Dcreatorform2.lua153 …if (entity_getBoneLockEntity(v.n) == me) or (entity_isPositionInRange(v.n, bx, by, 512) and chance…
H A Doctomun.lua110 if entity_isPositionInRange(v.n, x2, y2, 96) then
H A Dseahorsecommon.lua434 if entity_isPositionInRange(me, x, y, 64) then
H A Denergyboss.lua405 if entity_isPositionInRange(v.naija, x, y, 600)
H A Dhellbeast.lua506 if entity_isPositionInRange(ent, x, y, 180) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/include/
H A Dsealtemplate.lua58 if entity_isPositionInRange(me, x, y, 64) then
H A Dsporechildflowertemplate.lua60 if entity_isPositionInRange(me, x, y, 128) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp7397 luaFunc(entity_isPositionInRange) in luaFunc() argument
10228 luaRegister(entity_isPositionInRange),