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