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
	find_object - find an object

SYNOPSIS
	object find_object(string obj)


DESCRIPTION
	The string argument is resolved as a file path, and the object with
	the resulting name is searched for.  Either the object, if found, or
	nil is returned.

SEE ALSO
	kfun/object_name