AMX Mod X API Documentation

Signature
native Float:get_pcvar_float(pcvar);
Description

Returns a float value from a cvar via direct pointer access.

Parameters
  • pcvar Pointer to cvar to retrieve value from
Returns

Cvar value, converted to float

Errors
  • If an invalid cvar pointer is provided, an error will be

    thrown.

Назад
Верх