Class MatchHistoryData
- Namespace
- TaleWorlds.MountAndBlade.Diamond.Lobby.LocalData
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class MatchHistoryData : MultiplayerLocalData
- Inheritance
-
MatchHistoryData
- Inherited Members
Constructors
MatchHistoryData()
public MatchHistoryData()
Properties
AttackerScore
public int AttackerScore { get; set; }
Property Value
DefenderScore
public int DefenderScore { get; set; }
Property Value
Faction1
public string Faction1 { get; set; }
Property Value
Faction2
public string Faction2 { get; set; }
Property Value
GameType
public string GameType { get; set; }
Property Value
Map
public string Map { get; set; }
Property Value
MatchDate
public DateTime MatchDate { get; set; }
Property Value
MatchId
public string MatchId { get; set; }
Property Value
MatchType
public string MatchType { get; set; }
Property Value
Players
public List<PlayerInfo> Players { get; set; }
Property Value
WinnerTeam
public int WinnerTeam { get; set; }
Property Value
Methods
AddOrUpdatePlayer(string, string, int, int)
public void AddOrUpdatePlayer(string id, string username, int forcedIndex, int teamNo)
Parameters
HasSameContentWith(MultiplayerLocalData)
public override bool HasSameContentWith(MultiplayerLocalData other)
Parameters
other
MultiplayerLocalData
Returns
TryUpdatePlayerStats(string, int, int, int)
public bool TryUpdatePlayerStats(string id, int kill, int death, int assist)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).