SetSittingRotation - Game
Revision as of 09:36, 3 May 2011 by imported>Plplecuyer
Member of: Game Script
Set the sitting offset for the players camera.
SyntaxEdit
Function SetSittingRotation(float afValue) native global
ParametersEdit
- afValue - Offset degrees from the normal camera angle.
Return ValueEdit
None.
ExamplesEdit
; Look 90 degrees to the left
Game.SetSittingRotation(-90)