AMX Mod X API Documentation

Signature
native Float:str_to_float(const string[]);
Description

Converts a string to a floating point number.

Parameters
  • string String to convert to a foat.
Returns

Floating point result, or 0.0 on error.

Назад
Верх