.DT
restore_object
Discworld efun help
restore_object

int restore_object(string name)
.SP 5 5
Restore values of variables for current object from file name. It is illegal 
to have '.' or spaces in the name. Return true if success.

Variables that has the type modifer static will not be saved.
Example: static int xxx;.
.EP

See also
.SI 5
save_object.
.EI
