create3DENComposition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Some wiki formatting)
 
(25 intermediate revisions by 3 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= Create new [[Eden_Editor:_Composition|Composition]]. To create individual entities, use [[create3DENEntity]].
____________________________________________________________________________________________


| Create new [[Eden_Editor:_Composition|Composition]]. To create individual entities, use [[create3DENEntity]]. |DESCRIPTION=
|s1= [[create3DENComposition]] [configPath, position]
____________________________________________________________________________________________


| '''create3DENComposition''' [configPath,  position] |SYNTAX=
|p1= configPath: [[Config]] - path to {{hl|CfgGroups}} class of a composition
|p1= configPath: [[Config]] - path to ''CfgGroups'' class of a composition |PARAMETER1=
|p2= position: [[Array]] in format [[Position]] |PARAMETER2=
| [[Array]] of [[Eden Entity|Eden Entities]] |RETURNVALUE=


|x1= <code>myComposition = [[create3DENComposition]] [<nowiki/>
|p2= position: [[Array]] in format [[Position]]
[[configFile]] >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad",
[[screenToWorld]] [0.5,0.5]
];</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[create3DENEntity]] |SEEALSO=
|r1= [[Array]] of [[Eden Entity|Eden Entities]]
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|x1= <sqf>
<dl class='command_description'>
myComposition = create3DENComposition [
<!-- Note Section BEGIN -->
configFile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad",
<!-- Note Section END -->
screenToWorld [0.5, 0.5]
</dl>
];
<!-- DISCONTINUE Notes -->
</sqf>


 
|seealso= [[create3DENEntity]]
<h3 style='display:none'>Bottom Section</h3>
}}
{{GameCategory|arma3|New_Scripting_Commands_List}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 03:08, 1 August 2022

Hover & click on the images for description

Description

Description:
Create new Composition. To create individual entities, use create3DENEntity.
Groups:
Eden Editor

Syntax

Syntax:
create3DENComposition [configPath, position]
Parameters:
configPath: Config - path to CfgGroups class of a composition
position: Array in format Position
Return Value:
Array of Eden Entities

Examples

Example 1:
myComposition = create3DENComposition [ configFile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad", screenToWorld [0.5, 0.5] ];

Additional Information

See also:
create3DENEntity

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