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
Properties
DontUseNameForUnknownPlayer
public bool DontUseNameForUnknownPlayer { get; }
Property Value
IsAccepted
public bool IsAccepted { get; }
Property Value
IsBlocked
public bool IsBlocked { get; }
Property Value
PlayerId
public PlayerId PlayerId { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).