DeleteObject
Jump to navigation
Jump to search
deleteObject
Lua Syntax:
deleteObject(object, {flags=1, flush = true|false})
Arguments
object
- "object path"|"object id"|object - Object to delete. The object is automatically removed from the parent.
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.