overlook-csgo 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,709 +0,0 @@
1
- ## Generated from cstrike15_usermessages.proto
2
- require "beefcake"
3
-
4
-
5
- module ECstrike15UserMessages
6
- CS_UM_VGUIMenu = 1
7
- CS_UM_Geiger = 2
8
- CS_UM_Train = 3
9
- CS_UM_HudText = 4
10
- CS_UM_SayText = 5
11
- CS_UM_SayText2 = 6
12
- CS_UM_TextMsg = 7
13
- CS_UM_HudMsg = 8
14
- CS_UM_ResetHud = 9
15
- CS_UM_GameTitle = 10
16
- CS_UM_Shake = 12
17
- CS_UM_Fade = 13
18
- CS_UM_Rumble = 14
19
- CS_UM_CloseCaption = 15
20
- CS_UM_CloseCaptionDirect = 16
21
- CS_UM_SendAudio = 17
22
- CS_UM_RawAudio = 18
23
- CS_UM_VoiceMask = 19
24
- CS_UM_RequestState = 20
25
- CS_UM_Damage = 21
26
- CS_UM_RadioText = 22
27
- CS_UM_HintText = 23
28
- CS_UM_KeyHintText = 24
29
- CS_UM_ProcessSpottedEntityUpdate = 25
30
- CS_UM_ReloadEffect = 26
31
- CS_UM_AdjustMoney = 27
32
- CS_UM_UpdateTeamMoney = 28
33
- CS_UM_StopSpectatorMode = 29
34
- CS_UM_KillCam = 30
35
- CS_UM_DesiredTimescale = 31
36
- CS_UM_CurrentTimescale = 32
37
- CS_UM_AchievementEvent = 33
38
- CS_UM_MatchEndConditions = 34
39
- CS_UM_DisconnectToLobby = 35
40
- CS_UM_PlayerStatsUpdate = 36
41
- CS_UM_DisplayInventory = 37
42
- CS_UM_WarmupHasEnded = 38
43
- CS_UM_ClientInfo = 39
44
- CS_UM_XRankGet = 40
45
- CS_UM_XRankUpd = 41
46
- CS_UM_CallVoteFailed = 45
47
- CS_UM_VoteStart = 46
48
- CS_UM_VotePass = 47
49
- CS_UM_VoteFailed = 48
50
- CS_UM_VoteSetup = 49
51
- CS_UM_ServerRankRevealAll = 50
52
- CS_UM_SendLastKillerDamageToClient = 51
53
- CS_UM_ServerRankUpdate = 52
54
- CS_UM_ItemPickup = 53
55
- CS_UM_ShowMenu = 54
56
- CS_UM_BarTime = 55
57
- CS_UM_AmmoDenied = 56
58
- CS_UM_MarkAchievement = 57
59
- CS_UM_MatchStatsUpdate = 58
60
- CS_UM_ItemDrop = 59
61
- CS_UM_GlowPropTurnOff = 60
62
- CS_UM_SendPlayerItemDrops = 61
63
- CS_UM_RoundBackupFilenames = 62
64
- CS_UM_SendPlayerItemFound = 63
65
- CS_UM_ReportHit = 64
66
- CS_UM_XpUpdate = 65
67
- CS_UM_QuestProgress = 66
68
- CS_UM_ScoreLeaderboardData = 67
69
- end
70
-
71
- class CCSUsrMsg_VGUIMenu
72
- include Beefcake::Message
73
-
74
- class Subkey
75
- include Beefcake::Message
76
- end
77
- end
78
-
79
- class CCSUsrMsg_Geiger
80
- include Beefcake::Message
81
- end
82
-
83
- class CCSUsrMsg_Train
84
- include Beefcake::Message
85
- end
86
-
87
- class CCSUsrMsg_HudText
88
- include Beefcake::Message
89
- end
90
-
91
- class CCSUsrMsg_SayText
92
- include Beefcake::Message
93
- end
94
-
95
- class CCSUsrMsg_SayText2
96
- include Beefcake::Message
97
- end
98
-
99
- class CCSUsrMsg_TextMsg
100
- include Beefcake::Message
101
- end
102
-
103
- class CCSUsrMsg_HudMsg
104
- include Beefcake::Message
105
- end
106
-
107
- class CCSUsrMsg_Shake
108
- include Beefcake::Message
109
- end
110
-
111
- class CCSUsrMsg_Fade
112
- include Beefcake::Message
113
- end
114
-
115
- class CCSUsrMsg_Rumble
116
- include Beefcake::Message
117
- end
118
-
119
- class CCSUsrMsg_CloseCaption
120
- include Beefcake::Message
121
- end
122
-
123
- class CCSUsrMsg_CloseCaptionDirect
124
- include Beefcake::Message
125
- end
126
-
127
- class CCSUsrMsg_SendAudio
128
- include Beefcake::Message
129
- end
130
-
131
- class CCSUsrMsg_RawAudio
132
- include Beefcake::Message
133
- end
134
-
135
- class CCSUsrMsg_VoiceMask
136
- include Beefcake::Message
137
-
138
- class PlayerMask
139
- include Beefcake::Message
140
- end
141
- end
142
-
143
- class CCSUsrMsg_Damage
144
- include Beefcake::Message
145
- end
146
-
147
- class CCSUsrMsg_RadioText
148
- include Beefcake::Message
149
- end
150
-
151
- class CCSUsrMsg_HintText
152
- include Beefcake::Message
153
- end
154
-
155
- class CCSUsrMsg_KeyHintText
156
- include Beefcake::Message
157
- end
158
-
159
- class CCSUsrMsg_ProcessSpottedEntityUpdate
160
- include Beefcake::Message
161
-
162
- class SpottedEntityUpdate
163
- include Beefcake::Message
164
- end
165
- end
166
-
167
- class CCSUsrMsg_SendPlayerItemDrops
168
- include Beefcake::Message
169
- end
170
-
171
- class CCSUsrMsg_SendPlayerItemFound
172
- include Beefcake::Message
173
- end
174
-
175
- class CCSUsrMsg_ReloadEffect
176
- include Beefcake::Message
177
- end
178
-
179
- class CCSUsrMsg_AdjustMoney
180
- include Beefcake::Message
181
- end
182
-
183
- class CCSUsrMsg_ReportHit
184
- include Beefcake::Message
185
- end
186
-
187
- class CCSUsrMsg_KillCam
188
- include Beefcake::Message
189
- end
190
-
191
- class CCSUsrMsg_DesiredTimescale
192
- include Beefcake::Message
193
- end
194
-
195
- class CCSUsrMsg_CurrentTimescale
196
- include Beefcake::Message
197
- end
198
-
199
- class CCSUsrMsg_AchievementEvent
200
- include Beefcake::Message
201
- end
202
-
203
- class CCSUsrMsg_MatchEndConditions
204
- include Beefcake::Message
205
- end
206
-
207
- class CCSUsrMsg_PlayerStatsUpdate
208
- include Beefcake::Message
209
-
210
- class Stat
211
- include Beefcake::Message
212
- end
213
- end
214
-
215
- class CCSUsrMsg_DisplayInventory
216
- include Beefcake::Message
217
- end
218
-
219
- class CCSUsrMsg_QuestProgress
220
- include Beefcake::Message
221
- end
222
-
223
- class CCSUsrMsg_ScoreLeaderboardData
224
- include Beefcake::Message
225
- end
226
-
227
- class CCSUsrMsg_XRankGet
228
- include Beefcake::Message
229
- end
230
-
231
- class CCSUsrMsg_XRankUpd
232
- include Beefcake::Message
233
- end
234
-
235
- class CCSUsrMsg_CallVoteFailed
236
- include Beefcake::Message
237
- end
238
-
239
- class CCSUsrMsg_VoteStart
240
- include Beefcake::Message
241
- end
242
-
243
- class CCSUsrMsg_VotePass
244
- include Beefcake::Message
245
- end
246
-
247
- class CCSUsrMsg_VoteFailed
248
- include Beefcake::Message
249
- end
250
-
251
- class CCSUsrMsg_VoteSetup
252
- include Beefcake::Message
253
- end
254
-
255
- class CCSUsrMsg_SendLastKillerDamageToClient
256
- include Beefcake::Message
257
- end
258
-
259
- class CCSUsrMsg_ServerRankUpdate
260
- include Beefcake::Message
261
-
262
- class RankUpdate
263
- include Beefcake::Message
264
- end
265
- end
266
-
267
- class CCSUsrMsg_XpUpdate
268
- include Beefcake::Message
269
- end
270
-
271
- class CCSUsrMsg_ItemPickup
272
- include Beefcake::Message
273
- end
274
-
275
- class CCSUsrMsg_ShowMenu
276
- include Beefcake::Message
277
- end
278
-
279
- class CCSUsrMsg_BarTime
280
- include Beefcake::Message
281
- end
282
-
283
- class CCSUsrMsg_AmmoDenied
284
- include Beefcake::Message
285
- end
286
-
287
- class CCSUsrMsg_MarkAchievement
288
- include Beefcake::Message
289
- end
290
-
291
- class CCSUsrMsg_MatchStatsUpdate
292
- include Beefcake::Message
293
- end
294
-
295
- class CCSUsrMsg_ItemDrop
296
- include Beefcake::Message
297
- end
298
-
299
- class CCSUsrMsg_GlowPropTurnOff
300
- include Beefcake::Message
301
- end
302
-
303
- class CCSUsrMsg_RoundBackupFilenames
304
- include Beefcake::Message
305
- end
306
-
307
- class CCSUsrMsg_ResetHud
308
- include Beefcake::Message
309
- end
310
-
311
- class CCSUsrMsg_GameTitle
312
- include Beefcake::Message
313
- end
314
-
315
- class CCSUsrMsg_RequestState
316
- include Beefcake::Message
317
- end
318
-
319
- class CCSUsrMsg_StopSpectatorMode
320
- include Beefcake::Message
321
- end
322
-
323
- class CCSUsrMsg_DisconnectToLobby
324
- include Beefcake::Message
325
- end
326
-
327
- class CCSUsrMsg_WarmupHasEnded
328
- include Beefcake::Message
329
- end
330
-
331
- class CCSUsrMsg_ClientInfo
332
- include Beefcake::Message
333
- end
334
-
335
- class CCSUsrMsg_ServerRankRevealAll
336
- include Beefcake::Message
337
- end
338
-
339
- class CCSUsrMsg_VGUIMenu
340
-
341
- class Subkey
342
- optional :name, :string, 1
343
- optional :str, :string, 2
344
- end
345
- optional :name, :string, 1
346
- optional :show, :bool, 2
347
- repeated :subkeys, CCSUsrMsg_VGUIMenu::Subkey, 3
348
- end
349
-
350
- class CCSUsrMsg_Geiger
351
- optional :range, :int32, 1
352
- end
353
-
354
- class CCSUsrMsg_Train
355
- optional :train, :int32, 1
356
- end
357
-
358
- class CCSUsrMsg_HudText
359
- optional :text, :string, 1
360
- end
361
-
362
- class CCSUsrMsg_SayText
363
- optional :ent_idx, :int32, 1
364
- optional :text, :string, 2
365
- optional :chat, :bool, 3
366
- optional :textallchat, :bool, 4
367
- end
368
-
369
- class CCSUsrMsg_SayText2
370
- optional :ent_idx, :int32, 1
371
- optional :chat, :bool, 2
372
- optional :msg_name, :string, 3
373
- repeated :params, :string, 4
374
- optional :textallchat, :bool, 5
375
- end
376
-
377
- class CCSUsrMsg_TextMsg
378
- optional :msg_dst, :int32, 1
379
- repeated :params, :string, 3
380
- end
381
-
382
- class CCSUsrMsg_HudMsg
383
- optional :channel, :int32, 1
384
- optional :pos, CMsgVector2D, 2
385
- optional :clr1, CMsgRGBA, 3
386
- optional :clr2, CMsgRGBA, 4
387
- optional :effect, :int32, 5
388
- optional :fade_in_time, :float, 6
389
- optional :fade_out_time, :float, 7
390
- optional :hold_time, :float, 9
391
- optional :fx_time, :float, 10
392
- optional :text, :string, 11
393
- end
394
-
395
- class CCSUsrMsg_Shake
396
- optional :command, :int32, 1
397
- optional :local_amplitude, :float, 2
398
- optional :frequency, :float, 3
399
- optional :duration, :float, 4
400
- end
401
-
402
- class CCSUsrMsg_Fade
403
- optional :duration, :int32, 1
404
- optional :hold_time, :int32, 2
405
- optional :flags, :int32, 3
406
- optional :clr, CMsgRGBA, 4
407
- end
408
-
409
- class CCSUsrMsg_Rumble
410
- optional :index, :int32, 1
411
- optional :data, :int32, 2
412
- optional :flags, :int32, 3
413
- end
414
-
415
- class CCSUsrMsg_CloseCaption
416
- optional :hash, :uint32, 1
417
- optional :duration, :int32, 2
418
- optional :from_player, :bool, 3
419
- end
420
-
421
- class CCSUsrMsg_CloseCaptionDirect
422
- optional :hash, :uint32, 1
423
- optional :duration, :int32, 2
424
- optional :from_player, :bool, 3
425
- end
426
-
427
- class CCSUsrMsg_SendAudio
428
- optional :radio_sound, :string, 1
429
- end
430
-
431
- class CCSUsrMsg_RawAudio
432
- optional :pitch, :int32, 1
433
- optional :entidx, :int32, 2
434
- optional :duration, :float, 3
435
- optional :voice_filename, :string, 4
436
- end
437
-
438
- class CCSUsrMsg_VoiceMask
439
-
440
- class PlayerMask
441
- optional :game_rules_mask, :int32, 1
442
- optional :ban_masks, :int32, 2
443
- end
444
- repeated :player_masks, CCSUsrMsg_VoiceMask::PlayerMask, 1
445
- optional :player_mod_enable, :bool, 2
446
- end
447
-
448
- class CCSUsrMsg_Damage
449
- optional :amount, :int32, 1
450
- optional :inflictor_world_pos, CMsgVector, 2
451
- optional :victim_entindex, :int32, 3
452
- end
453
-
454
- class CCSUsrMsg_RadioText
455
- optional :msg_dst, :int32, 1
456
- optional :client, :int32, 2
457
- optional :msg_name, :string, 3
458
- repeated :params, :string, 4
459
- end
460
-
461
- class CCSUsrMsg_HintText
462
- optional :text, :string, 1
463
- end
464
-
465
- class CCSUsrMsg_KeyHintText
466
- repeated :hints, :string, 1
467
- end
468
-
469
- class CCSUsrMsg_ProcessSpottedEntityUpdate
470
-
471
- class SpottedEntityUpdate
472
- optional :entity_idx, :int32, 1
473
- optional :class_id, :int32, 2
474
- optional :origin_x, :int32, 3
475
- optional :origin_y, :int32, 4
476
- optional :origin_z, :int32, 5
477
- optional :angle_y, :int32, 6
478
- optional :defuser, :bool, 7
479
- optional :player_has_defuser, :bool, 8
480
- optional :player_has_c4, :bool, 9
481
- end
482
- optional :new_update, :bool, 1
483
- repeated :entity_updates, CCSUsrMsg_ProcessSpottedEntityUpdate::SpottedEntityUpdate, 2
484
- end
485
-
486
- class CCSUsrMsg_SendPlayerItemDrops
487
- repeated :entity_updates, CEconItemPreviewDataBlock, 1
488
- end
489
-
490
- class CCSUsrMsg_SendPlayerItemFound
491
- optional :iteminfo, CEconItemPreviewDataBlock, 1
492
- optional :entindex, :int32, 2
493
- end
494
-
495
- class CCSUsrMsg_ReloadEffect
496
- optional :entidx, :int32, 1
497
- optional :actanim, :int32, 2
498
- optional :origin_x, :float, 3
499
- optional :origin_y, :float, 4
500
- optional :origin_z, :float, 5
501
- end
502
-
503
- class CCSUsrMsg_AdjustMoney
504
- optional :amount, :int32, 1
505
- end
506
-
507
- class CCSUsrMsg_ReportHit
508
- optional :pos_x, :float, 1
509
- optional :pos_y, :float, 2
510
- optional :timestamp, :float, 4
511
- optional :pos_z, :float, 3
512
- end
513
-
514
- class CCSUsrMsg_KillCam
515
- optional :obs_mode, :int32, 1
516
- optional :first_target, :int32, 2
517
- optional :second_target, :int32, 3
518
- end
519
-
520
- class CCSUsrMsg_DesiredTimescale
521
- optional :desired_timescale, :float, 1
522
- optional :duration_realtime_sec, :float, 2
523
- optional :interpolator_type, :int32, 3
524
- optional :start_blend_time, :float, 4
525
- end
526
-
527
- class CCSUsrMsg_CurrentTimescale
528
- optional :cur_timescale, :float, 1
529
- end
530
-
531
- class CCSUsrMsg_AchievementEvent
532
- optional :achievement, :int32, 1
533
- optional :count, :int32, 2
534
- optional :user_id, :int32, 3
535
- end
536
-
537
- class CCSUsrMsg_MatchEndConditions
538
- optional :fraglimit, :int32, 1
539
- optional :mp_maxrounds, :int32, 2
540
- optional :mp_winlimit, :int32, 3
541
- optional :mp_timelimit, :int32, 4
542
- end
543
-
544
- class CCSUsrMsg_PlayerStatsUpdate
545
-
546
- class Stat
547
- optional :idx, :int32, 1
548
- optional :delta, :int32, 2
549
- end
550
- optional :version, :int32, 1
551
- repeated :stats, CCSUsrMsg_PlayerStatsUpdate::Stat, 4
552
- optional :user_id, :int32, 5
553
- optional :crc, :int32, 6
554
- end
555
-
556
- class CCSUsrMsg_DisplayInventory
557
- optional :display, :bool, 1
558
- optional :user_id, :int32, 2
559
- end
560
-
561
- class CCSUsrMsg_QuestProgress
562
- optional :quest_id, :uint32, 1
563
- optional :normal_points, :uint32, 2
564
- optional :bonus_points, :uint32, 3
565
- optional :is_event_quest, :bool, 4
566
- end
567
-
568
- class CCSUsrMsg_ScoreLeaderboardData
569
- optional :data, ScoreLeaderboardData, 1
570
- end
571
-
572
- class CCSUsrMsg_XRankGet
573
- optional :mode_idx, :int32, 1
574
- optional :controller, :int32, 2
575
- end
576
-
577
- class CCSUsrMsg_XRankUpd
578
- optional :mode_idx, :int32, 1
579
- optional :controller, :int32, 2
580
- optional :ranking, :int32, 3
581
- end
582
-
583
- class CCSUsrMsg_CallVoteFailed
584
- optional :reason, :int32, 1
585
- optional :time, :int32, 2
586
- end
587
-
588
- class CCSUsrMsg_VoteStart
589
- optional :team, :int32, 1
590
- optional :ent_idx, :int32, 2
591
- optional :vote_type, :int32, 3
592
- optional :disp_str, :string, 4
593
- optional :details_str, :string, 5
594
- optional :other_team_str, :string, 6
595
- optional :is_yes_no_vote, :bool, 7
596
- end
597
-
598
- class CCSUsrMsg_VotePass
599
- optional :team, :int32, 1
600
- optional :vote_type, :int32, 2
601
- optional :disp_str, :string, 3
602
- optional :details_str, :string, 4
603
- end
604
-
605
- class CCSUsrMsg_VoteFailed
606
- optional :team, :int32, 1
607
- optional :reason, :int32, 2
608
- end
609
-
610
- class CCSUsrMsg_VoteSetup
611
- repeated :potential_issues, :string, 1
612
- end
613
-
614
- class CCSUsrMsg_SendLastKillerDamageToClient
615
- optional :num_hits_given, :int32, 1
616
- optional :damage_given, :int32, 2
617
- optional :num_hits_taken, :int32, 3
618
- optional :damage_taken, :int32, 4
619
- end
620
-
621
- class CCSUsrMsg_ServerRankUpdate
622
-
623
- class RankUpdate
624
- optional :account_id, :int32, 1
625
- optional :rank_old, :int32, 2
626
- optional :rank_new, :int32, 3
627
- optional :num_wins, :int32, 4
628
- optional :rank_change, :float, 5
629
- end
630
- repeated :rank_update, CCSUsrMsg_ServerRankUpdate::RankUpdate, 1
631
- end
632
-
633
- class CCSUsrMsg_XpUpdate
634
- optional :data, CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, 1
635
- end
636
-
637
- class CCSUsrMsg_ItemPickup
638
- optional :item, :string, 1
639
- end
640
-
641
- class CCSUsrMsg_ShowMenu
642
- optional :bits_valid_slots, :int32, 1
643
- optional :display_time, :int32, 2
644
- optional :menu_string, :string, 3
645
- end
646
-
647
- class CCSUsrMsg_BarTime
648
- optional :time, :string, 1
649
- end
650
-
651
- class CCSUsrMsg_AmmoDenied
652
- optional :ammoIdx, :int32, 1
653
- end
654
-
655
- class CCSUsrMsg_MarkAchievement
656
- optional :achievement, :string, 1
657
- end
658
-
659
- class CCSUsrMsg_MatchStatsUpdate
660
- optional :update, :string, 1
661
- end
662
-
663
- class CCSUsrMsg_ItemDrop
664
- optional :itemid, :int64, 1
665
- optional :death, :bool, 2
666
- end
667
-
668
- class CCSUsrMsg_GlowPropTurnOff
669
- optional :entidx, :int32, 1
670
- end
671
-
672
- class CCSUsrMsg_RoundBackupFilenames
673
- optional :count, :int32, 1
674
- optional :index, :int32, 2
675
- optional :filename, :string, 3
676
- optional :nicename, :string, 4
677
- end
678
-
679
- class CCSUsrMsg_ResetHud
680
- optional :reset, :bool, 1
681
- end
682
-
683
- class CCSUsrMsg_GameTitle
684
- optional :dummy, :int32, 1
685
- end
686
-
687
- class CCSUsrMsg_RequestState
688
- optional :dummy, :int32, 1
689
- end
690
-
691
- class CCSUsrMsg_StopSpectatorMode
692
- optional :dummy, :int32, 1
693
- end
694
-
695
- class CCSUsrMsg_DisconnectToLobby
696
- optional :dummy, :int32, 1
697
- end
698
-
699
- class CCSUsrMsg_WarmupHasEnded
700
- optional :dummy, :int32, 1
701
- end
702
-
703
- class CCSUsrMsg_ClientInfo
704
- optional :dummy, :int32, 1
705
- end
706
-
707
- class CCSUsrMsg_ServerRankRevealAll
708
- optional :seconds_till_shutdown, :int32, 1
709
- end