mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add core.get_dir_list
This commit is contained in:
parent
6c06330daf
commit
8f9af57314
7 changed files with 39 additions and 36 deletions
|
@ -90,6 +90,9 @@ private:
|
|||
// mkdir(path)
|
||||
static int l_mkdir(lua_State *L);
|
||||
|
||||
// get_dir_list(path, is_dir)
|
||||
static int l_get_dir_list(lua_State *L);
|
||||
|
||||
// request_insecure_environment()
|
||||
static int l_request_insecure_environment(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue