Chris' Tutorials
Docs/Grid Placement

Class

RuleCheckIndicatorLogic

Generated GDScript class reference for GridPlacement.RuleCheckIndicatorLogic.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

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 RefCounted

Members

NameKindSummary
build_rules_diagMethod
rulesProperty
partsProperty
pass_on_collisionProperty
maskProperty
build_visuals_diagMethod
cdProperty
whichProperty
texProperty
tex_eq_vProperty
tex_eq_iProperty
modProperty
format_indicator_stateMethod
rpProperty
collisionsProperty
rpProperty
sProperty
build_rules_diag_from_rulesMethod
partsProperty
pass_on_collisionProperty
maskProperty
build_visuals_diag_from_partsMethod
cdProperty
whichProperty
texProperty
tex_eq_vProperty
tex_eq_iProperty
modProperty
format_indicator_state_from_partsMethod
rowsProperty
rpProperty
find_highest_rule_with_visual_settingsMethod
selected_ruleProperty
selected_priorityProperty
validate_rules_from_rules_and_checkerMethod
failing_rulesProperty
failing_indicatorsProperty
is_validProperty
choose_display_settingsMethod
displaying_ruleProperty

Source

addons/grid_placement/placement/rule_check_indicator/rule_check_indicator_logic.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs