setLightAttenuation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality)
No edit summary
Line 34: Line 34:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO
| [[setLightAmbient]], [[setLightColor]], [[lightAttachObject]], [[lightDetachObject]], [[setLightBrightness]], [[setLightIntensity]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightFlareMaxDistance]], [[setLightDayLight]] |= See also


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 04:35, 25 March 2014

Hover & click on the images for description

Description

Description:
Sets attenuation of light.
Groups:
Uncategorised

Syntax

Syntax:
light setLightAttenuation [start, constant, linear, quadratic]
Parameters:
light: Object
[start, constant, linear, quadratic]: Array
start: Number
constant: Number
linear: Number
quadratic: Number
Return Value:
Nothing

Examples

Example 1:

Additional Information

See also:
setLightAmbientsetLightColorlightAttachObjectlightDetachObjectsetLightBrightnesssetLightIntensitysetLightUseFlaresetLightFlareSizesetLightFlareMaxDistancesetLightDayLight

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section