lightDetachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Detach light from object. |= Description
| Detach light from object. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lightDetachObject''' light |= Syntax
| '''lightDetachObject''' light |SYNTAX=


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


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1=<pre>LightDetachObject _light</pre>
|x1=<pre>LightDetachObject _light</pre>
| [[setLightAmbient]], [[setLightBrightness]], [[lightAttachObject]], [[setLightColor]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightFlareMaxDistance]], [[setLightDayLight]] |= See also
| [[setLightAmbient]], [[setLightBrightness]], [[lightAttachObject]], [[setLightColor]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightFlareMaxDistance]], [[setLightDayLight]] |SEEALSO=


}}
}}

Revision as of 15:42, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Detach light from object.
Groups:
Uncategorised

Syntax

Syntax:
lightDetachObject light
Parameters:
light: Object
Return Value:
Nothing

Examples

Example 1:
LightDetachObject _light

Additional Information

See also:
setLightAmbientsetLightBrightnesslightAttachObjectsetLightColorsetLightIntensitysetLightAttenuationsetLightUseFlaresetLightFlareSizesetLightFlareMaxDistancesetLightDayLight

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