# Actor Add Orient Update

Grammar — Enable orientation updates for divisions divisions using status statusName.
FlagsNative | Action

Causes StatusSet actor messages to be sent to every on screen actor unit every frame. The status value is based on the facing of the unit.

# Arguments

  • string — StatusName
  • int — Divisions

Returns — void

native void ActorAddOrientUpdate(
	string statusName,
	int divisions,
);

Category: Actor / Utility

# Examples

— None found —