Table of Contents

Class PlayerStatsBase

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class PlayerStatsBase
Inheritance
PlayerStatsBase
Derived
Inherited Members

Constructors

PlayerStatsBase()

public PlayerStatsBase()

Properties

AssistCount

public int AssistCount { get; set; }

Property Value

int

AverageKillPerDeath

public float AverageKillPerDeath { get; }

Property Value

float

DeathCount

public int DeathCount { get; set; }

Property Value

int

ForfeitCount

public int ForfeitCount { get; set; }

Property Value

int

GameType

public string GameType { get; set; }

Property Value

string

KillCount

public int KillCount { get; set; }

Property Value

int

LoseCount

public int LoseCount { get; set; }

Property Value

int

PlayerId

public PlayerId PlayerId { get; }

Property Value

PlayerId

WinCount

public int WinCount { get; set; }

Property Value

int

Methods

FillWith(PlayerId, int, int, int, int, int, int)

public void FillWith(PlayerId playerId, int killCount, int deathCount, int assistCount, int winCount, int loseCount, int forfeitCount)

Parameters

playerId PlayerId
killCount int
deathCount int
assistCount int
winCount int
loseCount int
forfeitCount int

Update(BattlePlayerStatsBase, bool)

public virtual void Update(BattlePlayerStatsBase battleStats, bool won)

Parameters

battleStats BattlePlayerStatsBase
won bool

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