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

get_enum_member_value

get value of symbolic constant
     const_id - id of symbolic constant
returns: value of constant or 0

long get_enum_member_value(long const_id);

Last updated

Was this helpful?