native
cvar_exists
Syntax
native cvar_exists(const cvar[]);
Description
Returns if a cvar is registered on the server.
Parameters
| cvar | Cvar name to check |
|---|
Return
1 if the cvar exists, 0 otherwise
native
native cvar_exists(const cvar[]);
Returns if a cvar is registered on the server.
| cvar | Cvar name to check |
|---|
1 if the cvar exists, 0 otherwise