ChangeOrder

From VisionaireWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

changeOrder

Lua Syntax:

changeOrder("up"|"down" [, object], {flags=1, 
    flush = true|false})

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

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

None.