Class ReportPlayerMessage
- Namespace
- Messages.FromClient.ToLobbyServer
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("Client", "LobbyServer")]
public class ReportPlayerMessage : Message
- Inheritance
-
ReportPlayerMessage
- Inherited Members
Constructors
ReportPlayerMessage()
public ReportPlayerMessage()
ReportPlayerMessage(Guid, PlayerId, string, PlayerReportType, string)
public ReportPlayerMessage(Guid gameId, PlayerId reportedPlayerId, string reportedPlayerName, PlayerReportType type, string message)
Parameters
gameIdGuidreportedPlayerIdPlayerIdreportedPlayerNamestringtypePlayerReportTypemessagestring
Properties
GameId
public Guid GameId { get; }
Property Value
Message
public string Message { get; }
Property Value
ReportedPlayerId
public PlayerId ReportedPlayerId { get; }
Property Value
ReportedPlayerName
public string ReportedPlayerName { get; }
Property Value
Type
public PlayerReportType Type { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).