# Ref Destroy

Grammar — RefDestroy actorRefName
FlagsFunction

Constructs and returns a RefDestroy actor message based on the parameters. This message destroys an existing actor reference with a name equal to the Actor Ref Name parameter. Once it is destroyed it will no loner be accessible.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_RefDestroy(string lp_actorRefName);

Category: Actor / Message Constructors

# Examples

— None found —