Difference between revisions of "Manual:DIL Manual/heartbeat"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
Line 1: Line 1:
 +
<span id="hb"></span>
 +
'heartbeat'
 +
    This is the DIL programs heartbeat. It can be assigned runtime to
 +
    change the rate with which SFB_TICK is activated. Do not set it
 +
    too low, and remember that it is specified in 1/4th of a second.
 +
    use the constant PULSE_SEC to multiply your wanted delay, for
 +
    Example:
 +
      heartbeat := PULSE_SEC*25; /* Tick every 25 seconds */
  
 
+
---~---~---~---~---~---~---~---~---
 
<span id="hb"></span>
 
<span id="hb"></span>
 
  'heartbeat'
 
  'heartbeat'

Latest revision as of 22:31, 4 December 2025

'heartbeat'
   This is the DIL programs heartbeat. It can be assigned runtime to
   change the rate with which SFB_TICK is activated. Do not set it
   too low, and remember that it is specified in 1/4th of a second.
   use the constant PULSE_SEC to multiply your wanted delay, for
   Example:
      heartbeat := PULSE_SEC*25; /* Tick every 25 seconds */
---~---~---~---~---~---~---~---~---

'heartbeat'
   This is the DIL programs heartbeat. It can be assigned runtime to
   change the rate with which SFB_TICK is activated. Do not set it
   too low, and remember that it is specified in 1/4th of a second.
   use the constant PULSE_SEC to multiply your wanted delay, for
   Example:
      heartbeat := PULSE_SEC*25; /* Tick every 25 seconds */
---~---~---~---~---~---~---~---~---