From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        find_call_out - Find the remaining call_out time of a function.

SYNTAX

	int find_call_out(string func)

DESCRIPTION

	This function returns the number of seconds left until the
	given function `func' is to be executed. If there is no such
	call_out, -1 is returned.

SEE ALSO

        call_out in efun/object_related/call_out

SEE ALSO

        remove_call_out in efun/object_related/remove_call_out

SEE ALSO

        call_out_info in efun/object_related/call_out_info