GetActorAngle

From Eternity Wiki
Revision as of 11:28, 26 July 2024 by Printz (talk | contribs) (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)}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).

See also