Table of Contents
This sections is a complete function reference. The calling convention for all functions is __rascall, which maps to the one that the authors of the library find most appropriate for a particular platform.
For C programs bool is int, false
is 0, true
is anything other than 0 (no specific value).
For C++ programs, function parameters marked with OPTIONAL can be omitted, in which case their value will be NULL
, or zero. For C programs, this marker must be ignored and all parameters must be specified.