inExpressionEvaluation property

bool inExpressionEvaluation
getter/setter pair

When this callstack element is actually a function evaluation called from the game, we need to keep track of the size of the evaluation stack when it was called so that we know whether there was any return value.

Implementation

bool inExpressionEvaluation = false;