Chris' Tutorials
Docs/Grid Placement

Class

PlacementStates

Generated GDScript class reference for GridPlacement.PlacementStates.

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.

Groups related plugin states together for centralized access. Provides a single container for all grid building system states including building, mode, targeting, and manipulation.

Source: addons/grid_placement/resources/states/placement_states.gd

Syntax

class PlacementStates extends RefCounted

Members

NameKindSummary
buildingPropertyResource tracking build success/failure signals.
modePropertyTracks current mode (e.g., build mode, demolish mode).
targetingPropertyHolds references to target node and tilemap.
manipulationPropertyState of manipulation actions (move, demolish, etc).
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/resources/states/placement_states.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs