Skip to content

Class

PlacementSystemBase

Generated GDScript class reference for GridPlacement.PlacementSystemBase.

Status
Current
Version
v6.0
Source updated
2026-09-04
Generated on
2026-09-06

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 Node