namespace · ui.action.selection
Selection interface actions
Logical actions used by the standard selection interface.
namespace ui.action.selection
- Stable ID
ui.action.selection- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.19.0
Usage
Use stable selection actions to change only the package-owned focused row within the current detached world selection. Gameplay state remains unchanged.
Parameters
- None
Returns
The bounded selection actions registered for the standard player interface.
Cost
Namespace lookup is constant-time and performs no simulation owner visit.
Fields
This symbol has no fields.
Errors
- None
Examples
ui.list("ui.action.selection.focus", actor_rows, {visible_rows = 6})
API history
- 1.19.0: Selection action namespace added for Phase 19Q9C.