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