WoW:CVar cameraDistanceMaxFactor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(category)
mNo edit summary
Line 1: Line 1:
Sets the factor by which [[CVar cameraDistanceMax]] is multiplied.
Sets the factor by which [[CVar cameraDistanceMax]] is multiplied.


Range 0.0 - 2.0
Range 0.0 - 3.4
 
Can be changed either in the game via
 
'''/console CameraDistanceMaxFactor <value>'''
 
or with
 
'''SET CameraDistanceMaxFactor "<value>"'''
 
in WTF/config.wtf


[[Category:Console variables]]
[[Category:Console variables]]

Revision as of 13:39, 12 November 2008

Sets the factor by which CVar cameraDistanceMax is multiplied.

Range 0.0 - 3.4

Can be changed either in the game via

/console CameraDistanceMaxFactor <value>

or with

SET CameraDistanceMaxFactor "<value>"

in WTF/config.wtf