Difference between revisions of "DCS func getDetectedTargets"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|fName= getDetectedTargets | |fName= getDetectedTargets | ||
− | |vNum= 1.2. | + | |vNum= 1.2.6 |
|par1= [[DCS_Class_Controller|Controller]] | |par1= [[DCS_Class_Controller|Controller]] | ||
Line 54: | Line 54: | ||
Conroller.Detection = { | Conroller.Detection = { | ||
− | VISUAL, | + | VISUAL = 1, |
− | OPTIC, | + | OPTIC = 2, |
− | RADAR, | + | RADAR = 4, |
− | IRST, | + | IRST = 8, |
− | RWR, | + | RWR = 16, |
− | DLINK | + | DLINK = 32 |
} | } | ||
}} | }} | ||
[[Category:Class Functions|getDetectedTargets]] | [[Category:Class Functions|getDetectedTargets]] | ||
+ | [[Category:Game Patch 1.2.6|getDetectedTargets]] |