GetActorVelX

From Eternity Wiki
Revision as of 02:02, 21 June 2019 by Printz (talk | contribs) (Created page with "'''ACS function''' ''fixed'' '''GetActorVelX'''(''int tid'') ''fixed'' '''GetActorVelY'''(''int tid'') ''fixed'' '''GetActorVelZ'''(''int tid'') Returns the X, Y, respective...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ACS function

fixed GetActorVelX(int tid) fixed GetActorVelY(int tid) fixed GetActorVelZ(int tid)

Returns the X, Y, respectively Z velocity component of the thing tagged with tid in fixed-point, depending on the function.

See also