WoW API: GetCVarDefault

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetCVarDefault

Returns the default value of a console variable.

value = GetCVarDefault("cvarName")

Arguments

cvarName
String (CVar) - Name of the console variable to query.

Returns

value
String - Default value of the console variable.

Notes

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