Wowpedia

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

READ MORE

Wowpedia
(bp)
(bp)
Line 10: Line 10:
   
 
== Notes ==
 
== Notes ==
* Calling GetCVar with an invalid variable name will cause an error.
+
* Calling this function with an invalid variable name will cause an error.

Revision as of 17:04, 21 June 2010

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.