action · ui.action.composition-proof

composition-proof.use-standard

Restores the standard player HUD provider.

ui.action.composition-proof.use-standard
Stable ID
ui.action.composition-proof.use-standard
Owner
controls.ControlState
Authority
presentation
Timing
immediate
Availability
Phase 14I replacement and extension proof
Side effects
Invokes the owning package action callback through stable package identity.
Determinism
Action identity is independent of physical input.
Introduced
1.0.0

Usage

Bind a semantic UI control to ui.action.composition-proof.use-standard. 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

Constant-size contract lookup or bounded retained-record access.

Fields

This symbol has no fields.

Errors

Examples

ui.button("Action", "ui.action.composition-proof.use-standard", "Describe the action", 1)

API history

Related symbols

Project references