Table of Contents

Class MPLobbyFriendGroupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Friends
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

MBBindingList<MPLobbyFriendItemVM>

GroupType

public MPLobbyFriendGroupVM.FriendGroupType GroupType { get; set; }

Property Value

MPLobbyFriendGroupVM.FriendGroupType

Title

public string Title { get; set; }

Property Value

string

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).