gre.delete_object
gre.delete_object(
object_name,
)
Delete an object that has been cloned using gre.clone_object from the model. The object must be a control, table or a group.
Parameters
| Parameter | Type | Description |
|---|---|---|
object_name | #string | The fully qualified name of the object to delete |
Example
function delete_object()
gre.delete_object("my_layer.my_object")
end