lua runnables update

This commit is contained in:
MihailRis
2024-05-04 23:23:04 +03:00
parent bab806c2f8
commit f9dd865bee
4 changed files with 42 additions and 10 deletions
+2
View File
@@ -6,6 +6,7 @@
#include <stdexcept>
#include "../../../data/dynamic.h"
#include "../../../delegates.h"
#ifndef LUAJIT_VERSION
#error LuaJIT required
@@ -62,6 +63,7 @@ namespace lua {
bool hasglobal(const std::string& name);
bool rename(const std::string& from, const std::string& to);
void remove(const std::string& name);;
runnable createLambda();
int createEnvironment(int parent);
void removeEnvironment(int id);
const std::string storeAnonymous();