action · ui.action.packages

reload

Reloads the complete script package graph at a safe frame boundary.

ui.action.packages.reload
Stable ID
ui.action.packages.reload
Owner
controls.ControlState
Authority
host_lifecycle
Timing
frame_boundary
Availability
Phase 14J transactional reload
Side effects
Atomically replaces the package graph after validation and proof composition.
Determinism
The action has a stable identity and a configurable physical binding.
Introduced
1.0.0

Usage

Bind a semantic UI control to ui.action.packages.reload. The host validates the action and dispatches it to lifecycle.handle-action; the action does not mutate gameplay by itself.

Parameters

Returns

No direct value. The host dispatches the stable action ID to the package action handler.

Cost

Runs at a frame boundary and is bounded by package count and reload validation work.

Fields

This symbol has no fields.

Errors

Examples

ui.button("Action", "ui.action.packages.reload", "Describe the action", 1)

API history

Related symbols

Project references