setLightFlareSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|arg= local |= " to "|arg= local |MPARGUMENTS= ")
Line 5: Line 5:


|0.50|Game version=
|0.50|Game version=
|arg= local |MPARGUMENTS=
|arg= local |MPARGUMENTS=
|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 12: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| light '''setLightFlareSize''' size |SYNTAX=
| light [[setLightFlareSize]] size |SYNTAX=


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


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


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


 
|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=


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


Line 38: Line 38:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Lights]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 23:55, 19 July 2020

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