GetActorAngle

From Eternity Wiki
Revision as of 10:38, 26 July 2024 by Printz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Gets a thing's current facing angle, in fixed point angle.

Usage[edit]

fixed GetActorAngle(int tid)

Parameters[edit]

  • tid: TID of thing to check

Return value[edit]

The fixed point angle of thing's facing, or 0 if no such tagged thing exists.

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: (ACC internal).

See also[edit]