Remove wrong function from lua_api.txt

master
sfan5 2021-12-19 17:03:16 +01:00
parent 1b664dd870
commit 0c4929f025
1 changed files with 0 additions and 2 deletions

View 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.