mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script:
- Added support for calling Lua functions with !PluginBang - Removed old (undocumented) implementation for handling mouse actions - Lua errors now contain the script file name only (instead of full path)
This commit is contained in:
@ -12,7 +12,8 @@ static int Global_Log(lua_State* L)
|
||||
|
||||
static const luaL_reg TO_funcs[] =
|
||||
{
|
||||
{ "LuaLog", Global_Log }, { NULL, NULL }
|
||||
{ "LuaLog", Global_Log },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
void LuaManager::RegisterGlobal(lua_State* L)
|
||||
|
Reference in New Issue
Block a user