native parse(const text[], ... );
text | String to parse. |
... | Variable number of format parameters. |
Gets parameters from text.
Example: to split text: "^"This is^" the best year", call function like this: parse(text,arg1,len1,arg2,len2,arg3,len3,arg4,len4) and you will get: "This is", "the", "best", "year" Function returns number of parsed parameters.
Number of parsed parameters.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.