ObjectTemplate.SetInputToYaw

From Pilot_51's Wiki
Revision as of 22:26, 17 November 2008 by Pilot 51 (talk | contribs) (New page: == MDT description == Sets which keys control the first value of the x/y/z values of the object, the yaw (right/left) angle. The argument maps an input device to change this value: c_PIM...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MDT description

Sets which keys control the first value of the x/y/z values of the object, the yaw (right/left) angle. The argument maps an input device to change this value:

c_PIMenuSelect3
c_PIMouseLookX - horizontal mouse movement
c_PIMouseLookY - vertical mouse movement
c_PINone - no input
c_PIPitch - up and down movement keys (down and up arrow by default)
c_PIRoll - rudder control
c_PIThrottle - throttle/forward and backward movement keys (W and S by default)
c_PIYaw - sideways movement keys (A and D by default)


Source and more details

Additional Description