
destruct(3)           LPC Library Functions           destruct(3)

NNAAMMEE
       destruct() - remove an object from the games

SSYYNNOOPPSSIISS
       void destruct( object ob );

DDEESSCCRRIIPPTTIIOONN
       Completely  destroy and remove object `ob'. After the call
       to destruct(), no global variables will exist any  longer,
       only  locals,  and  arguments.   If `ob' is this_object(),
       execution will continue, but it is best to return a  value
       immediately.

SSEEEE AALLSSOO
       clone_object(3), new(3), destruct_env_of(4), move(4)

MudOS                       5 Sep 1994                          1

