mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-20 17:07:54 +00:00
Update Intelligence.lua
This commit is contained in:
@@ -319,7 +319,7 @@ INTEL.RCS_CategoryDefault = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Reference RCS (m²) for range scaling. Detection range in SetDopplerRadar
|
-- Reference RCS (m²) for range scaling. Detection range in Set
|
||||||
-- is the range at which this reference aircraft is reliably detected.
|
-- is the range at which this reference aircraft is reliably detected.
|
||||||
-- @field INTEL.RCS_Reference
|
-- @field INTEL.RCS_Reference
|
||||||
INTEL.RCS_Reference = 5.0 -- m²
|
INTEL.RCS_Reference = 5.0 -- m²
|
||||||
@@ -439,7 +439,7 @@ function INTEL:New(DetectionSet, Coalition, Alias)
|
|||||||
self:SetRejectZones()
|
self:SetRejectZones()
|
||||||
self:SetCorridorZones()
|
self:SetCorridorZones()
|
||||||
self:SetConflictZones()
|
self:SetConflictZones()
|
||||||
self:DopplerRadar = false
|
self.DopplerRadar = false
|
||||||
|
|
||||||
------------------------
|
------------------------
|
||||||
--- Pseudo Functions ---
|
--- Pseudo Functions ---
|
||||||
|
|||||||
Reference in New Issue
Block a user