ChangeOrder: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(New page: ==changeOrder== Lua Syntax: <pre>changeOrder("up"|"down" [, object])</pre> ===Arguments=== ===="up"|"down"==== :'''"string"''' - Defines how the order is changed. ====object==== :'''"obj...)
(No difference)

Revision as of 10:36, 25 October 2008

changeOrder

Lua Syntax:

changeOrder("up"|"down" [, object])

Arguments

"up"|"down"

"string" - Defines how the order is changed.

object

"object path"|"object id"|object - The order of this object is changed in the list it is stored in. If no object is given the selected object is used.

Flags

Return Values

None.