native

xvar_exists

Syntax

native xvar_exists(const name[]);

Description

Returns if a public variable exists in any loaded plugin.

Parameters

name Variable name

Return

1 if public cvar exists, 0 otherwise