WoW:CVar realmName

Revision as of 03:36, 30 October 2013 by Bear (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.