Declaración
func CreateMiniMapIcon(out var createdEntity entity<MiniMapIcon>, target entity<Player>, resource IconType)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | The Player, the static pixel created is only visible to this player |
Resource | IconType | Small map icon resource path |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Created Entity | MiniMapIcon | The minimap icon entity created |