Breaks a string into pieces and stores each piece into an array of buffers.
int ExplodeString(const char[] text, const char[] split, char[][] buffers, int maxStrings, int maxStringLength, bool copyRemainder)
The string to split.
The string to use as a split delimiter.
An array of string buffers (2D array).
Number of string buffers (first dimension size).
Maximum length of each string buffer.
False (default) discard excess pieces, true to ignore delimiters after last piece.
Number of strings retrieved.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.