Chris' Tutorials
Docs/Grid Placement

Class

PlacementInstantiatorService

Generated GDScript class reference for GridPlacement.PlacementInstantiatorService.

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.

Scene-free placement instantiator service. Extracted from PlacementInstantiator . 2 add_child calls preserved: the parent is read from _placement_state.placed_parent, which the host wires in resolve_dependencies. Hosted by GridPlacementHost; the old PlacementInstantiator Node class is a thin wrapper that forwards to this service.

Source: addons/grid_placement/services/placement_instantiator_service.gd

Syntax

class PlacementInstantiatorService extends PlacementInjectable

Members

NameKindSummary
DEFAULT_NAMEField
WARNING_INVALID_PLACEABLEField
WARNING_NO_PREVIEWField
resolve_placement_dependenciesMethod
get_runtime_issuesMethod
instantiate_buildingMethod
instanceProperty
placeable_instanceProperty

Source

addons/grid_placement/services/placement_instantiator_service.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs