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

Graphics::drawLightWithRange

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

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.drawLightWithRange(posX, posY, posZ, colorR, colorG, colorB, range, intensity);</syntaxhighlight>

Required Arguments

  • posX: float
  • posY: float
  • posZ: float
  • colorR: int
  • colorG: int
  • colorB: int
  • range: float
  • intensity: float

Return value

  • Undefined

Example

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

See also