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.
Unified result model for placement validation. Aggregates rule-level results and per-cell error messages.
Source: addons/grid_placement/placement/placement_rules/placement_validation_result.gd
Syntax
class PlacementValidationResult extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
success | Property | Overall success status. |
cell_issues | Property | Map of Vector2i cell to an array of error messages for that cell. |
rule_results | Property | List of individual RuleResult objects from executed rules. |
add_cell_issue | Method | |
add_rule_result | Method | |
get_all_issues | Method | |
issues | Property | |
seen | Property | |
is_successful | Method |
Source
addons/grid_placement/placement/placement_rules/placement_validation_result.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs