concepts/
efun/
NAME
	mixed *functionlist(mixed ob, int flags)

SYNOPSIS
	functionlist() returns an array with information about an
	object's functions.

	The first arg is an object or a file name.

	The second (optional) arg is a flags that specifies, what info
	is to be returned (function names, or return types, or number
	of args the functions takes, ...), and also, if info is wanted
	about all functions, or just about public/private/varargs/...
	functions.  The Driver source should contain a
	<mudlib/sys/lpctypes.h> and <mudlib/sys/functionlist.h> that
	define the values for the flags and the returntypes of
	functionlist().

SEE ALSO
	inherit_list(E)