Difference between revisions of "insertEditorObject"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
m (Text replacement - "| - }}" to "|seealso= - }}") |
||
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{RV|type=command |
− | |||
− | | arma2 | + | | arma2 |
− | |1.00|= Game | + | |1.00 |
− | + | ||
+ | |gr1= Game 2 Editor | ||
| 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. | | 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. | ||
− | {{Informative | Some Old Editor Command}} | + | {{Feature | Informative | Some Old Editor Command}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | + | | map '''insertEditorObject''' [type,value,[name1,value1,...],subtype class] |
− | | | + | |p1= map: [[Control]] - |
− | | [[ | + | |p2= [type,value,[name1,value1,...],subtype class]: [[Array]] - |
+ | | [[String]] | ||
− | |x1= | + | |x1= - |
− | + | |seealso= - | |
− | |||
− | | | ||
− | |||
− | |||
− | |||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{GameCategory|arma2|Scripting Commands}} | |
− | + | {{GameCategory|arma3|Scripting Commands}} | |
− | + | {{GameCategory|tkoh|Scripting Commands}} | |
− | |||
− | |||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
− | |||
− | |||
<dl class="command_description"> | <dl class="command_description"> | ||
+ | <dt></dt> | ||
<dd class="notedate">Posted on May 7, 2015 - 13:56 (UTC)</dd> | <dd class="notedate">Posted on May 7, 2015 - 13:56 (UTC)</dd> | ||
<dt class="note">[[User:Benargee|Benargee]]</dt> | <dt class="note">[[User:Benargee|Benargee]]</dt> | ||
<dd class="note">"This works only in the old 3D editor"<br> - KM</dd> | <dd class="note">"This works only in the old 3D editor"<br> - KM</dd> | ||
</dl> | </dl> | ||
− |
Latest revision as of 09:59, 6 April 2021
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.
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:
- -
- Groups:
- Game 2 Editor
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 May 7, 2015 - 13:56 (UTC)
- Benargee
- "This works only in the old 3D editor"
- KM