load_enum | Precisamento

load_enum

Home
functions
constants
json
examples

Loads an enum value as an argument.

Syntax

1
load_enum(enum_name, value_name)
Argument Type Description
enum_name string The name of the enum type.
value_name string The name of the enum value.

Returns: 1

Description

This function loads an enum value as an argument. If the enum can have multiple values, separate each name by a comma.