steamutils 1.2.50 → 1.2.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (227) hide show
  1. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  2. package/.idea/steamutils.iml +1 -1
  3. package/.idea/vcs.xml +1 -1
  4. package/SteamClient.js +16 -12
  5. package/example.js +14 -0
  6. package/helpers/protos.js +21 -0
  7. package/index.js +1 -1
  8. package/package.json +6 -6
  9. package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
  10. package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
  11. package/protos/csgo/clientmessages.proto +48 -0
  12. package/protos/csgo/connectionless_netmessages.proto +19 -0
  13. package/protos/csgo/cs_gameevents.proto +34 -0
  14. package/protos/csgo/cs_usercmd.proto +34 -0
  15. package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
  16. package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
  17. package/protos/csgo/demo.proto +160 -0
  18. package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
  19. package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
  20. package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
  21. package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
  22. package/protos/csgo/gameevents.proto +120 -0
  23. package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
  24. package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
  25. package/protos/csgo/netmessages.proto +604 -0
  26. package/protos/csgo/network_connection.proto +126 -0
  27. package/protos/csgo/networkbasetypes.proto +244 -0
  28. package/protos/csgo/networksystem_protomessages.proto +17 -0
  29. package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
  30. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
  31. package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
  32. package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
  33. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
  34. package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
  35. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
  36. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
  37. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
  38. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
  39. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
  40. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
  41. package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
  42. package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
  43. package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
  44. package/protos/csgo/te.proto +259 -0
  45. package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
  46. package/protos/csgo/usercmd.proto +38 -0
  47. package/protos/csgo/usermessages.proto +721 -0
  48. package/protos/csgo/valveextensions.proto +17 -0
  49. package/protos/google/protobuf/descriptor.proto +281 -0
  50. package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
  51. package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
  52. package/protos/steam/contenthubs.proto +41 -0
  53. package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
  54. package/protos/{enums.proto → steam/enums.proto} +444 -285
  55. package/protos/steam/enums_clientserver.proto +1539 -0
  56. package/protos/steam/enums_productinfo.proto +13 -0
  57. package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
  58. package/protos/steam/offline_ticket.proto +8 -0
  59. package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
  60. package/protos/steam/steamdatagram_messages_auth.proto +65 -0
  61. package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
  62. package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
  63. package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
  64. package/protos/steam/steammessages_auth.steamclient.proto +435 -0
  65. package/protos/steam/steammessages_base.proto +332 -0
  66. package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
  67. package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
  68. package/protos/steam/steammessages_client_objects.proto +645 -0
  69. package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
  70. package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
  71. package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
  72. package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
  73. package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
  74. package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
  75. package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
  76. package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
  77. package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
  78. package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
  79. package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
  80. package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
  81. package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
  82. package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
  83. package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
  84. package/protos/steam/steammessages_clientsettings.proto +168 -0
  85. package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
  86. package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
  87. package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
  88. package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
  89. package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
  90. package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
  91. package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
  92. package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
  93. package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
  94. package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
  95. package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
  96. package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
  97. package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
  98. package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
  99. package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
  100. package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
  101. package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
  102. package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
  103. package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
  104. package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
  105. package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
  106. package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
  107. package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
  108. package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
  109. package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
  110. package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
  111. package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
  112. package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
  113. package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
  114. package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
  115. package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
  116. package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
  117. package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
  118. package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
  119. package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
  120. package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
  121. package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
  122. package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
  123. package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
  124. package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
  125. package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
  126. package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
  127. package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
  128. package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
  129. package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
  130. package/protos/steam/steammessages_video.steamclient.proto +171 -0
  131. package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
  132. package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
  133. package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
  134. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
  135. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
  136. package/protos/steam/webuimessages_base.proto +24 -0
  137. package/protos/steam/webuimessages_gamenotes.proto +21 -0
  138. package/protos/steam/webuimessages_steamengine.proto +32 -0
  139. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
  140. package/protos/steam/webuimessages_systemmanager.proto +17 -0
  141. package/protos/steam/webuimessages_transport.proto +18 -0
  142. package/protos/steam/webuimessages_transportvalidation.proto +97 -0
  143. package/protos/webui/common.proto +5508 -0
  144. package/protos/webui/common_base.proto +27 -0
  145. package/protos/webui/service_accountlinking.proto +27 -0
  146. package/protos/webui/service_accountprivacy.proto +42 -0
  147. package/protos/webui/service_auction.proto +97 -0
  148. package/protos/webui/service_authentication.proto +222 -0
  149. package/protos/webui/service_authenticationsupport.proto +74 -0
  150. package/protos/webui/service_broadcast.proto +562 -0
  151. package/protos/webui/service_chat.proto +11 -0
  152. package/protos/webui/service_chatroom.proto +810 -0
  153. package/protos/webui/service_chatusability.proto +107 -0
  154. package/protos/webui/service_clan.proto +41 -0
  155. package/protos/webui/service_clanchatrooms.proto +25 -0
  156. package/protos/webui/service_clanfaqs.proto +202 -0
  157. package/protos/webui/service_clientcomm.proto +150 -0
  158. package/protos/webui/service_clientmetrics.proto +63 -0
  159. package/protos/webui/service_cloud.proto +222 -0
  160. package/protos/webui/service_cloudconfigstore.proto +51 -0
  161. package/protos/webui/service_cloudgaming.proto +30 -0
  162. package/protos/webui/service_community.proto +365 -0
  163. package/protos/webui/service_econ.proto +134 -0
  164. package/protos/webui/service_embedded.proto +24 -0
  165. package/protos/webui/service_experimentservice.proto +6 -0
  166. package/protos/webui/service_fovasvideo.proto +15 -0
  167. package/protos/webui/service_friendmessages.proto +133 -0
  168. package/protos/webui/service_friendslist.proto +70 -0
  169. package/protos/webui/service_gamenotes.proto +15 -0
  170. package/protos/webui/service_helprequestlogs.proto +26 -0
  171. package/protos/webui/service_loyaltyrewards.proto +252 -0
  172. package/protos/webui/service_marketingmessages.proto +184 -0
  173. package/protos/webui/service_mobileapp.proto +18 -0
  174. package/protos/webui/service_mobileauth.proto +24 -0
  175. package/protos/webui/service_mobiledevice.proto +26 -0
  176. package/protos/webui/service_mobileperaccount.proto +31 -0
  177. package/protos/webui/service_news.proto +101 -0
  178. package/protos/webui/service_parental.proto +178 -0
  179. package/protos/webui/service_partnermembershipinvite.proto +29 -0
  180. package/protos/webui/service_partnerstorebrowse.proto +6 -0
  181. package/protos/webui/service_phone.proto +51 -0
  182. package/protos/webui/service_physicalgoods.proto +15 -0
  183. package/protos/webui/service_player.proto +885 -0
  184. package/protos/webui/service_promotioneventinvites.proto +50 -0
  185. package/protos/webui/service_promotionplanning.proto +72 -0
  186. package/protos/webui/service_publishedfile.proto +687 -0
  187. package/protos/webui/service_publishing.proto +119 -0
  188. package/protos/webui/service_quest.proto +127 -0
  189. package/protos/webui/service_salefeature.proto +315 -0
  190. package/protos/webui/service_saleitemrewards.proto +54 -0
  191. package/protos/webui/service_shoppingcart.proto +108 -0
  192. package/protos/webui/service_steamawards.proto +19 -0
  193. package/protos/webui/service_steamcharts.proto +75 -0
  194. package/protos/webui/service_steamengine.proto +36 -0
  195. package/protos/webui/service_steamlearn.proto +727 -0
  196. package/protos/webui/service_steamnotification.proto +84 -0
  197. package/protos/webui/service_steamtv.proto +495 -0
  198. package/protos/webui/service_steamvrvoicechat.proto +67 -0
  199. package/protos/webui/service_steamvrwebrtc.proto +48 -0
  200. package/protos/webui/service_storagedevicemanager.proto +104 -0
  201. package/protos/webui/service_store.proto +289 -0
  202. package/protos/webui/service_storeappsimilarity.proto +76 -0
  203. package/protos/webui/service_storebrowse.proto +73 -0
  204. package/protos/webui/service_storequery.proto +97 -0
  205. package/protos/webui/service_storesales.proto +15 -0
  206. package/protos/webui/service_storetopsellers.proto +44 -0
  207. package/protos/webui/service_systemmanager.proto +11 -0
  208. package/protos/webui/service_test_transporterror.proto +6 -0
  209. package/protos/webui/service_transportauth.proto +12 -0
  210. package/protos/webui/service_transportvalidation.proto +69 -0
  211. package/protos/webui/service_twofactor.proto +181 -0
  212. package/protos/webui/service_useraccount.proto +138 -0
  213. package/protos/webui/service_usergameactivity.proto +34 -0
  214. package/protos/webui/service_usergamenotes.proto +53 -0
  215. package/protos/webui/service_usernews.proto +68 -0
  216. package/protos/webui/service_userreviews.proto +96 -0
  217. package/protos/webui/service_video.proto +128 -0
  218. package/protos/webui/service_voicechat.proto +139 -0
  219. package/protos/webui/service_webrtc.proto +52 -0
  220. package/.idea/deployment.xml +0 -21
  221. package/protos/netmessages.proto +0 -491
  222. package/protos/network_connection.proto +0 -70
  223. package/protos/steamdatagram_messages.proto +0 -205
  224. package/protos/steammessages_auth.steamclient.proto +0 -192
  225. package/protos/steammessages_client_objects.proto +0 -336
  226. package/protos/steammessages_datapublisher.steamclient.proto +0 -67
  227. package/protos/steammessages_video.steamclient.proto +0 -84
