setLightDayLight: 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 if light can be used during the day.  |DESCRIPTION=
| Sets if light can be used during the day.  |DESCRIPTION=
____________________________________________________________________________________________


| light [[setLightDayLight]] bool |SYNTAX=
| light [[setLightDayLight]] bool |SYNTAX=
Line 25: Line 22:


|x1= <code>myLight [[setLightDayLight]] [[true]];</code> |EXAMPLE1=
|x1= <code>myLight [[setLightDayLight]] [[true]];</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 03:30, 17 January 2021

Hover & click on the images for description

Description

Description:
Sets if light can be used during the day.
Groups:
Lights

Syntax

Syntax:
light setLightDayLight bool
Parameters:
light: Object
bool: Boolean
Return Value:
Nothing

Examples

Example 1:
myLight setLightDayLight true;

Additional Information

See also:
setLightAmbientsetLightColorlightAttachObjectlightDetachObjectsetLightIntensitysetLightAttenuationsetLightUseFlaresetLightFlareSizesetLightFlareMaxDistancesetLightBrightness

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