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.
Results from building rule validation tests.
Source: addons/grid_placement/placement/placement_rules/validation_results.gd
Syntax
class ValidationResults extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
message | Property | Success or failure message. |
rule_results | Property | Individual rule results |
add_rule_result | Method | |
get_issues | Method | |
all_issues | Property | |
add_error | Method | |
add_issue | Method | |
is_successful | Method | |
has_failing_rules | Method | |
has_errors | Method | |
get_successful_rules | Method | |
successful_rules | Property | |
rule_result | Property | |
get_failing_rules | Method | |
failing_rules | Property | |
rule_result | Property | |
get_errors | Method | |
get_failing_rule_results | Method | |
failing_results | Property | |
get_summary_string | Method | |
total_rules | Property | |
successful_rules | Property | |
failed_rules | Property | |
success_rate | Property | |
all_issues | Property |
Source
addons/grid_placement/placement/placement_rules/validation_results.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs