Class MPLobbyFriendGroupVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyFriendGroupVM : ViewModel
- Inheritance
-
MPLobbyFriendGroupVM
Constructors
MPLobbyFriendGroupVM(FriendGroupType)
public MPLobbyFriendGroupVM(MPLobbyFriendGroupVM.FriendGroupType groupType)
Parameters
groupType
MPLobbyFriendGroupVM.FriendGroupType
Properties
FriendList
public MBBindingList<MPLobbyFriendItemVM> FriendList { get; set; }
Property Value
GroupType
public MPLobbyFriendGroupVM.FriendGroupType GroupType { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
AddFriend(MPLobbyFriendItemVM)
public void AddFriend(MPLobbyFriendItemVM player)
Parameters
player
MPLobbyFriendItemVM
ClearFriends()
public void ClearFriends()
RefreshValues()
public override void RefreshValues()
RemoveFriend(MPLobbyFriendItemVM)
public void RemoveFriend(MPLobbyFriendItemVM player)
Parameters
player
MPLobbyFriendItemVM
Tick()
public void Tick()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).