diff options
author | sfan5 <sfan5@live.de> | 2021-12-19 17:03:16 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-12-19 17:03:16 +0100 |
commit | 0c4929f0252811d9715b96379973929053d32ef0 (patch) | |
tree | 5c919098a7455fd245fe67a1cab41ef64bfe1715 /doc | |
parent | 1b664dd87084ec8614371ea951791b10533b83c2 (diff) | |
download | minetest-0c4929f0252811d9715b96379973929053d32ef0.tar.gz minetest-0c4929f0252811d9715b96379973929053d32ef0.tar.bz2 minetest-0c4929f0252811d9715b96379973929053d32ef0.zip |
Remove wrong function from lua_api.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
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. |