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

名称
     new() - load a copy of an object

语法
     object new( string name );

描述
     Load a new object from definition <name>, and give it a  new
     unique  name.   Returns  the  new  object.  An object with a
     nonzero environment() cannot be cloned.

请参考
     clone_object(3), destruct(3), move_object(3)

MudOS                Last change: 5 Sep 1994                    1

