WoW:CVar UIFaster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (OCD on matching punctuation)
m (more info)
Line 1: Line 1:
{{Stub/API}}
This cvar defaults to 3.
Set UIFaster “x”
 
For users experiencing graphical corruption of the User Interface, it is recommended to try option 2 in order to correct the problem. If this does not solve the issue, then use option 0 to disable all UI Acceleration.
 
To change the setting on this cvar, type the following in-game:
/console UIFaster “x”
Where x equals:
Where x equals:
*0 – This turns off all UI acceleration.
*0 – This turns off all UI acceleration.
Line 6: Line 10:
*2 – Enables partial UI acceleration only.
*2 – Enables partial UI acceleration only.
*3 – Enables all UI acceleration.
*3 – Enables all UI acceleration.
[[Category:Console variables|uifaster]]

Revision as of 17:27, 21 August 2009

This cvar defaults to 3.

For users experiencing graphical corruption of the User Interface, it is recommended to try option 2 in order to correct the problem. If this does not solve the issue, then use option 0 to disable all UI Acceleration.

To change the setting on this cvar, type the following in-game:

/console UIFaster “x”

Where x equals:

  • 0 – This turns off all UI acceleration.
  • 1 – For Internal Use Only - DO NOT USE!
  • 2 – Enables partial UI acceleration only.
  • 3 – Enables all UI acceleration.