native get_xvar_num(id);
id | Xvar id, an xvar id can be retrieved using get_xvar_id() |
Returns 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 read through the natives or the value will be incorrect.
Xvar integer value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.