Chris' Tutorials
Docs/Grid Placement

Class

PlacementSystemBase

Generated GDScript class reference for GridPlacement.PlacementSystemBase.

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.

Base class for plugin subsystems. Derive system implementations (placement, manipulation, targeting, etc.) from this class to gain standard lifecycle hooks and DI integration. Systems should validate dependencies and expose well-defined public methods for coordination with other systems.

Source: addons/grid_placement/base/placement_system_base.gd

Syntax

class PlacementSystemBase extends PlacementNode

Members

NameKindSummary
resolve_placement_dependenciesMethod
get_runtime_issuesMethod

Source

addons/grid_placement/base/placement_system_base.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs