GetPlayerCameraRotation
From GECK
A function added by the pp NVSE Plugin.
Contents
Description
Returns the XYZ rotation (pitch, roll and yaw) angles (in degrees) of the player camera.
Syntax
GetPlayerCameraRotation x:float y:float z:float
Example
GetPlayerCameraRotation fx fy fz
Will store the players camera rotation in fx fy fz.