Rule-space
Last updated
All rules and rulesets are loaded into a single rule-space which is then executed one rule at a time against the entire workspace. The following rules apply.
All Rule and Ruleset objects need to have a unique name
Rulesets are expanded to Rule by appending _NNN where N is the index of the rule in the ruleset (i.e., "_000", "_001", etc...)
All rules are executed in priority order (lowest first)
Rules that share the same priority are executed in alphabetical order by name
All Gomboc published rules have a priority between 1M and 10M
Last updated