Appearance
move_object() - 移动当前对象到其他环境
void move_object( mixed dest );
移动当前对象到环境 `dest`,移动后会触发当前对象和目标环境及其中对象的 init() 方法。
this_object(3), move_or_destruct(4), init(4)
雪风(i@mud.ren)