Added two new stack disciplines to LuaStack

This commit is contained in:
2023-04-06 20:12:03 -04:00
parent b8df2bbc89
commit 7f000bc0fd
26 changed files with 401 additions and 271 deletions

View File

@@ -180,7 +180,7 @@ public:
static void register_lua_builtins();
// Get function documentation.
static eng::string function_docs(const LuaStack &LS, LuaSlot slot);
static eng::string function_docs(const LuaCoreStack &LS, LuaSlot slot);
// Serialize and unserialize a source vector.
//