Script: Fixed that returning "" in Update() displayed 0 due to r885.

This commit is contained in:
Birunthan Mohanathas
2011-08-01 09:08:11 +00:00
parent 6dfb307636
commit cb4aa0ade3
5 changed files with 25 additions and 18 deletions

View File

@ -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;