Home
last modified time | relevance | path

Searched refs:node_isEntityIn (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dmerwoman.lua38 if nd~=0 and node_isEntityIn(nd, me) then
43 if nd~=0 and node_isEntityIn(nd, me) then
50 if nd~=0 and node_isEntityIn(nd, me) then
55 if nd~=0 and node_isEntityIn(nd, me) then
H A Darchitect.lua45 if w ~= 0 and node_isEntityIn(w, me) then
50 if f ~= 0 and node_isEntityIn(f, me) then
55 if p ~= 0 and node_isEntityIn(p, me) then
H A Ddruniad.lua41 if node ~= 0 and node_isEntityIn(node, me) then
46 if node ~= 0 and node_isEntityIn(node, me) then
51 if node ~= 0 and node_isEntityIn(node, me) then
H A Dmerchild.lua44 if nd~=0 and node_isEntityIn(nd, me) then
49 if nd~=0 and node_isEntityIn(nd, me) then
58 if nd~=0 and node_isEntityIn(nd, me) then
H A Dpriestnormal.lua38 if node~=0 and node_isEntityIn(node, me) then
51 if flip~=0 and node_isEntityIn(flip, me) then
H A Dpullplantnormal.lua26 if n1 ~= 0 and node_isEntityIn(n1, me) then
30 if n2 ~= 0 and node_isEntityIn(n2, me) then
H A Dforestsprite.lua46 if node ~= 0 and node_isEntityIn(node, me) then
50 if node ~= 0 and node_isEntityIn(node, me) then
H A Dbreakablecommon.lua65 if n1 ~= 0 and node_isEntityIn(n1, me) then
70 if n2 ~= 0 and node_isEntityIn(n2, me) then
H A Dgearcommon.lua60 if node ~= 0 and node_isEntityIn(node, me) then
85 if node ~= 0 and node_isEntityIn(node, me) then
H A Dgateway.lua42 if v.b ~= 0 and node_isEntityIn(v.b, me) then
83 if node_isEntityIn(v.b, v.n) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/_unused/
H A Dnode_zoomout.lua30 if node_isEntityIn(me, v.n) and not v.naijain then
33 elseif not node_isEntityIn(me, v.n) and v.naijain then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_savepoint.lua33 if not node_isEntityIn(node, v.n) then
41 if node_isEntityIn(me, v.n) then
H A Dnode_clearcontrolhints.lua26 if node_isEntityIn(me, getNaija()) then
H A Dnode_forestbossfadeout.lua27 if node_isEntityIn(me, getNaija()) then
H A Dnode_naija_mithalasend.lua28 if node_isEntityIn(me, getNaija()) then
H A Dnode_naija_forestspritecave.lua27 if node_isEntityIn(me, getNaija()) then
H A Dnode_beacon_energytemple_off.lua28 if node_isEntityIn(me, getNaija()) then
H A Dnode_beacon_songcave_off.lua28 if node_isEntityIn(me, getNaija()) then
H A Dnode_beacon_forest_off.lua28 if node_isEntityIn(me, getNaija()) then
H A Dnode_beacon_mithalas_off.lua28 if node_isEntityIn(me, getNaija()) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/aquariaeditortutorial/scripts/
H A Dnode_intro.lua54 if v.started and node_isEntityIn(me, v.n) then
62 if not v.started and node_isEntityIn(me, v.n) then
H A Dnode_editor.lua56 if v.started and node_isEntityIn(me, v.n) then
64 if not v.started and node_isEntityIn(me, v.n) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Dsingbulb.lua57 if nodey ~= 0 and node_isEntityIn(nodey, me) then
63 if n1 ~= 0 and node_isEntityIn(n1, me) then
68 if n2 ~= 0 and node_isEntityIn(n2, me) then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dancient-plant.lua54 if n1 ~= 0 and node_isEntityIn(n1, me) then
59 if n2 ~= 0 and node_isEntityIn(n2, me) then
H A Dancient-bulb.lua57 if n1 ~= 0 and node_isEntityIn(n1, me) then
62 if n2 ~= 0 and node_isEntityIn(n2, me) then

12345678