GetPlayerCameraRotation

From GECK
Jump to: navigation, search


A function added by the pp NVSE Plugin.

Description

Returns the XYZ rotation (pitch, roll and yaw) angles (in degrees) of the player camera.

Syntax

[help]
GetPlayerCameraRotation x:float y:float z:float

Example

GetPlayerCameraRotation fx fy fz

Will store the players camera rotation in fx fy fz.

See Also