From 0c4929f0252811d9715b96379973929053d32ef0 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 19 Dec 2021 17:03:16 +0100 Subject: [PATCH] Remove wrong function from lua_api.txt --- doc/lua_api.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ee7d63101..1950659ab 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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.