SetCamFarDof — FiveM Natives
0xEDD91296CD01AEE0 · CAM · all
Specifies when the camera should stop being in focus. Can be used together with SET_USE_HI_DOF, SET_CAM_NEAR_DOF, SET_CAM_USE_SHALLOW_DOF_MODE, SET_CAM_DOF_STRENGTH and other DoF related natives. ### Usage Example A usage example for this native can be found in the following native documentation: SET_CAM_DOF_STRENGTH.
Parameters
| Name | Type | Description |
|---|---|---|
| cam | Cam | The camera handle |
| farDOF | float | Distance in in standard units |
Returns
void