remove3DENLayer: Difference between revisions

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


| Remove [[Eden Editor]] editing layer. |= Description
| Remove [[Eden Editor]] editing layer. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''remove3DENLayer''' layerID |= Syntax
| '''remove3DENLayer''' layerID |SYNTAX=
|p1= layerID : [[Number]] - layer ID as returned by [[add3DENLayer]] command |PARAMETER1=
|p1= layerID : [[Number]] - layer ID as returned by [[add3DENLayer]] command |PARAMETER1=
| [[Bool]] - [[true]] if the layer was removed successfully (i.e., correct layer ID was used)  |RETURNVALUE=  
| [[Bool]] - [[true]] if the layer was removed successfully (i.e., correct layer ID was used)  |RETURNVALUE=  

Revision as of 15:45, 7 April 2019

Hover & click on the images for description

Description

Description:
Remove Eden Editor editing layer.
Groups:
Uncategorised

Syntax

Syntax:
remove3DENLayer layerID
Parameters:
layerID : Number - layer ID as returned by add3DENLayer command
Return Value:
Bool - true if the layer was removed successfully (i.e., correct layer ID was used)

Examples

Example 1:
_myLayer = -1 add3DENLayer "Enemy Base"; remove3DENLayer _myLayer ;

Additional Information

See also:
add3DENLayer set3DENLayer get3DENLayerEntities

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