Fixes for creating variable in local scope
This commit is contained in:
@@ -39,9 +39,8 @@ public:
|
||||
return _lastValue;
|
||||
};
|
||||
|
||||
EvalValue* GetVariable(const string& key){
|
||||
return _scriptVariables -> at(HashedString(key).GetHash());
|
||||
}
|
||||
EvalValue* GetVariable(const string& key);
|
||||
bool HasVariable(const string& key);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user