Black Ops III

LerpViewAngleClamp

Only works if the player is currently linked to another entity and angles aren't locked. Lerps the current view angle constraints to the provided ones over the specified time.

Parameters

ParameterSummary
*timeLerp duration in seconds. A value of 0 means instantaneous.
*accel timeAcceleration time.
*decel timeDecelaration time.
*right arcAngle to clamp view to the right.
*left arcAngle to clamp view to the left.
*top arcAngle to clamp view to the top.
*bottom arcAngle to clamp view to the bottom.

* = mandatory