Declaración
func GetWidgetFromCustomUI(owner entity<Player>, target entity<CustomUI>, widgetID CustomUIWidgetID) entity<UIWidget>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Owner | Player | The player entity to which the UI belongs |
Target | CustomHud | Custom UI Entities |
Widget ID | CustomHudWidgetID | Widget unique index |
Regresar
Tipo | Descripción |
---|---|
HudWidget | UI Widget Entity |