]> git.mxchange.org Git - flightgear.git/commit
Add a do_play_audio_message() function which is tied to the
authorcurt <curt>
Mon, 9 Jan 2006 02:23:02 +0000 (02:23 +0000)
committercurt <curt>
Mon, 9 Jan 2006 02:23:02 +0000 (02:23 +0000)
commit3ed73e16b6aa2ca4e33692ed93718a860b94d4df
tree457c5d64e1c3fef928814beaeb83f7208106b137
parent4132b41470b703d93736c5c1d04ed6865e64fdc3
Add a do_play_audio_message() function which is tied to the
"play-audio-function" command.  This function can be called from internal
code, from nasal scripts, or from external scripts to play a single one-off
wav file.  File/audio data is loaded and unloaded on the fly automatically.
src/Main/fg_commands.cxx