]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Remove wrong function from lua_api.txt
authorsfan5 <sfan5@live.de>
Sun, 19 Dec 2021 16:03:16 +0000 (17:03 +0100)
committersfan5 <sfan5@live.de>
Sun, 19 Dec 2021 16:03:16 +0000 (17:03 +0100)
doc/lua_api.txt

index ee7d631018b443902a9e2018a598e1a0dd1872f4..1950659abe22d844bdb2b5013538d9a329b54876 100644 (file)
@@ -5665,8 +5665,6 @@ Sounds
       player actions (e.g. door closing).
 * `minetest.sound_stop(handle)`
     * `handle` is a handle returned by `minetest.sound_play`
-* `minetest.sound_stop_all()`
-      Stops all currently playing non-ephermeral sounds.
 * `minetest.sound_fade(handle, step, gain)`
     * `handle` is a handle returned by `minetest.sound_play`
     * `step` determines how fast a sound will fade.