Signature
native get_flags(flags, output[], len);
Description
Converts a bitflag value to a flag string.
Notes
- Example: The value 3 will yield the string "ab"
Parameters
- flags — Bitflag value to convert
- output — Buffer to copy flag string to
- len — Maximum buffer size
Returns
Number of cells written to buffer