native
str_to_float
Syntax
native Float:str_to_float(const string[]);
Description
Converts a string to a floating point number.
Parameters
| string | String to convert to a foat. |
|---|
Return
Floating point result, or 0.0 on error.
native
native Float:str_to_float(const string[]);
Converts a string to a floating point number.
| string | String to convert to a foat. |
|---|
Floating point result, or 0.0 on error.