steamutils 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/SteamClient.js +47 -3
  2. package/package.json +1 -1
  3. package/protos/base_gcmessages.proto +533 -0
  4. package/protos/clientmetrics.proto +45 -0
  5. package/protos/content_manifest.proto +62 -0
  6. package/protos/cstrike15_gcmessages.proto +1344 -0
  7. package/protos/cstrike15_usermessages.proto +597 -0
  8. package/protos/econ_gcmessages.proto +225 -0
  9. package/protos/encrypted_app_ticket.proto +10 -0
  10. package/protos/engine_gcmessages.proto +16 -0
  11. package/protos/enums.proto +285 -0
  12. package/protos/enums_clientserver.proto +1534 -0
  13. package/protos/fatdemo.proto +125 -0
  14. package/protos/gcsdk_gcmessages.proto +302 -0
  15. package/protos/gcsystemmsgs.proto +246 -0
  16. package/protos/htmlmessages.proto +993 -0
  17. package/protos/netmessages.proto +491 -0
  18. package/protos/network_connection.proto +70 -0
  19. package/protos/renderer/rendermessages.proto +893 -0
  20. package/protos/steamdatagram_messages.proto +205 -0
  21. package/protos/steamdatagram_messages_auth.proto +65 -0
  22. package/protos/steamdatagram_messages_sdr.proto +518 -0
  23. package/protos/steammessages.proto +601 -0
  24. package/protos/steammessages_accounthardware.steamclient.proto +188 -0
  25. package/protos/steammessages_appoverview.proto +185 -0
  26. package/protos/steammessages_auth.steamclient.proto +192 -0
  27. package/protos/steammessages_base.proto +288 -0
  28. package/protos/steammessages_broadcast.steamclient.proto +756 -0
  29. package/protos/steammessages_chat.steamclient.proto +1281 -0
  30. package/protos/steammessages_client_objects.proto +336 -0
  31. package/protos/steammessages_clientlanp2p.proto +26 -0
  32. package/protos/steammessages_clientmetrics.steamclient.proto +176 -0
  33. package/protos/steammessages_clientnotificationtypes.proto +129 -0
  34. package/protos/steammessages_clientserver.proto +384 -0
  35. package/protos/steammessages_clientserver_2.proto +776 -0
  36. package/protos/steammessages_clientserver_appinfo.proto +166 -0
  37. package/protos/steammessages_clientserver_friends.proto +260 -0
  38. package/protos/steammessages_clientserver_gameservers.proto +159 -0
  39. package/protos/steammessages_clientserver_lbs.proto +70 -0
  40. package/protos/steammessages_clientserver_login.proto +159 -0
  41. package/protos/steammessages_clientserver_mms.proto +235 -0
  42. package/protos/steammessages_clientserver_ucm.proto +202 -0
  43. package/protos/steammessages_clientserver_uds.proto +104 -0
  44. package/protos/steammessages_clientserver_ufs.proto +172 -0
  45. package/protos/steammessages_clientserver_userstats.proto +80 -0
  46. package/protos/steammessages_cloud.steamclient.proto +512 -0
  47. package/protos/steammessages_contentsystem.steamclient.proto +77 -0
  48. package/protos/steammessages_credentials.steamclient.proto +141 -0
  49. package/protos/steammessages_datapublisher.steamclient.proto +67 -0
  50. package/protos/steammessages_depotbuilder.steamclient.proto +118 -0
  51. package/protos/steammessages_deviceauth.steamclient.proto +200 -0
  52. package/protos/steammessages_econ.steamclient.proto +105 -0
  53. package/protos/steammessages_friendmessages.steamclient.proto +168 -0
  54. package/protos/steammessages_gamenetworking.steamclient.proto +32 -0
  55. package/protos/steammessages_gamenetworkingui.proto +42 -0
  56. package/protos/steammessages_gamenotifications.steamclient.proto +156 -0
  57. package/protos/steammessages_gameservers.steamclient.proto +152 -0
  58. package/protos/steammessages_hiddevices.proto +156 -0
  59. package/protos/steammessages_inventory.steamclient.proto +224 -0
  60. package/protos/steammessages_linkfilter.steamclient.proto +49 -0
  61. package/protos/steammessages_lobbymatchmaking.steamclient.proto +33 -0
  62. package/protos/steammessages_market.steamclient.proto +26 -0
  63. package/protos/steammessages_offline.steamclient.proto +37 -0
  64. package/protos/steammessages_parental.steamclient.proto +186 -0
  65. package/protos/steammessages_parties.steamclient.proto +94 -0
  66. package/protos/steammessages_partnerapps.steamclient.proto +136 -0
  67. package/protos/steammessages_player.steamclient.proto +912 -0
  68. package/protos/steammessages_publishedfile.steamclient.proto +711 -0
  69. package/protos/steammessages_qms.steamclient.proto +125 -0
  70. package/protos/steammessages_remoteclient.proto +99 -0
  71. package/protos/steammessages_remoteclient_discovery.proto +228 -0
  72. package/protos/steammessages_remoteclient_service.steamclient.proto +90 -0
  73. package/protos/steammessages_remoteclient_service_messages.proto +196 -0
  74. package/protos/steammessages_remoteplay.proto +871 -0
  75. package/protos/steammessages_secrets.steamclient.proto +39 -0
  76. package/protos/steammessages_shader.steamclient.proto +96 -0
  77. package/protos/steammessages_site_license.steamclient.proto +128 -0
  78. package/protos/steammessages_sitelicenseclient.proto +38 -0
  79. package/protos/steammessages_siteserverui.proto +130 -0
  80. package/protos/steammessages_star.steamclient.proto +64 -0
  81. package/protos/steammessages_steamtv.steamclient.proto +630 -0
  82. package/protos/steammessages_store.steamclient.proto +262 -0
  83. package/protos/steammessages_timedtrial.steamclient.proto +50 -0
  84. package/protos/steammessages_twofactor.steamclient.proto +154 -0
  85. package/protos/steammessages_unified_base.steamclient.proto +33 -0
  86. package/protos/steammessages_unified_test.steamclient.proto +50 -0
  87. package/protos/steammessages_useraccount.steamclient.proto +210 -0
  88. package/protos/steammessages_vac.steamclient.proto +44 -0
  89. package/protos/steammessages_video.steamclient.proto +84 -0
  90. package/protos/steammessages_virtualcontroller.proto +138 -0
  91. package/protos/steammessages_workshop.steamclient.proto +23 -0
  92. package/protos/steamnetworkingsockets_messages.proto +204 -0
  93. package/protos/steamnetworkingsockets_messages_certs.proto +38 -0
  94. package/protos/steamnetworkingsockets_messages_udp.proto +75 -0
  95. package/protos/uifontfile_format.proto +16 -0
