setLightFlareSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


| 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=
Line 25: Line 22:


|x1= <code>myLight [[setLightFlareSize]] 5;</code> |EXAMPLE1=
|x1= <code>myLight [[setLightFlareSize]] 5;</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 03:27, 17 January 2021

Hover & click on the images for description

Description

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

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