Skip to content

RunCondition

RunCondition = () => boolean

Defined in: ecs/system.ts:139

Predicate evaluated per-frame; returning false skips the system for that tick. It is asked once per schedule run, so a set of nine systems gated on one pause flag reads it once and either all nine run or none do.

boolean