Yaw()

Syntax

Yaw(ObjectID, Value.f, Mode)
Description
Yaw the specified object.

Parameters

ObjectID The entity to yaw. It can be one of the following type:
  - Camera         : use CameraID() to get a valid ID.
  - Entity         : use EntityID() to get a valid ID.
  - Light          : use LightID() to get a valid ID.
  - Mesh           : use MeshID() to get a valid ID.
  - Node           : use NodeID() to get a valid ID.
  - ParticleEmitter: use ParticleEmitterID() to get a valid ID.
  - BillboardGroup : use BillboardGroupID() to get a valid ID.
  - Text3D         : use Text3DID() to get a valid ID.
Value The yaw value (in degree).
Mode The yaw mode. It can be one of the following values:
  #PB_Relative: relative yaw, from the current yaw.
  #PB_Absolute: absolute yaw  (default).
combined with one of the following values:
  #PB_Local : local yaw.
  #PB_Parent: yaw relative to the parent.
  #PB_World : yaw relative to the world.

Return value

None.

See Also

Pitch(), Roll()

Supported OS

All

<- WorldShadows() - Engine3D Index