Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

RuleResult

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: rules/rule_result.gd

Version: 6.0

class_name: RuleResult extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • _init(p_rule: Resource) -> void
  • build(p_rule: Resource, p_issues: Array) -> RuleResult
  • create_success(p_reason: String = "Success") -> RuleResult
    • Implementation depends on how it’s used in tests.
  • create_failure(p_issue: String) -> RuleResult
  • add_issue(p_issue: String) -> void
  • add_issues(p_issues: Array) -> void
  • is_successful -> bool
  • get_issues -> Array
  • is_empty -> bool