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 |