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

get_enum_size

get size of enum
     enum_id - ID of enum
returns: number of constants in the enum
         Returns 0 if enum_id is bad.

long get_enum_size(long enum_id);

Last updated

Was this helpful?