Home
last modified time | relevance | path

Searched refs:bone_isName (Results 1 – 6 of 6) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dcrabboss.lua328 if bone_isName(bone, "LeftAntenna") or bone_isName(bone, "RightAntenna") then
340 elseif bone_isName(bone, "RightArmWeakPoint") or bone_isName(bone, "LeftArmWeakPoint") then
342 if bone_isName(bone, "LeftArmWeakPoint") then
355 if bone_isName(bone, "RightArmWeakPoint") then
372 elseif bone_isName(bone, "Squid") then
H A Drotcore.lua347 if bone_isName(bone,"Eye") or bone_isName(bone, "Nut") then
H A Dbigmouth.lua177 if v.parasite and bone ~= 0 and bone_isName(bone,"Parasite") then
H A Dnautilusprime.lua411 if bone ~= 0 and bone_isName(bone, "Tentacles") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/scripts/
H A Dnautilusprime.lua394 if bone_isName(bone, "Tentacles") then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp6256 luaFunc(bone_isName) in luaFunc() argument
10269 luaRegister(bone_isName),