LPC Library Functions: find_call_out

NAME

find_call_out() - find the next scheduled call out for a given function

SYNOPSIS

int find_call_out( string func ):

int find_call_out( string func | int x ):

DESCRIPTION

Find the first call out due to be executed for function 'func' and return the number of seconds remaining until 'func' will be executed. If no call out for the given function is found, find_call_out() returns -1.

If the driver flag CALL_OUT_HANDLES is defined, then the second form of find_call_out() is available. In the second form, 'x' is a call out handle generated from the initial call_out() call.

SEE ALSO

call_out(), remove_call_out(), set_heart_beat()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS