WoW API: GetCVar

Revision as of 17:04, 21 June 2010 by WoWWiki>Starlightblunder (bp)

WoW API < GetCVar

Returns the current value of a console variable.

value = GetCVar("cvarName")

Arguments

cvarName
String (CVar) - name of the CVar to query the value of.

Returns

value
String - current value of the CVar.

Notes

  • Calling this function with an invalid variable name will cause an error.