From the NannyMUD documentation
2000-12-14
NAME
function_list -SYNTAX
string *function_list(object obj)DESCRIPTION
This function returns a list with the names of functions in the object which can be called from outside (.eg. from other objects).NOTE
Calling a function just because you can is not the best of ideas. If you aren't REALLY sure what will happen, don't.SEE ALSO
function_exists in efun/object_related/function_exists