@@ -0,0 +1,225 @@
1
+ import "steammessages.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = false;
5
+
6
+ enum EGCItemMsg {
7
+ k_EMsgGCBase = 1000;
8
+ k_EMsgGCSetItemPosition = 1001;
9
+ k_EMsgGCCraft = 1002;
10
+ k_EMsgGCCraftResponse = 1003;
11
+ k_EMsgGCDelete = 1004;
12
+ k_EMsgGCVerifyCacheSubscription = 1005;
13
+ k_EMsgGCNameItem = 1006;
14
+ k_EMsgGCUnlockCrate = 1007;
15
+ k_EMsgGCUnlockCrateResponse = 1008;
16
+ k_EMsgGCPaintItem = 1009;
17
+ k_EMsgGCPaintItemResponse = 1010;
18
+ k_EMsgGCGoldenWrenchBroadcast = 1011;
19
+ k_EMsgGCMOTDRequest = 1012;
20
+ k_EMsgGCMOTDRequestResponse = 1013;
21
+ k_EMsgGCAddItemToSocket_DEPRECATED = 1014;
22
+ k_EMsgGCAddItemToSocketResponse_DEPRECATED = 1015;
23
+ k_EMsgGCAddSocketToBaseItem_DEPRECATED = 1016;
24
+ k_EMsgGCAddSocketToItem_DEPRECATED = 1017;
25
+ k_EMsgGCAddSocketToItemResponse_DEPRECATED = 1018;
26
+ k_EMsgGCNameBaseItem = 1019;
27
+ k_EMsgGCNameBaseItemResponse = 1020;
28
+ k_EMsgGCRemoveSocketItem_DEPRECATED = 1021;
29
+ k_EMsgGCRemoveSocketItemResponse_DEPRECATED = 1022;
30
+ k_EMsgGCCustomizeItemTexture = 1023;
31
+ k_EMsgGCCustomizeItemTextureResponse = 1024;
32
+ k_EMsgGCUseItemRequest = 1025;
33
+ k_EMsgGCUseItemResponse = 1026;
34
+ k_EMsgGCGiftedItems_DEPRECATED = 1027;
35
+ k_EMsgGCRemoveItemName = 1030;
36
+ k_EMsgGCRemoveItemPaint = 1031;
37
+ k_EMsgGCGiftWrapItem = 1032;
38
+ k_EMsgGCGiftWrapItemResponse = 1033;
39
+ k_EMsgGCDeliverGift = 1034;
40
+ k_EMsgGCDeliverGiftResponseGiver = 1035;
41
+ k_EMsgGCDeliverGiftResponseReceiver = 1036;
42
+ k_EMsgGCUnwrapGiftRequest = 1037;
43
+ k_EMsgGCUnwrapGiftResponse = 1038;
44
+ k_EMsgGCSetItemStyle = 1039;
45
+ k_EMsgGCUsedClaimCodeItem = 1040;
46
+ k_EMsgGCSortItems = 1041;
47
+ k_EMsgGC_RevolvingLootList_DEPRECATED = 1042;
48
+ k_EMsgGCLookupAccount = 1043;
49
+ k_EMsgGCLookupAccountResponse = 1044;
50
+ k_EMsgGCLookupAccountName = 1045;
51
+ k_EMsgGCLookupAccountNameResponse = 1046;
52
+ k_EMsgGCUpdateItemSchema = 1049;
53
+ k_EMsgGCRemoveCustomTexture = 1051;
54
+ k_EMsgGCRemoveCustomTextureResponse = 1052;
55
+ k_EMsgGCRemoveMakersMark = 1053;
56
+ k_EMsgGCRemoveMakersMarkResponse = 1054;
57
+ k_EMsgGCRemoveUniqueCraftIndex = 1055;
58
+ k_EMsgGCRemoveUniqueCraftIndexResponse = 1056;
59
+ k_EMsgGCSaxxyBroadcast = 1057;
60
+ k_EMsgGCBackpackSortFinished = 1058;
61
+ k_EMsgGCAdjustItemEquippedState = 1059;
62
+ k_EMsgGCCollectItem = 1061;
63
+ k_EMsgGCItemAcknowledged__DEPRECATED = 1062;
64
+ k_EMsgGC_ReportAbuse = 1065;
65
+ k_EMsgGC_ReportAbuseResponse = 1066;
66
+ k_EMsgGCNameItemNotification = 1068;
67
+ k_EMsgGCApplyConsumableEffects = 1069;
68
+ k_EMsgGCConsumableExhausted = 1070;
69
+ k_EMsgGCShowItemsPickedUp = 1071;
70
+ k_EMsgGCClientDisplayNotification = 1072;
71
+ k_EMsgGCApplyStrangePart = 1073;
72
+ k_EMsgGC_IncrementKillCountAttribute = 1074;
73
+ k_EMsgGC_IncrementKillCountResponse = 1075;
74
+ k_EMsgGCApplyPennantUpgrade = 1076;
75
+ k_EMsgGCSetItemPositions = 1077;
76
+ k_EMsgGCApplyEggEssence = 1078;
77
+ k_EMsgGCNameEggEssenceResponse = 1079;
78
+ k_EMsgGCPaintKitItem = 1080;
79
+ k_EMsgGCPaintKitBaseItem = 1081;
80
+ k_EMsgGCPaintKitItemResponse = 1082;
81
+ k_EMsgGCGiftedItems = 1083;
82
+ k_EMsgGCUnlockItemStyle = 1084;
83
+ k_EMsgGCUnlockItemStyleResponse = 1085;
84
+ k_EMsgGCApplySticker = 1086;
85
+ k_EMsgGCItemAcknowledged = 1087;
86
+ k_EMsgGCStatTrakSwap = 1088;
87
+ k_EMsgGCUserTrackTimePlayedConsecutively = 1089;
88
+ k_EMsgGCItemCustomizationNotification = 1090;
89
+ k_EMsgGCModifyItemAttribute = 1091;
90
+ k_EMsgGCCasketItemAdd = 1092;
91
+ k_EMsgGCCasketItemExtract = 1093;
92
+ k_EMsgGCCasketItemLoadContents = 1094;
93
+ k_EMsgGCTradingBase = 1500;
94
+ k_EMsgGCTrading_InitiateTradeRequest = 1501;
95
+ k_EMsgGCTrading_InitiateTradeResponse = 1502;
96
+ k_EMsgGCTrading_StartSession = 1503;
97
+ k_EMsgGCTrading_SetItem = 1504;
98
+ k_EMsgGCTrading_RemoveItem = 1505;
99
+ k_EMsgGCTrading_UpdateTradeInfo = 1506;
100
+ k_EMsgGCTrading_SetReadiness = 1507;
101
+ k_EMsgGCTrading_ReadinessResponse = 1508;
102
+ k_EMsgGCTrading_SessionClosed = 1509;
103
+ k_EMsgGCTrading_CancelSession = 1510;
104
+ k_EMsgGCTrading_TradeChatMsg = 1511;
105
+ k_EMsgGCTrading_ConfirmOffer = 1512;
106
+ k_EMsgGCTrading_TradeTypingChatMsg = 1513;
107
+ k_EMsgGCServerBrowser_FavoriteServer = 1601;
108
+ k_EMsgGCServerBrowser_BlacklistServer = 1602;
109
+ k_EMsgGCServerRentalsBase = 1700;
110
+ k_EMsgGCItemPreviewCheckStatus = 1701;
111
+ k_EMsgGCItemPreviewStatusResponse = 1702;
112
+ k_EMsgGCItemPreviewRequest = 1703;
113
+ k_EMsgGCItemPreviewRequestResponse = 1704;
114
+ k_EMsgGCItemPreviewExpire = 1705;
115
+ k_EMsgGCItemPreviewExpireNotification = 1706;
116
+ k_EMsgGCItemPreviewItemBoughtNotification = 1707;
117
+ k_EMsgGCDev_NewItemRequest = 2001;
118
+ k_EMsgGCDev_NewItemRequestResponse = 2002;
119
+ k_EMsgGCDev_PaintKitDropItem = 2003;
120
+ k_EMsgGCStoreGetUserData = 2500;
121
+ k_EMsgGCStoreGetUserDataResponse = 2501;
122
+ k_EMsgGCStorePurchaseInit_DEPRECATED = 2502;
123
+ k_EMsgGCStorePurchaseInitResponse_DEPRECATED = 2503;
124
+ k_EMsgGCStorePurchaseFinalize = 2504;
125
+ k_EMsgGCStorePurchaseFinalizeResponse = 2505;
126
+ k_EMsgGCStorePurchaseCancel = 2506;
127
+ k_EMsgGCStorePurchaseCancelResponse = 2507;
128
+ k_EMsgGCStorePurchaseQueryTxn = 2508;
129
+ k_EMsgGCStorePurchaseQueryTxnResponse = 2509;
130
+ k_EMsgGCStorePurchaseInit = 2510;
131
+ k_EMsgGCStorePurchaseInitResponse = 2511;
132
+ k_EMsgGCBannedWordListRequest = 2512;
133
+ k_EMsgGCBannedWordListResponse = 2513;
134
+ k_EMsgGCToGCBannedWordListBroadcast = 2514;
135
+ k_EMsgGCToGCBannedWordListUpdated = 2515;
136
+ k_EMsgGCToGCDirtySDOCache = 2516;
137
+ k_EMsgGCToGCDirtyMultipleSDOCache = 2517;
138
+ k_EMsgGCToGCUpdateSQLKeyValue = 2518;
139
+ k_EMsgGCToGCIsTrustedServer = 2519;
140
+ k_EMsgGCToGCIsTrustedServerResponse = 2520;
141
+ k_EMsgGCToGCBroadcastConsoleCommand = 2521;
142
+ k_EMsgGCServerVersionUpdated = 2522;
143
+ k_EMsgGCApplyAutograph = 2523;
144
+ k_EMsgGCToGCWebAPIAccountChanged = 2524;
145
+ k_EMsgGCRequestAnnouncements = 2525;
146
+ k_EMsgGCRequestAnnouncementsResponse = 2526;
147
+ k_EMsgGCRequestPassportItemGrant = 2527;
148
+ k_EMsgGCClientVersionUpdated = 2528;
149
+ k_EMsgGCAdjustItemEquippedStateMulti = 2529;
150
+ k_EMsgGCRecurringSubscriptionStatus = 2530;
151
+ }
152
+
153
+ enum EGCMsgResponse {
154
+ k_EGCMsgResponseOK = 0;
155
+ k_EGCMsgResponseDenied = 1;
156
+ k_EGCMsgResponseServerError = 2;
157
+ k_EGCMsgResponseTimeout = 3;
158
+ k_EGCMsgResponseInvalid = 4;
159
+ k_EGCMsgResponseNoMatch = 5;
160
+ k_EGCMsgResponseUnknownError = 6;
161
+ k_EGCMsgResponseNotLoggedOn = 7;
162
+ k_EGCMsgFailedToCreate = 8;
163
+ k_EGCMsgLimitExceeded = 9;
164
+ k_EGCMsgCommitUnfinalized = 10;
165
+ }
166
+
167
+ enum EUnlockStyle {
168
+ k_UnlockStyle_Succeeded = 0;
169
+ k_UnlockStyle_Failed_PreReq = 1;
170
+ k_UnlockStyle_Failed_CantAfford = 2;
171
+ k_UnlockStyle_Failed_CantCommit = 3;
172
+ k_UnlockStyle_Failed_CantLockCache = 4;
173
+ k_UnlockStyle_Failed_CantAffordAttrib = 5;
174
+ }
175
+
176
+ enum EGCItemCustomizationNotification {
177
+ k_EGCItemCustomizationNotification_NameItem = 1006;
178
+ k_EGCItemCustomizationNotification_UnlockCrate = 1007;
179
+ k_EGCItemCustomizationNotification_XRayItemReveal = 1008;
180
+ k_EGCItemCustomizationNotification_XRayItemClaim = 1009;
181
+ k_EGCItemCustomizationNotification_CasketTooFull = 1011;
182
+ k_EGCItemCustomizationNotification_CasketContents = 1012;
183
+ k_EGCItemCustomizationNotification_CasketAdded = 1013;
184
+ k_EGCItemCustomizationNotification_CasketRemoved = 1014;
185
+ k_EGCItemCustomizationNotification_CasketInvFull = 1015;
186
+ k_EGCItemCustomizationNotification_NameBaseItem = 1019;
187
+ k_EGCItemCustomizationNotification_RemoveItemName = 1030;
188
+ k_EGCItemCustomizationNotification_RemoveSticker = 1053;
189
+ k_EGCItemCustomizationNotification_ApplySticker = 1086;
190
+ k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
191
+ k_EGCItemCustomizationNotification_RemovePatch = 1089;
192
+ k_EGCItemCustomizationNotification_ApplyPatch = 1090;
193
+ k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
194
+ k_EGCItemCustomizationNotification_ActivateOperationCoin = 9179;
195
+ k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
196
+ k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
197
+ k_EGCItemCustomizationNotification_ClientRedeemMissionReward = 9209;
198
+ }
199
+
200
+ message CMsgGCGiftedItems {
201
+ optional uint32 accountid = 1;
202
+ optional uint32 giftdefindex = 2;
203
+ optional uint32 max_gifts_possible = 3;
204
+ optional uint32 num_eligible_recipients = 4;
205
+ repeated uint32 recipients_accountids = 5;
206
+ }
207
+
208
+ message CMsgApplyAutograph {
209
+ optional uint64 autograph_item_id = 1;
210
+ optional uint64 item_item_id = 2;
211
+ }
212
+
213
+ message CMsgCasketItem {
214
+ optional uint64 casket_item_id = 1;
215
+ optional uint64 item_item_id = 2;
216
+ }
217
+
218
+ message CMsgGCUserTrackTimePlayedConsecutively {
219
+ optional uint32 state = 1;
220
+ }
221
+
222
+ message CMsgGCItemCustomizationNotification {
223
+ repeated uint64 item_id = 1;
224
+ optional uint32 request = 2;
225
+ }
@@ -0,0 +1,10 @@
1
+ option optimize_for = SPEED;
2
+ option cc_generic_services = false;
3
+
4
+ message EncryptedAppTicket {
5
+ optional uint32 ticket_version_no = 1;
6
+ optional uint32 crc_encryptedticket = 2;
7
+ optional uint32 cb_encrypteduserdata = 3;
8
+ optional uint32 cb_encrypted_appownershipticket = 4;
9
+ optional bytes encrypted_ticket = 5;
10
+ }
@@ -0,0 +1,16 @@
1
+ import "google/protobuf/descriptor.proto";
2
+
3
+ option cc_generic_services = false;
4
+
5
+ message CEngineGotvSyncPacket {
6
+ optional uint64 match_id = 1;
7
+ optional uint32 instance_id = 2;
8
+ optional uint32 signupfragment = 3;
9
+ optional uint32 currentfragment = 4;
10
+ optional float tickrate = 5;
11
+ optional uint32 tick = 6;
12
+ optional float rtdelay = 8;
13
+ optional float rcvage = 9;
14
+ optional float keyframe_interval = 10;
15
+ optional uint32 cdndelay = 11;
16
+ }
@@ -0,0 +1,285 @@
1
+ import "steammessages_base.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = true;
5
+ option (force_php_generation) = true;
6
+
7
+ enum EPublishedFileQueryType {
8
+ k_PublishedFileQueryType_RankedByVote = 0;
9
+ k_PublishedFileQueryType_RankedByPublicationDate = 1;
10
+ k_PublishedFileQueryType_AcceptedForGameRankedByAcceptanceDate = 2;
11
+ k_PublishedFileQueryType_RankedByTrend = 3;
12
+ k_PublishedFileQueryType_FavoritedByFriendsRankedByPublicationDate = 4;
13
+ k_PublishedFileQueryType_CreatedByFriendsRankedByPublicationDate = 5;
14
+ k_PublishedFileQueryType_RankedByNumTimesReported = 6;
15
+ k_PublishedFileQueryType_CreatedByFollowedUsersRankedByPublicationDate = 7;
16
+ k_PublishedFileQueryType_NotYetRated = 8;
17
+ k_PublishedFileQueryType_RankedByTotalUniqueSubscriptions = 9;
18
+ k_PublishedFileQueryType_RankedByTotalVotesAsc = 10;
19
+ k_PublishedFileQueryType_RankedByVotesUp = 11;
20
+ k_PublishedFileQueryType_RankedByTextSearch = 12;
21
+ k_PublishedFileQueryType_RankedByPlaytimeTrend = 13;
22
+ k_PublishedFileQueryType_RankedByTotalPlaytime = 14;
23
+ k_PublishedFileQueryType_RankedByAveragePlaytimeTrend = 15;
24
+ k_PublishedFileQueryType_RankedByLifetimeAveragePlaytime = 16;
25
+ k_PublishedFileQueryType_RankedByPlaytimeSessionsTrend = 17;
26
+ k_PublishedFileQueryType_RankedByLifetimePlaytimeSessions = 18;
27
+ k_PublishedFileQueryType_RankedByInappropriateContentRating = 19;
28
+ k_PublishedFileQueryType_RankedByBanContentCheck = 20;
29
+ k_PublishedFileQueryType_RankedByLastUpdatedDate = 21;
30
+ }
31
+
32
+ enum EPublishedFileInappropriateProvider {
33
+ k_EPublishedFileInappropriateProvider_Invalid = 0;
34
+ k_EPublishedFileInappropriateProvider_Google = 1;
35
+ k_EPublishedFileInappropriateProvider_Amazon = 2;
36
+ }
37
+
38
+ enum EPublishedFileInappropriateResult {
39
+ k_EPublishedFileInappropriateResult_NotScanned = 0;
40
+ k_EPublishedFileInappropriateResult_VeryUnlikely = 1;
41
+ k_EPublishedFileInappropriateResult_Unlikely = 30;
42
+ k_EPublishedFileInappropriateResult_Possible = 50;
43
+ k_EPublishedFileInappropriateResult_Likely = 75;
44
+ k_EPublishedFileInappropriateResult_VeryLikely = 100;
45
+ }
46
+
47
+ enum EPersonaStateFlag {
48
+ k_EPersonaStateFlag_HasRichPresence = 1;
49
+ k_EPersonaStateFlag_InJoinableGame = 2;
50
+ k_EPersonaStateFlag_Golden = 4;
51
+ k_EPersonaStateFlag_RemotePlayTogether = 8;
52
+ k_EPersonaStateFlag_ClientTypeWeb = 256;
53
+ k_EPersonaStateFlag_ClientTypeMobile = 512;
54
+ k_EPersonaStateFlag_ClientTypeTenfoot = 1024;
55
+ k_EPersonaStateFlag_ClientTypeVR = 2048;
56
+ k_EPersonaStateFlag_LaunchTypeGamepad = 4096;
57
+ k_EPersonaStateFlag_LaunchTypeCompatTool = 8192;
58
+ }
59
+
60
+ enum EContentCheckProvider {
61
+ k_EContentCheckProvider_Invalid = 0;
62
+ k_EContentCheckProvider_Google = 1;
63
+ k_EContentCheckProvider_Amazon = 2;
64
+ k_EContentCheckProvider_Local = 3;
65
+ }
66
+
67
+ enum EBanContentCheckResult {
68
+ k_EBanContentCheckResult_NotScanned = 0;
69
+ k_EBanContentCheckResult_Reset = 1;
70
+ k_EBanContentCheckResult_NeedsChecking = 2;
71
+ k_EBanContentCheckResult_VeryUnlikely = 5;
72
+ k_EBanContentCheckResult_Unlikely = 30;
73
+ k_EBanContentCheckResult_Possible = 50;
74
+ k_EBanContentCheckResult_Likely = 75;
75
+ k_EBanContentCheckResult_VeryLikely = 100;
76
+ }
77
+
78
+ enum EProfileCustomizationType {
79
+ k_EProfileCustomizationTypeInvalid = 0;
80
+ k_EProfileCustomizationTypeRareAchievementShowcase = 1;
81
+ k_EProfileCustomizationTypeGameCollector = 2;
82
+ k_EProfileCustomizationTypeItemShowcase = 3;
83
+ k_EProfileCustomizationTypeTradeShowcase = 4;
84
+ k_EProfileCustomizationTypeBadges = 5;
85
+ k_EProfileCustomizationTypeFavoriteGame = 6;
86
+ k_EProfileCustomizationTypeScreenshotShowcase = 7;
87
+ k_EProfileCustomizationTypeCustomText = 8;
88
+ k_EProfileCustomizationTypeFavoriteGroup = 9;
89
+ k_EProfileCustomizationTypeRecommendation = 10;
90
+ k_EProfileCustomizationTypeWorkshopItem = 11;
91
+ k_EProfileCustomizationTypeMyWorkshop = 12;
92
+ k_EProfileCustomizationTypeArtworkShowcase = 13;
93
+ k_EProfileCustomizationTypeVideoShowcase = 14;
94
+ k_EProfileCustomizationTypeGuides = 15;
95
+ k_EProfileCustomizationTypeMyGuides = 16;
96
+ k_EProfileCustomizationTypeAchievements = 17;
97
+ k_EProfileCustomizationTypeGreenlight = 18;
98
+ k_EProfileCustomizationTypeMyGreenlight = 19;
99
+ k_EProfileCustomizationTypeSalien = 20;
100
+ k_EProfileCustomizationTypeLoyaltyRewardReactions = 21;
101
+ k_EProfileCustomizationTypeSingleArtworkShowcase = 22;
102
+ k_EProfileCustomizationTypeAchievementsCompletionist = 23;
103
+ }
104
+
105
+ enum EPublishedFileStorageSystem {
106
+ k_EPublishedFileStorageSystemInvalid = 0;
107
+ k_EPublishedFileStorageSystemLegacyCloud = 1;
108
+ k_EPublishedFileStorageSystemDepot = 2;
109
+ k_EPublishedFileStorageSystemUGCCloud = 3;
110
+ }
111
+
112
+ enum ECloudStoragePersistState {
113
+ k_ECloudStoragePersistStatePersisted = 0;
114
+ k_ECloudStoragePersistStateForgotten = 1;
115
+ k_ECloudStoragePersistStateDeleted = 2;
116
+ }
117
+
118
+ enum ESDCardFormatStage {
119
+ k_ESDCardFormatStage_Invalid = 0;
120
+ k_ESDCardFormatStage_Starting = 1;
121
+ k_ESDCardFormatStage_Testing = 2;
122
+ k_ESDCardFormatStage_Rescuing = 3;
123
+ k_ESDCardFormatStage_Formatting = 4;
124
+ k_ESDCardFormatStage_Finalizing = 5;
125
+ }
126
+
127
+ enum EBluetoothDeviceType {
128
+ k_BluetoothDeviceType_Invalid = 0;
129
+ k_BluetoothDeviceType_Unknown = 1;
130
+ k_BluetoothDeviceType_Phone = 2;
131
+ k_BluetoothDeviceType_Computer = 3;
132
+ k_BluetoothDeviceType_Headset = 4;
133
+ k_BluetoothDeviceType_Headphones = 5;
134
+ k_BluetoothDeviceType_Speakers = 6;
135
+ k_BluetoothDeviceType_OtherAudio = 7;
136
+ k_BluetoothDeviceType_Mouse = 8;
137
+ k_BluetoothDeviceType_Joystick = 9;
138
+ k_BluetoothDeviceType_Gamepad = 10;
139
+ k_BluetoothDeviceType_Keyboard = 11;
140
+ }
141
+
142
+ enum ESystemServiceState {
143
+ k_ESystemServiceState_Unavailable = 0;
144
+ k_ESystemServiceState_Disabled = 1;
145
+ k_ESystemServiceState_Enabled = 2;
146
+ }
147
+
148
+ enum EGraphicsPerfOverlayLevel {
149
+ k_EGraphicsPerfOverlayLevel_Hidden = 0;
150
+ k_EGraphicsPerfOverlayLevel_Basic = 1;
151
+ k_EGraphicsPerfOverlayLevel_Medium = 2;
152
+ k_EGraphicsPerfOverlayLevel_Full = 3;
153
+ k_EGraphicsPerfOverlayLevel_Minimal = 4;
154
+ }
155
+
156
+ enum EGPUPerformanceLevel {
157
+ k_EGPUPerformanceLevel_Invalid = 0;
158
+ k_EGPUPerformanceLevel_Auto = 1;
159
+ k_EGPUPerformanceLevel_Manual = 2;
160
+ k_EGPUPerformanceLevel_Low = 3;
161
+ k_EGPUPerformanceLevel_High = 4;
162
+ k_EGPUPerformanceLevel_Profiling = 5;
163
+ }
164
+
165
+ enum EScalingFilter {
166
+ k_EScalingFilter_Invalid = 0;
167
+ k_EScalingFilter_FSR = 1;
168
+ k_EScalingFilter_Nearest = 2;
169
+ k_EScalingFilter_Integer = 3;
170
+ k_EScalingFilter_Linear = 4;
171
+ }
172
+
173
+ enum ECPUGovernor {
174
+ k_ECPUGovernor_Invalid = 0;
175
+ k_ECPUGovernor_Perf = 1;
176
+ k_ECPUGovernor_Powersave = 2;
177
+ k_ECPUGovernor_Manual = 3;
178
+ }
179
+
180
+ enum EUpdaterType {
181
+ k_EUpdaterType_Invalid = 0;
182
+ k_EUpdaterType_Client = 1;
183
+ k_EUpdaterType_OS = 2;
184
+ k_EUpdaterType_BIOS = 3;
185
+ k_EUpdaterType_Aggregated = 4;
186
+ k_EUpdaterType_Test1 = 5;
187
+ k_EUpdaterType_Test2 = 6;
188
+ k_EUpdaterType_Dummy = 7;
189
+ }
190
+
191
+ enum EUpdaterState {
192
+ k_EUpdaterState_Invalid = 0;
193
+ k_EUpdaterState_UpToDate = 2;
194
+ k_EUpdaterState_Checking = 3;
195
+ k_EUpdaterState_Available = 4;
196
+ k_EUpdaterState_Applying = 5;
197
+ k_EUpdaterState_ClientRestartPending = 6;
198
+ k_EUpdaterState_SystemRestartPending = 7;
199
+ }
200
+
201
+ enum EStorageBlockContentType {
202
+ k_EStorageBlockContentType_Invalid = 0;
203
+ k_EStorageBlockContentType_Unknown = 1;
204
+ k_EStorageBlockContentType_FileSystem = 2;
205
+ k_EStorageBlockContentType_Crypto = 3;
206
+ k_EStorageBlockContentType_Raid = 4;
207
+ }
208
+
209
+ enum EStorageBlockFileSystemType {
210
+ k_EStorageBlockFileSystemType_Invalid = 0;
211
+ k_EStorageBlockFileSystemType_Unknown = 1;
212
+ k_EStorageBlockFileSystemType_VFat = 2;
213
+ k_EStorageBlockFileSystemType_Ext4 = 3;
214
+ }
215
+
216
+ enum ESteamDeckCompatibilityCategory {
217
+ k_ESteamDeckCompatibilityCategory_Unknown = 0;
218
+ k_ESteamDeckCompatibilityCategory_Unsupported = 1;
219
+ k_ESteamDeckCompatibilityCategory_Playable = 2;
220
+ k_ESteamDeckCompatibilityCategory_Verified = 3;
221
+ }
222
+
223
+ enum ESteamDeckCompatibilityResultDisplayType {
224
+ k_ESteamDeckCompatibilityResultDisplayType_Invisible = 0;
225
+ k_ESteamDeckCompatibilityResultDisplayType_Informational = 1;
226
+ k_ESteamDeckCompatibilityResultDisplayType_Unsupported = 2;
227
+ k_ESteamDeckCompatibilityResultDisplayType_Playable = 3;
228
+ k_ESteamDeckCompatibilityResultDisplayType_Verified = 4;
229
+ }
230
+
231
+ enum EACState {
232
+ k_EACState_Unknown = 0;
233
+ k_EACState_Disconnected = 1;
234
+ k_EACState_Connected = 2;
235
+ k_EACState_ConnectedSlow = 3;
236
+ }
237
+
238
+ enum EBatteryState {
239
+ k_EBatteryState_Unknown = 0;
240
+ k_EBatteryState_Discharging = 1;
241
+ k_EBatteryState_Charging = 2;
242
+ k_EBatteryState_Full = 3;
243
+ }
244
+
245
+ enum EOSBranch {
246
+ k_EOSBranch_Unknown = 0;
247
+ k_EOSBranch_Release = 1;
248
+ k_EOSBranch_ReleaseCandidate = 2;
249
+ k_EOSBranch_Beta = 3;
250
+ k_EOSBranch_BetaCandidate = 4;
251
+ k_EOSBranch_Main = 5;
252
+ }
253
+
254
+ enum ECommunityItemClass {
255
+ k_ECommunityItemClass_Invalid = 0;
256
+ k_ECommunityItemClass_Badge = 1;
257
+ k_ECommunityItemClass_GameCard = 2;
258
+ k_ECommunityItemClass_ProfileBackground = 3;
259
+ k_ECommunityItemClass_Emoticon = 4;
260
+ k_ECommunityItemClass_BoosterPack = 5;
261
+ k_ECommunityItemClass_Consumable = 6;
262
+ k_ECommunityItemClass_GameGoo = 7;
263
+ k_ECommunityItemClass_ProfileModifier = 8;
264
+ k_ECommunityItemClass_Scene = 9;
265
+ k_ECommunityItemClass_SalienItem = 10;
266
+ k_ECommunityItemClass_Sticker = 11;
267
+ k_ECommunityItemClass_ChatEffect = 12;
268
+ k_ECommunityItemClass_MiniProfileBackground = 13;
269
+ k_ECommunityItemClass_AvatarFrame = 14;
270
+ k_ECommunityItemClass_AnimatedAvatar = 15;
271
+ k_ECommunityItemClass_SteamDeckKeyboardSkin = 16;
272
+ }
273
+
274
+ enum ESteamDeckCompatibilityFeedback {
275
+ k_ESteamDeckCompatibilityFeedback_Unset = 0;
276
+ k_ESteamDeckCompatibilityFeedback_Agree = 1;
277
+ k_ESteamDeckCompatibilityFeedback_Disagree = 2;
278
+ k_ESteamDeckCompatibilityFeedback_Ignore = 3;
279
+ }
280
+
281
+ enum EProvideDeckFeedbackPreference {
282
+ k_EProvideDeckFeedbackPreference_Unset = 0;
283
+ k_EProvideDeckFeedbackPreference_Yes = 1;
284
+ k_EProvideDeckFeedbackPreference_No = 2;
285
+ }