PasteObjects: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(New page: ==pasteObjects== Lua Syntax: <pre>pasteObjects(windowName [, parentObject, field])</pre> ===Arguments=== ====windowName==== :'''int''' - Name of the new toolbox. ====parentObject==== :''...)
 
(Removing all content from page)
Line 1: Line 1:
==pasteObjects==


Lua Syntax:
<pre>pasteObjects(windowName [, parentObject, field])</pre>
===Arguments===
====windowName====
:'''int''' - Name of the new toolbox.
====parentObject====
:'''"object path"|"object id"|object''' - Object where the pasted object(s) will be added to.If no parent object is given the object(s) will be added to the game object.
====field====
:'''int''' - Data field where the pasted object(s) will be added to the parent object.
===Flags===
===Return Values===
None.

Revision as of 10:49, 25 October 2008