Declaration
func GetMiniMap(target entity<Player>) entity<MiniMap>
go
Parameters
Input
Name | Type | Description |
---|---|---|
Target | Player | Target Player |
Return
Type | Description |
---|---|
MiniMap | Current player’s mini-map |
Get the target player's minimap entity
func GetMiniMap(target entity<Player>) entity<MiniMap>
go
Name | Type | Description |
---|---|---|
Target | Player | Target Player |
Type | Description |
---|---|
MiniMap | Current player’s mini-map |