--- 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>
-