mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Air defence has its own spawn icon
This commit is contained in:
2
client/@types/olympus/index.d.ts
vendored
2
client/@types/olympus/index.d.ts
vendored
@@ -869,7 +869,7 @@ declare module "contextmenus/mapcontextmenu" {
|
||||
* @param y Y screen coordinate of the top left corner of the context menu
|
||||
* @param latlng Leaflet latlng object of the mouse click
|
||||
*/
|
||||
show(x: number, y: number, latlng: LatLng): void;
|
||||
show(x: number, y: number, latlng: LatLng): false | undefined;
|
||||
/** If the user rightclicked on a CoalitionArea, it will be given the ability to edit it.
|
||||
*
|
||||
* @param coalitionArea The CoalitionArea the user can edit
|
||||
|
||||
Reference in New Issue
Block a user