Restored DCSEx.dcs.doNothing()

This commit is contained in:
Ambroise Garel
2025-08-07 19:07:41 +02:00
parent 9d64113241
commit f1a87bcfa8
+7
View File
@@ -1,6 +1,7 @@
-- ==================================================================================== -- ====================================================================================
-- DCSEX.DCS - FUNCTIONS HANDLING DCS WORLD'S GAME RULES AND TABLES -- DCSEX.DCS - FUNCTIONS HANDLING DCS WORLD'S GAME RULES AND TABLES
-- ==================================================================================== -- ====================================================================================
-- DCSEx.dcs.doNothing()
-- DCSEx.dcs.getBRAA(point, refPoint, showAltitude, metricSystem, casualFormat) -- DCSEx.dcs.getBRAA(point, refPoint, showAltitude, metricSystem, casualFormat)
-- DCSEx.dcs.getCJTFForCoalition(coalitionID) -- DCSEx.dcs.getCJTFForCoalition(coalitionID)
-- DCSEx.dcs.getCoalitionAsString(coalitionID) -- DCSEx.dcs.getCoalitionAsString(coalitionID)
@@ -23,6 +24,12 @@
DCSEx.dcs = { } DCSEx.dcs = { }
-------------------------------------
-- Does nothing. Used to create commands that do nothing in the F10 menu
-------------------------------------
function DCSEx.dcs.doNothing()
end
------------------------------------- -------------------------------------
-- Gets a BRAA (bearing, range, altitude, aspect) string about a point -- Gets a BRAA (bearing, range, altitude, aspect) string about a point
-- Format is "[bearing to unit] for [distance] at [altitude]" -- Format is "[bearing to unit] for [distance] at [altitude]"