Declaración
func CreateCustomUI(out var createdEntity entity<CustomUI>, owner entity<Player>, uIID CustomUIID)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Owner | Player | The player entity to which the UI belongs. The UI is only visible to that player |
UI ID | CustomHudID | Custom UI Index |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Created Entity | CustomHud | Created custom UI entity |