Home
last modified time | relevance | path

Searched refs:entity_getVelLen (Results 1 – 7 of 7) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dicechunkcommon.lua120 local rotSpeed = (entity_getVelLen(me)/300) + 1
166 if entity_getVelLen(me) > 64 then entity_doFriction(me, dt, 42) end
H A Ddeepcrawley.lua126 local rotSpeed = (entity_getVelLen(me)/300) + 1
135 if entity_getVelLen(me) > 64 then entity_doFriction(me, dt, 42) end
H A Dgroundshockershell.lua67 if entity_getVelLen(me) > 76 then
H A Dstarmiecommon.lua172 v.animSpeed = ((entity_getVelLen(me) / v.maxSpeed) * 2) + 0.2
H A Dcreatorform4.lua182 if entity_getVelLen(me) <= 234 then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/_unused/
H A Djellynew.lua142 if entity_getVelLen(me) <= 1 then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp2551 luaFunc(entity_getVelLen) in luaFunc() argument
10282 luaRegister(entity_getVelLen),