Added binding to cPluginLua:ExecuteOffThread

This commit is contained in:
NiLSPACE 2020-09-22 15:39:07 +02:00
parent 92fac6b5b4
commit f812256769

View File

@ -4505,7 +4505,8 @@ void cManualBindings::Bind(lua_State * tolua_S)
tolua_endmodule(tolua_S);
tolua_beginmodule(tolua_S, "cPluginLua");
tolua_function(tolua_S, "AddWebTab", tolua_cPluginLua_AddWebTab);
tolua_function(tolua_S, "AddWebTab", tolua_cPluginLua_AddWebTab);
tolua_function(tolua_S, "ExecuteOffThread", tolua_cPluginLua_ExecuteOffThread);
tolua_endmodule(tolua_S);
tolua_beginmodule(tolua_S, "cPluginManager");