MudOSa4DGD/
MudOSa4DGD/bin/
MudOSa4DGD/data/
MudOSa4DGD/doc/
MudOSa4DGD/doc/driver/
MudOSa4DGD/doc/efun/bitstrings/
MudOSa4DGD/doc/efun/command/
MudOSa4DGD/doc/efun/communication/
MudOSa4DGD/doc/efun/heart_beat/
MudOSa4DGD/doc/efun/interactive/
MudOSa4DGD/doc/efun/inventory/
MudOSa4DGD/doc/efun/living/
MudOSa4DGD/doc/efun/mappings/
MudOSa4DGD/doc/efun/strings/
MudOSa4DGD/doc/efun/uid/
MudOSa4DGD/doc/funs/
MudOSa4DGD/doc/language/
MudOSa4DGD/mudlib/dgd/doc/
MudOSa4DGD/mudlib/dgd/lib/include/dgd/
MudOSa4DGD/mudlib/dgd/lib/std/
MudOSa4DGD/mudlib/dgd/lib/sys/
MudOSa4DGD/mudlib/dgd/log/
MudOSa4DGD/mudlib/log/
MudOSa4DGD/mudlib/std/include/
MudOSa4DGD/mudlib/std/obj/
NAME
	restore_object - restore variables of an object

SYNOPSIS
	int restore_object(string file)

CONFIG.H - MUDOS_RESTORE_OBJECT_FLAG
	varargs int restore_object(string file, int dummy)


DESCRIPTION
	Restore all global variables in an object that are not private or
	static from a file.  All variables which qualify, but were not
	restored and do not contain object values, will be set to 0.  1 is
	returned if the variables could be restored, 0 otherwise.

        This_object() needs read permission to the file. If config.h
        defines DEFAULT_OBJ_EXTENSION, the ".o" extension may be omitted.

ERRORS
	An error will result if the restore file does not have the proper
	format.

SEE ALSO
	kfun/save_object