Appearance
helix / ScoreBound
Type Alias: ScoreBound
ScoreBound =
number| {max?:number;min?:number; }
Defined in: core/values/predicate.ts:12
A scoreboard bound in an entity_scores predicate: an exact int, or an inclusive {min,max} range (either end optional).