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