GTA V NativescamCam::doScreenFadeOutOn this pageCam::doScreenFadeOutFades the screen out. duration: The time the fade should take, in milliseconds. Syntax ```js mp.game.cam.doScreenFadeOut(duration); ``` Required Arguments duration: int Return value Undefined Example ```js // todo ``` See also