mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-27 05:22:03 +00:00
Restored DCSEx.dcs.doNothing()
This commit is contained in:
@@ -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]"
|
||||||
|
|||||||
Reference in New Issue
Block a user