WoW:CVar cameraDistanceMoveSpeed: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: Sets the maximum distance which you can zoom out to. Range: 0-50 Can be changed either in the game via '''/console cameraDistanceMoveSpeed 25''' or with '''SET CameraDistanceMoveSpe...)
 
m (Move page script moved page CVar cameraDistanceMoveSpeed to CVar cameraDistanceMoveSpeed without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Sets the maximum distance which you can zoom out to.
{{cvar}}
Sets the speed that the camera zooms in and out.


Range:  0-50
Range:  0-50
Line 5: Line 6:
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]]
[[Category:Console variables|cameraDistanceMoveSpeed]]

Latest revision as of 04:47, 15 August 2023

Console variables < cameraDistanceMoveSpeed

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