# Ref Set From Msg

Grammar — RefSetFromMsg actorRefName message
FlagsFunction

Constructs and returns a RefSetFromMsg actor message based on the parameters. This message will store an actor determined by the Message parameter, into an existing actor reference determined by the Actor Ref Name parameter. 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 — Message

Returns — string<actormsg>

string libNtve_gf_RefSetFromMsg(
	string lp_actorRefName,
	string lp_message,
);

Category: Actor / Message Constructors

# Examples

— None found —