Method code for $root.destroy()

[Turn on line numbering]
// This doesn't actually destroy us immediately, but we will go away when
// nothing is holding onto us any more.
(> .perms(sender(), 'manager) <);
if (.has_flag('core))
    throw(~perm, "This object is a core object, and cannot be destroyed!");
(| .uninitialize('destroy) |);
destroy();

["// Created as a part of ColdCore, see: @help Credit"]

the Cold Dark