.\"restore values of variables from a file into an object .DT restore_object Discworld driver help restore_object Name .SI 5 restore_object() - restore values of variables from a file into an object .EI Synopsis .SI 5 int restore_object(string name) .EI Description .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(3). .EI