# Alias Add

Grammar — AliasAdd alias
FlagsFunction

Constructs and returns an AliasAdd actor message based on the parameters. This message can be used to associate the Alias parameter with an actor as an alias. Actor aliases are additional names that can be used to refer to an actor in other functions and actions.

# Arguments

  • string — Alias

Returns — string<actormsg>

string libNtve_gf_AliasAdd(string lp_alias);

Category: Actor / Message Constructors

# Examples

— None found —