Table of Contents

Class MPLobbyRankLeaderboardVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Profile
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyRankLeaderboardVM : ViewModel
Inheritance
MPLobbyRankLeaderboardVM

Constructors

MPLobbyRankLeaderboardVM(LobbyState)

public MPLobbyRankLeaderboardVM(LobbyState lobbyState)

Parameters

lobbyState LobbyState

Properties

CancelInputKey

public InputKeyItemVM CancelInputKey { get; set; }

Property Value

InputKeyItemVM

CloseText

public string CloseText { get; set; }

Property Value

string

CurrentPageIndex

public int CurrentPageIndex { get; set; }

Property Value

int

CurrentPageOverTotalPageText

public string CurrentPageOverTotalPageText { get; set; }

Property Value

string

FirstHint

public HintViewModel FirstHint { get; set; }

Property Value

HintViewModel

FirstInputKey

public InputKeyItemVM FirstInputKey { get; set; }

Property Value

InputKeyItemVM

HasData

public bool HasData { get; set; }

Property Value

bool

IsDataLoading

public bool IsDataLoading { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsNextButtonDisabled

public bool IsNextButtonDisabled { get; set; }

Property Value

bool

IsPlayerActionsActive

public bool IsPlayerActionsActive { get; set; }

Property Value

bool

IsPreviousButtonDisabled

public bool IsPreviousButtonDisabled { get; set; }

Property Value

bool

LastHint

public HintViewModel LastHint { get; set; }

Property Value

HintViewModel

LastInputKey

public InputKeyItemVM LastInputKey { get; set; }

Property Value

InputKeyItemVM

LeaderboardPlayers

public MBBindingList<MPLobbyLeaderboardPlayerItemVM> LeaderboardPlayers { get; set; }

Property Value

MBBindingList<MPLobbyLeaderboardPlayerItemVM>

NextHint

public HintViewModel NextHint { get; set; }

Property Value

HintViewModel

NextInputKey

public InputKeyItemVM NextInputKey { get; set; }

Property Value

InputKeyItemVM

NoDataAvailableText

public string NoDataAvailableText { get; set; }

Property Value

string

PlayerActions

public MBBindingList<StringPairItemWithActionVM> PlayerActions { get; set; }

Property Value

MBBindingList<StringPairItemWithActionVM>

PreviousHint

public HintViewModel PreviousHint { get; set; }

Property Value

HintViewModel

PreviousInputKey

public InputKeyItemVM PreviousInputKey { get; set; }

Property Value

InputKeyItemVM

TitleText

public string TitleText { get; set; }

Property Value

string

TotalPageCount

public int TotalPageCount { get; set; }

Property Value

int

Methods

ActivatePlayerActions(MPLobbyLeaderboardPlayerItemVM)

public void ActivatePlayerActions(MPLobbyLeaderboardPlayerItemVM playerVM)

Parameters

playerVM MPLobbyLeaderboardPlayerItemVM

ExecuteClosePopup()

public void ExecuteClosePopup()

ExecuteLoadFirstPage()

public void ExecuteLoadFirstPage()

ExecuteLoadLastPage()

public void ExecuteLoadLastPage()

ExecuteLoadNextPage()

public void ExecuteLoadNextPage()

ExecuteLoadPreviousPage()

public void ExecuteLoadPreviousPage()

OnFinalize()

public override void OnFinalize()

OpenWith(string)

public void OpenWith(string gameType)

Parameters

gameType string

RefreshValues()

public override void RefreshValues()

SetCancelInputKey(HotKey)

public void SetCancelInputKey(HotKey hotKey)

Parameters

hotKey HotKey

SetFirstInputKey(HotKey)

public void SetFirstInputKey(HotKey hotKey)

Parameters

hotKey HotKey

SetLastInputKey(HotKey)

public void SetLastInputKey(HotKey hotKey)

Parameters

hotKey HotKey

SetNextInputKey(HotKey)

public void SetNextInputKey(HotKey hotKey)

Parameters

hotKey HotKey

SetPreviousInputKey(HotKey)

public void SetPreviousInputKey(HotKey hotKey)

Parameters

hotKey HotKey

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