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

TileDataRule

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: rules/impl/tile_data_rule.gd

Version: 6.0

class_name: TileDataRule extends: PlacementRule

Signals

(none)

Exports

  • tile_config: TileDataConfiguration
    • Settings resource for message configuration
    • Debug mode for detailed tile data information
  • settings: ValidPlacementTileRuleSettings
    • Debug mode for detailed tile data information
  • debug_mode: bool = false

Methods

  • _init -> void
  • validate(context: PlacementRuleContext) -> ValidationResultComponent
  • _check_matches(tile_data: TileData, requirements: Dictionary) -> bool