Table of Contents

Class FriendRequestResponseMessage

Namespace
Messages.FromClient.ToLobbyServer
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("Client", "LobbyServer")]
public class FriendRequestResponseMessage : Message
Inheritance
FriendRequestResponseMessage
Inherited Members

Constructors

FriendRequestResponseMessage()

public FriendRequestResponseMessage()

FriendRequestResponseMessage(PlayerId, bool, bool, bool)

public FriendRequestResponseMessage(PlayerId playerId, bool dontUseNameForUnknownPlayer, bool isAccepted, bool isBlocked)

Parameters

playerId PlayerId
dontUseNameForUnknownPlayer bool
isAccepted bool
isBlocked bool

Properties

DontUseNameForUnknownPlayer

public bool DontUseNameForUnknownPlayer { get; }

Property Value

bool

IsAccepted

public bool IsAccepted { get; }

Property Value

bool

IsBlocked

public bool IsBlocked { get; }

Property Value

bool

PlayerId

public PlayerId PlayerId { get; }

Property Value

PlayerId

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