Chris' Tutorials
Docs/Grid Placement

Class

Placeable

Generated GDScript class reference for GridPlacement.Placeable.

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 [ScenePlacementEntry] instead. Placeable is kept as a backward-compatible alias through the 6.0 deprecation window. It extends [ScenePlacementEntry] so existing [code].tres[/code] files referencing [code]placeable.gd[/code] by script path continue to load normally. This alias will be removed in 6.1. Migrate to [ScenePlacementEntry] by replacing [code]Placeable[/code] references in code and updating [code].tres[/code] [code]script_class[/code] lines before upgrading.

Source: addons/grid_placement/placement/placeable/placeable.gd

Syntax

class Placeable extends ScenePlacementEntry

Source

addons/grid_placement/placement/placeable/placeable.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs