mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Update protobufs
This commit is contained in:
parent
419097b8ae
commit
e6a39b9669
@ -4,6 +4,7 @@ enum ECsgoGameEvents {
|
||||
GE_PlayerAnimEventId = 450;
|
||||
GE_RadioIconEventId = 451;
|
||||
GE_FireBulletsId = 452;
|
||||
GE_PlayerBulletHitId = 453;
|
||||
}
|
||||
|
||||
message CMsgTEPlayerAnimEvent {
|
||||
@ -43,5 +44,18 @@ message CMsgTEFireBullets {
|
||||
optional .CMsgVector ent_origin = 13;
|
||||
optional uint32 num_bullets_remaining = 14;
|
||||
optional uint32 attack_type = 15;
|
||||
optional bool player_inair = 17;
|
||||
optional bool player_scoped = 18;
|
||||
optional int32 tick = 19;
|
||||
optional .CMsgTEFireBullets.Extra extra = 16;
|
||||
}
|
||||
|
||||
message CMsgPlayerBulletHit {
|
||||
optional int32 attacker_slot = 1 [default = -1];
|
||||
optional int32 victim_slot = 2 [default = -1];
|
||||
optional .CMsgVector victim_pos = 3;
|
||||
optional int32 hit_group = 4;
|
||||
optional int32 damage = 5;
|
||||
optional int32 penetration_count = 6;
|
||||
optional bool is_kill = 7;
|
||||
}
|
||||
|
||||
@ -924,6 +924,7 @@ message CEconItemPreviewDataBlock {
|
||||
optional float offset_z = 9;
|
||||
optional uint32 pattern = 10;
|
||||
optional uint32 highlight_reel = 11;
|
||||
optional uint32 wrapped_sticker = 12;
|
||||
}
|
||||
|
||||
optional uint32 accountid = 1;
|
||||
|
||||
@ -186,6 +186,8 @@ enum EGCItemCustomizationNotification {
|
||||
k_EGCItemCustomizationNotification_NameBaseItem = 1019;
|
||||
k_EGCItemCustomizationNotification_RemoveItemName = 1030;
|
||||
k_EGCItemCustomizationNotification_RemoveSticker = 1053;
|
||||
k_EGCItemCustomizationNotification_ExtractSticker = 1054;
|
||||
k_EGCItemCustomizationNotification_EncapsulateSticker = 1055;
|
||||
k_EGCItemCustomizationNotification_ApplySticker = 1086;
|
||||
k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
|
||||
k_EGCItemCustomizationNotification_RemovePatch = 1089;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user