addMinimapMark( position, radius, shrinkRate, color )
instance function
"Ping" the minimap to draw the player's attention to a particular area. This is used in A2 to show where vessels are under attack.
Arguments
| Name | Type | Description |
|---|---|---|
| position | Vector | The map position |
| radius | Number | Initial radius |
| shrinkRate | Number | The rate at which the ping shrinks |
| color | Color | The color as it will appear on the minimap |
