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