Difference between revisions of "M yaw"

From FTE
Jump to: navigation, search
 
 
Line 1: Line 1:
 
Name: m_yaw<br>
 
Name: m_yaw<br>
 
Default value: "0.022"<br>
 
Default value: "0.022"<br>
Flags:   <br>
+
Cvar flags: None<br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Minimal GL Build]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 
This variable controls how fast the player turns left and right when the mouse <br />
 
This variable controls how fast the player turns left and right when the mouse <br />

Latest revision as of 05:06, 1 November 2005

Name: m_yaw
Default value: "0.022"
Cvar flags: None
FTEQW Builds: Software Renderer OpenGL Renderer Minimal GL Build Merged Build Linux Build

This variable controls how fast the player turns left and right when the mouse
is moved left and right. It is recommended that this variable be left alone and
instead the "sensitivity" variable is used to change the level of precision.
If you set this variable to a negative value you will reverse the mouse
movement. Some script writers use this variable to increase the level of
precision when the "fov" variable is used to zoom the screen.