function · ui
end_row_group
Closes the current horizontal widget group.
ui.end_row_group()
- Stable ID
ui.end-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
Close the current horizontal widget group before ending its panel.
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.text("Project", "Workshop")
ui.end_row_group()
API history
- 1.19.0: Added for the Phase 19Q9 anchored player HUD.