mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Main Menu: Add get_clientmodpath API (#5912)
Add `core.get_clientmodpath` to main menu API (also possible in async calls).
This commit is contained in:
parent
b3dfe5332c
commit
fee5171298
3 changed files with 16 additions and 2 deletions
|
@ -108,6 +108,8 @@ private:
|
|||
|
||||
static int l_get_modpath(lua_State *L);
|
||||
|
||||
static int l_get_clientmodpath(lua_State *L);
|
||||
|
||||
static int l_get_gamepath(lua_State *L);
|
||||
|
||||
static int l_get_texturepath(lua_State *L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue