summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-12-19 17:03:16 +0100
committersfan5 <sfan5@live.de>2021-12-19 17:03:16 +0100
commit0c4929f0252811d9715b96379973929053d32ef0 (patch)
tree5c919098a7455fd245fe67a1cab41ef64bfe1715
parent1b664dd87084ec8614371ea951791b10533b83c2 (diff)
downloadminetest-0c4929f0252811d9715b96379973929053d32ef0.tar.gz
minetest-0c4929f0252811d9715b96379973929053d32ef0.tar.bz2
minetest-0c4929f0252811d9715b96379973929053d32ef0.zip
Remove wrong function from lua_api.txt
-rw-r--r--doc/lua_api.txt2
1 files changed, 0 insertions, 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.