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

名称
     restore_object() - restore values of variables from  a  file
     into an object

语法
     int restore_object( string name, int flag );

描述
     Restore values of variables for  current  object  from  file
     `name'.  If  the  optional second argument is 1, then all of
     the non-static variables are not zeroed out prior to restore
     (normally, they are).

     In the case of an error, the affected variable will be  left
     untouched and an error given.

请参考
     save_object(3)

MudOS                Last change: 5 Sep 1994                    1

