Class MPLobbyRankLeaderboardVM
- 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
CloseText
public string CloseText { get; set; }
Property Value
CurrentPageIndex
public int CurrentPageIndex { get; set; }
Property Value
CurrentPageOverTotalPageText
public string CurrentPageOverTotalPageText { get; set; }
Property Value
FirstHint
public HintViewModel FirstHint { get; set; }
Property Value
FirstInputKey
public InputKeyItemVM FirstInputKey { get; set; }
Property Value
HasData
public bool HasData { get; set; }
Property Value
IsDataLoading
public bool IsDataLoading { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsNextButtonDisabled
public bool IsNextButtonDisabled { get; set; }
Property Value
IsPlayerActionsActive
public bool IsPlayerActionsActive { get; set; }
Property Value
IsPreviousButtonDisabled
public bool IsPreviousButtonDisabled { get; set; }
Property Value
LastHint
public HintViewModel LastHint { get; set; }
Property Value
LastInputKey
public InputKeyItemVM LastInputKey { get; set; }
Property Value
LeaderboardPlayers
public MBBindingList<MPLobbyLeaderboardPlayerItemVM> LeaderboardPlayers { get; set; }
Property Value
NextHint
public HintViewModel NextHint { get; set; }
Property Value
NextInputKey
public InputKeyItemVM NextInputKey { get; set; }
Property Value
NoDataAvailableText
public string NoDataAvailableText { get; set; }
Property Value
PlayerActions
public MBBindingList<StringPairItemWithActionVM> PlayerActions { get; set; }
Property Value
PreviousHint
public HintViewModel PreviousHint { get; set; }
Property Value
PreviousInputKey
public InputKeyItemVM PreviousInputKey { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
TotalPageCount
public int TotalPageCount { get; set; }
Property Value
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).