From the NannyMUD documentation
2000-12-14
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_outSEE ALSO
remove_call_out in efun/object_related/remove_call_outSEE ALSO
call_out_info in efun/object_related/call_out_info