M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MPCustomGameItemVM (GameServerEntry gameServerInfo, Action onJoin, Action< GameServerEntry > onRequestActions, bool isAntiCheatEnabled)
 
 MPCustomGameItemVM (PremadeGameEntry premadeGameInfo, Action onJoin)
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Static Public Attributes

const string PingTimeoutText = "-"
 
static Action< PlayerId > OnPlayerProfileRequested
 
static readonly string OfficialServerHostName = "TaleWorlds"
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 

Properties

GameServerEntry GameServerInfo [get]
 
PremadeGameEntry PremadeGameInfo [get]
 
bool IsAntiCheatEnabled [get, set]
 
bool IsPasswordProtected [get, set]
 
bool IsClanMatchItem [get, set]
 
bool IsOfficialServer [get, set]
 
bool IsByOfficialServerProvider [get, set]
 
bool IsCommunityServer [get, set]
 
bool IsPingInfoAvailable [get, set]
 
int PlayerCount [get, set]
 
int MaxPlayerCount [get, set]
 
string HostText [get, set]
 
string NameText [get, set]
 
string GameTypeText [get, set]
 
string PlayerCountText [get, set]
 
string PingText [get, set]
 
string FirstFactionName [get, set]
 
string SecondFactionName [get, set]
 
string RegionName [get, set]
 
string PremadeMatchTypeText [get, set]
 
BasicTooltipViewModel LoadedModulesHint [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ MPCustomGameItemVM() [1/2]

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.MPCustomGameItemVM ( GameServerEntry  gameServerInfo,
Action  onJoin,
Action< GameServerEntry >  onRequestActions,
bool  isAntiCheatEnabled 
)

◆ MPCustomGameItemVM() [2/2]

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.MPCustomGameItemVM ( PremadeGameEntry  premadeGameInfo,
Action  onJoin 
)

Member Data Documentation

◆ PingTimeoutText

const string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PingTimeoutText = "-"
static

◆ OnPlayerProfileRequested

Action<PlayerId> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.OnPlayerProfileRequested
static

◆ OfficialServerHostName

readonly string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.OfficialServerHostName = "TaleWorlds"
static

Property Documentation

◆ GameServerInfo

GameServerEntry TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.GameServerInfo
get

◆ PremadeGameInfo

PremadeGameEntry TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PremadeGameInfo
get

◆ IsAntiCheatEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsAntiCheatEnabled
getset

◆ IsPasswordProtected

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsPasswordProtected
getset

◆ IsClanMatchItem

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsClanMatchItem
getset

◆ IsOfficialServer

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsOfficialServer
getset

◆ IsByOfficialServerProvider

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsByOfficialServerProvider
getset

◆ IsCommunityServer

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsCommunityServer
getset

◆ IsPingInfoAvailable

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.IsPingInfoAvailable
getset

◆ PlayerCount

int TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PlayerCount
getset

◆ MaxPlayerCount

int TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.MaxPlayerCount
getset

◆ HostText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.HostText
getset

◆ NameText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.NameText
getset

◆ GameTypeText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.GameTypeText
getset

◆ PlayerCountText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PlayerCountText
getset

◆ PingText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PingText
getset

◆ FirstFactionName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.FirstFactionName
getset

◆ SecondFactionName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.SecondFactionName
getset

◆ RegionName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.RegionName
getset

◆ PremadeMatchTypeText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.PremadeMatchTypeText
getset

◆ LoadedModulesHint

BasicTooltipViewModel TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.CustomGame.MPCustomGameItemVM.LoadedModulesHint
getset