Difference between revisions of "DCS func hasSensors"
From DCS World Wiki - Hoggitworld.com
| Line 16: | Line 16: | ||
Some sensorTypes have additional subcategories which can be used to further specify for certain sensors. | Some sensorTypes have additional subcategories which can be used to further specify for certain sensors. | ||
| − | + | Sensor Types | |
| + | |||
| + | Unit.SensorType = { | ||
| + | OPTIC = 0, | ||
| + | RADAR = 1, | ||
| + | IRST = 2, | ||
| + | RWR = 3 | ||
| + | } | ||
| + | |||
| + | '''Sensor Sub categories''' | ||
| + | |||
| + | Optic Types | ||
| + | |||
| + | Unit.OpticType = { | ||
| + | TV = 0, --TV-sensor | ||
| + | LLTV = 1, --Low-level TV-sensor | ||
| + | IR = 2 --Infra-Red optic sensor | ||
| + | } | ||
| + | |||
| + | Radar Types | ||
| + | |||
| + | Unit.RadarType = { | ||
| + | AS = 0, --air search radar | ||
| + | SS = 1 --surface/land search radar | ||
| + | } | ||
