SET_THIRD_PERSON_CAM_RELATIVE_HEADING_LIMITS_THIS_UPDATE
minimum: Degrees between -180f and 180f. maximum: Degrees between -180f and 180f. Clamps the gameplay camera's current yaw. Eg. _CLAMP_GAMEPLAY_CAM_YAW(0.0f, 0.0f) will set the horizontal angle directly behind the player. Old name: _CLAMP_GAMEPLAY_CAM_YAW
CAMBuild 1207
Signature
lua
SetThirdPersonCamRelativeHeadingLimitsThisUpdate(0.0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| float | — | |
| float | — |
Usage
lua
SetThirdPersonCamRelativeHeadingLimitsThisUpdate(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
