action · ui.action.events
events.open
Opens the standard causal event feed.
ui.action.events.open
- Stable ID
ui.action.events.open- 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
Open the standard grouped event feed and close other modal player views without changing simulation state.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded package action callback.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Events", "ui.action.events.open", "Open event feed (V)", 1)
API history
- 1.19.0: Event-feed open action added for Phase 19Q9F.