mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
CSAR - added options to use Google TTS
This commit is contained in:
@@ -1200,7 +1200,7 @@ function AWACS:ZipLip()
|
||||
self:SuppressScreenMessages(true)
|
||||
self.PlayerGuidance = false
|
||||
self.callsignshort = true
|
||||
self.NoGroupTags = true
|
||||
--self.NoGroupTags = true
|
||||
self.NoMissileCalls = true
|
||||
return self
|
||||
end
|
||||
@@ -1532,6 +1532,7 @@ function AWACS:SetAwacsDetails(CallSign,CallSignNo,Angels,Speed,Heading,Leg)
|
||||
end
|
||||
|
||||
--- [User] Add a radar GROUP object to the INTEL detection SET_GROUP
|
||||
-- @param #AWACS self
|
||||
-- @param Wrapper.Group#GROUP Group The GROUP to be added. Can be passed as SET_GROUP.
|
||||
-- @return #AWACS self
|
||||
function AWACS:AddGroupToDetection(Group)
|
||||
|
||||
Reference in New Issue
Block a user