Graphics::drawLightWithRange

From RAGE Multiplayer Wiki

Syntax

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

// todo

See also