SetActorAngle
From Eternity Wiki
Jump to navigationJump to search
Description
This is an ACS built-in function.
Sets tagged actors' direction angle.
Usage
void SetActorAngle(int tid, fixed angle)
Parameters
- tid: TID of one or more actors to affect
- angle: fixed point angle to set
Return value
Examples
No examples given.
Notes
No particular notes.
This function's identification in zspecial.acs is: ACS internal.
See also
- ACS built-in functions
- Face code pointer
- Turn code pointer