native
xvar_exists
Syntax
native xvar_exists(const name[]);
Description
Returns if a public variable exists in any loaded plugin.
Parameters
| name | Variable name |
|---|
Return
1 if public cvar exists, 0 otherwise
native
native xvar_exists(const name[]);
Returns if a public variable exists in any loaded plugin.
| name | Variable name |
|---|
1 if public cvar exists, 0 otherwise