For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_enum_idx

get serial number of enum by its ID
     enum_id - ID of enum
returns: (0..get_enum_qty()-1) or -1 if error

long get_enum_idx(long enum_id);

Last updated

Was this helpful?