GetActorAngle

From Eternity Wiki
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]