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

PlacementRuleSystem

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/placement/placement_rule_system.gd

Version: 6.0

class_name: PlacementRuleSystem extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • validate_placement(rule_config: Component, context: PlacementRuleContext) -> RuleResult
    • Validate inputs
  • validate_batch(rule_configs: Array, contexts: Array) -> Array
    • Input validation
  • sort_by_priority(configs: Array) -> Array
  • get_registry_statistics -> Dictionary
  • validate_registry_health -> Dictionary