Home
last modified time | relevance | path

Searched refs:randAngle360 (Results 1 – 10 of 10) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Dstresstest.lua43 v.angle = randAngle360()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DIngredient.cpp67 rotation.z = randAngle360(); in Ingredient()
H A DScriptInterface.cpp7366 luaFunc(randAngle360) in luaFunc() argument
7368 luaReturnNum(randAngle360()); in luaFunc()
10309 luaRegister(randAngle360),
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dspookfish.lua92 v.angle = randAngle360()
H A Dicechunkcommon.lua110 entity_rotate(me, randAngle360())
H A Ddeepcrawley.lua94 entity_rotate(me, randAngle360())
H A Dhuggy.lua51 v.angle = randAngle360()
H A Dstarmiecommon.lua141 entity_rotate(me, randAngle360())
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DBase.h271 int randAngle360();
H A DBase.cpp128 int randAngle360() in randAngle360() function