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

PlacementValidator

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: infrastructure/validation/placement_validator.gd

Version: 6.0

class_name: PlacementValidator extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • validate(placeable: Placeable, grid_position: Vector2i, grid_size: Vector2i = DEFAULT_GRID_SIZE) -> RuleResult
  • validate_placement(entity: Entity, _target_position: Vector2) -> ValidationResultComponent