Create a coroutine to run plans

This commit is contained in:
2021-02-17 13:38:22 -05:00
parent 210644da57
commit 213bf12425
8 changed files with 122 additions and 45 deletions

View File

@@ -425,6 +425,7 @@ public:
void checknometa(LuaSlot index) const;
void newtable(LuaSlot target) const;
lua_State *newthread(LuaSlot target) const;
void makesubtable(LuaSlot sub, LuaSlot tab, const char *name) const;