WoW:API RestartGx: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
  <center>'''RestartGx''' ''-Documentation by [[user:Zlixar|Zlixar]]-''</center>
  <center>'''RestartGx''' ''-Documentation by [[user:Zlixar|Zlixar]]-''</center>


Line 27: Line 28:


: Primarily necessary for editing various display settings on the fly. Will not circumvent options that request you restart WoW for them to take effect.
: Primarily necessary for editing various display settings on the fly. Will not circumvent options that request you restart WoW for them to take effect.
----
{{Template:WoW API}}

Revision as of 18:14, 6 January 2007

WoW API < RestartGx

RestartGx -Documentation by Zlixar-

Requests the graphics engine to restart.

RestartGx();

Arguments
none

Returns
none

Example
 SetCVar("gxResolution","1024x768");
 RestartGx();
Result
-- Graphical engine is restarted in 1024x760 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.