Chris' Tutorials
Docs/Grid Placement

Class

PlacementConfigurationValidator

Generated GDScript class reference for GridPlacement.PlacementConfigurationValidator.

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.

Centralized validation system for PlacementSession configuration. Validates that all required dependencies and configurations are properly set up before systems start operating. @deprecated The [PlacementContainer] overloads are kept during the 6.0 deprecation window. Prefer calling these static methods with a [PlacementSession] directly.

Source: addons/grid_placement/validation/placement_configuration_validator.gd

Syntax

class PlacementConfigurationValidator extends RefCounted

Members

NameKindSummary
get_editor_issuesMethod
issuesProperty
contextsProperty
templatesProperty
actionsProperty
statesProperty
get_runtime_issuesMethod
issuesProperty
contextsProperty
templatesProperty
actionsProperty
statesProperty
linesProperty
resource_pathProperty
issuesProperty
editor_diagnosticMethod
sectionsProperty
contextsProperty
templatesProperty
actionsProperty
statesProperty
all_issuesProperty
runtime_diagnosticMethod
sectionsProperty
contextsProperty
templatesProperty
actionsProperty
statesProperty
all_issuesProperty
validate_editorMethod
issuesProperty
loggerProperty
validate_runtimeMethod
issuesProperty
loggerProperty
arg_lowerProperty

Source

addons/grid_placement/validation/placement_configuration_validator.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs