====== GetActorXYVelocity ====== {{tag>zdoom math}} ''fixed GetActorVelocity(int tid)'' ===== Description ===== Returns the length of the 2D (XY) velocity vector of the actor. Shorthand for ''VectorLength(GetActorVelX(tid), GetActorVelY(tid))''.