SetActorAngle: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 6: Line 6:
|id=ACS internal
|id=ACS internal
|seealso=
|seealso=
*[[ChangeActorAngle]]
*[[Face]] code pointer
*[[Face]] code pointer
*[[Turn]] code pointer}}
*[[Turn]] code pointer}}

Latest revision as of 14:49, 5 May 2026

Description[edit]

This is an ACS built-in function.

Sets tagged actors' direction angle.

Usage[edit]

void SetActorAngle(int tid, fixed angle)

Parameters[edit]

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: ACS internal.

See also[edit]