Table of Contents

Class CustomBattleServerFinishingMessage

Namespace
Messages.FromCustomBattleServer.ToCustomBattleServerManager
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("CustomBattleServer", "CustomBattleServerManager")]
public class CustomBattleServerFinishingMessage : Message
Inheritance
CustomBattleServerFinishingMessage
Inherited Members

Constructors

CustomBattleServerFinishingMessage()

public CustomBattleServerFinishingMessage()

CustomBattleServerFinishingMessage(GameLog[], Dictionary<(PlayerId, string, string), int>, MultipleBattleResult)

public CustomBattleServerFinishingMessage(GameLog[] gameLogs, Dictionary<(PlayerId, string, string), int> badgeDataDictionary, MultipleBattleResult battleResult)

Parameters

gameLogs GameLog[]
badgeDataDictionary Dictionary<(PlayerId, string, string), int>
battleResult MultipleBattleResult

Properties

BadgeDataEntries

public List<BadgeDataEntry> BadgeDataEntries { get; }

Property Value

List<BadgeDataEntry>

BattleResult

public MultipleBattleResult BattleResult { get; }

Property Value

MultipleBattleResult

GameLogs

public GameLog[] GameLogs { get; }

Property Value

GameLog[]

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