Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CSM] Add support for positional audio. (#5516)
Fixes parts of #5389.
- Loading branch information
Showing
with
51 additions
and 23 deletions.
- +4 −11 doc/client_lua_api.md
- +0 −1 src/script/clientscripting.cpp
- +41 −0 src/script/lua_api/l_client.cpp
- +4 −0 src/script/lua_api/l_client.h
- +2 −11 src/script/lua_api/l_sound.cpp