mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
The print() function in Lua scripts now outputs to Rainmeter log (an alternative to the TO.LuaLog() function).
This commit is contained in:
@ -28,7 +28,7 @@ public:
|
||||
|
||||
void BindVariable(const char* p_strName, void* p_pValue, const char* p_strTypeName);
|
||||
|
||||
void PushTable() { lua_getglobal(m_pState, m_strTableName); }
|
||||
void PushTable() { lua_getglobal(m_pState, m_strTableName); }
|
||||
|
||||
static void ReportErrors(lua_State * L);
|
||||
|
||||
|
Reference in New Issue
Block a user