Search Results for

    Show / Hide Table of Contents

    Class DewSteam

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

    Fields

    onGameOverlayShownChanged

    Declaration
    public static SafeAction<bool> onGameOverlayShownChanged
    Field Value
    Type Description
    SafeAction<bool>

    Properties

    isAchievementReady

    Declaration
    public static bool isAchievementReady { get; }
    Property Value
    Type Description
    bool

    isInitialized

    Declaration
    public static bool isInitialized { get; }
    Property Value
    Type Description
    bool

    steamId

    Declaration
    public static CSteamID steamId { get; }
    Property Value
    Type Description
    Steamworks.CSteamID

    Methods

    GetTicketForWebApi(string)

    Declaration
    public static UniTask<SteamTicketForWebApi> GetTicketForWebApi(string pchIdentity = "DewOwnership")
    Parameters
    Type Name Description
    string pchIdentity
    Returns
    Type Description
    Cysharp.Threading.Tasks.UniTask<T><SteamTicketForWebApi>

    TryStartGamepadInput(string, string, bool, bool, int, Action<string>, Action)

    If Steam gamepad input is not available, this returns false and no callbacks are called.

    Declaration
    public static bool TryStartGamepadInput(string previousText, string placeholderText, bool isMultiline, bool isPassword, int maxCharacters, Action<string> onConfirm, Action onCancel)
    Parameters
    Type Name Description
    string previousText
    string placeholderText
    bool isMultiline
    bool isPassword
    int maxCharacters
    System.Action<T><string> onConfirm
    System.Action onCancel
    Returns
    Type Description
    bool

    UnsubscribeItem()

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