# Ref Clear

Grammar — RefClear actorRefName
FlagsFunction

Constructs and returns a RefClear actor message. The Actor Ref name parameter determines the actor ref to clear. This will remove the actor associated with that reference, but leave the reference for future use. An actor ref can have any type of actor assigned to it.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_RefClear(string lp_actorRefName);

Category: Actor / Message Constructors

# Examples

— None found —