server.getCVar

From GTA Connected
Revision as of 05:09, 10 November 2020 by Vortrex (talk | contribs) (Created page with "{{ScriptItem |endpoint = shared |type = method |class = Server |name = getCVar |parameters = string dataName |parameter1 = string dataName The string name for the cvar. |retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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