# Ref Set From Actor

Grammar — RefSetFromActor actorRefName refPrimary refSecondary
FlagsFunction

Constructs and returns a RefSetFromActor actor message based on the parameters. This message will set an actor relative to another actor. For example, “RefSetFromActor ::global.test ::Creator ::Host” would set the ::global.test ref to the host of the actor that created the actor from which this message is being sent. Note: This will only set a value in an actor reference that already exists, it will not create a new reference.

# Arguments

  • string — Actor Ref Name
  • string — RefPrimary
  • string — RefSecondary

Returns — string<actormsg>

string libNtve_gf_RefSetFromActor(
	string lp_actorRefName,
	string lp_refPrimary,
	string lp_refSecondary,
);

Category: Actor / Message Constructors

# Examples

— None found —