GetActorVelX: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "'''ACS function''' ''fixed'' '''GetActorVelX'''(''int tid'') ''fixed'' '''GetActorVelY'''(''int tid'') ''fixed'' '''GetActorVelZ'''(''int tid'') Returns the X, Y, respective...")
 
No edit summary
 
Line 2: Line 2:


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



Latest revision as of 02:03, 21 June 2019

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[edit]