mud/lib/doc/efun/all/query_heart_beat
2020-09-06 05:43:07 -07:00

14 lines
401 B
Plaintext

query_heart_beat() - query the status of an object's heartbeat
int query_heart_beat( object );
Returns the value with which set_heart_beat() has been called with on
'object'. If object is not given, it defaults to the current object. If
the object has no heart beat, 0 will be returned.
See also:
heart_beat,
set_heart_beat
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere