# HG changeset patch # User Wuzzy # Date 1540566867 -3600 # Node ID fb9756c246e5b2dc56b601d5dfb08e50f487f840 # Parent 9d79881c31b1581ec229d2df1a63926e0194d03e LuaAPI: remove runaway backticks diff -r 9d79881c31b1 -r fb9756c246e5 LuaAPI.wiki --- a/LuaAPI.wiki Fri Oct 26 16:14:01 2018 +0100 +++ b/LuaAPI.wiki Fri Oct 26 16:14:27 2018 +0100 @@ -1470,7 +1470,7 @@ If you play a voice, by default the voice will respect an internal queue and might be played with an delay in order to prevent annoying voice overlapping. Since version 0.9.24, you can disable this behaviour and force Hedgewars to instantly play the voice by also setting `instaVoice` to `true`. Only use `instaVoice` when you really need it. -=== `PlayMusicSound(soundId)` (0.9.25)` === +=== `PlayMusicSound(soundId)` (0.9.25) === Plays a sound as replacement for the background music. The sound is played once. The main music is paused and the sound is played instead. The main background music does not resume automatically, so you should call `StopMusicSound` after a while. Example: @@ -1478,7 +1478,7 @@ PlayMusicSound(sndRideOfTheValkyries) -- Replace the background music the Ride of the Valkyries -=== `StopMusicSound(soundId)` (0.9.25)` === +=== `StopMusicSound(soundId)` (0.9.25) === Stops the specified “music sound” (if it was still playing) and resumes the main background music. === `SetSoundMask(soundId, isMasked)` (0.9.24) ===