Converts a string to an integer with some more options.
int StringToIntEx(const char[] str, int& result, int nBase)
String to convert.
Variable to store the result in.
Numerical base to use. 10 is default.
Number of characters consumed.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.