NAME
	function_exists - does the object have the function

SYNOPSIS
	string function_exists(string func, object ob)

DESCRIPTION
	This function searches for a named function `func' in the specified
	object `ob'. If it is found, the filename of that object is returned.

	The filename returned is not the same as the string returned by
	the function `file_name()', it does not have the instance number
	of the found object suffixed to it.

	If no argument `ob' is given, `this_object()' is used by default.

NOTA BENE
	It is the filename of the object that contains the function that
	is returned, not the composite object that might inherit the file
	that contains the function.

	E.g: if the function is in an object inherited by `ob' the
	     filename of the inherited object.

SEE ALSO
	inherit_list

Help topics available:
_destruct _isclone _lock _next_clone _query_action
add_action all_inventory call_other call_out call_out_info
clone_object command creator deep_inventory destruct
disable_commands enable_commands environment exec file_name
find_call_out find_living find_object first_inventory function_exists
inherit inherit_list input_to interactive living
move_object next_inventory present previous_object query_verb
remove_call_out restore_object save_object set_heart_beat set_light
set_living_name shadow tell_object tell_room this_object
this_player transfer

[START|BACK ]




[ NannyMuds main page | FAQ | Contact us ]

You are guest number 172 since November 2019.
This file was last modified: June 2000.