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

Graphics::drawLightWithRange

Материал из RAGE MP Wiki Archive

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