
move_object(3)        LPC 系统函数        move_object(3)

名称
     move_object() - move current object to another environment

语法
     void move_object( object item, mixed dest );

描述
     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'.

请参考
     this_object(3), move(4)

MudOS                Last change: 5 Sep 1994                    1

