Rework function evaluation scope to handle tables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
void InnerScope(bool clearScope = true);
|
||||
shared_ptr<EvalValue> GetVariable(int scope, int id);
|
||||
|
||||
EvaluationScope* CreateBranchingScope(int index);
|
||||
EvaluationScope* CreateBranchingScope(int scopeIndex);
|
||||
|
||||
int GetCurrentScope(){
|
||||
return _currentScope;
|
||||
|
||||
Reference in New Issue
Block a user