Skip to content

Commit

Permalink
Update Airbase.lua
Browse files Browse the repository at this point in the history
- Fixed #1524
  • Loading branch information
funkyfranky committed May 7, 2021
1 parent 3b0949d commit 8b4ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moose Development/Moose/Wrapper/Airbase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ end

--- Get all airbase names of the current map. This includes ships and FARPS.
-- @param DCS#Coalition coalition (Optional) Return only airbases belonging to the specified coalition. By default, all airbases of the map are returned.
-- @param #number category (Optional) Return only airbases of a certain category, e.g. Airbase.Category.FARP
-- @param #number category (Optional) Return only airbases of a certain category, e.g. `Airbase.Category.HELIPAD`.
-- @return #table Table containing all airbase names of the current map.
function AIRBASE.GetAllAirbaseNames(coalition, category)

Expand Down

0 comments on commit 8b4ba43

Please sign in to comment.