AMX Mod X API Documentation

Signature
native xvar_exists(const name[]);
Description

Returns if a public variable exists in any loaded plugin.

Parameters
  • name Variable name
Returns

1 if public cvar exists, 0 otherwise

Назад
Верх