stock xs_explode(const input[], output[][], delimiter, maxelems, elemsize)
input | The input string to be exploded. |
output | The output array of string where exploded string will be stored. |
delimeter | The character to break the string at. |
maxelems | Maximum amount of elements in @output. |
elemsize | Maximum size of each string in the @output array. |
"Explodes" a string, breaking it at the @delimeter character and putting each exploded part into the @output array.
The number of strings successfully exploded.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.