Remove the user data from the Lua function definition

This commit is contained in:
Alexander Bock
2021-11-04 16:27:54 +01:00
parent e3e468d5ef
commit 55ee3d2785
31 changed files with 33 additions and 239 deletions

View File

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