Table of Contents

Class MultiplayerEndOfBattleVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MultiplayerEndOfBattleVM : ViewModel
Inheritance
MultiplayerEndOfBattleVM

Constructors

MultiplayerEndOfBattleVM()

public MultiplayerEndOfBattleVM()

Properties

DescriptionText

public string DescriptionText { get; set; }

Property Value

string

FirstPlacePlayer

public MPEndOfBattlePlayerVM FirstPlacePlayer { get; set; }

Property Value

MPEndOfBattlePlayerVM

HasFirstPlace

public bool HasFirstPlace { get; set; }

Property Value

bool

HasSecondPlace

public bool HasSecondPlace { get; set; }

Property Value

bool

HasThirdPlace

public bool HasThirdPlace { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

SecondPlacePlayer

public MPEndOfBattlePlayerVM SecondPlacePlayer { get; set; }

Property Value

MPEndOfBattlePlayerVM

ThirdPlacePlayer

public MPEndOfBattlePlayerVM ThirdPlacePlayer { get; set; }

Property Value

MPEndOfBattlePlayerVM

TitleText

public string TitleText { get; set; }

Property Value

string

Methods

OnBattleEnded()

public void OnBattleEnded()

OnTick(float)

public void OnTick(float dt)

Parameters

dt float

RefreshValues()

public override void RefreshValues()

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