====== GetActorVelocity ====== {{tag>zdoom math}} ''fixed GetActorVelocity(int tid)'' ===== Description ===== Returns the length of the 3D velocity vector of the actor. Shorthand for ''[[VectorLength3D]](GetActorVelX(tid), GetActorVelY(tid), GetActorVelZ(tid))''.