@@ -0,0 +1,1539 @@
1
+ option optimize_for = SPEED;
2
+ option cc_generic_services = false;
3
+
4
+ enum EMsg {
5
+ option allow_alias = true;
6
+ k_EMsgInvalid = 0;
7
+ k_EMsgMulti = 1;
8
+ k_EMsgProtobufWrapped = 2;
9
+ k_EMsgBaseGeneral = 100;
10
+ k_EMsgGenericReply = 100;
11
+ k_EMsgDestJobFailed = 113;
12
+ k_EMsgAlert = 115;
13
+ k_EMsgSCIDRequest = 120;
14
+ k_EMsgSCIDResponse = 121;
15
+ k_EMsgJobHeartbeat = 123;
16
+ k_EMsgHubConnect = 124;
17
+ k_EMsgSubscribe = 126;
18
+ k_EMRouteMessage = 127;
19
+ k_EMsgWGRequest = 130;
20
+ k_EMsgWGResponse = 131;
21
+ k_EMsgKeepAlive = 132;
22
+ k_EMsgWebAPIJobRequest = 133;
23
+ k_EMsgWebAPIJobResponse = 134;
24
+ k_EMsgClientSessionStart = 135;
25
+ k_EMsgClientSessionEnd = 136;
26
+ k_EMsgClientSessionUpdate = 137;
27
+ k_EMsgStatsDeprecated = 138;
28
+ k_EMsgPing = 139;
29
+ k_EMsgPingResponse = 140;
30
+ k_EMsgStats = 141;
31
+ k_EMsgRequestFullStatsBlock = 142;
32
+ k_EMsgLoadDBOCacheItem = 143;
33
+ k_EMsgLoadDBOCacheItemResponse = 144;
34
+ k_EMsgInvalidateDBOCacheItems = 145;
35
+ k_EMsgServiceMethod = 146;
36
+ k_EMsgServiceMethodResponse = 147;
37
+ k_EMsgClientPackageVersions = 148;
38
+ k_EMsgTimestampRequest = 149;
39
+ k_EMsgTimestampResponse = 150;
40
+ k_EMsgServiceMethodCallFromClient = 151;
41
+ k_EMsgServiceMethodSendToClient = 152;
42
+ k_EMsgBaseShell = 200;
43
+ k_EMsgAssignSysID = 200;
44
+ k_EMsgExit = 201;
45
+ k_EMsgDirRequest = 202;
46
+ k_EMsgDirResponse = 203;
47
+ k_EMsgZipRequest = 204;
48
+ k_EMsgZipResponse = 205;
49
+ k_EMsgUpdateRecordResponse = 215;
50
+ k_EMsgUpdateCreditCardRequest = 221;
51
+ k_EMsgUpdateUserBanResponse = 225;
52
+ k_EMsgPrepareToExit = 226;
53
+ k_EMsgContentDescriptionUpdate = 227;
54
+ k_EMsgTestResetServer = 228;
55
+ k_EMsgUniverseChanged = 229;
56
+ k_EMsgShellConfigInfoUpdate = 230;
57
+ k_EMsgRequestWindowsEventLogEntries = 233;
58
+ k_EMsgProvideWindowsEventLogEntries = 234;
59
+ k_EMsgShellSearchLogs = 235;
60
+ k_EMsgShellSearchLogsResponse = 236;
61
+ k_EMsgShellCheckWindowsUpdates = 237;
62
+ k_EMsgShellCheckWindowsUpdatesResponse = 238;
63
+ k_EMsgTestFlushDelayedSQL = 240;
64
+ k_EMsgTestFlushDelayedSQLResponse = 241;
65
+ k_EMsgEnsureExecuteScheduledTask_TEST = 242;
66
+ k_EMsgEnsureExecuteScheduledTaskResponse_TEST = 243;
67
+ k_EMsgUpdateScheduledTaskEnableState_TEST = 244;
68
+ k_EMsgUpdateScheduledTaskEnableStateResponse_TEST = 245;
69
+ k_EMsgContentDescriptionDeltaUpdate = 246;
70
+ k_EMsgGMShellAndServerAddressUpdates = 247;
71
+ k_EMsgBaseGM = 300;
72
+ k_EMsgHeartbeat = 300;
73
+ k_EMsgShellFailed = 301;
74
+ k_EMsgExitShells = 307;
75
+ k_EMsgExitShell = 308;
76
+ k_EMsgGracefulExitShell = 309;
77
+ k_EMsgLicenseProcessingComplete = 316;
78
+ k_EMsgSetTestFlag = 317;
79
+ k_EMsgQueuedEmailsComplete = 318;
80
+ k_EMsgGMDRMSync = 320;
81
+ k_EMsgPhysicalBoxInventory = 321;
82
+ k_EMsgUpdateConfigFile = 322;
83
+ k_EMsgTestInitDB = 323;
84
+ k_EMsgGMWriteConfigToSQL = 324;
85
+ k_EMsgGMLoadActivationCodes = 325;
86
+ k_EMsgGMQueueForFBS = 326;
87
+ k_EMsgGMSchemaConversionResults = 327;
88
+ k_EMsgGMWriteShellFailureToSQL = 329;
89
+ k_EMsgGMWriteStatsToSOS = 330;
90
+ k_EMsgGMGetServiceMethodRouting = 331;
91
+ k_EMsgGMGetServiceMethodRoutingResponse = 332;
92
+ k_EMsgGMTestNextBuildSchemaConversion = 334;
93
+ k_EMsgGMTestNextBuildSchemaConversionResponse = 335;
94
+ k_EMsgExpectShellRestart = 336;
95
+ k_EMsgHotFixProgress = 337;
96
+ k_EMsgGMStatsForwardToAdminConnections = 338;
97
+ k_EMsgGMGetModifiedConVars = 339;
98
+ k_EMsgGMGetModifiedConVarsResponse = 340;
99
+ k_EMsgBaseAIS = 400;
100
+ k_EMsgAISRequestContentDescription = 402;
101
+ k_EMsgAISUpdateAppInfo = 403;
102
+ k_EMsgAISGetPackageChangeNumber = 405;
103
+ k_EMsgAISGetPackageChangeNumberResponse = 406;
104
+ k_EMsgAIGetAppGCFlags = 423;
105
+ k_EMsgAIGetAppGCFlagsResponse = 424;
106
+ k_EMsgAIGetAppList = 425;
107
+ k_EMsgAIGetAppListResponse = 426;
108
+ k_EMsgAISGetCouponDefinition = 429;
109
+ k_EMsgAISGetCouponDefinitionResponse = 430;
110
+ k_EMsgAISUpdateSubordinateContentDescription = 431;
111
+ k_EMsgAISUpdateSubordinateContentDescriptionResponse = 432;
112
+ k_EMsgAISTestEnableGC = 433;
113
+ k_EMsgBaseAM = 500;
114
+ k_EMsgAMUpdateUserBanRequest = 504;
115
+ k_EMsgAMAddLicense = 505;
116
+ k_EMsgAMSendSystemIMToUser = 508;
117
+ k_EMsgAMExtendLicense = 509;
118
+ k_EMsgAMAddMinutesToLicense = 510;
119
+ k_EMsgAMCancelLicense = 511;
120
+ k_EMsgAMInitPurchase = 512;
121
+ k_EMsgAMPurchaseResponse = 513;
122
+ k_EMsgAMGetFinalPrice = 514;
123
+ k_EMsgAMGetFinalPriceResponse = 515;
124
+ k_EMsgAMGetLegacyGameKey = 516;
125
+ k_EMsgAMGetLegacyGameKeyResponse = 517;
126
+ k_EMsgAMFindHungTransactions = 518;
127
+ k_EMsgAMSetAccountTrustedRequest = 519;
128
+ k_EMsgAMCancelPurchase = 522;
129
+ k_EMsgAMNewChallenge = 523;
130
+ k_EMsgAMFixPendingPurchase = 525;
131
+ k_EMsgAMFixPendingPurchaseResponse = 526;
132
+ k_EMsgAMIsUserBanned = 527;
133
+ k_EMsgAMRegisterKey = 528;
134
+ k_EMsgAMLoadActivationCodes = 529;
135
+ k_EMsgAMLoadActivationCodesResponse = 530;
136
+ k_EMsgAMLookupKeyResponse = 531;
137
+ k_EMsgAMLookupKey = 532;
138
+ k_EMsgAMChatCleanup = 533;
139
+ k_EMsgAMClanCleanup = 534;
140
+ k_EMsgAMFixPendingRefund = 535;
141
+ k_EMsgAMReverseChargeback = 536;
142
+ k_EMsgAMReverseChargebackResponse = 537;
143
+ k_EMsgAMClanCleanupList = 538;
144
+ k_EMsgAMSendCartRepurchase = 541;
145
+ k_EMsgAMSendCartRepurchaseResponse = 542;
146
+ k_EMsgAllowUserToPlayQuery = 550;
147
+ k_EMsgAllowUserToPlayResponse = 551;
148
+ k_EMsgAMVerfiyUser = 552;
149
+ k_EMsgAMClientNotPlaying = 553;
150
+ k_EMsgAMClientRequestFriendship = 554;
151
+ k_EMsgAMRelayPublishStatus = 555;
152
+ k_EMsgAMInitPurchaseResponse = 560;
153
+ k_EMsgAMRevokePurchaseResponse = 561;
154
+ k_EMsgAMRefreshGuestPasses = 563;
155
+ k_EMsgAMGrantGuestPasses = 566;
156
+ k_EMsgAMClanDataUpdated = 567;
157
+ k_EMsgAMReloadAccount = 568;
158
+ k_EMsgAMClientChatMsgRelay = 569;
159
+ k_EMsgAMChatMulti = 570;
160
+ k_EMsgAMClientChatInviteRelay = 571;
161
+ k_EMsgAMChatInvite = 572;
162
+ k_EMsgAMClientJoinChatRelay = 573;
163
+ k_EMsgAMClientChatMemberInfoRelay = 574;
164
+ k_EMsgAMPublishChatMemberInfo = 575;
165
+ k_EMsgAMClientAcceptFriendInvite = 576;
166
+ k_EMsgAMChatEnter = 577;
167
+ k_EMsgAMClientPublishRemovalFromSource = 578;
168
+ k_EMsgAMChatActionResult = 579;
169
+ k_EMsgAMFindAccounts = 580;
170
+ k_EMsgAMFindAccountsResponse = 581;
171
+ k_EMsgAMIsAccountNameInUse = 582;
172
+ k_EMsgAMIsAccountNameInUseResponse = 583;
173
+ k_EMsgAMSetAccountFlags = 584;
174
+ k_EMsgAMCreateClan = 586;
175
+ k_EMsgAMCreateClanResponse = 587;
176
+ k_EMsgAMGetClanDetails = 588;
177
+ k_EMsgAMGetClanDetailsResponse = 589;
178
+ k_EMsgAMSetPersonaName = 590;
179
+ k_EMsgAMSetAvatar = 591;
180
+ k_EMsgAMAuthenticateUser = 592;
181
+ k_EMsgAMAuthenticateUserResponse = 593;
182
+ k_EMsgAMP2PIntroducerMessage = 596;
183
+ k_EMsgClientChatAction = 597;
184
+ k_EMsgAMClientChatActionRelay = 598;
185
+ k_EMsgBaseVS = 600;
186
+ k_EMsgReqChallenge = 600;
187
+ k_EMsgVACResponse = 601;
188
+ k_EMsgReqChallengeTest = 602;
189
+ k_EMsgVSMarkCheat = 604;
190
+ k_EMsgVSAddCheat = 605;
191
+ k_EMsgVSPurgeCodeModDB = 606;
192
+ k_EMsgVSGetChallengeResults = 607;
193
+ k_EMsgVSChallengeResultText = 608;
194
+ k_EMsgVSReportLingerer = 609;
195
+ k_EMsgVSRequestManagedChallenge = 610;
196
+ k_EMsgVSLoadDBFinished = 611;
197
+ k_EMsgBaseDRMS = 625;
198
+ k_EMsgDRMBuildBlobRequest = 628;
199
+ k_EMsgDRMBuildBlobResponse = 629;
200
+ k_EMsgDRMResolveGuidRequest = 630;
201
+ k_EMsgDRMResolveGuidResponse = 631;
202
+ k_EMsgDRMVariabilityReport = 633;
203
+ k_EMsgDRMVariabilityReportResponse = 634;
204
+ k_EMsgDRMStabilityReport = 635;
205
+ k_EMsgDRMStabilityReportResponse = 636;
206
+ k_EMsgDRMDetailsReportRequest = 637;
207
+ k_EMsgDRMDetailsReportResponse = 638;
208
+ k_EMsgDRMProcessFile = 639;
209
+ k_EMsgDRMAdminUpdate = 640;
210
+ k_EMsgDRMAdminUpdateResponse = 641;
211
+ k_EMsgDRMSync = 642;
212
+ k_EMsgDRMSyncResponse = 643;
213
+ k_EMsgDRMProcessFileResponse = 644;
214
+ k_EMsgDRMEmptyGuidCache = 645;
215
+ k_EMsgDRMEmptyGuidCacheResponse = 646;
216
+ k_EMsgBaseCS = 650;
217
+ k_EMsgBaseClient = 700;
218
+ k_EMsgClientLogOn_Deprecated = 701;
219
+ k_EMsgClientAnonLogOn_Deprecated = 702;
220
+ k_EMsgClientHeartBeat = 703;
221
+ k_EMsgClientVACResponse = 704;
222
+ k_EMsgClientGamesPlayed_obsolete = 705;
223
+ k_EMsgClientLogOff = 706;
224
+ k_EMsgClientNoUDPConnectivity = 707;
225
+ k_EMsgClientConnectionStats = 710;
226
+ k_EMsgClientPingResponse = 712;
227
+ k_EMsgClientRemoveFriend = 714;
228
+ k_EMsgClientGamesPlayedNoDataBlob = 715;
229
+ k_EMsgClientChangeStatus = 716;
230
+ k_EMsgClientVacStatusResponse = 717;
231
+ k_EMsgClientFriendMsg = 718;
232
+ k_EMsgClientGameConnect_obsolete = 719;
233
+ k_EMsgClientGamesPlayed2_obsolete = 720;
234
+ k_EMsgClientGameEnded_obsolete = 721;
235
+ k_EMsgClientSystemIM = 726;
236
+ k_EMsgClientSystemIMAck = 727;
237
+ k_EMsgClientGetLicenses = 728;
238
+ k_EMsgClientGetLegacyGameKey = 730;
239
+ k_EMsgClientContentServerLogOn_Deprecated = 731;
240
+ k_EMsgClientAckVACBan2 = 732;
241
+ k_EMsgClientGetPurchaseReceipts = 736;
242
+ k_EMsgClientGamesPlayed3_obsolete = 738;
243
+ k_EMsgClientAckGuestPass = 740;
244
+ k_EMsgClientRedeemGuestPass = 741;
245
+ k_EMsgClientGamesPlayed = 742;
246
+ k_EMsgClientRegisterKey = 743;
247
+ k_EMsgClientInviteUserToClan = 744;
248
+ k_EMsgClientAcknowledgeClanInvite = 745;
249
+ k_EMsgClientPurchaseWithMachineID = 746;
250
+ k_EMsgClientAppUsageEvent = 747;
251
+ k_EMsgClientLogOnResponse = 751;
252
+ k_EMsgClientSetHeartbeatRate = 755;
253
+ k_EMsgClientNotLoggedOnDeprecated = 756;
254
+ k_EMsgClientLoggedOff = 757;
255
+ k_EMsgGSApprove = 758;
256
+ k_EMsgGSDeny = 759;
257
+ k_EMsgGSKick = 760;
258
+ k_EMsgClientPurchaseResponse = 763;
259
+ k_EMsgClientPing = 764;
260
+ k_EMsgClientNOP = 765;
261
+ k_EMsgClientPersonaState = 766;
262
+ k_EMsgClientFriendsList = 767;
263
+ k_EMsgClientAccountInfo = 768;
264
+ k_EMsgClientNewsUpdate = 771;
265
+ k_EMsgClientGameConnectDeny = 773;
266
+ k_EMsgGSStatusReply = 774;
267
+ k_EMsgClientGameConnectTokens = 779;
268
+ k_EMsgClientLicenseList = 780;
269
+ k_EMsgClientVACBanStatus = 782;
270
+ k_EMsgClientCMList = 783;
271
+ k_EMsgClientEncryptPct = 784;
272
+ k_EMsgClientGetLegacyGameKeyResponse = 785;
273
+ k_EMsgClientAddFriend = 791;
274
+ k_EMsgClientAddFriendResponse = 792;
275
+ k_EMsgClientAckGuestPassResponse = 796;
276
+ k_EMsgClientRedeemGuestPassResponse = 797;
277
+ k_EMsgClientUpdateGuestPassesList = 798;
278
+ k_EMsgClientChatMsg = 799;
279
+ k_EMsgClientChatInvite = 800;
280
+ k_EMsgClientJoinChat = 801;
281
+ k_EMsgClientChatMemberInfo = 802;
282
+ k_EMsgClientLogOnWithCredentials_Deprecated = 803;
283
+ k_EMsgClientPasswordChangeResponse = 805;
284
+ k_EMsgClientChatEnter = 807;
285
+ k_EMsgClientFriendRemovedFromSource = 808;
286
+ k_EMsgClientCreateChat = 809;
287
+ k_EMsgClientCreateChatResponse = 810;
288
+ k_EMsgClientP2PIntroducerMessage = 813;
289
+ k_EMsgClientChatActionResult = 814;
290
+ k_EMsgClientRequestFriendData = 815;
291
+ k_EMsgClientGetUserStats = 818;
292
+ k_EMsgClientGetUserStatsResponse = 819;
293
+ k_EMsgClientStoreUserStats = 820;
294
+ k_EMsgClientStoreUserStatsResponse = 821;
295
+ k_EMsgClientClanState = 822;
296
+ k_EMsgClientServiceModule = 830;
297
+ k_EMsgClientServiceCall = 831;
298
+ k_EMsgClientServiceCallResponse = 832;
299
+ k_EMsgClientNatTraversalStatEvent = 839;
300
+ k_EMsgClientSteamUsageEvent = 842;
301
+ k_EMsgClientCheckPassword = 845;
302
+ k_EMsgClientResetPassword = 846;
303
+ k_EMsgClientCheckPasswordResponse = 848;
304
+ k_EMsgClientResetPasswordResponse = 849;
305
+ k_EMsgClientSessionToken = 850;
306
+ k_EMsgClientDRMProblemReport = 851;
307
+ k_EMsgClientSetIgnoreFriend = 855;
308
+ k_EMsgClientSetIgnoreFriendResponse = 856;
309
+ k_EMsgClientGetAppOwnershipTicket = 857;
310
+ k_EMsgClientGetAppOwnershipTicketResponse = 858;
311
+ k_EMsgClientGetLobbyListResponse = 860;
312
+ k_EMsgClientServerList = 880;
313
+ k_EMsgClientDRMBlobRequest = 896;
314
+ k_EMsgClientDRMBlobResponse = 897;
315
+ k_EMsgBaseGameServer = 900;
316
+ k_EMsgGSDisconnectNotice = 901;
317
+ k_EMsgGSStatus = 903;
318
+ k_EMsgGSUserPlaying = 905;
319
+ k_EMsgGSStatus2 = 906;
320
+ k_EMsgGSStatusUpdate_Unused = 907;
321
+ k_EMsgGSServerType = 908;
322
+ k_EMsgGSPlayerList = 909;
323
+ k_EMsgGSGetUserAchievementStatus = 910;
324
+ k_EMsgGSGetUserAchievementStatusResponse = 911;
325
+ k_EMsgGSGetPlayStats = 918;
326
+ k_EMsgGSGetPlayStatsResponse = 919;
327
+ k_EMsgGSGetUserGroupStatus = 920;
328
+ k_EMsgAMGetUserGroupStatus = 921;
329
+ k_EMsgAMGetUserGroupStatusResponse = 922;
330
+ k_EMsgGSGetUserGroupStatusResponse = 923;
331
+ k_EMsgGSGetReputation = 936;
332
+ k_EMsgGSGetReputationResponse = 937;
333
+ k_EMsgGSAssociateWithClan = 938;
334
+ k_EMsgGSAssociateWithClanResponse = 939;
335
+ k_EMsgGSComputeNewPlayerCompatibility = 940;
336
+ k_EMsgGSComputeNewPlayerCompatibilityResponse = 941;
337
+ k_EMsgBaseAdmin = 1000;
338
+ k_EMsgAdminCmd = 1000;
339
+ k_EMsgAdminCmdResponse = 1004;
340
+ k_EMsgAdminLogListenRequest = 1005;
341
+ k_EMsgAdminLogEvent = 1006;
342
+ k_EMsgUniverseData = 1010;
343
+ k_EMsgAdminSpew = 1019;
344
+ k_EMsgAdminConsoleTitle = 1020;
345
+ k_EMsgAdminGCSpew = 1023;
346
+ k_EMsgAdminGCCommand = 1024;
347
+ k_EMsgAdminGCGetCommandList = 1025;
348
+ k_EMsgAdminGCGetCommandListResponse = 1026;
349
+ k_EMsgFBSConnectionData = 1027;
350
+ k_EMsgAdminMsgSpew = 1028;
351
+ k_EMsgBaseFBS = 1100;
352
+ k_EMsgFBSReqVersion = 1100;
353
+ k_EMsgFBSVersionInfo = 1101;
354
+ k_EMsgFBSForceRefresh = 1102;
355
+ k_EMsgFBSForceBounce = 1103;
356
+ k_EMsgFBSDeployPackage = 1104;
357
+ k_EMsgFBSDeployResponse = 1105;
358
+ k_EMsgFBSUpdateBootstrapper = 1106;
359
+ k_EMsgFBSSetState = 1107;
360
+ k_EMsgFBSApplyOSUpdates = 1108;
361
+ k_EMsgFBSRunCMDScript = 1109;
362
+ k_EMsgFBSRebootBox = 1110;
363
+ k_EMsgFBSSetBigBrotherMode = 1111;
364
+ k_EMsgFBSMinidumpServer = 1112;
365
+ k_EMsgFBSDeployHotFixPackage = 1114;
366
+ k_EMsgFBSDeployHotFixResponse = 1115;
367
+ k_EMsgFBSDownloadHotFix = 1116;
368
+ k_EMsgFBSDownloadHotFixResponse = 1117;
369
+ k_EMsgFBSUpdateTargetConfigFile = 1118;
370
+ k_EMsgFBSApplyAccountCred = 1119;
371
+ k_EMsgFBSApplyAccountCredResponse = 1120;
372
+ k_EMsgFBSSetShellCount = 1121;
373
+ k_EMsgFBSTerminateShell = 1122;
374
+ k_EMsgFBSQueryGMForRequest = 1123;
375
+ k_EMsgFBSQueryGMResponse = 1124;
376
+ k_EMsgFBSTerminateZombies = 1125;
377
+ k_EMsgFBSInfoFromBootstrapper = 1126;
378
+ k_EMsgFBSRebootBoxResponse = 1127;
379
+ k_EMsgFBSBootstrapperPackageRequest = 1128;
380
+ k_EMsgFBSBootstrapperPackageResponse = 1129;
381
+ k_EMsgFBSBootstrapperGetPackageChunk = 1130;
382
+ k_EMsgFBSBootstrapperGetPackageChunkResponse = 1131;
383
+ k_EMsgFBSBootstrapperPackageTransferProgress = 1132;
384
+ k_EMsgFBSRestartBootstrapper = 1133;
385
+ k_EMsgFBSPauseFrozenDumps = 1134;
386
+ k_EMsgBaseFileXfer = 1200;
387
+ k_EMsgFileXferRequest = 1200;
388
+ k_EMsgFileXferResponse = 1201;
389
+ k_EMsgFileXferData = 1202;
390
+ k_EMsgFileXferEnd = 1203;
391
+ k_EMsgFileXferDataAck = 1204;
392
+ k_EMsgBaseChannelAuth = 1300;
393
+ k_EMsgChannelAuthChallenge = 1300;
394
+ k_EMsgChannelAuthResponse = 1301;
395
+ k_EMsgChannelAuthResult = 1302;
396
+ k_EMsgChannelEncryptRequest = 1303;
397
+ k_EMsgChannelEncryptResponse = 1304;
398
+ k_EMsgChannelEncryptResult = 1305;
399
+ k_EMsgBaseBS = 1400;
400
+ k_EMsgBSPurchaseStart = 1401;
401
+ k_EMsgBSPurchaseResponse = 1402;
402
+ k_EMsgBSAuthenticateCCTrans = 1403;
403
+ k_EMsgBSAuthenticateCCTransResponse = 1404;
404
+ k_EMsgBSSettleComplete = 1406;
405
+ k_EMsgBSInitPayPalTxn = 1408;
406
+ k_EMsgBSInitPayPalTxnResponse = 1409;
407
+ k_EMsgBSGetPayPalUserInfo = 1410;
408
+ k_EMsgBSGetPayPalUserInfoResponse = 1411;
409
+ k_EMsgBSPaymentInstrBan = 1417;
410
+ k_EMsgBSPaymentInstrBanResponse = 1418;
411
+ k_EMsgBSInitGCBankXferTxn = 1421;
412
+ k_EMsgBSInitGCBankXferTxnResponse = 1422;
413
+ k_EMsgBSCommitGCTxn = 1425;
414
+ k_EMsgBSQueryTransactionStatus = 1426;
415
+ k_EMsgBSQueryTransactionStatusResponse = 1427;
416
+ k_EMsgBSQueryTxnExtendedInfo = 1433;
417
+ k_EMsgBSQueryTxnExtendedInfoResponse = 1434;
418
+ k_EMsgBSUpdateConversionRates = 1435;
419
+ k_EMsgBSPurchaseRunFraudChecks = 1437;
420
+ k_EMsgBSPurchaseRunFraudChecksResponse = 1438;
421
+ k_EMsgBSQueryBankInformation = 1440;
422
+ k_EMsgBSQueryBankInformationResponse = 1441;
423
+ k_EMsgBSValidateXsollaSignature = 1445;
424
+ k_EMsgBSValidateXsollaSignatureResponse = 1446;
425
+ k_EMsgBSQiwiWalletInvoice = 1448;
426
+ k_EMsgBSQiwiWalletInvoiceResponse = 1449;
427
+ k_EMsgBSUpdateInventoryFromProPack = 1450;
428
+ k_EMsgBSUpdateInventoryFromProPackResponse = 1451;
429
+ k_EMsgBSSendShippingRequest = 1452;
430
+ k_EMsgBSSendShippingRequestResponse = 1453;
431
+ k_EMsgBSGetProPackOrderStatus = 1454;
432
+ k_EMsgBSGetProPackOrderStatusResponse = 1455;
433
+ k_EMsgBSCheckJobRunning = 1456;
434
+ k_EMsgBSCheckJobRunningResponse = 1457;
435
+ k_EMsgBSResetPackagePurchaseRateLimit = 1458;
436
+ k_EMsgBSResetPackagePurchaseRateLimitResponse = 1459;
437
+ k_EMsgBSUpdatePaymentData = 1460;
438
+ k_EMsgBSUpdatePaymentDataResponse = 1461;
439
+ k_EMsgBSGetBillingAddress = 1462;
440
+ k_EMsgBSGetBillingAddressResponse = 1463;
441
+ k_EMsgBSGetCreditCardInfo = 1464;
442
+ k_EMsgBSGetCreditCardInfoResponse = 1465;
443
+ k_EMsgBSRemoveExpiredPaymentData = 1468;
444
+ k_EMsgBSRemoveExpiredPaymentDataResponse = 1469;
445
+ k_EMsgBSConvertToCurrentKeys = 1470;
446
+ k_EMsgBSConvertToCurrentKeysResponse = 1471;
447
+ k_EMsgBSInitPurchase = 1472;
448
+ k_EMsgBSInitPurchaseResponse = 1473;
449
+ k_EMsgBSCompletePurchase = 1474;
450
+ k_EMsgBSCompletePurchaseResponse = 1475;
451
+ k_EMsgBSPruneCardUsageStats = 1476;
452
+ k_EMsgBSPruneCardUsageStatsResponse = 1477;
453
+ k_EMsgBSStoreBankInformation = 1478;
454
+ k_EMsgBSStoreBankInformationResponse = 1479;
455
+ k_EMsgBSVerifyPOSAKey = 1480;
456
+ k_EMsgBSVerifyPOSAKeyResponse = 1481;
457
+ k_EMsgBSReverseRedeemPOSAKey = 1482;
458
+ k_EMsgBSReverseRedeemPOSAKeyResponse = 1483;
459
+ k_EMsgBSQueryFindCreditCard = 1484;
460
+ k_EMsgBSQueryFindCreditCardResponse = 1485;
461
+ k_EMsgBSStatusInquiryPOSAKey = 1486;
462
+ k_EMsgBSStatusInquiryPOSAKeyResponse = 1487;
463
+ k_EMsgBSBoaCompraConfirmProductDelivery = 1494;
464
+ k_EMsgBSBoaCompraConfirmProductDeliveryResponse = 1495;
465
+ k_EMsgBSGenerateBoaCompraMD5 = 1496;
466
+ k_EMsgBSGenerateBoaCompraMD5Response = 1497;
467
+ k_EMsgBSCommitWPTxn = 1498;
468
+ k_EMsgBSCommitAdyenTxn = 1499;
469
+ k_EMsgBaseATS = 1500;
470
+ k_EMsgATSStartStressTest = 1501;
471
+ k_EMsgATSStopStressTest = 1502;
472
+ k_EMsgATSRunFailServerTest = 1503;
473
+ k_EMsgATSUFSPerfTestTask = 1504;
474
+ k_EMsgATSUFSPerfTestResponse = 1505;
475
+ k_EMsgATSCycleTCM = 1506;
476
+ k_EMsgATSInitDRMSStressTest = 1507;
477
+ k_EMsgATSCallTest = 1508;
478
+ k_EMsgATSCallTestReply = 1509;
479
+ k_EMsgATSStartExternalStress = 1510;
480
+ k_EMsgATSExternalStressJobStart = 1511;
481
+ k_EMsgATSExternalStressJobQueued = 1512;
482
+ k_EMsgATSExternalStressJobRunning = 1513;
483
+ k_EMsgATSExternalStressJobStopped = 1514;
484
+ k_EMsgATSExternalStressJobStopAll = 1515;
485
+ k_EMsgATSExternalStressActionResult = 1516;
486
+ k_EMsgATSStarted = 1517;
487
+ k_EMsgATSCSPerfTestTask = 1518;
488
+ k_EMsgATSCSPerfTestResponse = 1519;
489
+ k_EMsgBaseDP = 1600;
490
+ k_EMsgDPSetPublishingState = 1601;
491
+ k_EMsgDPUniquePlayersStat = 1603;
492
+ k_EMsgDPStreamingUniquePlayersStat = 1604;
493
+ k_EMsgDPBlockingStats = 1607;
494
+ k_EMsgDPNatTraversalStats = 1608;
495
+ k_EMsgDPCloudStats = 1612;
496
+ k_EMsgDPGetPlayerCount = 1615;
497
+ k_EMsgDPGetPlayerCountResponse = 1616;
498
+ k_EMsgDPGameServersPlayersStats = 1617;
499
+ k_EMsgClientDPCheckSpecialSurvey = 1620;
500
+ k_EMsgClientDPCheckSpecialSurveyResponse = 1621;
501
+ k_EMsgClientDPSendSpecialSurveyResponse = 1622;
502
+ k_EMsgClientDPSendSpecialSurveyResponseReply = 1623;
503
+ k_EMsgDPStoreSaleStatistics = 1624;
504
+ k_EMsgDPPartnerMicroTxns = 1628;
505
+ k_EMsgDPPartnerMicroTxnsResponse = 1629;
506
+ k_EMsgDPVRUniquePlayersStat = 1631;
507
+ k_EMsgBaseCM = 1700;
508
+ k_EMsgCMSetAllowState = 1701;
509
+ k_EMsgCMSpewAllowState = 1702;
510
+ k_EMsgCMSessionRejected = 1703;
511
+ k_EMsgCMSetSecrets = 1704;
512
+ k_EMsgCMGetSecrets = 1705;
513
+ k_EMsgCMRemotePlayReplyPacket = 1706;
514
+ k_EMsgBaseGC = 2200;
515
+ k_EMsgGCCmdRevive = 2203;
516
+ k_EMsgGCCmdDown = 2206;
517
+ k_EMsgGCCmdDeploy = 2207;
518
+ k_EMsgGCCmdDeployResponse = 2208;
519
+ k_EMsgGCCmdSwitch = 2209;
520
+ k_EMsgAMRefreshSessions = 2210;
521
+ k_EMsgGCAchievementAwarded = 2212;
522
+ k_EMsgGCSystemMessage = 2213;
523
+ k_EMsgGCCmdStatus = 2216;
524
+ k_EMsgGCRegisterWebInterfaces_Deprecated = 2217;
525
+ k_EMsgGCGetAccountDetails_DEPRECATED = 2218;
526
+ k_EMsgGCInterAppMessage = 2219;
527
+ k_EMsgGCGetEmailTemplate = 2220;
528
+ k_EMsgGCGetEmailTemplateResponse = 2221;
529
+ k_EMsgGCHRelay = 2222;
530
+ k_EMsgGCHRelayToClient = 2223;
531
+ k_EMsgGCHUpdateSession = 2224;
532
+ k_EMsgGCHRequestUpdateSession = 2225;
533
+ k_EMsgGCHRequestStatus = 2226;
534
+ k_EMsgGCHRequestStatusResponse = 2227;
535
+ k_EMsgGCHAccountVacStatusChange = 2228;
536
+ k_EMsgGCHSpawnGC = 2229;
537
+ k_EMsgGCHSpawnGCResponse = 2230;
538
+ k_EMsgGCHKillGC = 2231;
539
+ k_EMsgGCHKillGCResponse = 2232;
540
+ k_EMsgGCHAccountTradeBanStatusChange = 2233;
541
+ k_EMsgGCHAccountLockStatusChange = 2234;
542
+ k_EMsgGCHVacVerificationChange = 2235;
543
+ k_EMsgGCHAccountPhoneNumberChange = 2236;
544
+ k_EMsgGCHAccountTwoFactorChange = 2237;
545
+ k_EMsgGCHInviteUserToLobby = 2238;
546
+ k_EMsgGCHUpdateMultipleSessions = 2239;
547
+ k_EMsgGCHMarkAppSessionsAuthoritative = 2240;
548
+ k_EMsgGCHRecurringSubscriptionStatusChange = 2241;
549
+ k_EMsgGCHAppCheersReceived = 2242;
550
+ k_EMsgGCHAppCheersGetAllowedTypes = 2243;
551
+ k_EMsgGCHAppCheersGetAllowedTypesResponse = 2244;
552
+ k_EMsgGCHRoutingRulesFromGCHtoGM = 2245;
553
+ k_EMsgGCHRoutingRulesToGCHfromGM = 2246;
554
+ k_EMsgUpdateCMMessageRateRules = 2247;
555
+ k_EMsgBaseP2P = 2500;
556
+ k_EMsgP2PIntroducerMessage = 2502;
557
+ k_EMsgBaseSM = 2900;
558
+ k_EMsgSMExpensiveReport = 2902;
559
+ k_EMsgSMHourlyReport = 2903;
560
+ k_EMsgSMPartitionRenames = 2905;
561
+ k_EMsgSMMonitorSpace = 2906;
562
+ k_EMsgSMTestNextBuildSchemaConversion = 2907;
563
+ k_EMsgSMTestNextBuildSchemaConversionResponse = 2908;
564
+ k_EMsgBaseTest = 3000;
565
+ k_EMsgFailServer = 3000;
566
+ k_EMsgJobHeartbeatTest = 3001;
567
+ k_EMsgJobHeartbeatTestResponse = 3002;
568
+ k_EMsgBaseFTSRange = 3100;
569
+ k_EMsgBaseCCSRange = 3150;
570
+ k_EMsgCCSDeleteAllCommentsByAuthor = 3161;
571
+ k_EMsgCCSDeleteAllCommentsByAuthorResponse = 3162;
572
+ k_EMsgBaseLBSRange = 3200;
573
+ k_EMsgLBSSetScore = 3201;
574
+ k_EMsgLBSSetScoreResponse = 3202;
575
+ k_EMsgLBSFindOrCreateLB = 3203;
576
+ k_EMsgLBSFindOrCreateLBResponse = 3204;
577
+ k_EMsgLBSGetLBEntries = 3205;
578
+ k_EMsgLBSGetLBEntriesResponse = 3206;
579
+ k_EMsgLBSGetLBList = 3207;
580
+ k_EMsgLBSGetLBListResponse = 3208;
581
+ k_EMsgLBSSetLBDetails = 3209;
582
+ k_EMsgLBSDeleteLB = 3210;
583
+ k_EMsgLBSDeleteLBEntry = 3211;
584
+ k_EMsgLBSResetLB = 3212;
585
+ k_EMsgLBSResetLBResponse = 3213;
586
+ k_EMsgLBSDeleteLBResponse = 3214;
587
+ k_EMsgBaseOGS = 3400;
588
+ k_EMsgOGSBeginSession = 3401;
589
+ k_EMsgOGSBeginSessionResponse = 3402;
590
+ k_EMsgOGSEndSession = 3403;
591
+ k_EMsgOGSEndSessionResponse = 3404;
592
+ k_EMsgOGSWriteAppSessionRow = 3406;
593
+ k_EMsgBaseBRP = 3600;
594
+ k_EMsgBaseAMRange2 = 4000;
595
+ k_EMsgAMCreateChat = 4001;
596
+ k_EMsgAMCreateChatResponse = 4002;
597
+ k_EMsgAMSetProfileURL = 4005;
598
+ k_EMsgAMGetAccountEmailAddress = 4006;
599
+ k_EMsgAMGetAccountEmailAddressResponse = 4007;
600
+ k_EMsgAMRequestClanData = 4008;
601
+ k_EMsgAMRouteToClients = 4009;
602
+ k_EMsgAMLeaveClan = 4010;
603
+ k_EMsgAMClanPermissions = 4011;
604
+ k_EMsgAMClanPermissionsResponse = 4012;
605
+ k_EMsgAMCreateClanEventDummyForRateLimiting = 4013;
606
+ k_EMsgAMUpdateClanEventDummyForRateLimiting = 4015;
607
+ k_EMsgAMSetClanPermissionSettings = 4021;
608
+ k_EMsgAMSetClanPermissionSettingsResponse = 4022;
609
+ k_EMsgAMGetClanPermissionSettings = 4023;
610
+ k_EMsgAMGetClanPermissionSettingsResponse = 4024;
611
+ k_EMsgAMPublishChatRoomInfo = 4025;
612
+ k_EMsgClientChatRoomInfo = 4026;
613
+ k_EMsgAMGetClanHistory = 4039;
614
+ k_EMsgAMGetClanHistoryResponse = 4040;
615
+ k_EMsgAMGetClanPermissionBits = 4041;
616
+ k_EMsgAMGetClanPermissionBitsResponse = 4042;
617
+ k_EMsgAMSetClanPermissionBits = 4043;
618
+ k_EMsgAMSetClanPermissionBitsResponse = 4044;
619
+ k_EMsgAMSessionInfoRequest = 4045;
620
+ k_EMsgAMSessionInfoResponse = 4046;
621
+ k_EMsgAMValidateWGToken = 4047;
622
+ k_EMsgAMGetClanRank = 4050;
623
+ k_EMsgAMGetClanRankResponse = 4051;
624
+ k_EMsgAMSetClanRank = 4052;
625
+ k_EMsgAMSetClanRankResponse = 4053;
626
+ k_EMsgAMGetClanPOTW = 4054;
627
+ k_EMsgAMGetClanPOTWResponse = 4055;
628
+ k_EMsgAMSetClanPOTW = 4056;
629
+ k_EMsgAMSetClanPOTWResponse = 4057;
630
+ k_EMsgAMDumpUser = 4059;
631
+ k_EMsgAMKickUserFromClan = 4060;
632
+ k_EMsgAMAddFounderToClan = 4061;
633
+ k_EMsgAMValidateWGTokenResponse = 4062;
634
+ k_EMsgAMSetAccountDetails = 4064;
635
+ k_EMsgAMGetChatBanList = 4065;
636
+ k_EMsgAMGetChatBanListResponse = 4066;
637
+ k_EMsgAMUnBanFromChat = 4067;
638
+ k_EMsgAMSetClanDetails = 4068;
639
+ k_EMsgUGSGetUserGameStats = 4073;
640
+ k_EMsgUGSGetUserGameStatsResponse = 4074;
641
+ k_EMsgAMCheckClanMembership = 4075;
642
+ k_EMsgAMGetClanMembers = 4076;
643
+ k_EMsgAMGetClanMembersResponse = 4077;
644
+ k_EMsgAMNotifyChatOfClanChange = 4079;
645
+ k_EMsgAMResubmitPurchase = 4080;
646
+ k_EMsgAMAddFriend = 4081;
647
+ k_EMsgAMAddFriendResponse = 4082;
648
+ k_EMsgAMRemoveFriend = 4083;
649
+ k_EMsgAMDumpClan = 4084;
650
+ k_EMsgAMChangeClanOwner = 4085;
651
+ k_EMsgAMCancelEasyCollect = 4086;
652
+ k_EMsgAMCancelEasyCollectResponse = 4087;
653
+ k_EMsgAMClansInCommon = 4090;
654
+ k_EMsgAMClansInCommonResponse = 4091;
655
+ k_EMsgAMIsValidAccountID = 4092;
656
+ k_EMsgAMWipeFriendsList = 4095;
657
+ k_EMsgAMSetIgnored = 4096;
658
+ k_EMsgAMClansInCommonCountResponse = 4097;
659
+ k_EMsgAMFriendsList = 4098;
660
+ k_EMsgAMFriendsListResponse = 4099;
661
+ k_EMsgAMFriendsInCommon = 4100;
662
+ k_EMsgAMFriendsInCommonResponse = 4101;
663
+ k_EMsgAMFriendsInCommonCountResponse = 4102;
664
+ k_EMsgAMClansInCommonCount = 4103;
665
+ k_EMsgAMChallengeVerdict = 4104;
666
+ k_EMsgAMChallengeNotification = 4105;
667
+ k_EMsgAMFindGSByIP = 4106;
668
+ k_EMsgAMFoundGSByIP = 4107;
669
+ k_EMsgAMGiftRevoked = 4108;
670
+ k_EMsgAMUserClanList = 4110;
671
+ k_EMsgAMUserClanListResponse = 4111;
672
+ k_EMsgAMGetAccountDetails2 = 4112;
673
+ k_EMsgAMGetAccountDetailsResponse2 = 4113;
674
+ k_EMsgAMSetCommunityProfileSettings = 4114;
675
+ k_EMsgAMSetCommunityProfileSettingsResponse = 4115;
676
+ k_EMsgAMGetCommunityPrivacyState = 4116;
677
+ k_EMsgAMGetCommunityPrivacyStateResponse = 4117;
678
+ k_EMsgAMCheckClanInviteRateLimiting = 4118;
679
+ k_EMsgUGSGetUserAchievementStatus = 4119;
680
+ k_EMsgAMGetIgnored = 4120;
681
+ k_EMsgAMGetIgnoredResponse = 4121;
682
+ k_EMsgAMSetIgnoredResponse = 4122;
683
+ k_EMsgAMSetFriendRelationshipNone = 4123;
684
+ k_EMsgAMGetFriendRelationship = 4124;
685
+ k_EMsgAMGetFriendRelationshipResponse = 4125;
686
+ k_EMsgAMServiceModulesCache = 4126;
687
+ k_EMsgAMServiceModulesCall = 4127;
688
+ k_EMsgAMServiceModulesCallResponse = 4128;
689
+ k_EMsgCommunityAddFriendNews = 4140;
690
+ k_EMsgAMFindClanUser = 4143;
691
+ k_EMsgAMFindClanUserResponse = 4144;
692
+ k_EMsgAMBanFromChat = 4145;
693
+ k_EMsgAMGetUserNewsSubscriptions = 4147;
694
+ k_EMsgAMGetUserNewsSubscriptionsResponse = 4148;
695
+ k_EMsgAMSetUserNewsSubscriptions = 4149;
696
+ k_EMsgAMSendQueuedEmails = 4152;
697
+ k_EMsgAMSetLicenseFlags = 4153;
698
+ k_EMsgCommunityDeleteUserNews = 4155;
699
+ k_EMsgAMGetAccountStatus = 4158;
700
+ k_EMsgAMGetAccountStatusResponse = 4159;
701
+ k_EMsgAMEditBanReason = 4160;
702
+ k_EMsgAMCheckClanMembershipResponse = 4161;
703
+ k_EMsgAMProbeClanMembershipList = 4162;
704
+ k_EMsgAMProbeClanMembershipListResponse = 4163;
705
+ k_EMsgUGSGetUserAchievementStatusResponse = 4164;
706
+ k_EMsgAMGetFriendsLobbies = 4165;
707
+ k_EMsgAMGetFriendsLobbiesResponse = 4166;
708
+ k_EMsgAMGetUserFriendNewsResponse = 4172;
709
+ k_EMsgCommunityGetUserFriendNews = 4173;
710
+ k_EMsgAMGetUserClansNewsResponse = 4174;
711
+ k_EMsgAMGetUserClansNews = 4175;
712
+ k_EMsgAMGetPreviousCBAccount = 4184;
713
+ k_EMsgAMGetPreviousCBAccountResponse = 4185;
714
+ k_EMsgAMGetUserLicenseHistory = 4190;
715
+ k_EMsgAMGetUserLicenseHistoryResponse = 4191;
716
+ k_EMsgAMSupportChangePassword = 4194;
717
+ k_EMsgAMSupportChangeEmail = 4195;
718
+ k_EMsgAMResetUserVerificationGSByIP = 4197;
719
+ k_EMsgAMUpdateGSPlayStats = 4198;
720
+ k_EMsgAMSupportEnableOrDisable = 4199;
721
+ k_EMsgAMGetPurchaseStatus = 4206;
722
+ k_EMsgAMSupportIsAccountEnabled = 4209;
723
+ k_EMsgAMSupportIsAccountEnabledResponse = 4210;
724
+ k_EMsgUGSGetUserStats = 4211;
725
+ k_EMsgAMGSSearch = 4213;
726
+ k_EMsgChatServerRouteFriendMsg = 4219;
727
+ k_EMsgAMTicketAuthRequestOrResponse = 4220;
728
+ k_EMsgAMAddFreeLicense = 4224;
729
+ k_EMsgAMValidateEmailLink = 4231;
730
+ k_EMsgAMValidateEmailLinkResponse = 4232;
731
+ k_EMsgUGSStoreUserStats = 4236;
732
+ k_EMsgAMDeleteStoredCard = 4241;
733
+ k_EMsgAMRevokeLegacyGameKeys = 4242;
734
+ k_EMsgAMGetWalletDetails = 4244;
735
+ k_EMsgAMGetWalletDetailsResponse = 4245;
736
+ k_EMsgAMDeleteStoredPaymentInfo = 4246;
737
+ k_EMsgAMGetStoredPaymentSummary = 4247;
738
+ k_EMsgAMGetStoredPaymentSummaryResponse = 4248;
739
+ k_EMsgAMGetWalletConversionRate = 4249;
740
+ k_EMsgAMGetWalletConversionRateResponse = 4250;
741
+ k_EMsgAMConvertWallet = 4251;
742
+ k_EMsgAMConvertWalletResponse = 4252;
743
+ k_EMsgAMSetPreApproval = 4255;
744
+ k_EMsgAMSetPreApprovalResponse = 4256;
745
+ k_EMsgAMCreateRefund = 4258;
746
+ k_EMsgAMCreateChargeback = 4260;
747
+ k_EMsgAMCreateDispute = 4262;
748
+ k_EMsgAMClearDispute = 4264;
749
+ k_EMsgAMCreateFinancialAdjustment = 4265;
750
+ k_EMsgAMPlayerNicknameList = 4266;
751
+ k_EMsgAMPlayerNicknameListResponse = 4267;
752
+ k_EMsgAMGetUserCurrentGameInfo = 4269;
753
+ k_EMsgAMGetUserCurrentGameInfoResponse = 4270;
754
+ k_EMsgAMGetGSPlayerList = 4271;
755
+ k_EMsgAMGetGSPlayerListResponse = 4272;
756
+ k_EMsgAMGetSteamIDForMicroTxn = 4278;
757
+ k_EMsgAMGetSteamIDForMicroTxnResponse = 4279;
758
+ k_EMsgAMSetPartnerMember = 4280;
759
+ k_EMsgAMRemovePublisherUser = 4281;
760
+ k_EMsgAMGetUserLicenseList = 4282;
761
+ k_EMsgAMGetUserLicenseListResponse = 4283;
762
+ k_EMsgAMReloadGameGroupPolicy = 4284;
763
+ k_EMsgAMAddFreeLicenseResponse = 4285;
764
+ k_EMsgAMVACStatusUpdate = 4286;
765
+ k_EMsgAMGetAccountDetails = 4287;
766
+ k_EMsgAMGetAccountDetailsResponse = 4288;
767
+ k_EMsgAMGetPlayerLinkDetails = 4289;
768
+ k_EMsgAMGetPlayerLinkDetailsResponse = 4290;
769
+ k_EMsgAMGetAccountFlagsForWGSpoofing = 4294;
770
+ k_EMsgAMGetAccountFlagsForWGSpoofingResponse = 4295;
771
+ k_EMsgAMGetClanOfficers = 4298;
772
+ k_EMsgAMGetClanOfficersResponse = 4299;
773
+ k_EMsgAMNameChange = 4300;
774
+ k_EMsgAMGetNameHistory = 4301;
775
+ k_EMsgAMGetNameHistoryResponse = 4302;
776
+ k_EMsgAMUpdateProviderStatus = 4305;
777
+ k_EMsgAMSupportRemoveAccountSecurity = 4307;
778
+ k_EMsgAMIsAccountInCaptchaGracePeriod = 4308;
779
+ k_EMsgAMIsAccountInCaptchaGracePeriodResponse = 4309;
780
+ k_EMsgAMAccountPS3Unlink = 4310;
781
+ k_EMsgAMAccountPS3UnlinkResponse = 4311;
782
+ k_EMsgUGSStoreUserStatsResponse = 4312;
783
+ k_EMsgAMGetAccountPSNInfo = 4313;
784
+ k_EMsgAMGetAccountPSNInfoResponse = 4314;
785
+ k_EMsgAMAuthenticatedPlayerList = 4315;
786
+ k_EMsgAMGetUserGifts = 4316;
787
+ k_EMsgAMGetUserGiftsResponse = 4317;
788
+ k_EMsgAMTransferLockedGifts = 4320;
789
+ k_EMsgAMTransferLockedGiftsResponse = 4321;
790
+ k_EMsgAMPlayerHostedOnGameServer = 4322;
791
+ k_EMsgAMGetAccountBanInfo = 4323;
792
+ k_EMsgAMGetAccountBanInfoResponse = 4324;
793
+ k_EMsgAMRecordBanEnforcement = 4325;
794
+ k_EMsgAMRollbackGiftTransfer = 4326;
795
+ k_EMsgAMRollbackGiftTransferResponse = 4327;
796
+ k_EMsgAMHandlePendingTransaction = 4328;
797
+ k_EMsgAMRequestClanDetails = 4329;
798
+ k_EMsgAMDeleteStoredPaypalAgreement = 4330;
799
+ k_EMsgAMGameServerUpdate = 4331;
800
+ k_EMsgAMGameServerRemove = 4332;
801
+ k_EMsgAMGetPaypalAgreements = 4333;
802
+ k_EMsgAMGetPaypalAgreementsResponse = 4334;
803
+ k_EMsgAMGameServerPlayerCompatibilityCheck = 4335;
804
+ k_EMsgAMGameServerPlayerCompatibilityCheckResponse = 4336;
805
+ k_EMsgAMRenewLicense = 4337;
806
+ k_EMsgAMGetAccountCommunityBanInfo = 4338;
807
+ k_EMsgAMGetAccountCommunityBanInfoResponse = 4339;
808
+ k_EMsgAMGameServerAccountChangePassword = 4340;
809
+ k_EMsgAMGameServerAccountDeleteAccount = 4341;
810
+ k_EMsgAMRenewAgreement = 4342;
811
+ k_EMsgAMXsollaPayment = 4344;
812
+ k_EMsgAMXsollaPaymentResponse = 4345;
813
+ k_EMsgAMAcctAllowedToPurchase = 4346;
814
+ k_EMsgAMAcctAllowedToPurchaseResponse = 4347;
815
+ k_EMsgAMSwapKioskDeposit = 4348;
816
+ k_EMsgAMSwapKioskDepositResponse = 4349;
817
+ k_EMsgAMSetUserGiftUnowned = 4350;
818
+ k_EMsgAMSetUserGiftUnownedResponse = 4351;
819
+ k_EMsgAMClaimUnownedUserGift = 4352;
820
+ k_EMsgAMClaimUnownedUserGiftResponse = 4353;
821
+ k_EMsgAMSetClanName = 4354;
822
+ k_EMsgAMSetClanNameResponse = 4355;
823
+ k_EMsgAMGrantCoupon = 4356;
824
+ k_EMsgAMGrantCouponResponse = 4357;
825
+ k_EMsgAMIsPackageRestrictedInUserCountry = 4358;
826
+ k_EMsgAMIsPackageRestrictedInUserCountryResponse = 4359;
827
+ k_EMsgAMHandlePendingTransactionResponse = 4360;
828
+ k_EMsgAMGrantGuestPasses2 = 4361;
829
+ k_EMsgAMGrantGuestPasses2Response = 4362;
830
+ k_EMsgAMGetPlayerBanDetails = 4365;
831
+ k_EMsgAMGetPlayerBanDetailsResponse = 4366;
832
+ k_EMsgAMFinalizePurchase = 4367;
833
+ k_EMsgAMFinalizePurchaseResponse = 4368;
834
+ k_EMsgAMPersonaChangeResponse = 4372;
835
+ k_EMsgAMGetClanDetailsForForumCreation = 4373;
836
+ k_EMsgAMGetClanDetailsForForumCreationResponse = 4374;
837
+ k_EMsgAMGetPendingNotificationCount = 4375;
838
+ k_EMsgAMGetPendingNotificationCountResponse = 4376;
839
+ k_EMsgAMPasswordHashUpgrade = 4377;
840
+ k_EMsgAMBoaCompraPayment = 4380;
841
+ k_EMsgAMBoaCompraPaymentResponse = 4381;
842
+ k_EMsgAMCompleteExternalPurchase = 4383;
843
+ k_EMsgAMCompleteExternalPurchaseResponse = 4384;
844
+ k_EMsgAMResolveNegativeWalletCredits = 4385;
845
+ k_EMsgAMResolveNegativeWalletCreditsResponse = 4386;
846
+ k_EMsgAMPlayerGetClanBasicDetails = 4389;
847
+ k_EMsgAMPlayerGetClanBasicDetailsResponse = 4390;
848
+ k_EMsgAMMOLPayment = 4391;
849
+ k_EMsgAMMOLPaymentResponse = 4392;
850
+ k_EMsgGetUserIPCountry = 4393;
851
+ k_EMsgGetUserIPCountryResponse = 4394;
852
+ k_EMsgNotificationOfSuspiciousActivity = 4395;
853
+ k_EMsgAMDegicaPayment = 4396;
854
+ k_EMsgAMDegicaPaymentResponse = 4397;
855
+ k_EMsgAMEClubPayment = 4398;
856
+ k_EMsgAMEClubPaymentResponse = 4399;
857
+ k_EMsgAMPayPalPaymentsHubPayment = 4400;
858
+ k_EMsgAMPayPalPaymentsHubPaymentResponse = 4401;
859
+ k_EMsgAMTwoFactorRecoverAuthenticatorRequest = 4402;
860
+ k_EMsgAMTwoFactorRecoverAuthenticatorResponse = 4403;
861
+ k_EMsgAMSmart2PayPayment = 4404;
862
+ k_EMsgAMSmart2PayPaymentResponse = 4405;
863
+ k_EMsgAMValidatePasswordResetCodeAndSendSmsRequest = 4406;
864
+ k_EMsgAMValidatePasswordResetCodeAndSendSmsResponse = 4407;
865
+ k_EMsgAMGetAccountResetDetailsRequest = 4408;
866
+ k_EMsgAMGetAccountResetDetailsResponse = 4409;
867
+ k_EMsgAMBitPayPayment = 4410;
868
+ k_EMsgAMBitPayPaymentResponse = 4411;
869
+ k_EMsgAMSendAccountInfoUpdate = 4412;
870
+ k_EMsgAMSendScheduledGift = 4413;
871
+ k_EMsgAMNodwinPayment = 4414;
872
+ k_EMsgAMNodwinPaymentResponse = 4415;
873
+ k_EMsgAMResolveWalletRevoke = 4416;
874
+ k_EMsgAMResolveWalletReverseRevoke = 4417;
875
+ k_EMsgAMFundedPayment = 4418;
876
+ k_EMsgAMFundedPaymentResponse = 4419;
877
+ k_EMsgAMRequestPersonaUpdateForChatServer = 4420;
878
+ k_EMsgAMPerfectWorldPayment = 4421;
879
+ k_EMsgAMPerfectWorldPaymentResponse = 4422;
880
+ k_EMsgAMECommPayPayment = 4423;
881
+ k_EMsgAMECommPayPaymentResponse = 4424;
882
+ k_EMsgAMSetRemoteClientID = 4425;
883
+ k_EMsgBasePSRange = 5000;
884
+ k_EMsgPSIsValidShoppingCart = 5003;
885
+ k_EMsgPSIsValidShoppingCartResponse = 5004;
886
+ k_EMsgPSGetShoppingCartContents = 5009;
887
+ k_EMsgPSGetShoppingCartContentsResponse = 5010;
888
+ k_EMsgPSAddWalletCreditToShoppingCart = 5011;
889
+ k_EMsgPSAddWalletCreditToShoppingCartResponse = 5012;
890
+ k_EMsgPSGetAccountCartContents = 5013;
891
+ k_EMsgPSGetAccountCartContentsResponse = 5014;
892
+ k_EMsgBaseUFSRange = 5200;
893
+ k_EMsgClientUFSUploadFileRequest = 5202;
894
+ k_EMsgClientUFSUploadFileResponse = 5203;
895
+ k_EMsgClientUFSUploadFileChunk = 5204;
896
+ k_EMsgClientUFSUploadFileFinished = 5205;
897
+ k_EMsgClientUFSGetFileListForApp = 5206;
898
+ k_EMsgClientUFSGetFileListForAppResponse = 5207;
899
+ k_EMsgClientUFSDownloadRequest = 5210;
900
+ k_EMsgClientUFSDownloadResponse = 5211;
901
+ k_EMsgClientUFSDownloadChunk = 5212;
902
+ k_EMsgClientUFSLoginRequest = 5213;
903
+ k_EMsgClientUFSLoginResponse = 5214;
904
+ k_EMsgUFSReloadPartitionInfo = 5215;
905
+ k_EMsgClientUFSTransferHeartbeat = 5216;
906
+ k_EMsgUFSSynchronizeFile = 5217;
907
+ k_EMsgUFSSynchronizeFileResponse = 5218;
908
+ k_EMsgClientUFSDeleteFileRequest = 5219;
909
+ k_EMsgClientUFSDeleteFileResponse = 5220;
910
+ k_EMsgClientUFSGetUGCDetails = 5226;
911
+ k_EMsgClientUFSGetUGCDetailsResponse = 5227;
912
+ k_EMsgUFSUpdateFileFlags = 5228;
913
+ k_EMsgUFSUpdateFileFlagsResponse = 5229;
914
+ k_EMsgClientUFSGetSingleFileInfo = 5230;
915
+ k_EMsgClientUFSGetSingleFileInfoResponse = 5231;
916
+ k_EMsgClientUFSShareFile = 5232;
917
+ k_EMsgClientUFSShareFileResponse = 5233;
918
+ k_EMsgUFSReloadAccount = 5234;
919
+ k_EMsgUFSReloadAccountResponse = 5235;
920
+ k_EMsgUFSUpdateRecordBatched = 5236;
921
+ k_EMsgUFSUpdateRecordBatchedResponse = 5237;
922
+ k_EMsgUFSMigrateFile = 5238;
923
+ k_EMsgUFSMigrateFileResponse = 5239;
924
+ k_EMsgUFSGetUGCURLs = 5240;
925
+ k_EMsgUFSGetUGCURLsResponse = 5241;
926
+ k_EMsgUFSHttpUploadFileFinishRequest = 5242;
927
+ k_EMsgUFSHttpUploadFileFinishResponse = 5243;
928
+ k_EMsgUFSDownloadStartRequest = 5244;
929
+ k_EMsgUFSDownloadStartResponse = 5245;
930
+ k_EMsgUFSDownloadChunkRequest = 5246;
931
+ k_EMsgUFSDownloadChunkResponse = 5247;
932
+ k_EMsgUFSDownloadFinishRequest = 5248;
933
+ k_EMsgUFSDownloadFinishResponse = 5249;
934
+ k_EMsgUFSFlushURLCache = 5250;
935
+ k_EMsgClientUFSUploadCommit = 5251;
936
+ k_EMsgClientUFSUploadCommitResponse = 5252;
937
+ k_EMsgUFSMigrateFileAppID = 5253;
938
+ k_EMsgUFSMigrateFileAppIDResponse = 5254;
939
+ k_EMsgBaseClient2 = 5400;
940
+ k_EMsgClientRequestForgottenPasswordEmail = 5401;
941
+ k_EMsgClientRequestForgottenPasswordEmailResponse = 5402;
942
+ k_EMsgClientCreateAccountResponse = 5403;
943
+ k_EMsgClientResetForgottenPassword = 5404;
944
+ k_EMsgClientResetForgottenPasswordResponse = 5405;
945
+ k_EMsgClientInformOfResetForgottenPassword = 5407;
946
+ k_EMsgClientInformOfResetForgottenPasswordResponse = 5408;
947
+ k_EMsgClientAnonUserLogOn_Deprecated = 5409;
948
+ k_EMsgClientGamesPlayedWithDataBlob = 5410;
949
+ k_EMsgClientUpdateUserGameInfo = 5411;
950
+ k_EMsgClientFileToDownload = 5412;
951
+ k_EMsgClientFileToDownloadResponse = 5413;
952
+ k_EMsgClientLBSSetScore = 5414;
953
+ k_EMsgClientLBSSetScoreResponse = 5415;
954
+ k_EMsgClientLBSFindOrCreateLB = 5416;
955
+ k_EMsgClientLBSFindOrCreateLBResponse = 5417;
956
+ k_EMsgClientLBSGetLBEntries = 5418;
957
+ k_EMsgClientLBSGetLBEntriesResponse = 5419;
958
+ k_EMsgClientChatDeclined = 5426;
959
+ k_EMsgClientFriendMsgIncoming = 5427;
960
+ k_EMsgClientAuthList_Deprecated = 5428;
961
+ k_EMsgClientTicketAuthComplete = 5429;
962
+ k_EMsgClientIsLimitedAccount = 5430;
963
+ k_EMsgClientRequestAuthList = 5431;
964
+ k_EMsgClientAuthList = 5432;
965
+ k_EMsgClientStat = 5433;
966
+ k_EMsgClientP2PConnectionInfo = 5434;
967
+ k_EMsgClientP2PConnectionFailInfo = 5435;
968
+ k_EMsgClientGetDepotDecryptionKey = 5438;
969
+ k_EMsgClientGetDepotDecryptionKeyResponse = 5439;
970
+ k_EMsgClientEnableTestLicense = 5443;
971
+ k_EMsgClientEnableTestLicenseResponse = 5444;
972
+ k_EMsgClientDisableTestLicense = 5445;
973
+ k_EMsgClientDisableTestLicenseResponse = 5446;
974
+ k_EMsgClientRequestValidationMail = 5448;
975
+ k_EMsgClientRequestValidationMailResponse = 5449;
976
+ k_EMsgClientCheckAppBetaPassword = 5450;
977
+ k_EMsgClientCheckAppBetaPasswordResponse = 5451;
978
+ k_EMsgClientToGC = 5452;
979
+ k_EMsgClientFromGC = 5453;
980
+ k_EMsgClientEmailAddrInfo = 5456;
981
+ k_EMsgClientPasswordChange3 = 5457;
982
+ k_EMsgClientEmailChange3 = 5458;
983
+ k_EMsgClientPersonalQAChange3 = 5459;
984
+ k_EMsgClientResetForgottenPassword3 = 5460;
985
+ k_EMsgClientRequestForgottenPasswordEmail3 = 5461;
986
+ k_EMsgClientNewLoginKey = 5463;
987
+ k_EMsgClientNewLoginKeyAccepted = 5464;
988
+ k_EMsgClientLogOnWithHash_Deprecated = 5465;
989
+ k_EMsgClientStoreUserStats2 = 5466;
990
+ k_EMsgClientStatsUpdated = 5467;
991
+ k_EMsgClientRequestedClientStats = 5480;
992
+ k_EMsgClientStat2Int32 = 5481;
993
+ k_EMsgClientStat2 = 5482;
994
+ k_EMsgClientVerifyPassword = 5483;
995
+ k_EMsgClientVerifyPasswordResponse = 5484;
996
+ k_EMsgClientDRMDownloadRequest = 5485;
997
+ k_EMsgClientDRMDownloadResponse = 5486;
998
+ k_EMsgClientDRMFinalResult = 5487;
999
+ k_EMsgClientGetFriendsWhoPlayGame = 5488;
1000
+ k_EMsgClientGetFriendsWhoPlayGameResponse = 5489;
1001
+ k_EMsgClientOGSBeginSession = 5490;
1002
+ k_EMsgClientOGSBeginSessionResponse = 5491;
1003
+ k_EMsgClientOGSEndSession = 5492;
1004
+ k_EMsgClientOGSEndSessionResponse = 5493;
1005
+ k_EMsgClientOGSWriteRow = 5494;
1006
+ k_EMsgClientGetPeerContentInfo = 5495;
1007
+ k_EMsgClientGetPeerContentInfoResponse = 5496;
1008
+ k_EMsgClientStartPeerContentServer = 5497;
1009
+ k_EMsgClientStartPeerContentServerResponse = 5498;
1010
+ k_EMsgClientServerUnavailable = 5500;
1011
+ k_EMsgClientServersAvailable = 5501;
1012
+ k_EMsgClientRegisterAuthTicketWithCM = 5502;
1013
+ k_EMsgClientGCMsgFailed = 5503;
1014
+ k_EMsgClientMicroTxnAuthRequest = 5504;
1015
+ k_EMsgClientMicroTxnAuthorize = 5505;
1016
+ k_EMsgClientMicroTxnAuthorizeResponse = 5506;
1017
+ k_EMsgClientGetMicroTxnInfo = 5508;
1018
+ k_EMsgClientGetMicroTxnInfoResponse = 5509;
1019
+ k_EMsgClientDeregisterWithServer = 5511;
1020
+ k_EMsgClientSubscribeToPersonaFeed = 5512;
1021
+ k_EMsgClientLogon = 5514;
1022
+ k_EMsgClientGetClientDetails = 5515;
1023
+ k_EMsgClientGetClientDetailsResponse = 5516;
1024
+ k_EMsgClientReportOverlayDetourFailure = 5517;
1025
+ k_EMsgClientGetClientAppList = 5518;
1026
+ k_EMsgClientGetClientAppListResponse = 5519;
1027
+ k_EMsgClientInstallClientApp = 5520;
1028
+ k_EMsgClientInstallClientAppResponse = 5521;
1029
+ k_EMsgClientUninstallClientApp = 5522;
1030
+ k_EMsgClientUninstallClientAppResponse = 5523;
1031
+ k_EMsgClientSetClientAppUpdateState = 5524;
1032
+ k_EMsgClientSetClientAppUpdateStateResponse = 5525;
1033
+ k_EMsgClientRequestEncryptedAppTicket = 5526;
1034
+ k_EMsgClientRequestEncryptedAppTicketResponse = 5527;
1035
+ k_EMsgClientWalletInfoUpdate = 5528;
1036
+ k_EMsgClientLBSSetUGC = 5529;
1037
+ k_EMsgClientLBSSetUGCResponse = 5530;
1038
+ k_EMsgClientAMGetClanOfficers = 5531;
1039
+ k_EMsgClientAMGetClanOfficersResponse = 5532;
1040
+ k_EMsgClientFriendProfileInfo = 5535;
1041
+ k_EMsgClientFriendProfileInfoResponse = 5536;
1042
+ k_EMsgClientUpdateMachineAuth = 5537;
1043
+ k_EMsgClientUpdateMachineAuthResponse = 5538;
1044
+ k_EMsgClientReadMachineAuth = 5539;
1045
+ k_EMsgClientReadMachineAuthResponse = 5540;
1046
+ k_EMsgClientRequestMachineAuth = 5541;
1047
+ k_EMsgClientRequestMachineAuthResponse = 5542;
1048
+ k_EMsgClientScreenshotsChanged = 5543;
1049
+ k_EMsgClientGetCDNAuthToken = 5546;
1050
+ k_EMsgClientGetCDNAuthTokenResponse = 5547;
1051
+ k_EMsgClientDownloadRateStatistics = 5548;
1052
+ k_EMsgClientRequestAccountData = 5549;
1053
+ k_EMsgClientRequestAccountDataResponse = 5550;
1054
+ k_EMsgClientResetForgottenPassword4 = 5551;
1055
+ k_EMsgClientHideFriend = 5552;
1056
+ k_EMsgClientFriendsGroupsList = 5553;
1057
+ k_EMsgClientGetClanActivityCounts = 5554;
1058
+ k_EMsgClientGetClanActivityCountsResponse = 5555;
1059
+ k_EMsgClientOGSReportString = 5556;
1060
+ k_EMsgClientOGSReportBug = 5557;
1061
+ k_EMsgClientSentLogs = 5558;
1062
+ k_EMsgClientLogonGameServer = 5559;
1063
+ k_EMsgAMClientCreateFriendsGroup = 5560;
1064
+ k_EMsgAMClientCreateFriendsGroupResponse = 5561;
1065
+ k_EMsgAMClientDeleteFriendsGroup = 5562;
1066
+ k_EMsgAMClientDeleteFriendsGroupResponse = 5563;
1067
+ k_EMsgAMClientManageFriendsGroup = 5564;
1068
+ k_EMsgAMClientManageFriendsGroupResponse = 5565;
1069
+ k_EMsgAMClientAddFriendToGroup = 5566;
1070
+ k_EMsgAMClientAddFriendToGroupResponse = 5567;
1071
+ k_EMsgAMClientRemoveFriendFromGroup = 5568;
1072
+ k_EMsgAMClientRemoveFriendFromGroupResponse = 5569;
1073
+ k_EMsgClientAMGetPersonaNameHistory = 5570;
1074
+ k_EMsgClientAMGetPersonaNameHistoryResponse = 5571;
1075
+ k_EMsgClientRequestFreeLicense = 5572;
1076
+ k_EMsgClientRequestFreeLicenseResponse = 5573;
1077
+ k_EMsgClientDRMDownloadRequestWithCrashData = 5574;
1078
+ k_EMsgClientAuthListAck = 5575;
1079
+ k_EMsgClientItemAnnouncements = 5576;
1080
+ k_EMsgClientRequestItemAnnouncements = 5577;
1081
+ k_EMsgClientFriendMsgEchoToSender = 5578;
1082
+ k_EMsgClientCommentNotifications = 5582;
1083
+ k_EMsgClientRequestCommentNotifications = 5583;
1084
+ k_EMsgClientPersonaChangeResponse = 5584;
1085
+ k_EMsgClientRequestWebAPIAuthenticateUserNonce = 5585;
1086
+ k_EMsgClientRequestWebAPIAuthenticateUserNonceResponse = 5586;
1087
+ k_EMsgClientPlayerNicknameList = 5587;
1088
+ k_EMsgAMClientSetPlayerNickname = 5588;
1089
+ k_EMsgAMClientSetPlayerNicknameResponse = 5589;
1090
+ k_EMsgClientGetNumberOfCurrentPlayersDP = 5592;
1091
+ k_EMsgClientGetNumberOfCurrentPlayersDPResponse = 5593;
1092
+ k_EMsgClientServiceMethodLegacy = 5594;
1093
+ k_EMsgClientServiceMethodLegacyResponse = 5595;
1094
+ k_EMsgClientFriendUserStatusPublished = 5596;
1095
+ k_EMsgClientCurrentUIMode = 5597;
1096
+ k_EMsgClientVanityURLChangedNotification = 5598;
1097
+ k_EMsgClientUserNotifications = 5599;
1098
+ k_EMsgBaseDFS = 5600;
1099
+ k_EMsgDFSGetFile = 5601;
1100
+ k_EMsgDFSInstallLocalFile = 5602;
1101
+ k_EMsgDFSConnection = 5603;
1102
+ k_EMsgDFSConnectionReply = 5604;
1103
+ k_EMsgClientDFSAuthenticateRequest = 5605;
1104
+ k_EMsgClientDFSAuthenticateResponse = 5606;
1105
+ k_EMsgClientDFSEndSession = 5607;
1106
+ k_EMsgDFSPurgeFile = 5608;
1107
+ k_EMsgDFSRouteFile = 5609;
1108
+ k_EMsgDFSGetFileFromServer = 5610;
1109
+ k_EMsgDFSAcceptedResponse = 5611;
1110
+ k_EMsgDFSRequestPingback = 5612;
1111
+ k_EMsgDFSRecvTransmitFile = 5613;
1112
+ k_EMsgDFSSendTransmitFile = 5614;
1113
+ k_EMsgDFSRequestPingback2 = 5615;
1114
+ k_EMsgDFSResponsePingback2 = 5616;
1115
+ k_EMsgClientDFSDownloadStatus = 5617;
1116
+ k_EMsgDFSStartTransfer = 5618;
1117
+ k_EMsgDFSTransferComplete = 5619;
1118
+ k_EMsgDFSRouteFileResponse = 5620;
1119
+ k_EMsgClientNetworkingCertRequest = 5621;
1120
+ k_EMsgClientNetworkingCertRequestResponse = 5622;
1121
+ k_EMsgClientChallengeRequest = 5623;
1122
+ k_EMsgClientChallengeResponse = 5624;
1123
+ k_EMsgBadgeCraftedNotification = 5625;
1124
+ k_EMsgClientNetworkingMobileCertRequest = 5626;
1125
+ k_EMsgClientNetworkingMobileCertRequestResponse = 5627;
1126
+ k_EMsgBaseMDS = 5800;
1127
+ k_EMsgMDSGetDepotDecryptionKey = 5812;
1128
+ k_EMsgMDSGetDepotDecryptionKeyResponse = 5813;
1129
+ k_EMsgMDSContentServerConfigRequest = 5827;
1130
+ k_EMsgMDSContentServerConfig = 5828;
1131
+ k_EMsgMDSGetDepotManifest = 5829;
1132
+ k_EMsgMDSGetDepotManifestResponse = 5830;
1133
+ k_EMsgMDSGetDepotManifestChunk = 5831;
1134
+ k_EMsgMDSGetDepotChunk = 5832;
1135
+ k_EMsgMDSGetDepotChunkResponse = 5833;
1136
+ k_EMsgMDSGetDepotChunkChunk = 5834;
1137
+ k_EMsgMDSToCSFlushChunk = 5844;
1138
+ k_EMsgMDSMigrateChunk = 5847;
1139
+ k_EMsgMDSMigrateChunkResponse = 5848;
1140
+ k_EMsgMDSToCSFlushManifest = 5849;
1141
+ k_EMsgCSBase = 6200;
1142
+ k_EMsgCSPing = 6201;
1143
+ k_EMsgCSPingResponse = 6202;
1144
+ k_EMsgGMSBase = 6400;
1145
+ k_EMsgGMSGameServerReplicate = 6401;
1146
+ k_EMsgClientGMSServerQuery = 6403;
1147
+ k_EMsgGMSClientServerQueryResponse = 6404;
1148
+ k_EMsgAMGMSGameServerUpdate = 6405;
1149
+ k_EMsgAMGMSGameServerRemove = 6406;
1150
+ k_EMsgGameServerOutOfDate = 6407;
1151
+ k_EMsgDeviceAuthorizationBase = 6500;
1152
+ k_EMsgClientAuthorizeLocalDeviceRequest = 6501;
1153
+ k_EMsgClientAuthorizeLocalDeviceResponse = 6502;
1154
+ k_EMsgClientDeauthorizeDeviceRequest = 6503;
1155
+ k_EMsgClientDeauthorizeDevice = 6504;
1156
+ k_EMsgClientUseLocalDeviceAuthorizations = 6505;
1157
+ k_EMsgClientGetAuthorizedDevices = 6506;
1158
+ k_EMsgClientGetAuthorizedDevicesResponse = 6507;
1159
+ k_EMsgAMNotifySessionDeviceAuthorized = 6508;
1160
+ k_EMsgClientAuthorizeLocalDeviceNotification = 6509;
1161
+ k_EMsgMMSBase = 6600;
1162
+ k_EMsgClientMMSCreateLobby = 6601;
1163
+ k_EMsgClientMMSCreateLobbyResponse = 6602;
1164
+ k_EMsgClientMMSJoinLobby = 6603;
1165
+ k_EMsgClientMMSJoinLobbyResponse = 6604;
1166
+ k_EMsgClientMMSLeaveLobby = 6605;
1167
+ k_EMsgClientMMSLeaveLobbyResponse = 6606;
1168
+ k_EMsgClientMMSGetLobbyList = 6607;
1169
+ k_EMsgClientMMSGetLobbyListResponse = 6608;
1170
+ k_EMsgClientMMSSetLobbyData = 6609;
1171
+ k_EMsgClientMMSSetLobbyDataResponse = 6610;
1172
+ k_EMsgClientMMSGetLobbyData = 6611;
1173
+ k_EMsgClientMMSLobbyData = 6612;
1174
+ k_EMsgClientMMSSendLobbyChatMsg = 6613;
1175
+ k_EMsgClientMMSLobbyChatMsg = 6614;
1176
+ k_EMsgClientMMSSetLobbyOwner = 6615;
1177
+ k_EMsgClientMMSSetLobbyOwnerResponse = 6616;
1178
+ k_EMsgClientMMSSetLobbyGameServer = 6617;
1179
+ k_EMsgClientMMSLobbyGameServerSet = 6618;
1180
+ k_EMsgClientMMSUserJoinedLobby = 6619;
1181
+ k_EMsgClientMMSUserLeftLobby = 6620;
1182
+ k_EMsgClientMMSInviteToLobby = 6621;
1183
+ k_EMsgClientMMSFlushFrenemyListCache = 6622;
1184
+ k_EMsgClientMMSFlushFrenemyListCacheResponse = 6623;
1185
+ k_EMsgClientMMSSetLobbyLinked = 6624;
1186
+ k_EMsgClientMMSSetRatelimitPolicyOnClient = 6625;
1187
+ k_EMsgClientMMSGetLobbyStatus = 6626;
1188
+ k_EMsgClientMMSGetLobbyStatusResponse = 6627;
1189
+ k_EMsgMMSGetLobbyList = 6628;
1190
+ k_EMsgMMSGetLobbyListResponse = 6629;
1191
+ k_EMsgNonStdMsgBase = 6800;
1192
+ k_EMsgNonStdMsgMemcached = 6801;
1193
+ k_EMsgNonStdMsgHTTPServer = 6802;
1194
+ k_EMsgNonStdMsgHTTPClient = 6803;
1195
+ k_EMsgNonStdMsgWGResponse = 6804;
1196
+ k_EMsgNonStdMsgPHPSimulator = 6805;
1197
+ k_EMsgNonStdMsgChase = 6806;
1198
+ k_EMsgNonStdMsgDFSTransfer = 6807;
1199
+ k_EMsgNonStdMsgTests = 6808;
1200
+ k_EMsgNonStdMsgUMQpipeAAPL = 6809;
1201
+ k_EMSgNonStdMsgSyslog = 6810;
1202
+ k_EMsgNonStdMsgLogsink = 6811;
1203
+ k_EMsgNonStdMsgSteam2Emulator = 6812;
1204
+ k_EMsgNonStdMsgRTMPServer = 6813;
1205
+ k_EMsgNonStdMsgWebSocket = 6814;
1206
+ k_EMsgNonStdMsgRedis = 6815;
1207
+ k_EMsgUDSBase = 7000;
1208
+ k_EMsgClientUDSP2PSessionStarted = 7001;
1209
+ k_EMsgClientUDSP2PSessionEnded = 7002;
1210
+ k_EMsgUDSRenderUserAuth = 7003;
1211
+ k_EMsgUDSRenderUserAuthResponse = 7004;
1212
+ k_EMsgClientInviteToGame = 7005;
1213
+ k_EMsgUDSHasSession = 7006;
1214
+ k_EMsgUDSHasSessionResponse = 7007;
1215
+ k_EMsgMPASBase = 7100;
1216
+ k_EMsgMPASVacBanReset = 7101;
1217
+ k_EMsgKGSBase = 7200;
1218
+ k_EMsgUCMBase = 7300;
1219
+ k_EMsgClientUCMAddScreenshot = 7301;
1220
+ k_EMsgClientUCMAddScreenshotResponse = 7302;
1221
+ k_EMsgUCMResetCommunityContent = 7307;
1222
+ k_EMsgUCMResetCommunityContentResponse = 7308;
1223
+ k_EMsgClientUCMDeleteScreenshot = 7309;
1224
+ k_EMsgClientUCMDeleteScreenshotResponse = 7310;
1225
+ k_EMsgClientUCMPublishFile = 7311;
1226
+ k_EMsgClientUCMPublishFileResponse = 7312;
1227
+ k_EMsgClientUCMDeletePublishedFile = 7315;
1228
+ k_EMsgClientUCMDeletePublishedFileResponse = 7316;
1229
+ k_EMsgClientUCMUpdatePublishedFile = 7325;
1230
+ k_EMsgClientUCMUpdatePublishedFileResponse = 7326;
1231
+ k_EMsgUCMUpdatePublishedFile = 7327;
1232
+ k_EMsgUCMUpdatePublishedFileResponse = 7328;
1233
+ k_EMsgUCMUpdatePublishedFileStat = 7331;
1234
+ k_EMsgUCMReloadPublishedFile = 7337;
1235
+ k_EMsgUCMReloadUserFileListCaches = 7338;
1236
+ k_EMsgUCMPublishedFileReported = 7339;
1237
+ k_EMsgUCMPublishedFilePreviewAdd = 7341;
1238
+ k_EMsgUCMPublishedFilePreviewAddResponse = 7342;
1239
+ k_EMsgUCMPublishedFilePreviewRemove = 7343;
1240
+ k_EMsgUCMPublishedFilePreviewRemoveResponse = 7344;
1241
+ k_EMsgUCMPublishedFileSubscribed = 7349;
1242
+ k_EMsgUCMPublishedFileUnsubscribed = 7350;
1243
+ k_EMsgUCMPublishFile = 7351;
1244
+ k_EMsgUCMPublishFileResponse = 7352;
1245
+ k_EMsgUCMPublishedFileChildAdd = 7353;
1246
+ k_EMsgUCMPublishedFileChildAddResponse = 7354;
1247
+ k_EMsgUCMPublishedFileChildRemove = 7355;
1248
+ k_EMsgUCMPublishedFileChildRemoveResponse = 7356;
1249
+ k_EMsgUCMPublishedFileParentChanged = 7359;
1250
+ k_EMsgClientUCMSetUserPublishedFileAction = 7364;
1251
+ k_EMsgClientUCMSetUserPublishedFileActionResponse = 7365;
1252
+ k_EMsgClientUCMEnumeratePublishedFilesByUserAction = 7366;
1253
+ k_EMsgClientUCMEnumeratePublishedFilesByUserActionResponse = 7367;
1254
+ k_EMsgUCMGetUserSubscribedFiles = 7369;
1255
+ k_EMsgUCMGetUserSubscribedFilesResponse = 7370;
1256
+ k_EMsgUCMFixStatsPublishedFile = 7371;
1257
+ k_EMsgClientUCMEnumerateUserSubscribedFilesWithUpdates = 7378;
1258
+ k_EMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse = 7379;
1259
+ k_EMsgUCMPublishedFileContentUpdated = 7380;
1260
+ k_EMsgClientUCMPublishedFileUpdated = 7381;
1261
+ k_EMsgFSBase = 7500;
1262
+ k_EMsgClientRichPresenceUpload = 7501;
1263
+ k_EMsgClientRichPresenceRequest = 7502;
1264
+ k_EMsgClientRichPresenceInfo = 7503;
1265
+ k_EMsgFSRichPresenceRequest = 7504;
1266
+ k_EMsgFSRichPresenceResponse = 7505;
1267
+ k_EMsgFSComputeFrenematrix = 7506;
1268
+ k_EMsgFSComputeFrenematrixResponse = 7507;
1269
+ k_EMsgFSPlayStatusNotification = 7508;
1270
+ k_EMsgFSAddOrRemoveFollower = 7510;
1271
+ k_EMsgFSAddOrRemoveFollowerResponse = 7511;
1272
+ k_EMsgFSUpdateFollowingList = 7512;
1273
+ k_EMsgFSCommentNotification = 7513;
1274
+ k_EMsgFSCommentNotificationViewed = 7514;
1275
+ k_EMsgClientFSGetFollowerCount = 7515;
1276
+ k_EMsgClientFSGetFollowerCountResponse = 7516;
1277
+ k_EMsgClientFSGetIsFollowing = 7517;
1278
+ k_EMsgClientFSGetIsFollowingResponse = 7518;
1279
+ k_EMsgClientFSEnumerateFollowingList = 7519;
1280
+ k_EMsgClientFSEnumerateFollowingListResponse = 7520;
1281
+ k_EMsgFSGetPendingNotificationCount = 7521;
1282
+ k_EMsgFSGetPendingNotificationCountResponse = 7522;
1283
+ k_EMsgClientChatOfflineMessageNotification = 7523;
1284
+ k_EMsgClientChatRequestOfflineMessageCount = 7524;
1285
+ k_EMsgClientChatGetFriendMessageHistory = 7525;
1286
+ k_EMsgClientChatGetFriendMessageHistoryResponse = 7526;
1287
+ k_EMsgClientChatGetFriendMessageHistoryForOfflineMessages = 7527;
1288
+ k_EMsgClientFSGetFriendsSteamLevels = 7528;
1289
+ k_EMsgClientFSGetFriendsSteamLevelsResponse = 7529;
1290
+ k_EMsgAMRequestFriendData = 7530;
1291
+ k_EMsgDRMRange2 = 7600;
1292
+ k_EMsgCEGVersionSetEnableDisableRequest = 7600;
1293
+ k_EMsgCEGVersionSetEnableDisableResponse = 7601;
1294
+ k_EMsgCEGPropStatusDRMSRequest = 7602;
1295
+ k_EMsgCEGPropStatusDRMSResponse = 7603;
1296
+ k_EMsgCEGWhackFailureReportRequest = 7604;
1297
+ k_EMsgCEGWhackFailureReportResponse = 7605;
1298
+ k_EMsgDRMSFetchVersionSet = 7606;
1299
+ k_EMsgDRMSFetchVersionSetResponse = 7607;
1300
+ k_EMsgEconBase = 7700;
1301
+ k_EMsgEconTrading_InitiateTradeRequest = 7701;
1302
+ k_EMsgEconTrading_InitiateTradeProposed = 7702;
1303
+ k_EMsgEconTrading_InitiateTradeResponse = 7703;
1304
+ k_EMsgEconTrading_InitiateTradeResult = 7704;
1305
+ k_EMsgEconTrading_StartSession = 7705;
1306
+ k_EMsgEconTrading_CancelTradeRequest = 7706;
1307
+ k_EMsgEconFlushInventoryCache = 7707;
1308
+ k_EMsgEconFlushInventoryCacheResponse = 7708;
1309
+ k_EMsgEconCDKeyProcessTransaction = 7711;
1310
+ k_EMsgEconCDKeyProcessTransactionResponse = 7712;
1311
+ k_EMsgEconGetErrorLogs = 7713;
1312
+ k_EMsgEconGetErrorLogsResponse = 7714;
1313
+ k_EMsgRMRange = 7800;
1314
+ k_EMsgRMTestVerisignOTP = 7800;
1315
+ k_EMsgRMTestVerisignOTPResponse = 7801;
1316
+ k_EMsgRMDeleteMemcachedKeys = 7803;
1317
+ k_EMsgRMRemoteInvoke = 7804;
1318
+ k_EMsgBadLoginIPList = 7805;
1319
+ k_EMsgRMMsgTraceAddTrigger = 7806;
1320
+ k_EMsgRMMsgTraceRemoveTrigger = 7807;
1321
+ k_EMsgRMMsgTraceEvent = 7808;
1322
+ k_EMsgUGSBase = 7900;
1323
+ k_EMsgUGSUpdateGlobalStats = 7900;
1324
+ k_EMsgClientUGSGetGlobalStats = 7901;
1325
+ k_EMsgClientUGSGetGlobalStatsResponse = 7902;
1326
+ k_EMsgStoreBase = 8000;
1327
+ k_EMsgUMQBase = 8100;
1328
+ k_EMsgUMQLogonRequest = 8100;
1329
+ k_EMsgUMQLogonResponse = 8101;
1330
+ k_EMsgUMQLogoffRequest = 8102;
1331
+ k_EMsgUMQLogoffResponse = 8103;
1332
+ k_EMsgUMQSendChatMessage = 8104;
1333
+ k_EMsgUMQIncomingChatMessage = 8105;
1334
+ k_EMsgUMQPoll = 8106;
1335
+ k_EMsgUMQPollResults = 8107;
1336
+ k_EMsgUMQ2AM_ClientMsgBatch = 8108;
1337
+ k_EMsgWorkshopBase = 8200;
1338
+ k_EMsgWebAPIBase = 8300;
1339
+ k_EMsgWebAPIValidateOAuth2Token = 8300;
1340
+ k_EMsgWebAPIValidateOAuth2TokenResponse = 8301;
1341
+ k_EMsgWebAPIRegisterGCInterfaces = 8303;
1342
+ k_EMsgWebAPIInvalidateOAuthClientCache = 8304;
1343
+ k_EMsgWebAPIInvalidateOAuthTokenCache = 8305;
1344
+ k_EMsgWebAPISetSecrets = 8306;
1345
+ k_EMsgBackpackBase = 8400;
1346
+ k_EMsgBackpackAddToCurrency = 8401;
1347
+ k_EMsgBackpackAddToCurrencyResponse = 8402;
1348
+ k_EMsgCREBase = 8500;
1349
+ k_EMsgCREItemVoteSummary = 8503;
1350
+ k_EMsgCREItemVoteSummaryResponse = 8504;
1351
+ k_EMsgCREUpdateUserPublishedItemVote = 8507;
1352
+ k_EMsgCREUpdateUserPublishedItemVoteResponse = 8508;
1353
+ k_EMsgCREGetUserPublishedItemVoteDetails = 8509;
1354
+ k_EMsgCREGetUserPublishedItemVoteDetailsResponse = 8510;
1355
+ k_EMsgSecretsBase = 8600;
1356
+ k_EMsgSecretsRequestCredentialPair = 8600;
1357
+ k_EMsgSecretsCredentialPairResponse = 8601;
1358
+ k_EMsgBoxMonitorBase = 8700;
1359
+ k_EMsgBoxMonitorReportRequest = 8700;
1360
+ k_EMsgBoxMonitorReportResponse = 8701;
1361
+ k_EMsgLogsinkBase = 8800;
1362
+ k_EMsgLogsinkWriteReport = 8800;
1363
+ k_EMsgPICSBase = 8900;
1364
+ k_EMsgClientPICSChangesSinceRequest = 8901;
1365
+ k_EMsgClientPICSChangesSinceResponse = 8902;
1366
+ k_EMsgClientPICSProductInfoRequest = 8903;
1367
+ k_EMsgClientPICSProductInfoResponse = 8904;
1368
+ k_EMsgClientPICSAccessTokenRequest = 8905;
1369
+ k_EMsgClientPICSAccessTokenResponse = 8906;
1370
+ k_EMsgWorkerProcess = 9000;
1371
+ k_EMsgWorkerProcessPingRequest = 9000;
1372
+ k_EMsgWorkerProcessPingResponse = 9001;
1373
+ k_EMsgWorkerProcessShutdown = 9002;
1374
+ k_EMsgDRMWorkerProcess = 9100;
1375
+ k_EMsgDRMWorkerProcessDRMAndSign = 9100;
1376
+ k_EMsgDRMWorkerProcessDRMAndSignResponse = 9101;
1377
+ k_EMsgDRMWorkerProcessSteamworksInfoRequest = 9102;
1378
+ k_EMsgDRMWorkerProcessSteamworksInfoResponse = 9103;
1379
+ k_EMsgDRMWorkerProcessInstallDRMDLLRequest = 9104;
1380
+ k_EMsgDRMWorkerProcessInstallDRMDLLResponse = 9105;
1381
+ k_EMsgDRMWorkerProcessSecretIdStringRequest = 9106;
1382
+ k_EMsgDRMWorkerProcessSecretIdStringResponse = 9107;
1383
+ k_EMsgDRMWorkerProcessInstallProcessedFilesRequest = 9110;
1384
+ k_EMsgDRMWorkerProcessInstallProcessedFilesResponse = 9111;
1385
+ k_EMsgDRMWorkerProcessExamineBlobRequest = 9112;
1386
+ k_EMsgDRMWorkerProcessExamineBlobResponse = 9113;
1387
+ k_EMsgDRMWorkerProcessDescribeSecretRequest = 9114;
1388
+ k_EMsgDRMWorkerProcessDescribeSecretResponse = 9115;
1389
+ k_EMsgDRMWorkerProcessBackfillOriginalRequest = 9116;
1390
+ k_EMsgDRMWorkerProcessBackfillOriginalResponse = 9117;
1391
+ k_EMsgDRMWorkerProcessValidateDRMDLLRequest = 9118;
1392
+ k_EMsgDRMWorkerProcessValidateDRMDLLResponse = 9119;
1393
+ k_EMsgDRMWorkerProcessValidateFileRequest = 9120;
1394
+ k_EMsgDRMWorkerProcessValidateFileResponse = 9121;
1395
+ k_EMsgDRMWorkerProcessSplitAndInstallRequest = 9122;
1396
+ k_EMsgDRMWorkerProcessSplitAndInstallResponse = 9123;
1397
+ k_EMsgDRMWorkerProcessGetBlobRequest = 9124;
1398
+ k_EMsgDRMWorkerProcessGetBlobResponse = 9125;
1399
+ k_EMsgDRMWorkerProcessEvaluateCrashRequest = 9126;
1400
+ k_EMsgDRMWorkerProcessEvaluateCrashResponse = 9127;
1401
+ k_EMsgDRMWorkerProcessAnalyzeFileRequest = 9128;
1402
+ k_EMsgDRMWorkerProcessAnalyzeFileResponse = 9129;
1403
+ k_EMsgDRMWorkerProcessUnpackBlobRequest = 9130;
1404
+ k_EMsgDRMWorkerProcessUnpackBlobResponse = 9131;
1405
+ k_EMsgDRMWorkerProcessInstallAllRequest = 9132;
1406
+ k_EMsgDRMWorkerProcessInstallAllResponse = 9133;
1407
+ k_EMsgTestWorkerProcess = 9200;
1408
+ k_EMsgTestWorkerProcessLoadUnloadModuleRequest = 9200;
1409
+ k_EMsgTestWorkerProcessLoadUnloadModuleResponse = 9201;
1410
+ k_EMsgTestWorkerProcessServiceModuleCallRequest = 9202;
1411
+ k_EMsgTestWorkerProcessServiceModuleCallResponse = 9203;
1412
+ k_EMsgQuestServerBase = 9300;
1413
+ k_EMsgClientGetEmoticonList = 9330;
1414
+ k_EMsgClientEmoticonList = 9331;
1415
+ k_EMsgSLCBase = 9400;
1416
+ k_EMsgSLCUserSessionStatus = 9400;
1417
+ k_EMsgSLCRequestUserSessionStatus = 9401;
1418
+ k_EMsgSLCSharedLicensesLockStatus = 9402;
1419
+ k_EMsgClientSharedLibraryLockStatus = 9405;
1420
+ k_EMsgClientSharedLibraryStopPlaying = 9406;
1421
+ k_EMsgSLCOwnerLibraryChanged = 9407;
1422
+ k_EMsgSLCSharedLibraryChanged = 9408;
1423
+ k_EMsgRemoteClientBase = 9500;
1424
+ k_EMsgRemoteClientAuth_OBSOLETE = 9500;
1425
+ k_EMsgRemoteClientAuthResponse_OBSOLETE = 9501;
1426
+ k_EMsgRemoteClientAppStatus = 9502;
1427
+ k_EMsgRemoteClientStartStream = 9503;
1428
+ k_EMsgRemoteClientStartStreamResponse = 9504;
1429
+ k_EMsgRemoteClientPing = 9505;
1430
+ k_EMsgRemoteClientPingResponse = 9506;
1431
+ k_EMsgClientUnlockH264 = 9507;
1432
+ k_EMsgClientUnlockH264Response = 9508;
1433
+ k_EMsgRemoteClientAcceptEULA = 9509;
1434
+ k_EMsgRemoteClientGetControllerConfig = 9510;
1435
+ k_EMsgRemoteClientGetControllerConfigResponse = 9511;
1436
+ k_EMsgRemoteClientStreamingEnabled = 9512;
1437
+ k_EMsgClientUnlockHEVC_OBSOLETE = 9513;
1438
+ k_EMsgClientUnlockHEVCResponse_OBSOLETE = 9514;
1439
+ k_EMsgRemoteClientStatusRequest = 9515;
1440
+ k_EMsgRemoteClientStatusResponse = 9516;
1441
+ k_EMsgClientConcurrentSessionsBase = 9600;
1442
+ k_EMsgClientPlayingSessionState = 9600;
1443
+ k_EMsgClientKickPlayingSession = 9601;
1444
+ k_EMsgClientBroadcastBase = 9700;
1445
+ k_EMsgClientBroadcastInit = 9700;
1446
+ k_EMsgClientBroadcastFrames = 9701;
1447
+ k_EMsgClientBroadcastDisconnect = 9702;
1448
+ k_EMsgClientBroadcastUploadConfig = 9704;
1449
+ k_EMsgBaseClient3 = 9800;
1450
+ k_EMsgClientVoiceCallPreAuthorize = 9800;
1451
+ k_EMsgClientVoiceCallPreAuthorizeResponse = 9801;
1452
+ k_EMsgClientServerTimestampRequest = 9802;
1453
+ k_EMsgClientServerTimestampResponse = 9803;
1454
+ k_EMsgServiceMethodCallFromClientNonAuthed = 9804;
1455
+ k_EMsgClientHello = 9805;
1456
+ k_EMsgClientEnableOrDisableDownloads = 9806;
1457
+ k_EMsgClientEnableOrDisableDownloadsResponse = 9807;
1458
+ k_EMsgClientFeatureGroupInfo = 9808;
1459
+ k_EMsgClientLANP2PBase = 9900;
1460
+ k_EMsgClientLANP2PRequestChunk = 9900;
1461
+ k_EMsgClientLANP2PRequestChunkResponse = 9901;
1462
+ k_EMsgClientPeerChunkRequest = 9902;
1463
+ k_EMsgClientPeerChunkResponse = 9903;
1464
+ k_EMsgClientLANP2PMax = 9999;
1465
+ k_EMsgBaseWatchdogServer = 10000;
1466
+ k_EMsgNotifyWatchdog = 10000;
1467
+ k_EMsgClientSiteLicenseBase = 10100;
1468
+ k_EMsgClientSiteLicenseSiteInfoNotification = 10100;
1469
+ k_EMsgClientSiteLicenseCheckout = 10101;
1470
+ k_EMsgClientSiteLicenseCheckoutResponse = 10102;
1471
+ k_EMsgClientSiteLicenseGetAvailableSeats = 10103;
1472
+ k_EMsgClientSiteLicenseGetAvailableSeatsResponse = 10104;
1473
+ k_EMsgClientSiteLicenseGetContentCacheInfo = 10105;
1474
+ k_EMsgClientSiteLicenseGetContentCacheInfoResponse = 10106;
1475
+ k_EMsgBaseChatServer = 12000;
1476
+ k_EMsgChatServerGetPendingNotificationCount = 12000;
1477
+ k_EMsgChatServerGetPendingNotificationCountResponse = 12001;
1478
+ k_EMsgBaseSecretServer = 12100;
1479
+ k_EMsgServerSecretChanged = 12100;
1480
+ k_EMsgBaseWG = 12200;
1481
+ k_EMsgWGConnectionProtocolError = 12200;
1482
+ k_EMsgWGConnectionValidateUserToken = 12201;
1483
+ k_EMsgWGConnectionValidateUserTokenResponse = 12202;
1484
+ k_EMsgWGConnectionLegacyWGRequest = 12203;
1485
+ k_EMsgWGConnectionLegacyWGResponse = 12204;
1486
+ }
1487
+
1488
+ enum EClientPersonaStateFlag {
1489
+ k_EClientPersonaStateFlagStatus = 1;
1490
+ k_EClientPersonaStateFlagPlayerName = 2;
1491
+ k_EClientPersonaStateFlagQueryPort = 4;
1492
+ k_EClientPersonaStateFlagSourceID = 8;
1493
+ k_EClientPersonaStateFlagPresence = 16;
1494
+ k_EClientPersonaStateFlagLastSeen = 64;
1495
+ k_EClientPersonaStateFlagUserClanRank = 128;
1496
+ k_EClientPersonaStateGameExtraInfo = 256;
1497
+ k_EClientPersonaStateGameDataBlob = 512;
1498
+ k_EClientPersonaStateFlagClanData = 1024;
1499
+ k_EClientPersonaStateFlagFacebook = 2048;
1500
+ k_EClientPersonaStateFlagRichPresence = 4096;
1501
+ k_EClientPersonaStateFlagBroadcast = 8192;
1502
+ k_EClientPersonaStateFlagWatching = 16384;
1503
+ }
1504
+
1505
+ enum EMsgClanAccountFlags {
1506
+ k_EMsgClanAccountFlagPublic = 1;
1507
+ k_EMsgClanAccountFlagLarge = 2;
1508
+ k_EMsgClanAccountFlagLocked = 4;
1509
+ k_EMsgClanAccountFlagDisabled = 8;
1510
+ k_EMsgClanAccountFlagOGG = 16;
1511
+ }
1512
+
1513
+ enum ESteamReviewScore {
1514
+ k_ESteamReviewScore_OverwhelminglyPositive = 9;
1515
+ k_ESteamReviewScore_VeryPositive = 8;
1516
+ k_ESteamReviewScore_Positive = 7;
1517
+ k_ESteamReviewScore_MostlyPositive = 6;
1518
+ k_ESteamReviewScore_Mixed = 5;
1519
+ k_ESteamReviewScore_MostlyNegative = 4;
1520
+ k_ESteamReviewScore_Negative = 3;
1521
+ k_ESteamReviewScore_VeryNegative = 2;
1522
+ k_ESteamReviewScore_OverwhelminglyNegative = 1;
1523
+ k_ESteamReviewScore_None = 0;
1524
+ }
1525
+
1526
+ enum ECodecUsagePlatform {
1527
+ k_ECodecUsagePlatformUnknown = 0;
1528
+ k_ECodecUsagePlatformWindows = 1;
1529
+ k_ECodecUsagePlatformMacOS = 2;
1530
+ k_ECodecUsagePlatformLinux = 3;
1531
+ k_ECodecUsagePlatformSteamDeck = 4;
1532
+ }
1533
+
1534
+ enum ECodecUsageReason {
1535
+ k_ECodecUsageReasonUnknown = 0;
1536
+ k_ECodecUsageReasonRemotePlay = 1;
1537
+ k_ECodecUsageReasonBroadcasting = 2;
1538
+ k_ECodecUsageReasonGameVideo = 3;
1539
+ }