_SET_GAMEPLAY_CAM_PARAMS_THIS_UPDATE
Not official name This native allows to move the gameplay cam with the given speed, enableSlide will allow to move the cam to the slideOffset, enableZoom will allow to move the cam to the zoomOffset. EXAMPLE: Citizen.InvokeNative(0x066167c63111d8cf,1.0, true, -1.0, true, 2.0)
CAMBuild 1207
Signature
lua
SetGameplayCamParamsThisUpdate(0.0, true, 0.0, true, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| float | — | |
| BOOL | — | |
| float | — | |
| BOOL | — | |
| float | — |
Usage
lua
SetGameplayCamParamsThisUpdate(0.0, true, 0.0, true, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
