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

get_enum_member_by_name

get member of enum - a symbolic constant ID
     name - name of symbolic constant
returns: ID of constant or -1

long get_enum_member_by_name(string name);

Last updated

Was this helpful?