From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        destruct - Destruct an object.

SYNTAX

        void destruct(object ob)

DESCRIPTION

        This function destroys the indicated object. If the object is
	part of a players inventory, the weight is taken into account.

SEE ALSO

        clone_object in efun/object_related/clone_object

SEE ALSO

        _destruct in efun/object_related/_destruct