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.
Contains contexts for resolving references to current objects within the grid building system instance
Source: addons/grid_placement/context/placement_contexts.gd
Syntax
class PlacementContexts extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
indicator | Property | Holds reference to current indicator manager object |
owner | Property | Holds reference to the currently owning game node for the instance of the grid building system and related modules |
systems | Property | Holds references to the systems used in grid building operations. This context allows for easy access to the systems without needing to pass them around manually. |
get_runtime_issues | Method | |
issues | Property | |
get_editor_issues | Method | |
issues | Property |
Source
addons/grid_placement/context/placement_contexts.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs