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 byte angle.
Usage
fixed GetActorAngle(int tid)
Parameters
- tid: TID of thing to check
Return value
The byte angle of thing's facing.
Examples
No examples given.
Notes
No particular notes.
This function's identification in zspecial.acs
is: (ACC internal).