Declaration
func CreateMiniMapIcon(out var createdEntity entity<MiniMapIcon>, target entity<Player>, resource IconType)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Target | Player | The Player, the static pixel created is only visible to this player |
Resource | IconType | Small map icon resource path |
Out
Name | Type | Description |
---|---|---|
Created Entity | MiniMapIcon | The minimap icon entity created |