EpisodeContinuationStateWithLevel struct
#include <Jazz2/PreferencesCache.h>
Continuation state between two levels in episode.
Wraps an EpisodeContinuationState with the name of the last level played, so that an in-progress episode can be resumed at the correct level. Stored per-episode in PreferencesCache.
Public variables
- EpisodeContinuationState State
- Base continuation state.
- String LevelName
- Last level name.