blob: 8038bdd0dee8ec6e0ea3df8af2c077fd6f055644 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 mixed * call_out_info(void)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Get information about all pending call outs. The result is an
6 array in which every entry is itself an array describing one
7 call_out. Each of these arrays consists of 3 or more elements:
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009 1. The object the function/closure is called in.
10 2. The function or closure.
11 3. The delay to go
12 4ff. The optional argument(s)
MG Mud User88f12472016-06-24 23:31:02 +020013
Zesstra715ec202025-07-09 22:18:31 +020014 Callouts for destructed objects will not be contained in the
15 list.
MG Mud User88f12472016-06-24 23:31:02 +020016
Zesstra715ec202025-07-09 22:18:31 +020017SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020018 call_out(E), remove_call_out(E), find_call_out(E)