The IDestroyable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Destroy |
This method should remove an object or room from the game. Objects should be
moved to null. All children of this object should be destroyed. If this object
is worn/held/etc it should be removed in the correct way first. All callouts should
be stopped. Get rid of any references to this object.
|