WoW:CVar realmName: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{cvar}} This variable is used get the current realm name, as was set as the last realm entered. ''As of patch 5.4.1, this is no longer available and returns nil, can use {{a...") |
m (Move page script moved page CVar realmName to CVar realmName without leaving a redirect) |
(No difference)
|
Latest revision as of 04:48, 15 August 2023
← Console variables < realmName
This variable is used get the current realm name, as was set as the last realm entered. As of patch 5.4.1, this is no longer available and returns nil, can use GetRealmName() instead.
This is a string value containing the current realm / server name.
In Config.wtf:
- SET realmName "Doomhammer"
In Console:
- /console realmName "Doomhammer"
Acceptable values String that corresponds to desired default realm on startup.