Ui::setMinimapComponent
p2 appears to be always -1.
Map component IDs:
6 = "Vespucci Beach lifeguard building"
7 = "Beam Me Up (Grand Senora Desert)"
8 = "Paleto Bay fire station building"
9 = "Land Act Dam"
10 = "Paleto Forest cable car station"
11 = "Galileo Observatory"
12 = "Engine Rebuils building (Strawberry)"
13 = "Mansion pool (Richman)"
14 = "Beam Me Up (Grand Senora Desert) (2)"
15 = "Fort Zancudo"
Syntax
```js mp.game.ui.setMinimapComponent(p0, p1, p2); ```
Required Arguments
- p0: int
- p1: Boolean
- p2: int
Return value
- unknown (to be checked)
Example
```js // todo ```