Grid Placement

PlacementRuleValidationLogic

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: placement/placement_rules/placement_rule_validator.gd

Version: 5.0

class_name: PlacementRuleValidationLogic extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • validate_placement_rules(rules: Array) -> ValidationResults
  • cleanup_null_indicators_from_rules(rules: Array) -> int
  • validate_validation_prerequisites(rules: Array) -> Array
  • setup_rules(rules: Array, p_gts: GridTargetingState) -> Dictionary
  • are_rules_ready(rules: Array) -> bool
  • combine_rules(base_rules: Array, additional_rules: Array, ignore_base: bool = false) -> Array