Chris' Tutorials
Docs/Grid Placement

Class

PlacementValidationResult

Generated GDScript class reference for GridPlacement.PlacementValidationResult.

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.

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 RefCounted

Members

NameKindSummary
successPropertyOverall success status.
cell_issuesPropertyMap of Vector2i cell to an array of error messages for that cell.
rule_resultsPropertyList of individual RuleResult objects from executed rules.
add_cell_issueMethod
add_rule_resultMethod
get_all_issuesMethod
issuesProperty
seenProperty
is_successfulMethod

Source

addons/grid_placement/placement/placement_rules/placement_validation_result.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs