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.
Settings resource for ValidPlacementTileRule message configuration. Provides customizable messages for tile placement validation scenarios.
Source: addons/grid_placement/placement/placement_rules/template_rules/valid_placement_rule_settings.gd
Syntax
class ValidPlacementRuleSettings extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
success_reason | Property | Player-friendly reason shown when tile validation succeeds |
failure_reason | Property | Player-friendly reason shown when tile validation fails |
no_indicators_reason | Property | Player-friendly reason shown when no indicators are available |
success_message | Property | Success message for valid tiles. |
failed_message | Property | Message to be passed along when the rule requirements were not met. |
no_indicators_message | Property | Message to output when there are no tile collision indicators to check against the rule. |
Source
addons/grid_placement/placement/placement_rules/template_rules/valid_placement_rule_settings.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs