Declaración
func CreateBuiltInUI(out var createdEntity entity<BuiltInUI>, target entity<Player>, type BuiltInUIType)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | The player entity to which the UI belongs, The UI is only visible to that player |
Type | InternalHudType | Built-in UI type |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Created Entity | InternalHud | Built-in UI entity created |