Search Results for

    Show / Hide Table of Contents

    Class DewAchievementItem

    Inheritance
    object
    DewPersistentGameObserver
    DewGameObserverWithProgress
    DewAchievementItem
    Inherited Members
    DewGameObserverWithProgress.GetMaxProgress()
    DewGameObserverWithProgress.GetCurrentProgress()
    DewGameObserverWithProgress.hero
    DewGameObserverWithProgress.Complete()
    DewGameObserverWithProgress.AchCompleteWhen(Func<bool>, float)
    DewPersistentGameObserver.name
    DewPersistentGameObserver._coroutines
    DewPersistentGameObserver.LoadState(Dictionary<string, string>)
    DewPersistentGameObserver.SaveState(Dictionary<string, string>)
    DewPersistentGameObserver.FeedGameResult(DewGameResult)
    DewPersistentGameObserver.AchStartCoroutine(IEnumerator)
    DewPersistentGameObserver.AchStopAllCoroutines()
    DewPersistentGameObserver.AchSetInterval(Action, float)
    DewPersistentGameObserver.AchOnKillLastHit(Action<EventInfoKill>)
    DewPersistentGameObserver.AchOnKillOrAssist(Action<EventInfoKill>)
    DewPersistentGameObserver.AchOnDealDamage(Action<EventInfoDamage>)
    DewPersistentGameObserver.AchOnDoHeal(Action<EventInfoHeal>)
    DewPersistentGameObserver.AchOnTakeDamage(Action<EventInfoDamage>)
    DewPersistentGameObserver.AchOnGameConcluded(Action<DewGameResult>)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewAchievementItem : DewGameObserverWithProgress

    Properties

    grantedStardust

    Declaration
    public virtual int grantedStardust { get; }
    Property Value
    Type Description
    int

    Methods

    OnComplete()

    Declaration
    public override void OnComplete()
    Overrides
    DewGameObserverWithProgress.OnComplete()

    OnStartLocalClient()

    Declaration
    public override void OnStartLocalClient()
    Overrides
    DewPersistentGameObserver.OnStartLocalClient()

    OnStopLocalClient()

    Declaration
    public override void OnStopLocalClient()
    Overrides
    DewPersistentGameObserver.OnStopLocalClient()
    In This Article
    Back to top Shape of Dreams API Documentation