Create Custom UI

HUD
Lado del servidor
Disponible en PC y móvil

Create a custom UI that only the specified player can see

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