Game ReferenceGame Global FunctionsCameraHoldFadeoutOn this pageCameraHoldFadeout Description On PS2, prevents the rotating bottom-right icons from showing up when the camera has been black for a few seconds. function CameraHoldFadeout(state) --[[ ... ]] end Parameters state: boolean - Whether to allow the rotating icons. Return Values ... Example ...