Converts a string to a 64-bit integer.
int StringToInt64(const char[] str, int result[2], int nBase)
String to convert.
Array to store the upper and lower 32-bits of the 64-bit integer.
Numerical base to use. 10 is default.
Number of characters consumed.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.