AMX Mod X API Documentation

Signature
native set_xvar_float(id, Float:value = 0.0);
Description

Sets the float value of a public variable.

Notes
  • If multiple plugins declare the same public variable, they are not

    automatically synchronized. The xvar system accesses only one of all

    public variables directly. Xvars have to be set through the natives or

    the xvar will not be updated.

Parameters
  • id Xvar id, an xvar id can be retrieved using get_xvar_id()
  • value Value to set
No return value
Errors
  • If an invalid xvar id is specified, an error will be thrown.
Назад
Верх