Table of Contents

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

gameId Guid
reportedPlayerId PlayerId
reportedPlayerName string
type PlayerReportType
message string

Properties

GameId

public Guid GameId { get; }

Property Value

Guid

Message

public string Message { get; }

Property Value

string

ReportedPlayerId

public PlayerId ReportedPlayerId { get; }

Property Value

PlayerId

ReportedPlayerName

public string ReportedPlayerName { get; }

Property Value

string

Type

public PlayerReportType Type { get; }

Property Value

PlayerReportType

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