Chris' Tutorials
Docs/Grid Placement

Class

ValidPlacementTileRuleSettings

Generated GDScript class reference for GridPlacement.ValidPlacementTileRuleSettings.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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/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.

Source

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

Plugin docs root:gdscript/plugins/grid_placement_dev/docs