cvar_exists

Syntax

native cvar_exists(const cvar[]);

Usage

cvar
Cvar name to check

Description

Returns if a cvar is registered on the server.

Return

1 if the cvar exists, 0 otherwise