Fixes for return statement, make Evaluate function on script return value
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -34,7 +34,11 @@ public:
|
||||
return _returnType;
|
||||
}
|
||||
|
||||
void Evaluate();
|
||||
void SetReturnType(shared_ptr<ScriptType> t){
|
||||
_returnType = t;
|
||||
}
|
||||
|
||||
EvalValue* Evaluate();
|
||||
|
||||
EvalValue* GetLastValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user