restore_object(3) LPC Library Functions restore_object(3)
NNAAMMEE
restore_object() - restore values of variables from a file
into an object
SSYYNNOOPPSSIISS
int restore_object( string name, int flag );
DDEESSCCRRIIPPTTIIOONN
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).
SSEEEE AALLSSOO
save_object(3)
MudOS 5 Sep 1994 1