CSAR - added options to use Google TTS

This commit is contained in:
Applevangelist
2022-06-07 08:12:57 +02:00
parent 0cb7415a4c
commit d4999de214
2 changed files with 61 additions and 44 deletions

View File

@@ -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)