Skip to main content

Graphics::drawLightWithRange

Syntax​

```js mp.game.graphics.drawLightWithRange(posX, posY, posZ, colorR, colorG, colorB, range, intensity); ```

Required Arguments​

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

Return value​

  • Undefined

Example​

```js // todo ```

See also​