mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
Merge branch 'master' of https://github.com/edubart/otclient
This commit is contained in:
commit
9058a2898d
@ -31,7 +31,9 @@ class Scriptable : public boost::enable_shared_from_this<Scriptable>
|
||||
{
|
||||
public:
|
||||
Scriptable() : m_luaTableRef(-1) { }
|
||||
virtual ~Scriptable() { releaseLuaTableRef(); }
|
||||
|
||||
//TODO: global destroy
|
||||
virtual const char *getScriptableName() const { return NULL; }
|
||||
|
||||
int getLuaTableRef();
|
||||
|
Loading…
x
Reference in New Issue
Block a user