WoW:API GetCVar: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:


GetCVar("realmName") - returns current realm name.
GetCVar("realmName") - returns current realm name.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Settings Functions|GetScreenResolutions]]

Revision as of 05:58, 4 January 2006

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