variablesState property

VariablesState variablesState
The VariablesState object contains all the global variables in the story. However, note that there's more to the state of a Story than just the global variables. This is a convenience accessor to the full state object.

Implementation

VariablesState get variablesState {
  return state.variablesState;
}