Home
last modified time | relevance | path

Searched refs:node_getAmount (Results 1 – 8 of 8) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dpullplantnormal.lua27 v.commonInit(me, "", node_getContent(n1), node_getAmount(n1))
31 v.commonInit(me, node_getContent(n2), "", node_getAmount(n2))
H A Dbreakablecommon.lua67 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
72 v.amount = node_getAmount(n2) if v.amount == 0 then v.amount = 1 end
H A Dsingbulb.lua68 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
73 v.amount = node_getAmount(n2) if v.amount == 0 then v.amount = 1 end
H A Dotter.lua70 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dancient-plant.lua56 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
61 v.amount = node_getAmount(n2) if v.amount == 0 then v.amount = 1 end
H A Dancient-bulb.lua59 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
64 v.amount = node_getAmount(n2) if v.amount == 0 then v.amount = 1 end
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Dsingbulb.lua65 v.amount = node_getAmount(n1) if v.amount == 0 then v.amount = 1 end
70 v.amount = node_getAmount(n2) if v.amount == 0 then v.amount = 1 end
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp5189 luaFunc(node_getAmount) in luaFunc() argument
10180 luaRegister(node_getAmount),