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