Add support for c closures in lua

This commit is contained in:
Emil Axelsson
2017-07-06 22:30:57 +02:00
parent ee36a97762
commit 351a246f3a
14 changed files with 86 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ scripting::LuaLibrary ModuleEngine::luaLibrary() {
{
"isLoaded",
&luascriptfunctions::isLoaded,
{},
"string",
"Checks whether a specific module is loaded"
}