SetPhysicsCameraAngle

Definition

SetPhysicsCameraAngle(float angleDegree)

Description

This function sets the angle of physics camera attached to the main character.

Parameter

angleDegree
Specifies the angle of physics camera attached to the main character in degrees.

Example

function Init()
    SetPhysicsCameraAngle(27.5)
end

function Update()

end
This scripts sets the angle of physics camera attached to the main character to 27.5 degrees.
adminSetPhysicsCameraAngle