Chris' Tutorials
Docs/Grid Placement

Class

PlacementContexts

Generated GDScript class reference for GridPlacement.PlacementContexts.

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.

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 RefCounted

Members

NameKindSummary
indicatorPropertyHolds reference to current indicator manager object
ownerPropertyHolds reference to the currently owning game node for the instance of the grid building system and related modules
systemsPropertyHolds 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_issuesMethod
issuesProperty
get_editor_issuesMethod
issuesProperty

Source

addons/grid_placement/context/placement_contexts.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs