WoW:CVar UIFaster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (more info)
mNo edit summary
Line 1: Line 1:
{{cvar}}
This cvar defaults to 3.
This cvar defaults to 3.


Line 10: Line 11:
*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]]
[[Category:Console variables|uifaster]]

Revision as of 00:08, 20 September 2013

Console variables < UIFaster

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.