Search Results for

    Show / Hide Table of Contents

    Class DewProfileStats

    Inheritance
    object
    DewProfileStats
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewProfileStats

    Fields

    gems

    Declaration
    public Dictionary<string, DewProfileStats.ItemData> gems
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, DewProfileStats.ItemData>

    heroes

    Declaration
    public Dictionary<string, DewProfileStats.HeroData> heroes
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, DewProfileStats.HeroData>

    monsters

    Declaration
    public Dictionary<string, DewProfileStats.MonsterData> monsters
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, DewProfileStats.MonsterData>

    recoveredLossPoints

    Declaration
    public List<string> recoveredLossPoints
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>

    skills

    Declaration
    public Dictionary<string, DewProfileStats.ItemData> skills
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, DewProfileStats.ItemData>

    total

    Declaration
    public DewProfileStats.HeroData total
    Field Value
    Type Description
    DewProfileStats.HeroData

    zones

    Declaration
    public Dictionary<string, DewProfileStats.ZoneData> zones
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, DewProfileStats.ZoneData>

    Methods

    AddMasteryPoints(string, long)

    Declaration
    public void AddMasteryPoints(string heroType, long points)
    Parameters
    Type Name Description
    string heroType
    long points

    ApplyRecoveryDelta(DewProfileStats)

    Declaration
    public void ApplyRecoveryDelta(DewProfileStats delta)
    Parameters
    Type Name Description
    DewProfileStats delta

    GetItemData(Type)

    Declaration
    public DewProfileStats.ItemData GetItemData(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    DewProfileStats.ItemData

    GetRecoveryDelta(DewProfileStats, DewProfileStats)

    Declaration
    public static DewProfileStats GetRecoveryDelta(DewProfileStats beforeLoss, DewProfileStats afterLoss)
    Parameters
    Type Name Description
    DewProfileStats beforeLoss
    DewProfileStats afterLoss
    Returns
    Type Description
    DewProfileStats

    RemoveMasteryPoints(string, long)

    Declaration
    public void RemoveMasteryPoints(string heroType, long points)
    Parameters
    Type Name Description
    string heroType
    long points

    TryGetItemData(Type, out ItemData)

    Declaration
    public bool TryGetItemData(Type type, out DewProfileStats.ItemData data)
    Parameters
    Type Name Description
    System.Type type
    DewProfileStats.ItemData data
    Returns
    Type Description
    bool

    UpdateTotalData(long)

    Declaration
    public void UpdateTotalData(long minPlayTime = 0)
    Parameters
    Type Name Description
    long minPlayTime

    Validate()

    Declaration
    public void Validate()
    In This Article
    Back to top Shape of Dreams API Documentation