Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist committed May 4, 2024
2 parents 02db5ba + cc17027 commit 84857d2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Moose Development/Moose/Wrapper/Airbase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,39 @@ AIRBASE.Sinai = {
["Wadi_al_Jandali"] = "Wadi al Jandali",
}

--- Airbases of the Kola map
--
-- * AIRBASE.Kola.Bas_100
-- * AIRBASE.Kola.Bodo
-- * AIRBASE.Kola.Jokkmokk
-- * AIRBASE.Kola.Kalixfors
-- * AIRBASE.Kola.Kemi_Tornio
-- * AIRBASE.Kola.Kiruna
-- * AIRBASE.Kola.Lakselv
-- * AIRBASE.Kola.Monchegorsk
-- * AIRBASE.Kola.Murmansk_International
-- * AIRBASE.Kola.Olenegorsk
-- * AIRBASE.Kola.Rovaniemi
-- * AIRBASE.Kola.Severomorsk1
-- * AIRBASE.Kola.Severomorsk3
--
-- @field Kola
AIRBASE.Kola = {
["Bas_100"] = "Bas 100",
["Bodo"] = "Bodo",
["Jokkmokk"] = "Jokkmokk",
["Kalixfors"] = "Kalixfors",
["Kemi_Tornio"] = "Kemi Tornio",
["Kiruna"] = "Kiruna",
["Lakselv"] = "Lakselv",
["Monchegorsk"] = "Monchegorsk",
["Murmansk_International"] = "Murmansk International",
["Olenegorsk"] = "Olenegorsk",
["Rovaniemi"] = "Rovaniemi",
["Severomorsk1"] = "Severomorsk1",
["Severomorsk3"] = "Severomorsk3",
}

--- AIRBASE.ParkingSpot ".Coordinate, ".TerminalID", ".TerminalType", ".TOAC", ".Free", ".TerminalID0", ".DistToRwy".
-- @type AIRBASE.ParkingSpot
-- @field Core.Point#COORDINATE Coordinate Coordinate of the parking spot.
Expand Down

0 comments on commit 84857d2

Please sign in to comment.