Skip to main content

Cam::doScreenFadeIn

Fades 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