SET_THIRD_PERSON_CAM_RELATIVE_PITCH_LIMITS_THIS_UPDATE
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. Old name: _CLAMP_GAMEPLAY_CAM_PITCH
CAMBuild 1207
Signature
lua
SetThirdPersonCamRelativePitchLimitsThisUpdate(0.0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| float | — | |
| float | — |
Usage
lua
SetThirdPersonCamRelativePitchLimitsThisUpdate(0.0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
