Graphics::drawLightWithRange

From RAGE Multiplayer Wiki
Revision as of 21:27, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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