Chris' Tutorials
Docs/Grid Placement

Class

PlacementSystemsContext

Generated GDScript class reference for GridPlacement.PlacementSystemsContext.

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.

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. It is designed to be used with a PlacementContainer that resolves dependencies and provides the necessary systems.

Source: addons/grid_placement/context/placement_systems_context.gd

Syntax

class PlacementSystemsContext extends RefCounted

Members

NameKindSummary
placement_system_changedEventSignal emitted when a system becomes available or is replaced.
grid_targeting_system_changedEvent@deprecated 6.0.0-S: was GridTargetingSystem
manipulation_system_changedEvent@deprecated 6.0.0-S: was ManipulationSystem
get_building_systemMethod
get_grid_targeting_systemMethod
get_manipulation_systemMethod
set_systemMethod
get_editor_issuesMethod
issuesProperty
get_runtime_issuesMethod
issuesProperty
viewportProperty
scene_treeProperty

Source

addons/grid_placement/context/placement_systems_context.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs