Difference between revisions of "DCS enum weapon"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
MISSILE, | MISSILE, | ||
ROCKET, | ROCKET, | ||
− | BOMB | + | BOMB, |
+ | TORPEDO | ||
} | } | ||
</code> | </code> | ||
Line 57: | Line 58: | ||
|constants= | |constants= | ||
Weapon.Category | Weapon.Category | ||
− | 0 = | + | 0 = SHELL |
− | 1 = | + | 1 = MISSILE |
− | 2 = | + | 2 = ROCKET |
− | 3 = | + | 3 = BOMB |
+ | ''tbd'' = TORPEDO | ||
Guidance Types | Guidance Types | ||
1 = INS | 1 = INS |