SetUseHiDof
DocsSetUseHiDof()Description
Needs to be called every tick to make the active camera use a high depth of field.
The DoF can be customized using <code>SET_CAM_NEAR_DOF</code>, <code>SET_CAM_FAR_DOF</code>, <code>SET_CAM_USE_SHALLOW_DOF_MODE</code>, <code>SET_CAM_DOF_STRENGTH</code> and other DoF related natives.
### Usage Example
A usage example for this native can be found in the following native documentation: <code>SET_CAM_DOF_STRENGTH</code>.
Returns
voidThis native does not return a value.