setLightFlareSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets relative size of the flare for the light.  |= Description
| Sets relative size of the flare for the light.  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| light '''setLightFlareSize''' size |= Syntax
| light '''setLightFlareSize''' size |SYNTAX=


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




|x1= <code>myLight setLightFlareSize 5;</code> |= Example 1
|x1= <code>myLight setLightFlareSize 5;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 15:47, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets relative size of the flare for the light.
Groups:
Uncategorised

Syntax

Syntax:
light setLightFlareSize size
Parameters:
light: Object
size: Number
Return Value:
Nothing

Examples

Example 1:
myLight setLightFlareSize 5;

Additional Information

See also:
setLightAmbientsetLightColorlightAttachObjectlightDetachObjectsetLightIntensitysetLightAttenuationsetLightUseFlaresetLightBrightnesssetLightFlareMaxDistancesetLightDayLight

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