Search Results for

    Show / Hide Table of Contents

    Class DewSpecialReverieItem

    Inheritance
    object
    DewPersistentGameObserver
    DewGameObserverWithProgress
    DewReverieItem
    DewSpecialReverieItem
    Implements
    IExcludeFromPool
    Inherited Members
    DewReverieItem.IExcludeFromPool.excludeFromPool
    DewReverieItem.ReverieSlotCount
    DewReverieItem.index
    DewReverieItem.grantedStardust
    DewReverieItem.grantedItems
    DewReverieItem.excludeFromPool
    DewReverieItem.reverieListButtonText
    DewReverieItem.OnReverieListButtonClick()
    DewReverieItem.OnSetupReverie()
    DewReverieItem.SaveReverieStateToData(DewProfile.ReverieDataBase)
    DewReverieItem.OnComplete()
    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 abstract class DewSpecialReverieItem : DewReverieItem, IExcludeFromPool

    Properties

    nextReverie

    Declaration
    public virtual Type nextReverie { get; }
    Property Value
    Type Description
    System.Type

    Methods

    OnStartLocalClient()

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

    OnStopLocalClient()

    Declaration
    public override void OnStopLocalClient()
    Overrides
    DewReverieItem.OnStopLocalClient()

    Implements

    IExcludeFromPool
    In This Article
    Back to top Shape of Dreams API Documentation