M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.SandBoxSaveHelper Class Reference

Public Types

enum  SaveHelperState {
  Start ,
  Inquiry ,
  LoadGame
}
 

Static Public Member Functions

static void TryLoadSave (SaveGameFileInfo saveInfo, Action< LoadResult > onStartGame, Action onCancel=null)
 

Events

static Action< SaveHelperStateOnStateChange
 

Member Enumeration Documentation

◆ SaveHelperState

Enumerator
Start 
Inquiry 
LoadGame 

Member Function Documentation

◆ TryLoadSave()

static void SandBox.SandBoxSaveHelper.TryLoadSave ( SaveGameFileInfo  saveInfo,
Action< LoadResult >  onStartGame,
Action  onCancel = null 
)
static

Event Documentation

◆ OnStateChange

Action<SaveHelperState> SandBox.SandBoxSaveHelper.OnStateChange
static