# Ref Create

Grammar — RefCreate actorRefName
FlagsNative | Function

Constructs and returns a RefCreate actor message. This message creates an actor reference that client code and data can use to store references to other living actors. The Actor Ref Name parameter determines the name of the actor reference, which is used to call it through other actor messages.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

native string MakeMsgRefCreate(string refName);

Category: Actor / Message Constructors

# Examples

— None found —