EntityFixedYawAxis()
Syntax
EntityFixedYawAxis(#Entity, Enable [, VectorX, VectorY, VectorZ])Description
Change the fixed yaw axis of the entity. The default behaviour of a entity is to yaw around its own Y axis.
Parameters
#Entity The entity to use. Enable Enable or disable the use of a custom yaw axis. If set to #True, a new axis vector has to be specified. If set to #False, the entity will yaw around its own Y axis. VectorX (optional) X vector direction of the new yaw axis (value between -1.0 and 1.0). 'Enable' parameter has to be set to have any effect. VectorY (optional) Y vector direction of the new yaw axis (value between -1.0 and 1.0). 'Enable' parameter has to be set to have any effect. VectorZ (optional) Z vector direction of the new yaw axis (value between -1.0 and 1.0). 'Enable' parameter has to be set to have any effect.
Return value
None.
Supported OS
All