.\"move an object to another environment

.DT
move_object
Discworld driver help
move_object

Name
.SI 5
move_object() - move an object to another environment

.EI
Synopsis
.SI 5
void move_object(mixed item, mixed dest);

.EI
Description
.SP 5 5
Move the object `item' into the object `dest'.  'item' must be this_object().
move_object may be optionally called with one argument in which case
'item' is implicitly this_object() and the passed argument is 'dest'.
move_object() is usually called from an inherited "move.c" module.

.EP
See also
.SI 5
this_object(3).
.EI
