set3DENLayer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma3|Game name= | |arma3|Game name= | ||
Line 7: | Line 6: | ||
|gr1= Eden Editor |GROUP1= | |gr1= Eden Editor |GROUP1= | ||
| Set layer for [[Eden Entity]]. |DESCRIPTION= | | Set layer for [[Eden Entity]]. |DESCRIPTION= | ||
| entity '''set3DENLayer''' layerID |SYNTAX= | | entity '''set3DENLayer''' layerID |SYNTAX= | ||
Line 19: | Line 16: | ||
|x1= <code>_myLayer = -1 [[add3DENLayer]] "CTRG"; | |x1= <code>_myLayer = -1 [[add3DENLayer]] "CTRG"; | ||
[[player]] [[set3DENLayer]] _myLayer;</code>|EXAMPLE1= | [[player]] [[set3DENLayer]] _myLayer;</code>|EXAMPLE1= | ||
| | | | ||
Line 27: | Line 23: | ||
|SEEALSO= | |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 03:02, 17 January 2021
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;
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
Notes