AMX Mod X API Documentation

Signature
native floatround(Float:value, floatround_method:method = floatround_round);
Description

Rounds a floating point value to an integer value

Notes
  • For the list of available rounding methods look at

    floatround_method enumeration.

Parameters
  • value Floating point value to be rounded
  • method Rounding method
Returns

Converted value

Назад
Верх