native get_xvar_id(const name[]);
name | Variable name |
Returns a unique id for a public variable.
Variables declared with the "public" specifier are accessible by-name from outside of the declaring plugin.
If multiple plugins declare the same public variable, this native will still return a unique id.
Xvar id on success, -1 on failure
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.