
restore_object(3)     LPC Library Functions     restore_object(3)

NNAAMMEE
       restore_object() - restore values of variables from a file
       into an object

SSYYNNOOPPSSIISS
       int restore_object( string name, int flag );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       save_object(3)

Majik                      26 Jul 1997                          1

