NAME

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

SYNOPSIS

int restore_object(string name)

DESCRIPTION

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;'.

SEE ALSO

save_object(3) .