A function defined in __bbmod_string.gml
bbmod_string_explode(_string, _char, _dest)
Splits given string on every occurrence of given character and puts created parts into an an array.
Name | Type | Description |
---|---|---|
_string | String |
The string to explode. |
_char | String |
The character to split the string on. |
_dest | Array |
The destination array. |
Real
Returns number of entries written into the destination array.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.