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 RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
execute | Method |