From the NannyMUD documentation
2000-12-14
NAME
call_out_info - Info about all pending call outs.SYNTAX
mixed *call_out_info()DESCRIPTION
Get information about all pending call outs. An array is returned. In short, it is: ({ object, function, time_left, opt_arg, this_player() }). In more detail, the five elements are:Pos Description 0 The file name of the object that started the call_out. 1 The name of the function that will be called. 2 The time left in seconds before the call is done. 3 The optional argument to call_out, if any. 4 The file name of this_player() when the call_out was started.SEE ALSO
call_out in efun/object_related/call_outSEE ALSO
remove_call_out in efun/object_related/remove_call_outSEE ALSO
find_call_out in efun/object_related/find_call_out