mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add core.request_insecure_environment()
This commit is contained in:
parent
05ab9973f9
commit
6c06330daf
5 changed files with 46 additions and 4 deletions
|
@ -90,6 +90,9 @@ private:
|
|||
// mkdir(path)
|
||||
static int l_mkdir(lua_State *L);
|
||||
|
||||
// request_insecure_environment()
|
||||
static int l_request_insecure_environment(lua_State *L);
|
||||
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
|
||||
|
@ -98,3 +101,4 @@ public:
|
|||
};
|
||||
|
||||
#endif /* L_UTIL_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue