M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.MatchHistory Class Reference

Static Public Member Functions

static async Task LoadMatchHistory ()
 
static async Task< MBReadOnlyList< MatchInfo > > GetMatches ()
 
static void AddMatch (MatchInfo match)
 
static bool TryGetMatchInfo (string matchId, out MatchInfo matchInfo)
 
static async void Serialize ()
 

Properties

static MBReadOnlyList< MatchInfoMatches [get]
 

Member Function Documentation

◆ LoadMatchHistory()

static async Task TaleWorlds.MountAndBlade.MatchHistory.LoadMatchHistory ( )
static

◆ GetMatches()

static async Task< MBReadOnlyList< MatchInfo > > TaleWorlds.MountAndBlade.MatchHistory.GetMatches ( )
static

◆ AddMatch()

static void TaleWorlds.MountAndBlade.MatchHistory.AddMatch ( MatchInfo  match)
static

◆ TryGetMatchInfo()

static bool TaleWorlds.MountAndBlade.MatchHistory.TryGetMatchInfo ( string  matchId,
out MatchInfo  matchInfo 
)
static

◆ Serialize()

static async void TaleWorlds.MountAndBlade.MatchHistory.Serialize ( )
static

Property Documentation

◆ Matches

MBReadOnlyList<MatchInfo> TaleWorlds.MountAndBlade.MatchHistory.Matches
staticget