Merge branch 'master' into develop

This commit is contained in:
kaltokri
2023-10-31 10:25:38 +01:00
23 changed files with 41 additions and 71 deletions

View File

@@ -769,7 +769,7 @@ end
--- Play sound file (ogg or mp3) via SRS.
-- @param #MSRS self
-- @param Sound.SoundFile#SOUNDFILE Soundfile Sound file to play.
-- @param Sound.SoundOutput#SOUNDFILE Soundfile Sound file to play.
-- @param #number Delay Delay in seconds, before the sound file is played.
-- @return #MSRS self
function MSRS:PlaySoundFile(Soundfile, Delay)