FlightControl-Master / MOOSE

Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
http://flightcontrol-master.github.io/MOOSE/
GNU General Public License v3.0
290 stars 94 forks source link

Update documentation of Sound.SRS #2082

Open kaltokri opened 8 months ago

kaltokri commented 8 months ago

The class can already handle nil values. So this can be removed.

-- ATIS:SetSRS() expects a string for the SRS path even though it is not needed with DCS-gRPC
atis:SetSRS('')

Some other aspects of the documentation must be enhanced after testing. Working with secrets from AWS, Google and Azure if gRPC is used is unclear.