SetSittingRotation - Game
Jump to navigation
Jump to search
Member of: Game Script
Set the sitting offset for the players camera.
Syntax[edit | edit source]
Function SetSittingRotation(float afValue) native global
Parameters[edit | edit source]
- afValue - Offset degrees from the normal camera angle.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Look 90 degrees to the left
Game.SetSittingRotation(-90)