WoW:API GetCVar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
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.
GetCVar("realmName") - returns current realm name.

Revision as of 09:54, 8 April 2005

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.