WoW:API GetCVar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo 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).
<center>'''GetCVar'''</center>
 
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.
----
{{Template:WoW API}}
[[Category:API Settings Functions|GetScreenResolutions]]

Revision as of 05:29, 17 October 2005

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