WoW:CVar cameraDistanceMoveSpeed: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (removed cvar)
m (corrected for new config file name and location)
Line 1: Line 1:
{{Removedcvar|≤3.0.2}}
Sets the speed that the camera zooms in and out.
Sets the maximum distance which you can zoom out to.


Range:  0-50
Range:  0-50
Line 6: Line 5:
Can be changed either in the game via
Can be changed either in the game via


'''/console cameraDistanceMoveSpeed 25'''
'''/console cameraDistanceMoveSpeed <value>'''


or with
or with


'''SET CameraDistanceMoveSpeed "<value>"'''
'''SET cameraDistanceMoveSpeed "<value>"'''


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

Revision as of 23:19, 7 July 2010

Sets the speed that the camera zooms in and out.

Range: 0-50

Can be changed either in the game via

/console cameraDistanceMoveSpeed <value>

or with

SET cameraDistanceMoveSpeed "<value>"

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