Table of Contents

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

int

DefenderScore

public int DefenderScore { get; set; }

Property Value

int

Faction1

public string Faction1 { get; set; }

Property Value

string

Faction2

public string Faction2 { get; set; }

Property Value

string

GameType

public string GameType { get; set; }

Property Value

string

Map

public string Map { get; set; }

Property Value

string

MatchDate

public DateTime MatchDate { get; set; }

Property Value

DateTime

MatchId

public string MatchId { get; set; }

Property Value

string

MatchType

public string MatchType { get; set; }

Property Value

string

Players

public List<PlayerInfo> Players { get; set; }

Property Value

List<PlayerInfo>

WinnerTeam

public int WinnerTeam { get; set; }

Property Value

int

Methods

AddOrUpdatePlayer(string, string, int, int)

public void AddOrUpdatePlayer(string id, string username, int forcedIndex, int teamNo)

Parameters

id string
username string
forcedIndex int
teamNo int

HasSameContentWith(MultiplayerLocalData)

public override bool HasSameContentWith(MultiplayerLocalData other)

Parameters

other MultiplayerLocalData

Returns

bool

TryUpdatePlayerStats(string, int, int, int)

public bool TryUpdatePlayerStats(string id, int kill, int death, int assist)

Parameters

id string
kill int
death int
assist int

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).