Definition
SetPhysicsCameraYaw(float yawDegree)
Description
This function sets the current yaw value of the physics camera attached to the main character.
Parameter
yawDegree
Speficifes the current yaw value of the physics camera attached to the main character in degrees.
Example
function Init() SetPhysicsCameraYaw(150.5) end function Update() end
This scripts sets the current yaw of physics camera attached to the main character to 150.5 degrees.
SetPhysicsCameraYaw