Table of Contents

Class BadgeDataEntry

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class BadgeDataEntry
Inheritance
BadgeDataEntry
Inherited Members

Constructors

BadgeDataEntry()

public BadgeDataEntry()

Properties

BadgeId

public string BadgeId { get; set; }

Property Value

string

ConditionId

public string ConditionId { get; set; }

Property Value

string

Count

public int Count { get; set; }

Property Value

int

PlayerId

public PlayerId PlayerId { get; set; }

Property Value

PlayerId

Methods

ToDictionary(List<BadgeDataEntry>)

public static Dictionary<(PlayerId, string, string), int> ToDictionary(List<BadgeDataEntry> entries)

Parameters

entries List<BadgeDataEntry>

Returns

Dictionary<(PlayerId, string, string), int>

ToList(Dictionary<(PlayerId, string, string), int>)

public static List<BadgeDataEntry> ToList(Dictionary<(PlayerId, string, string), int> dictionary)

Parameters

dictionary Dictionary<(PlayerId, string, string), int>

Returns

List<BadgeDataEntry>

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