# Ref Notify

Grammar — RefNotify actorRefName subName
FlagsFunction

Constructs and returns a RefNotify actor message based on the parameters. Typically used with a target, this message allows one actor to send a ref to another actor. The signal parameter allows you to differentiate RefNotify messages if multiple messages are used in the same context.

# Arguments

  • string — Actor Ref Name
  • string — Sub Name

Returns — string<actormsg>

string libNtve_gf_RefNotify(
	string lp_actorRefName,
	string lp_subName,
);

Category: Actor / Message Constructors

# Examples

— None found —