action · ui.action.events
events.select-entry
Selects one stable event row and requests its map location.
ui.action.events.select-entry
- Stable ID
ui.action.events.select-entry- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9F regional and event 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.19.0
Usage
Select one retained event row by stable row_id, show its explanation, and center the camera when the event carries a known site.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded package action callback and at most one detached camera intent.
Fields
This symbol has no fields.
Errors
Examples
ui.list("ui.action.events.select-entry", event_rows, {visible_rows = 8})
API history
- 1.19.0: Event-feed entry selection added for Phase 19Q9F.