Chris' Tutorials
Docs/Grid Placement

Class

PlacementInjectable

Generated GDScript class reference for GridPlacement.PlacementInjectable.

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.

Lightweight interface for RefCounted objects that require DI. Use this base class to mark RefCounted helpers as eligible for dependency injection via the project's composition container. Subclasses must implement resolve_placement_dependencies and get_dependency_issues to receive and verify required services.

Source: addons/grid_placement/base/placement_injectable.gd

Syntax

class PlacementInjectable extends RefCounted

Members

NameKindSummary
resolve_placement_dependenciesMethod
get_runtime_issuesMethod
inject_dependenciesMethod
issuesProperty
loggerProperty
warning_messageProperty

Source

addons/grid_placement/base/placement_injectable.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs