WoW:CVar cameraDistanceMax: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (fix category)
(corrected for new config file name and location)
Line 5: Line 5:
Can be changed either in the game via
Can be changed either in the game via


'''/console cameraDistanceMax 25'''
'''/console cameraDistanceMax <value>'''


or with
or with


'''SET CameraDistanceMax "<value>"'''
'''SET cameraDistanceMax "<value>"'''


in WTF/config.wtf
in WTF/Account/<account-name>/config-cache.wtf
[[Category:Console variables|cameraDistanceMax]]
[[Category:Console variables|cameraDistanceMax]]

Revision as of 23:10, 7 July 2010

Sets the maximum distance which you can zoom out to.

Range: 0-50

Can be changed either in the game via

/console cameraDistanceMax <value>

or with

SET cameraDistanceMax "<value>"

in WTF/Account/<account-name>/config-cache.wtf