GetActorAngle

From Eternity Wiki
Revision as of 11:38, 26 July 2024 by Printz (talk | contribs)
(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 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).

See also