WoW API: GetCVar

From AddOn Studio
Revision as of 10:30, 31 July 2006 by WoWWiki>Mikk (Reformat and expand.)
Jump to navigation Jump to search

WoW API < GetCVar

GetCVar allows you to get the content of the variables defined in the config.wtf file (which is in the WTF directory).

value = GetCVar("cvarName")

Parameters

Arguments

cvarName
String - see Config.wtf defaults for a list

Returns

value
String


Example

 DEFAULT_CHAT_FRAME:AddMessage(GetCVar("realmName"))

Outputs your realm name in the chat frame.

Notes

  • Calling GetCVar with an invalid variable name will cause an error