setLightFlareMaxDistance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 14: Line 14:
| light '''setLightFlareMaxDistance''' distance |= Syntax
| light '''setLightFlareMaxDistance''' distance |= Syntax


|p1= light: [[Object]]  |= PARAMETER1
|p1= light: [[Object]]  |PARAMETER1=  


|p2= distance: [[Number]]  |= PARAMETER2
|p2= distance: [[Number]]  |PARAMETER2=  


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




Line 26: Line 26:
| [[setLightAmbient]], [[setLightColor]], [[lightAttachObject]], [[lightDetachObject]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightBrightness]], [[setLightDayLight]] |= See also
| [[setLightAmbient]], [[setLightColor]], [[lightAttachObject]], [[lightDetachObject]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightBrightness]], [[setLightDayLight]] |= See also


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets max distance where the flare is visible.
Groups:
Uncategorised

Syntax

Syntax:
light setLightFlareMaxDistance distance
Parameters:
light: Object
distance: Number
Return Value:
Nothing

Examples

Example 1:
myLight setLightFlareMaxDistance 500;

Additional Information

See also:
setLightAmbientsetLightColorlightAttachObjectlightDetachObjectsetLightIntensitysetLightAttenuationsetLightUseFlaresetLightFlareSizesetLightBrightnesssetLightDayLight

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