WoW:API GetCVarDefault: Difference between revisions

m
Move page script moved page API GetCVarDefault to WoW:API GetCVarDefault without leaving a redirect
No edit summary
 
m (Move page script moved page API GetCVarDefault to WoW:API GetCVarDefault without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{stub/api}}
Returns the default value of a console variable.
value = GetCVarDefault("cvarName")


* See [[Config.wtf defaults]]
== 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.
Anonymous user