Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
Base class for rules that check tile properties for placement validation.
Source: addons/grid_placement/placement/placement_rules/tile_check_rule.gd
Syntax
class TileCheckRule extends PlacementRuleMembers
| Name | Kind | Summary |
|---|---|---|
get_supported_actions | Method | |
apply_to_objects_mask | Property | Physics layers for collision object detection. |
visual_priority | Property | 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. |
fail_visual_settings | Property | Display settings for an indicator to use with an override priority. |
indicators | Property | List of all indicators that are currently using the rule for evaluation. |
get_failing_indicators | Method | |
result | Property | |
get_tile_positions | Method | |
positions | Property | |
target_map | Property | |
tear_down | Method | |
get_editor_issues | Method | |
issues | Property | |
get_runtime_issues | Method | |
issues | Property |
Source
addons/grid_placement/placement/placement_rules/tile_check_rule.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs