Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns the default value of a console variable.

defaultValue = C_CVar.GetCVarDefault(name)
             = GetCVarDefault

Arguments[]

name
string - Name of the console variable to query.

Returns[]

defaultValue
string? - Default value of the console variable.

Patch changes[]

Battle for Azeroth Patch 8.1.5 (2019-03-12): Namespaced to C_CVar.GetCVarDefault().

Advertisement