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

get_enum_cmt

get comment of enum
     enum_id - ID of enum
     repeatable - 0:get regular comment
                  1:get repeatable comment
returns: comment of enum

string get_enum_cmt(long enum_id, long repeatable);

Last updated

Was this helpful?