mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script: Fixed that returning "" in Update() displayed 0 due to r885.
This commit is contained in:
@ -37,11 +37,13 @@ public:
|
||||
|
||||
protected:
|
||||
LuaScript* m_LuaScript;
|
||||
|
||||
|
||||
bool m_HasInitializeFunction;
|
||||
bool m_HasUpdateFunction;
|
||||
bool m_HasGetStringFunction;
|
||||
|
||||
int m_ValueType;
|
||||
|
||||
std::wstring m_StringValue;
|
||||
|
||||
std::string m_ScriptFile;
|
||||
|
Reference in New Issue
Block a user