DeleteiObject
Delete a iObject
| Argument | Data Type | Needed | Default | Description | 
|---|---|---|---|---|
| Id | string/number | - | The id of the iObject | |
| Delete | boolean | false | If is true delete the actual entity, otherwise delete only the interaction | 
Dont need to be called every frame, if called every frame and the iObject dont exist, sleep the loop for 100 ms to prevent spam
Example
DeleteiObject("myid", true)