CameraYaw()

Syntax

Result = CameraYaw(#Camera [, Mode])
Description
Get the yaw of the #Camera.

Parameters

#Camera The camera to use.
Mode (optional) The mode to get the yaw. It can be one of the following value:
  #True : the yaw is the raw value, but it can't be used in RotateCamera() to get back the same orientation (default).
  #False: the yaw is adjusted, so it can be put back in RotateCamera() to get back the same orientation.

Return value

The current yaw value of the camera. This value is always between -180.0 and 180.0 degrees.

See Also

CameraPitch(), CameraRoll()

Supported OS

All

<- CameraY() - Camera Index - CameraZ() ->