Class DewSteam
Inheritance
object
DewSteam
Assembly: Dew.Core.dll
Syntax
public static class DewSteam
Fields
onGameOverlayShownChanged
Declaration
public static SafeAction<bool> onGameOverlayShownChanged
Field Value
Properties
isAchievementReady
Declaration
public static bool isAchievementReady { get; }
Property Value
isInitialized
Declaration
public static bool isInitialized { get; }
Property Value
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> |
|
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
UnsubscribeItem()
Declaration
public static void UnsubscribeItem()