action · ui.action.actor
actor.release-control
Returns the selected actor to autonomous control.
ui.action.actor.release-control
- Stable ID
ui.action.actor.release-control- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 14H standard interface
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.0.0
Usage
Bind a semantic UI control to ui.action.actor.release-control. The host validates the action and dispatches it to lifecycle.handle-action; the action does not mutate gameplay by itself.
Parameters
- None
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.actor.release-control", "Describe the action", 1)
API history
- 1.0.0: Runtime contract published from the complete Phase 14 registry.