xvar_exists

Syntax

native xvar_exists(const name[]);

Usage

name
Variable name

Description

Returns if a public variable exists in any loaded plugin.

Return

1 if public cvar exists, 0 otherwise