server.getCVar

Revision as of 05:10, 10 November 2020 by Vortrex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

getCVar

Signature: string The value for the cvar. getCVar(string dataName)

Usage: get the value set for this cvar in the server configuration

Parameters

string dataName The string name for the cvar.

Return

string The value for the cvar.

On failure: null n/a