set3DENLayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Move to root example)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma3|Game name=
|game1= arma3
|version1= 1.56


|1.56|Game version=
|gr1= Eden Editor


|gr1= Eden Editor |=GROUP1
|descr= Set layer for [[Eden Entity]].
____________________________________________________________________________________________


| Set layer for [[Eden Entity]]. |DESCRIPTION=
|s1= entity [[set3DENLayer]] layerID
____________________________________________________________________________________________


| entity '''set3DENLayer''' layerID |SYNTAX=
|p1= entity: [[Eden Entity]]
|p1= entity: [[Eden Entity]] |PARAMETER1=
|p2= layerID: [[Number]] - layer ID as returned by [[add3DENLayer]] command
|p2= layerID: [[Number]] - layer ID as returned by [[add3DENLayer]] command |PARAMETER2=
|r1= [[Boolean]] - [[true]] if the entity was moved succesfully
| [[Boolean]] - [[true]] if the entity was moved succesfully |RETURNVALUE=


|x1= <code>_myLayer = -1 [[add3DENLayer]] "CTRG";
|x1= <sqf>_myLayer = -1 add3DENLayer "CTRG";
[[player]] [[set3DENLayer]] _myLayer;</code>|EXAMPLE1=
player set3DENLayer _myLayer;</sqf>
____________________________________________________________________________________________


|
|x2= <sqf>player set3DENLayer -1; // Move to root</sqf>
 
|seealso=
[[add3DENLayer]]
[[add3DENLayer]]
[[remove3DENLayer]]
[[remove3DENLayer]]
[[get3DENLayerEntities]]
[[get3DENLayerEntities]]
|SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:32, 26 August 2023

Hover & click on the images for description

Description

Description:
Set layer for Eden Entity.
Groups:
Eden Editor

Syntax

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

Examples

Example 1:
_myLayer = -1 add3DENLayer "CTRG"; player set3DENLayer _myLayer;
Example 2:
player set3DENLayer -1; // Move to root

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