Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Defines the minimum allowed interval time for triggersprocess timers.

 

Notes

When a trigger process is run, it's tasks will be processed across several game ticks if necessary to avoid game lag.

In extreme cases, it's possible for several new runs of the trigger process to start before a previous run has finished.

When more than PULSE_MAX_QUEUE are  runs are queued, Pulse the API will start generating generate warning messages , as beyond this point the queue is likely to grow in size until the entire universe explodesindicating the need for developer attention.

For this reason, PULSE PROCESS_INTERVAL_MIN ensures that trigger intervals are at least 500ms (at time of writing) to reduce the chances of PULSEof PULSE_MAX_QUEUED_RUNS being QUEUE being reached.

Div
classbox

Availability

Requires:

  • Warzone 3.1 or above
  • Pulse Process 0.1 or above