StringToFloatEx
Converts a string to a floating point number with some more options.
native int StringToFloatEx(const char[] str, float& result)
Parameters
const char[] str
String to convert to a float.
float& result
Variable to store result in.
Return Value
int Number of characters consumed.