Grid Placement

TileCheckRule

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: placement/placement_rules/tile_check_rule.gd

Version: 5.0

class_name: TileCheckRule extends: PlacementRule

Signals

(none)

Exports

  • _flags_2d_physics
    • Priority for handling multiple rule failures.
    • Rule with the highest priority and a fail display settings set will be used in the indicator’s sprite to display.
    • Display settings for an indicator to use with an override priority.
    • List of all indicators that are currently using the rule for evaluation.
    • Runs the rule against an array of indicators
    • Returns the indicators that fail the test
  • _range
    • Display settings for an indicator to use with an override priority.
    • List of all indicators that are currently using the rule for evaluation.
    • Runs the rule against an array of indicators
    • Returns the indicators that fail the test
  • fail_visual_settings
    • List of all indicators that are currently using the rule for evaluation.
    • Runs the rule against an array of indicators
    • Returns the indicators that fail the test

Methods

  • get_failing_indicators(p_indicators: Array) -> Array
  • get_tile_positions -> Array
  • tear_down
  • get_editor_issues -> Array
  • get_runtime_issues -> Array