WoW API: GetCVar

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetCVar

Returns the current value of a console variable.

value = GetCVar("cvarName")

Arguments[edit]

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

Returns[edit]

value
String - current value of the CVar.

Notes[edit]

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