dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	restore_object - restore variables of an object

SYNOPSIS
	int restore_object(string file)


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.

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

SEE ALSO
	kfun/save_object