mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update ATIS.lua
- renamed function
This commit is contained in:
parent
9ceb26c7b1
commit
58139b34a8
@ -1110,7 +1110,7 @@ end
|
|||||||
-- @param #ATIS self
|
-- @param #ATIS self
|
||||||
-- @param #string csvfile Full path to the csv file on your local disk.
|
-- @param #string csvfile Full path to the csv file on your local disk.
|
||||||
-- @return #ATIS self
|
-- @return #ATIS self
|
||||||
function ATIS:SetSoundfilesInfoFile( csvfile )
|
function ATIS:SetSoundfilesInfo( csvfile )
|
||||||
|
|
||||||
--- Local function to return the ATIS.Soundfile for a given file name
|
--- Local function to return the ATIS.Soundfile for a given file name
|
||||||
local function getSound(filename)
|
local function getSound(filename)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user