mud/lib/doc/sefun/event_pending
2020-09-06 05:43:07 -07:00

26 lines
551 B
Plaintext

EVENT_PENDING(1) EVENT_PENDING(1)
NAME
event_pending() - returns true if an event is pending for
an object
SYNOPSIS
int event_pending(object ob)
DESCRIPTION
If an event is pending for the object which you pass, then
the function returns 1. Otherwise it returns 0.
LOCATION
/secure/sefun/events.c
SEE ALSO
call_out(), event(), remove_call_out(), set_heart_beat()
Author
Descartes of Borg
1