# List Remove

Grammar — ListRemove actorRefName
FlagsFunction

Constructs and returns a ListRemove actor message. This can only be sent to an actor list. Removes the referenced actor from the actor list.

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_ListRemove(string lp_actorRefName);

Category: Actor / Message Constructors

# Examples

— None found —