restore_object |
Discworld efun help |
restore_object |
int restore_object(string name)
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.