SetActorAngle
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Sets tagged actors' direction angle.
Usage[edit]
void SetActorAngle(int tid, fixed angle)
Parameters[edit]
- tid: TID of one or more actors to affect
- angle: fixed point angle to set
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]
- ACS built-in functions
- ChangeActorAngle
- Face code pointer
- Turn code pointer