Native referenceFiveM

_CLAMP_GAMEPLAY_CAM_PITCH

0xA516C198B7DCA1E1 CAM
FUNCTION SIGNATURE
void _CLAMP_GAMEPLAY_CAM_PITCH(float minimum, float maximum);
Property Value
Native Name _CLAMP_GAMEPLAY_CAM_PITCH
Hash 0xA516C198B7DCA1E1
Return Type void
Parameters minimum (float), maximum (float)

Description: ``` minimum: Degrees between -90f and 90f. maximum: Degrees between -90f and 90f. Clamps the gameplay camera's current pitch. Eg. _CLAMP_GAMEPLAY_CAM_PITCH(0.0f, 0.0f) will set the vertical angle directly behind the player.

Back to CAM