DuplicateObject: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(New page: ==duplicateObject== Lua Syntax: <pre>duplicateObject(object, name)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Object to duplicate. ====name==== :'''"s...)
 
m (Bot (Edward's framework))
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


Lua Syntax:
Lua Syntax:
<pre>duplicateObject(object, name)</pre>
<pre>duplicateObject(object, name, {flags=1,
    flush = true|false})</pre>
===Arguments===
===Arguments===
====object====
====object====
Line 10: Line 11:
:'''"string"''' - Name of new duplicated object.
:'''"string"''' - Name of new duplicated object.
===Flags===
===Flags===
====fl/flush====
:If true then the pending notifications will be flushed immediately. By default notifications of commands inside a command group will be sent after the group is closed.
===Return Values===
===Return Values===
None.
;object
:newly created duplicated object.

Latest revision as of 12:57, 16 August 2009

duplicateObject

Lua Syntax:

duplicateObject(object, name, {flags=1, 
    flush = true|false})

Arguments

object

"object path"|"object id"|object - Object to duplicate.

name

"string" - Name of new duplicated object.

Flags

fl/flush

If true then the pending notifications will be flushed immediately. By default notifications of commands inside a command group will be sent after the group is closed.

Return Values

object
newly created duplicated object.