set_xvar_num
native set_xvar_num(id, value = 0);
| Parameter |
Description |
| id | Xvar id, an xvar id can be retrieved using get_xvar_id() |
| value | Value to set |
Sets the integer value of a public variable.
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.
This function has no return value.
If an invalid xvar id is specified, an error will be thrown.