Chris' Tutorials
Docs/Grid Placement

Class

BuildingInstantiator

Generated GDScript class reference for GridPlacement.BuildingInstantiator.

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.

@deprecated Use PlacementInstantiator instead. This class is a backward-compatible alias. BuildingInstantiator was renamed to PlacementInstantiator in 5.1.0 to align with GridPlacement C# naming conventions. All functionality is identical — this class exists only to prevent breaking existing code. Migration: Replace BuildingInstantiator with PlacementInstantiator in your code. The old name will be removed in 6.1 (per 6.0.0 deprecation policy: deprecated in 6.0, removed in 6.1).

Source: addons/grid_placement/systems/building/components/building_instantiator.gd

Syntax

class BuildingInstantiator extends PlacementInstantiator

Source

addons/grid_placement/systems/building/components/building_instantiator.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs