lightDetachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lightDetachObject''' light |SYNTAX=
| [[lightDetachObject]] light |SYNTAX=


|p1= light: [[Object]] |PARAMETER1=
|p1= light: [[Object]] |PARAMETER1=
Line 16: Line 16:
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1=<pre>LightDetachObject _light</pre>
 
|x1=<code>[[lightDetachObject]] _light</code> |EXAMPLE1=
 
| [[setLightAmbient]], [[setLightBrightness]], [[lightAttachObject]], [[setLightColor]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightFlareMaxDistance]], [[setLightDayLight]] |SEEALSO=
| [[setLightAmbient]], [[setLightBrightness]], [[lightAttachObject]], [[setLightColor]], [[setLightIntensity]], [[setLightAttenuation]], [[setLightUseFlare]], [[setLightFlareSize]], [[setLightFlareMaxDistance]], [[setLightDayLight]] |SEEALSO=


Line 29: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|LIGHTDETACHOBJECT]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP Elite |LIGHTDETACHOBJECT]]
[[Category:Scripting Commands OFP Elite |{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Armed Assault|LIGHTDETACHOBJECT]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Lights]]

Revision as of 23:52, 19 July 2020

-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