content-pack specific variables PACK_ENV and PACK_ID

This commit is contained in:
MihailRis
2024-02-12 03:22:08 +03:00
parent 49fe2108d3
commit 617017d979
5 changed files with 19 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace lua {
int pushnumber(luanumber x);
int pushstring(const std::string& str);
int pushenv(int env);
int pushvalue(int idx);
int pushnil();
int pushglobals();
void pop(int n=1);