Skip to content

Class

ValidPlacementTileRuleSettings

Generated GDScript class reference for GridPlacement.ValidPlacementTileRuleSettings.

Status
Current
Version
v6.0
Source updated
Active v6.0 guide line from Grid Placement repo
Generated on
2026-09-01

Settings resource for ValidPlacementTileRule message configuration. Provides customizable messages for tile placement validation scenarios.

Source: addons/grid_placement/placement/placement_rules/resources/valid_placement_tile_rule_settings.gd

Syntax

class ValidPlacementTileRuleSettings extends Resource

Members

NameKindSummary
success_reasonPropertyPlayer-friendly reason shown when tile validation succeeds
failure_reasonPropertyPlayer-friendly reason shown when tile validation fails
no_indicators_reasonPropertyPlayer-friendly reason shown when no indicators are available
success_messagePropertySuccess message for valid tiles.
failed_messagePropertyMessage to be passed along when the rule requirements were not met.
no_indicators_messagePropertyMessage to output when there are no tile collision indicators to check against the rule.