.DT
handle_restore_inventory
DW_wibble creator help
handle_restore_inventory

.SH Name
.SP 5 5
handle_restore_inventory -  This method handles moving objects into the inventory from an auto load.
.EP

.SH Syntax
.SI 5
int handle_restore_inventory(object ob)
.EI

.SH Parameters
.SI 5
%^BOLD%^ob%^RESET%^ - the object to move into ourselves

.EI

.SH Defined in
.SI 5
/std/container.c
.EI

.SH Description
.SP 5 5

This method handles moving objects into the inventory from an auto
load.  This should be over ridden by things inheriting us to
make sure that the objects can be moved into the inventory.  It
should handle the bypassing of open/close/locked etc flags.
.EP

