Loads an enum of the type specified by the first argument, as an argument.
Syntax
1
load_enum_typeof(value_name)
Argument | Type | Description |
---|---|---|
value_name | string | The name of the enum value. |
Returns: 1
Description
Loads an enum of the type specified by the first argument, as an argument. First load the enum type, then call this function. If the enum can have multiple values, separate each name by a comma.