Helper logic and diagnostics for RuleCheckIndicator2D. Centralizes small, side-effect-free helpers used by tests and runtime tooling to avoid duplicating formatting and inspection code across test suites. Functions here are pure (no printing/logging). Callers decide whether to log or attach strings to assertions.
Source: addons/grid_placement/placement/rule_check_indicator/rule_check_indicator_logic.gd
Syntax
class RuleCheckIndicatorLogic extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
build_rules_diag | Method | |
build_visuals_diag | Method | |
format_indicator_state | Method | |
build_rules_diag_from_rules | Method | |
build_visuals_diag_from_parts | Method | |
format_indicator_state_from_parts | Method | |
find_highest_rule_with_visual_settings | Method | |
validate_rules_from_rules_and_checker | Method | |
choose_display_settings | Method |