SetSittingRotation - Game

From the CreationKit Wiki
Revision as of 09:36, 3 May 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Set the sitting offset for the players camera.

Syntax

Function SetSittingRotation(float afValue) native global

Parameters

  • afValue - Offset degrees from the normal camera angle.

Return Value

None.

Examples

; Look 90 degrees to the left
Game.SetSittingRotation(-90)

See Also