Converts a flag bit string to a bit array.
int FlagBitsToBitArray(int bits, bool[] array, int maxSize)
Bit string containing the flags.
Array to write the flags to. Enabled flags will be 'true'.
Maximum number of flags the array can store.
Number of flags written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.