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 RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
building | Property | Resource tracking build success/failure signals. |
mode | Property | Tracks current mode (e.g., build mode, demolish mode). |
targeting | Property | Holds references to target node and tilemap. |
manipulation | Property | State of manipulation actions (move, demolish, etc). |
get_runtime_issues | Method | |
issues | Property |
Source
addons/grid_placement/resources/states/placement_states.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs