find_call_out |
Discworld driver help |
find_call_out |
Name
find_call_out() - find a call out scheduled to be called next
Synopsis
int find_call_out( string func ):
Description
Find the first call out due to be executed for function `func', and return the time left. If it is not found, then return -1.
WARNING! The returned value is wrong in some situations!