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

get_enum_width

get width of enum elements
     enum_id - ID of enum
returns: size of enum elements in bytes
         (0 if enum_id is bad or the width is unknown).

long get_enum_width(long enum_id);

Last updated

Was this helpful?