m
Move page script moved page API RestartGx to WoW:API RestartGx without leaving a redirect
No edit summary |
m (Move page script moved page API RestartGx to WoW:API RestartGx without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Requests the graphics engine to restart. | Requests the graphics engine to restart. | ||
RestartGx() | RestartGx() | ||
---- | ---- | ||
| Line 17: | Line 17: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
SetCVar("gxResolution","1024x768") | SetCVar("gxResolution","1024x768") | ||
RestartGx() | RestartGx() | ||
;''Result'' | ;''Result'' | ||
''-- Graphical engine is restarted in | ''-- Graphical engine is restarted in 1024x768 resolution.'' | ||
---- | ---- | ||
| Line 27: | Line 27: | ||
: 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. | ||