WoW:CVar useUiScale: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: This feature is used to enable/disable the use of scaling down the User Interface. In Config.wtf: *#*SET useUiScale [0/1] In Console: /console useUiScale [0/1])
 
No edit summary
Line 1: Line 1:
{{stub/API}}
{{wowapi}}
This feature is used to enable/disable the use of scaling down the User Interface.
This feature is used to enable/disable the use of scaling down the User Interface.


Line 6: Line 8:
In Console:
In Console:
*/console useUiScale [0/1]
*/console useUiScale [0/1]
[[Category:Console Variables]]

Revision as of 20:07, 30 June 2008

WoW API

This feature is used to enable/disable the use of scaling down the User Interface.

In Config.wtf:

  • SET useUiScale [0/1]

In Console:

  • /console useUiScale [0/1]