
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

