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
ConditionId
public string ConditionId { get; set; }
Property Value
Count
public int Count { get; set; }
Property Value
PlayerId
public PlayerId PlayerId { get; set; }
Property Value
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
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).