cvar_exists
Core (amxmodx.inc)
Description
cvar_exists - If a cvar exists returns 1, in other case 0
Syntax
cvar_exists ( const cvar[] )
Type
Native
User Contributed Notes
sniperbeamer at amxmodx dot org Jun-27-04 02:47:43
When you register a cvar you don't have to use cvar_exists. The native register_cvar checks that already.