This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Defines the minimum allowed interval time for triggers.

 

Notes

When a trigger 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 to start before a previous run has finished.

When more than PULSE_MAX_QUEUED_RUNS are queued, Pulse will start generating warning messages, as beyond this point the queue is likely to grow in size until the entire universe explodes.

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

Availability

Requires:

  • Warzone 3.1 or above
  • Pulse 0.1 or above

 

  • No labels