mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-11 04:38:22 +00:00
Update proto files.
This commit is contained in:
parent
fafdedc45f
commit
5d96342544
@ -147,6 +147,7 @@ message CMsg_CVars
|
|||||||
{
|
{
|
||||||
optional string name = 1;
|
optional string name = 1;
|
||||||
optional string value = 2;
|
optional string value = 2;
|
||||||
|
optional uint32 dictionary_name = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
repeated CVar cvars = 1;
|
repeated CVar cvars = 1;
|
||||||
@ -291,6 +292,7 @@ message CCLCMsg_CmdKeyValues
|
|||||||
|
|
||||||
enum ESplitScreenMessageType
|
enum ESplitScreenMessageType
|
||||||
{
|
{
|
||||||
|
option allow_alias = true;
|
||||||
MSG_SPLITSCREEN_ADDUSER = 0;
|
MSG_SPLITSCREEN_ADDUSER = 0;
|
||||||
MSG_SPLITSCREEN_REMOVEUSER = 1;
|
MSG_SPLITSCREEN_REMOVEUSER = 1;
|
||||||
MSG_SPLITSCREEN_TYPE_BITS = 1;
|
MSG_SPLITSCREEN_TYPE_BITS = 1;
|
||||||
@ -434,6 +436,7 @@ message CSVCMsg_VoiceData
|
|||||||
optional fixed64 xuid = 3;
|
optional fixed64 xuid = 3;
|
||||||
optional int32 audible_mask = 4;
|
optional int32 audible_mask = 4;
|
||||||
optional bytes voice_data = 5;
|
optional bytes voice_data = 5;
|
||||||
|
optional bool caster = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CSVCMsg_FixAngle
|
message CSVCMsg_FixAngle
|
||||||
|
|||||||
@ -126,6 +126,7 @@ enum ECstrike15UserMessages
|
|||||||
CS_UM_SendPlayerItemDrops = 61;
|
CS_UM_SendPlayerItemDrops = 61;
|
||||||
CS_UM_RoundBackupFilenames = 62;
|
CS_UM_RoundBackupFilenames = 62;
|
||||||
CS_UM_SendPlayerItemFound = 63;
|
CS_UM_SendPlayerItemFound = 63;
|
||||||
|
CS_UM_ReportHit = 64;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -348,6 +349,9 @@ message CCSUsrMsg_ReloadEffect
|
|||||||
{
|
{
|
||||||
optional int32 entidx = 1;
|
optional int32 entidx = 1;
|
||||||
optional int32 actanim = 2;
|
optional int32 actanim = 2;
|
||||||
|
optional float origin_x = 3;
|
||||||
|
optional float origin_y = 4;
|
||||||
|
optional float origin_z = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CCSUsrMsg_AdjustMoney
|
message CCSUsrMsg_AdjustMoney
|
||||||
@ -355,6 +359,14 @@ message CCSUsrMsg_AdjustMoney
|
|||||||
optional int32 amount = 1;
|
optional int32 amount = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message CCSUsrMsg_ReportHit
|
||||||
|
{
|
||||||
|
optional float pos_x = 1;
|
||||||
|
optional float pos_y = 2;
|
||||||
|
optional float timestamp = 4;
|
||||||
|
optional float pos_z = 3;
|
||||||
|
}
|
||||||
|
|
||||||
message CCSUsrMsg_KillCam
|
message CCSUsrMsg_KillCam
|
||||||
{
|
{
|
||||||
optional int32 obs_mode = 1;
|
optional int32 obs_mode = 1;
|
||||||
@ -576,5 +588,5 @@ message CCSUsrMsg_ClientInfo
|
|||||||
|
|
||||||
message CCSUsrMsg_ServerRankRevealAll
|
message CCSUsrMsg_ServerRankRevealAll
|
||||||
{
|
{
|
||||||
optional int32 dummy = 1;
|
optional int32 seconds_till_shutdown = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user