stock xs_replace_char(text[], len, what, with)
| text | The text to search in. |
| len | The maximum size of the @text buffer. |
| what | What character to search for. |
| with | What charactear to replace occurencies with. |
Replaces all occurencies of @what character in @text with @with character.
The number of replaced characters.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.