Chris' Tutorials
Docs/Grid Placement

Class

PlaceableInstance

Generated GDScript class reference for GridPlacement.PlaceableInstance.

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.

Component to attach to objects that are placed by the building system by remembering the placeable resource that they were instanced from

Source: addons/grid_placement/components/placeable_instance.gd

Syntax

class PlaceableInstance extends PlacementGameNode

Members

NameKindSummary
placeable_path_changedEvent
placeable_pathPropertyPath to the placeable resource that creates or recreates instances of this gameplay object type
default_nameField
group_nameField
placeableProperty
resolve_placement_dependenciesMethod
validate_setupMethod
passingProperty
saveMethod
parentProperty
saveProperty
instance_from_saveMethod
placeableProperty
instanceProperty
placeable_instanceProperty
INSTANCE_NAMEFieldShared name constants Be very careful about changing these because game saves do not know if you change the string key of loaded properties.
PLACEABLEField
TRANSFORMField

Source

addons/grid_placement/components/placeable_instance.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs