# List Add

Grammar — ListAdd actorRefName
FlagsFunction

Constructs and returns a ListAdd actor message. This can only be sent to an actor list. Adds the referenced actor to the actor list. The purpose of a list is so all actors in the list could have the same actions applied (example: tree doodads in an area all catch fire).

# Arguments

  • string — Actor Ref Name

Returns — string<actormsg>

string libNtve_gf_ListAdd(string lp_actorRefName);

Category: Actor / Message Constructors

# Examples

— None found —