mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Restored DCSEx.dcs.doNothing()
This commit is contained in:
parent
9d64113241
commit
f1a87bcfa8
@ -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]"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user