GetActorAngle
From Eternity Wiki
Jump to navigationJump to search
Description
This is an ACS built-in function.
Gets a thing's current facing angle, in fixed point angle.
Usage
fixed GetActorAngle(int tid)
Parameters
- tid: TID of thing to check
Return value
The fixed point angle of thing's facing, or 0 if no such tagged thing exists.
Examples
No examples given.
Notes
No particular notes.
This function's identification in zspecial.acs
is: (ACC internal).