# Actor Set Reference

Grammar — Set actorRefName of actor to be actorValue
FlagsNative | Action

Store the source actor into an actor reference determined by the Actor Ref Name parameter.

# Arguments

  • actor — Actor
  • string — Actor Ref Name
  • actor — Source Actor

Returns — void

native void ActorRefSet(
	actor a,
	string refName,
	actor aValue,
);

Category: Actor / Utility

# Examples

— None found —