SetActorAngle

From Eternity Wiki
Revision as of 14:46, 5 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|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 |id=ACS internal |seealso= *Face code pointer *Turn code pointer}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is an ACS built-in function.

{{{description}}}

Usage

void SetActorAngle(int tid, fixed angle)

Parameters

Return value

Examples

No examples given.

Notes

No particular notes.

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

See also