mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Remove wrong function from lua_api.txt
This commit is contained in:
@@ -5665,8 +5665,6 @@ Sounds
|
|||||||
player actions (e.g. door closing).
|
player actions (e.g. door closing).
|
||||||
* `minetest.sound_stop(handle)`
|
* `minetest.sound_stop(handle)`
|
||||||
* `handle` is a handle returned by `minetest.sound_play`
|
* `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)`
|
* `minetest.sound_fade(handle, step, gain)`
|
||||||
* `handle` is a handle returned by `minetest.sound_play`
|
* `handle` is a handle returned by `minetest.sound_play`
|
||||||
* `step` determines how fast a sound will fade.
|
* `step` determines how fast a sound will fade.
|
||||||
|
Reference in New Issue
Block a user