GetActorAngle: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{ACSFunction|description=Gets a thing's current facing angle, in byte angle. |usage=''fixed'' '''GetActorAngle(''int tid'') |parameters= *''tid'': TID of thing to check |return= The byte angle of thing's facing. |id=(ACC internal)}}") |
(No difference)
|
Revision as of 11:28, 26 July 2024
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).