Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
No edit summary
Line 3: Line 3:
 
Requests the graphics engine to restart.
 
Requests the graphics engine to restart.
   
RestartGx();
+
RestartGx()
   
 
----
 
----

Revision as of 17:04, 30 May 2009

Requests the graphics engine to restart.

RestartGx()

Arguments
none

Returns
none

Example
 SetCVar("gxResolution","1024x768")
 RestartGx()
Result
-- Graphical engine is restarted in 1024x768 resolution.

Description
Primarily necessary for editing various display settings on the fly. Will not circumvent options that request you restart WoW for them to take effect.