Declaration
func GetWidgetFromCustomUI(owner entity<Player>, target entity<CustomUI>, widgetID CustomUIWidgetID) entity<UIWidget>
go
Parameters
Input
Name | Type | Description |
---|---|---|
Owner | Player | The player entity to which the UI belongs |
Target | CustomHud | Custom UI Entities |
Widget ID | CustomHudWidgetID | Widget unique index |
Return
Type | Description |
---|---|
HudWidget | UI Widget Entity |