Graphics::drawLightWithRangeAndShadow

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)

Syntax

mp.game.graphics.drawLightWithRangeAndShadow(x, y, z, r, g, b, range, intensity, shadow);

Required Arguments

  • x: float
  • y: float
  • z: float
  • r: int
  • g: int
  • b: int
  • range: float
  • intensity: float
  • shadow: float

Return value

  • Undefined

Example

// todo

See also