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 RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
get_editor_issues | Method | |
issues | Property | |
contexts | Property | |
templates | Property | |
actions | Property | |
states | Property | |
get_runtime_issues | Method | |
issues | Property | |
contexts | Property | |
templates | Property | |
actions | Property | |
states | Property | |
lines | Property | |
resource_path | Property | |
issues | Property | |
editor_diagnostic | Method | |
sections | Property | |
contexts | Property | |
templates | Property | |
actions | Property | |
states | Property | |
all_issues | Property | |
runtime_diagnostic | Method | |
sections | Property | |
contexts | Property | |
templates | Property | |
actions | Property | |
states | Property | |
all_issues | Property | |
validate_editor | Method | |
issues | Property | |
logger | Property | |
validate_runtime | Method | |
issues | Property | |
logger | Property | |
arg_lower | Property |
Source
addons/grid_placement/validation/placement_configuration_validator.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs