Table of Contents

Class PlayerStatsBattle

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

Constructors

PlayerStatsBattle()

public PlayerStatsBattle()

Properties

RoundsLost

public int RoundsLost { get; }

Property Value

int

RoundsWon

public int RoundsWon { get; }

Property Value

int

Methods

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

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

Parameters

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

FillWithNewPlayer(PlayerId)

public void FillWithNewPlayer(PlayerId playerId)

Parameters

playerId PlayerId

Update(BattlePlayerStatsBattle, bool)

public void Update(BattlePlayerStatsBattle stats, bool won)

Parameters

stats BattlePlayerStatsBattle
won bool

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