An ACS library for ZDoom-based ports
fixed GetActorVelocity(int tid)
Returns the length of the 2D (XY) velocity vector of the actor. Shorthand for VectorLength(GetActorVelX(tid), GetActorVelY(tid)).
VectorLength(GetActorVelX(tid), GetActorVelY(tid))