Перейти к содержанию

Graphics::setFarShadowsSuppressed

Материал из RAGE MP Wiki Archive
Версия от 21:13, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

When OFF, they draw from a further distance.

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.setFarShadowsSuppressed(toggle);</syntaxhighlight>

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also