Destroy¶
-
virtual void IDestroyable::Destroy() = 0¶
Destroys the object.
- Throws
CInvalidOperationException– Object cannot be destroyed at this moment.CTimeoutException– Simulator service communication timeout, only applicable if entity is a controller.CCommunicationErrorException– Protocol error.CCommunicationErrorException– Protocol error, only applicable if entity is a controller.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.