Search Results for

    Show / Hide Table of Contents

    Class DewReverie

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

    Methods

    CheckSpecialReveries()

    Declaration
    public static void CheckSpecialReveries()

    ClearDailyReverie(int)

    Declaration
    public static void ClearDailyReverie(int index)
    Parameters
    Type Name Description
    int index

    ClearSpecialReverie()

    Declaration
    public static void ClearSpecialReverie()

    ReceiveRewardOfReverie(ReverieDataBase)

    Receive the reward of a specific reverie. This does not remove the reverie.
    If succeeds, returns true.
    On error, this returns false and prints out error message to the user.

    Declaration
    public static UniTask<bool> ReceiveRewardOfReverie(DewProfile.ReverieDataBase data)
    Parameters
    Type Name Description
    DewProfile.ReverieDataBase data
    Returns
    Type Description
    Cysharp.Threading.Tasks.UniTask<T><bool>

    SetDailyReverie(int, Type)

    Declaration
    public static void SetDailyReverie(int index, Type type)
    Parameters
    Type Name Description
    int index
    System.Type type

    SetDailyReverie<T>(int)

    Declaration
    public static void SetDailyReverie<T>(int index)
    Parameters
    Type Name Description
    int index
    Type Parameters
    Name Description
    T

    SetRandomDailyReverie(int)

    Declaration
    public static void SetRandomDailyReverie(int index)
    Parameters
    Type Name Description
    int index

    SetSpecialReverie(Type, DateTime)

    Declaration
    public static void SetSpecialReverie(Type type, DateTime endDate)
    Parameters
    Type Name Description
    System.Type type
    System.DateTime endDate

    StartNextSpecialReverieOrClear()

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