ValidPlacementTileRuleSettings
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Settings resource for ValidPlacementTileRule message configuration. Provides customizable messages for tile placement validation scenarios.
Source File: addons/grid_building/placement/placement_rules/resources/valid_placement_tile_rule_settings.gd
Extends: Resource
Exported Properties
- Property:
success_reason : String = "Valid placement"- Player-friendly reason shown when tile validation succeeds - Property:
failure_reason : String = "Invalid location"- Player-friendly reason shown when tile validation fails - Property:
no_indicators_reason : String = "No build area"- Player-friendly reason shown when no indicators are available - Property:
success_message : String = "All expected nearby tiles exist"- Success message for valid tiles. - Property:
failed_message : String = "Tiles in expected tile areas are missing"- Message to be passed along when the rule requirements were not met. - Property:
no_indicators_message : String = "No tile collision indicators to check for valid tile placement"- Message to output when there are no tile collision indicators to check against the rule.