GameplayTestEvaluatedState: {
    [conditionOrExpressionName: string]: boolean | number | string;
}

The state of an object or behavior: its conditions and expressions, evaluated at snapshot time, under the exact names used in the game's events. Reading an unknown name throws with the list of available ones.

Type declaration

  • [conditionOrExpressionName: string]: boolean | number | string