ACCU
An ACCU Operator (triOpAccu) is a unary logical connective that takes the previous Trigger result and returns true only if this result is true for a predefined number of times (consecutive or not).
An NOT Operator item in the Trigger Editor
Creation
- Behavior Editor / Trigger Library:
- Golaem Menu: Crowd Triggers / Operators / CrowdTriOp Accu Node
- MEL command: glmCrowdTriOpAccuCmd;
Configuration
Accumulator Attributes
Accumulator Count | Number of times the previous Trigger should return true for this Operator to return true |
Reset On False |
If checked, the internal counter will be resetted every time the previous Trigger returns false (and thus the Operator will return true when only a successive number of True is returned) |