WoW:CVar gxMaximize: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
m (Move page script moved page CVar gxMaximize to CVar gxMaximize without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{cvar}}
This cvar is ignored by the game engine unless [[CVar gxWindow|gxWindow]] is set to 1  - meaning when Wow is set to Windowed mode.
This cvar is ignored by the game engine unless [[CVar gxWindow|gxWindow]] is set to 1  - meaning when Wow is set to Windowed mode.


Line 6: Line 7:
  0 - Default - Disabled
  0 - Default - Disabled
  1 - Enables maximized windowed mode
  1 - Enables maximized windowed mode
[[Category:Console variables|gxMaximize]]
[[Category:Console variables|gxMaximize]]

Latest revision as of 04:48, 15 August 2023

Console variables < gxMaximize

This cvar is ignored by the game engine unless gxWindow is set to 1 - meaning when Wow is set to Windowed mode.

This cvar maximizes your game window (sort of like Full Screen mode). Most use this cvar so that they can multi-task and alt-tab faster to other programs.

Possible settings for this cvar:

0 - Default - Disabled
1 - Enables maximized windowed mode