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

get_struc_size

get size of a structure
     id         - structure type ID
returns: 0 if bad structure type ID is passed
         otherwise returns size of structure in bytes.

long get_struc_size(long id);

Last updated

Was this helpful?