Create Built In UI

HUD
Lado del servidor
Disponible en PC y móvil

Create a built-in UI that only the specified player can see

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