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

set_enum_bf

set bitfield property of enum
     enum_id - id of enum
     flag    - 1: convert to bitfield
               0: convert to ordinary enum
returns: 1-ok, 0-failed

success set_enum_bf(long enum_id, long flag);

Last updated

Was this helpful?