Interfaces
IMarkerService
Provides methods for drawing markers.
Methods
AddMarker
Upon invoking immediately starts drawing the specified marker for the specified player.
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player | The player to draw the marker for. |
| marker | Marker | The marker. |
Returns
| Name | Type |
|---|---|
| Guid | The id of the marker. |
AddMarker
Upon invoking immediately starts drawing the specified marker for the specified players.
Parameters
| Name | Type | Description |
|---|---|---|
| players | IEnumerable<Player> | The players to draw the marker for. |
| marker | Marker | The marker. |
Returns
| Name | Type |
|---|---|
| Guid | The id of the marker. |
RemoveMarker
Stops drawing the marker with the specified id.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The id of the marker. |