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
	function_object - find a function in an object

SYNOPSIS
	string function_object(string function, object obj)


DESCRIPTION
	Find the named function, which must be callable with call_other(),
	in an object.  If the function is found, the name of the inherited
	object that defines it is returned; otherwise, nil is returned.

SEE ALSO
	kfun/call_other