This commit is contained in:
Frank
2020-02-03 22:25:02 +01:00
parent 2b96071884
commit 87b75b4269
7 changed files with 296 additions and 78 deletions
@@ -1,3 +1,11 @@
--- **Utilities** Enumerators.
--
-- See the [Simulator Scripting Engine Documentation](https://wiki.hoggitworld.com/view/Simulator_Scripting_Engine_Documentation) on Hoggit for further explanation and examples.
--
-- @module DCS
-- @image MOOSE.JPG
ENUMS = {}
ENUMS.ROE = {
@@ -15,6 +23,8 @@ ENUMS.ROT = {
}
ENUMS.WeaponFlag={
-- Auto
Auto=1073741822,
-- Bombs
LGB=2,
TvGB=4,