Skip to content

Class

PlacementRuntime

Generated GDScript class reference for GridPlacement.PlacementRuntime.

Status
Current
Version
v6.0
Source updated
Active v6.0 guide line from Grid Placement repo
Generated on
2026-09-01

Headless programmatic entry point for placement lifecycle commands. A backend (e.g. Thistletide) calls [method execute] with a [PlacementCommand] and receives a [HostDispatchResult] whose inner [PlacementReport] carries one canonical, terminalized [PlacementLifecycleResult]. This path does NOT require an active UI session, a positioner node, or any preview — it drives the host-owned services directly so backend placement is deterministic and testable. The runtime resolves the session from the command or from the host's active/default session, then routes to the appropriate dimensional service commit path. Correlation context is passed through opaquely.

Source: addons/grid_placement/placement/placement_runtime.gd

Syntax

class PlacementRuntime extends RefCounted

Members

NameKindSummary
executeMethod