Class BattleEndedMessage
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
[MessageDescription("BattleServer", "BattleServerManager")]
public class BattleEndedMessage : Message
- Inheritance
-
BattleEndedMessage
- Inherited Members
Constructors
BattleEndedMessage()
public BattleEndedMessage()
BattleEndedMessage(BattleResult, GameLog[], Dictionary<(PlayerId, string, string), int>, int, Dictionary<int, int>, Dictionary<PlayerId, int>)
public BattleEndedMessage(BattleResult battleResult, GameLog[] gameLogs, Dictionary<(PlayerId, string, string), int> badgeDataDictionary, int gameTime, Dictionary<int, int> teamScores, Dictionary<PlayerId, int> playerScores)
Parameters
battleResult
BattleResultgameLogs
GameLog[]badgeDataDictionary
Dictionary<(PlayerId, string, string), int>gameTime
intteamScores
Dictionary<int, int>playerScores
Dictionary<PlayerId, int>
Properties
BadgeDataEntries
public List<BadgeDataEntry> BadgeDataEntries { get; set; }
Property Value
BattleResult
public BattleResult BattleResult { get; set; }
Property Value
GameLogs
public GameLog[] GameLogs { get; set; }
Property Value
- GameLog[]
GameTime
public int GameTime { get; set; }
Property Value
PlayerScores
public Dictionary<string, int> PlayerScores { get; set; }
Property Value
TeamScores
public Dictionary<int, int> TeamScores { get; set; }
Property Value
- Dictionary<int, int>
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).