native set_xvar_float(id, Float:value = 0.0);
id | Xvar id, an xvar id can be retrieved using get_xvar_id() |
value | Value to set |
Sets the float 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.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.