WoW:API GetCVar

From AddOn Studio
Revision as of 05:29, 17 October 2005 by WoWWiki>EWOlson
Jump to navigation Jump to search
GetCVar

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

GetCVar("realmName") - returns current realm name.


Template:WoW API