blob: a89ee2914d90ec33d935f06418cfa75602c0de14 [file] [log] [blame]
Zesstrab6ac9f62020-01-21 11:11:16 +01001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 int find_call_out(string func)
3 int find_call_out(closure func)
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Find the first call-out due to be executed for function <func>
7 in the current object resp. for the closure <func>, and return the
8 time left. If no call-out is found return -1.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra715ec202025-07-09 22:18:31 +020010HISTORY
11 Finding a call_out to a closure was introduced in 3.2.1@45.
MG Mud User88f12472016-06-24 23:31:02 +020012
Zesstra715ec202025-07-09 22:18:31 +020013SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020014 call_out(E), remove_call_out(E), call_out_info(E)