From f1a87bcfa83d90914fd82f0f7b8886d178501e95 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:07:41 +0200 Subject: [PATCH] Restored DCSEx.dcs.doNothing() --- Script/DCS extensions/DCS.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Script/DCS extensions/DCS.lua b/Script/DCS extensions/DCS.lua index cdda492..c61692f 100644 --- a/Script/DCS extensions/DCS.lua +++ b/Script/DCS extensions/DCS.lua @@ -1,6 +1,7 @@ -- ==================================================================================== -- DCSEX.DCS - FUNCTIONS HANDLING DCS WORLD'S GAME RULES AND TABLES -- ==================================================================================== +-- DCSEx.dcs.doNothing() -- DCSEx.dcs.getBRAA(point, refPoint, showAltitude, metricSystem, casualFormat) -- DCSEx.dcs.getCJTFForCoalition(coalitionID) -- DCSEx.dcs.getCoalitionAsString(coalitionID) @@ -23,6 +24,12 @@ 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 -- Format is "[bearing to unit] for [distance] at [altitude]"