GTA V NativescameraCamera::setAffectsAimingOn this pageCamera::setAffectsAimingAllows you to aim and shoot at the direction the camera is facing. Syntax ```js camera.setAffectsAiming(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also