function · ui
begin_row_group
Begins one non-nested horizontal widget group.
ui.begin_row_group()
- Stable ID
ui.begin-row-group- Owner
- app.ScriptPackageHost
- Authority
- presentation
- Timing
- composition
- Availability
- Phase 14 package callbacks
- Side effects
- records bounded detached presentation intent
- Determinism
- Host-created package identity and per-callback budgets.
- Introduced
- 1.19.0
Usage
Begin one horizontal widget group inside the current panel. Groups cannot nest and must be closed before the panel ends.
Parameters
- None
Returns
No gameplay value. The call appends one bounded structural presentation intent.
Cost
Counts as one widget against the package composition budget.
Fields
This symbol has no fields.
Errors
- None
Examples
ui.begin_row_group()
ui.stat(tostring(settlement.actor_count), "Residents")
ui.spacer()
ui.text("State", "Running")
ui.end_row_group()
API history
- 1.19.0: Added for the Phase 19Q9 anchored player HUD.