LuaAudio: Fix background
authorWuzzy
Wed, 17 Apr 2019 12:59:01 +0100
changeset 1761 a4c79fe4c9d9
parent 1760 a9e06d2265f0
child 1762 a74e65cdb9db
LuaAudio: Fix background
LuaAudio.wiki
--- a/LuaAudio.wiki	Wed Apr 17 12:58:39 2019 +0100
+++ b/LuaAudio.wiki	Wed Apr 17 12:59:01 2019 +0100
@@ -3,7 +3,7 @@
 = Lua API: GUI and audio functions =
 This page is a list of all functios in the [LuaAPI Lua API] that affect the audio.
 
-== Sound functions ==
+== Audio functions ==
 === `PlaySound(soundId, [gearUid [, instaVoice]])` ===
 Plays the specified sound. Possible values for `soundId` are listed on the [Sounds] page.
 
@@ -34,4 +34,3 @@
 <code language="lua">SetSoundMask(sndIncoming, true)
 -- Disable the “Incoming” sound from being played</code>
 
-