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

get_enum_member_enum

get id of enum by id of constant
     const_id - id of symbolic constant
returns: id of enum the constant belongs to.
                        -1 if const_id is bad.

long get_enum_member_enum(long const_id);

Last updated

Was this helpful?