Graphics::drawLightWithRange
Syntax
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