Skip to main content

Graphics::setFarShadowsSuppressed

When this is set to ON, shadows only draw as you get nearer.

When OFF, they draw from a further distance.

Syntax

```js mp.game.graphics.setFarShadowsSuppressed(toggle); ```

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also