insertEditorObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(50 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Insert an object to the editor and assign arguments. Create script is,not called. Returns the ID of the new EditorObject. Subtype class is,optional.  |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| map '''insertEditorObject''' [type,value,[name1,value1,...],subtype class] |= Syntax
|game4= arma3
|version4= 0.50


|p1= map: [[Control]] -  |= PARAMETER1
|gr1= Game 2 Editor


|p2= [name1,value1,...],subtype class]: Array -  |= PARAMETER2
|descr= Insert an object to the editor and assign arguments. Create script is,not called. Returns the ID of the new EditorObject. Subtype class is,optional.
{{Feature|informative|Some Old Editor Command}}


|p3= |= PARAMETER3
|s1= map [[insertEditorObject]] [type,value,[name1,value1,...],subtype class]


| [[String]] |= RETURNVALUE
|p1= map: [[Control]]
|p2= [type,value,[name1,value1,...],subtype class]: [[Array]]
|r1= [[String]]


|x1= -


|x1= <code>(example)</code>|= EXAMPLE1
|seealso= -
 
}}
____________________________________________________________________________________________


|  |= SEEALSO


|  |= MPBEHAVIOUR
<dl class="command_description">
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
<dt></dt>
<dl class='command_description'>
<dd class="notedate">Posted on 2015-05-07 - 13:56 (UTC)</dd>
<!-- Note Section BEGIN -->
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">"This works only in the old 3D editor"<br> - KM</dd>


<!-- Note Section END -->
</dl>
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Editor_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:51, 26 March 2024

Hover & click on the images for description

Description

Description:
Insert an object to the editor and assign arguments. Create script is,not called. Returns the ID of the new EditorObject. Subtype class is,optional.
Some Old Editor Command
Groups:
Game 2 Editor

Syntax

Syntax:
map insertEditorObject [type,value,[name1,value1,...],subtype class]
Parameters:
map: Control
[type,value,[name1,value1,...],subtype class]: Array
Return Value:
String

Examples

Example 1:
-

Additional Information

See also:
-

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


Posted on 2015-05-07 - 13:56 (UTC)
Benargee
"This works only in the old 3D editor"
- KM