set3DENLayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.52|= Game version ______________...")
 
mNo edit summary
Line 21: Line 21:
|
|
[[add3DENLayer]]
[[add3DENLayer]]
[remove3DENLayer]]
[[remove3DENLayer]]
[[get3DENLayerEntities]]
[[get3DENLayerEntities]]
  |= SEEALSO  
  |= SEEALSO  

Revision as of 18:24, 4 November 2015

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.52|1.52]]
Hover & click on the images for description

Description

Description:
Set layer for Eden Entity.
Groups:
Uncategorised

Syntax

Syntax:
entity set3DENLayer layerID
Parameters:
entity: Eden Entity
layerID: Number - layer ID as returned by add3DENLayer command
Return Value:
Bool - true if the entity was moved succesfully

Examples

Example 1:
_myLayer = -1 add3DENLayer "CTRG"; player set3DENLayer _myLayer;

Additional Information

See also:
add3DENLayer remove3DENLayer 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

[[Category:Introduced with arma3dev version 1.52]][[ Category: arma3dev: New Scripting Commands | SET3DENLAYER]][[ Category: arma3dev: Scripting Commands | SET3DENLAYER]]

Notes


Bottom Section