From 5756c2e3ac4885378528b721ccc4ce7e7a30586b Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sun, 18 Dec 2022 11:29:56 -0500 Subject: [PATCH] Add protos, update helpers, and regen. --- .../engine/protobuf/engine_gcmessages.pb.cc | 679 + public/engine/protobuf/engine_gcmessages.pb.h | 450 + .../engine/protobuf/engine_gcmessages.proto | 16 + public/engine/protobuf/netmessages.pb.cc | 1267 +- public/engine/protobuf/netmessages.pb.h | 800 +- public/engine/protobuf/netmessages.proto | 635 +- .../protobuf/cstrike15_usermessages.proto | 759 - .../vietnam/protobuf/vietnam_gcmessages.pb.cc | 74 + .../vietnam/protobuf/vietnam_gcmessages.pb.h | 56 + .../vietnam/protobuf/vietnam_gcmessages.proto | 4 + .../protobuf/vietnam_usermessage_helpers.cpp} | 43 +- .../protobuf/vietnam_usermessage_helpers.h} | 14 +- .../protobuf/vietnam_usermessages.pb.cc} | 15326 ++++++---------- .../protobuf/vietnam_usermessages.pb.h} | 9092 ++++----- .../protobuf/vietnam_usermessages.proto | 537 + 15 files changed, 12625 insertions(+), 17127 deletions(-) create mode 100644 public/engine/protobuf/engine_gcmessages.pb.cc create mode 100644 public/engine/protobuf/engine_gcmessages.pb.h create mode 100644 public/engine/protobuf/engine_gcmessages.proto delete mode 100644 public/game/shared/csgo/protobuf/cstrike15_usermessages.proto create mode 100644 public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.cc create mode 100644 public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.h create mode 100644 public/game/shared/vietnam/protobuf/vietnam_gcmessages.proto rename public/game/shared/{csgo/protobuf/cstrike15_usermessage_helpers.cpp => vietnam/protobuf/vietnam_usermessage_helpers.cpp} (69%) rename public/game/shared/{csgo/protobuf/cstrike15_usermessage_helpers.h => vietnam/protobuf/vietnam_usermessage_helpers.h} (60%) rename public/game/shared/{csgo/protobuf/cstrike15_usermessages.pb.cc => vietnam/protobuf/vietnam_usermessages.pb.cc} (74%) rename public/game/shared/{csgo/protobuf/cstrike15_usermessages.pb.h => vietnam/protobuf/vietnam_usermessages.pb.h} (71%) create mode 100644 public/game/shared/vietnam/protobuf/vietnam_usermessages.proto diff --git a/public/engine/protobuf/engine_gcmessages.pb.cc b/public/engine/protobuf/engine_gcmessages.pb.cc new file mode 100644 index 00000000..c521cc6c --- /dev/null +++ b/public/engine/protobuf/engine_gcmessages.pb.cc @@ -0,0 +1,679 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: engine_gcmessages.proto + +#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION +#include "engine_gcmessages.pb.h" + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +// @@protoc_insertion_point(includes) + +namespace { + +const ::google::protobuf::Descriptor* CEngineGotvSyncPacket_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CEngineGotvSyncPacket_reflection_ = NULL; + +} // namespace + + +void protobuf_AssignDesc_engine_5fgcmessages_2eproto() { + protobuf_AddDesc_engine_5fgcmessages_2eproto(); + const ::google::protobuf::FileDescriptor* file = + ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( + "engine_gcmessages.proto"); + GOOGLE_CHECK(file != NULL); + CEngineGotvSyncPacket_descriptor_ = file->message_type(0); + static const int CEngineGotvSyncPacket_offsets_[10] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, match_id_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, instance_id_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, signupfragment_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, currentfragment_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, tickrate_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, tick_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, rtdelay_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, rcvage_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, keyframe_interval_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, cdndelay_), + }; + CEngineGotvSyncPacket_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CEngineGotvSyncPacket_descriptor_, + CEngineGotvSyncPacket::default_instance_, + CEngineGotvSyncPacket_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEngineGotvSyncPacket, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CEngineGotvSyncPacket)); +} + +namespace { + +GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); +inline void protobuf_AssignDescriptorsOnce() { + ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, + &protobuf_AssignDesc_engine_5fgcmessages_2eproto); +} + +void protobuf_RegisterTypes(const ::std::string&) { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CEngineGotvSyncPacket_descriptor_, &CEngineGotvSyncPacket::default_instance()); +} + +} // namespace + +void protobuf_ShutdownFile_engine_5fgcmessages_2eproto() { + delete CEngineGotvSyncPacket::default_instance_; + delete CEngineGotvSyncPacket_reflection_; +} + +void protobuf_AddDesc_engine_5fgcmessages_2eproto() { + static bool already_here = false; + if (already_here) return; + already_here = true; + GOOGLE_PROTOBUF_VERIFY_VERSION; + + ::google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); + ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( + "\n\027engine_gcmessages.proto\032 google/protob" + "uf/descriptor.proto\"\335\001\n\025CEngineGotvSyncP" + "acket\022\020\n\010match_id\030\001 \001(\004\022\023\n\013instance_id\030\002" + " \001(\r\022\026\n\016signupfragment\030\003 \001(\r\022\027\n\017currentf" + "ragment\030\004 \001(\r\022\020\n\010tickrate\030\005 \001(\002\022\014\n\004tick\030" + "\006 \001(\r\022\017\n\007rtdelay\030\010 \001(\002\022\016\n\006rcvage\030\t \001(\002\022\031" + "\n\021keyframe_interval\030\n \001(\002\022\020\n\010cdndelay\030\013 " + "\001(\rB\003\200\001\000", 288); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( + "engine_gcmessages.proto", &protobuf_RegisterTypes); + CEngineGotvSyncPacket::default_instance_ = new CEngineGotvSyncPacket(); + CEngineGotvSyncPacket::default_instance_->InitAsDefaultInstance(); + ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_engine_5fgcmessages_2eproto); +} + +// Force AddDescriptors() to be called at static initialization time. +struct StaticDescriptorInitializer_engine_5fgcmessages_2eproto { + StaticDescriptorInitializer_engine_5fgcmessages_2eproto() { + protobuf_AddDesc_engine_5fgcmessages_2eproto(); + } +} static_descriptor_initializer_engine_5fgcmessages_2eproto_; + +// =================================================================== + +#ifndef _MSC_VER +const int CEngineGotvSyncPacket::kMatchIdFieldNumber; +const int CEngineGotvSyncPacket::kInstanceIdFieldNumber; +const int CEngineGotvSyncPacket::kSignupfragmentFieldNumber; +const int CEngineGotvSyncPacket::kCurrentfragmentFieldNumber; +const int CEngineGotvSyncPacket::kTickrateFieldNumber; +const int CEngineGotvSyncPacket::kTickFieldNumber; +const int CEngineGotvSyncPacket::kRtdelayFieldNumber; +const int CEngineGotvSyncPacket::kRcvageFieldNumber; +const int CEngineGotvSyncPacket::kKeyframeIntervalFieldNumber; +const int CEngineGotvSyncPacket::kCdndelayFieldNumber; +#endif // !_MSC_VER + +CEngineGotvSyncPacket::CEngineGotvSyncPacket() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CEngineGotvSyncPacket::InitAsDefaultInstance() { +} + +CEngineGotvSyncPacket::CEngineGotvSyncPacket(const CEngineGotvSyncPacket& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CEngineGotvSyncPacket::SharedCtor() { + _cached_size_ = 0; + match_id_ = GOOGLE_ULONGLONG(0); + instance_id_ = 0u; + signupfragment_ = 0u; + currentfragment_ = 0u; + tickrate_ = 0; + tick_ = 0u; + rtdelay_ = 0; + rcvage_ = 0; + keyframe_interval_ = 0; + cdndelay_ = 0u; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CEngineGotvSyncPacket::~CEngineGotvSyncPacket() { + SharedDtor(); +} + +void CEngineGotvSyncPacket::SharedDtor() { + if (this != default_instance_) { + } +} + +void CEngineGotvSyncPacket::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CEngineGotvSyncPacket::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CEngineGotvSyncPacket_descriptor_; +} + +const CEngineGotvSyncPacket& CEngineGotvSyncPacket::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_engine_5fgcmessages_2eproto(); + return *default_instance_; +} + +CEngineGotvSyncPacket* CEngineGotvSyncPacket::default_instance_ = NULL; + +CEngineGotvSyncPacket* CEngineGotvSyncPacket::New() const { + return new CEngineGotvSyncPacket; +} + +void CEngineGotvSyncPacket::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + match_id_ = GOOGLE_ULONGLONG(0); + instance_id_ = 0u; + signupfragment_ = 0u; + currentfragment_ = 0u; + tickrate_ = 0; + tick_ = 0u; + rtdelay_ = 0; + rcvage_ = 0; + } + if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { + keyframe_interval_ = 0; + cdndelay_ = 0u; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CEngineGotvSyncPacket::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional uint64 match_id = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( + input, &match_id_))); + set_has_match_id(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_instance_id; + break; + } + + // optional uint32 instance_id = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_instance_id: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &instance_id_))); + set_has_instance_id(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_signupfragment; + break; + } + + // optional uint32 signupfragment = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_signupfragment: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &signupfragment_))); + set_has_signupfragment(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(32)) goto parse_currentfragment; + break; + } + + // optional uint32 currentfragment = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_currentfragment: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, ¤tfragment_))); + set_has_currentfragment(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(45)) goto parse_tickrate; + break; + } + + // optional float tickrate = 5; + case 5: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_tickrate: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &tickrate_))); + set_has_tickrate(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(48)) goto parse_tick; + break; + } + + // optional uint32 tick = 6; + case 6: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_tick: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &tick_))); + set_has_tick(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(69)) goto parse_rtdelay; + break; + } + + // optional float rtdelay = 8; + case 8: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_rtdelay: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &rtdelay_))); + set_has_rtdelay(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(77)) goto parse_rcvage; + break; + } + + // optional float rcvage = 9; + case 9: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_rcvage: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &rcvage_))); + set_has_rcvage(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(85)) goto parse_keyframe_interval; + break; + } + + // optional float keyframe_interval = 10; + case 10: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_keyframe_interval: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &keyframe_interval_))); + set_has_keyframe_interval(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(88)) goto parse_cdndelay; + break; + } + + // optional uint32 cdndelay = 11; + case 11: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_cdndelay: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &cdndelay_))); + set_has_cdndelay(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CEngineGotvSyncPacket::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional uint64 match_id = 1; + if (has_match_id()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->match_id(), output); + } + + // optional uint32 instance_id = 2; + if (has_instance_id()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->instance_id(), output); + } + + // optional uint32 signupfragment = 3; + if (has_signupfragment()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->signupfragment(), output); + } + + // optional uint32 currentfragment = 4; + if (has_currentfragment()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->currentfragment(), output); + } + + // optional float tickrate = 5; + if (has_tickrate()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(5, this->tickrate(), output); + } + + // optional uint32 tick = 6; + if (has_tick()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->tick(), output); + } + + // optional float rtdelay = 8; + if (has_rtdelay()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(8, this->rtdelay(), output); + } + + // optional float rcvage = 9; + if (has_rcvage()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(9, this->rcvage(), output); + } + + // optional float keyframe_interval = 10; + if (has_keyframe_interval()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(10, this->keyframe_interval(), output); + } + + // optional uint32 cdndelay = 11; + if (has_cdndelay()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(11, this->cdndelay(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CEngineGotvSyncPacket::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional uint64 match_id = 1; + if (has_match_id()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->match_id(), target); + } + + // optional uint32 instance_id = 2; + if (has_instance_id()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->instance_id(), target); + } + + // optional uint32 signupfragment = 3; + if (has_signupfragment()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->signupfragment(), target); + } + + // optional uint32 currentfragment = 4; + if (has_currentfragment()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->currentfragment(), target); + } + + // optional float tickrate = 5; + if (has_tickrate()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(5, this->tickrate(), target); + } + + // optional uint32 tick = 6; + if (has_tick()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(6, this->tick(), target); + } + + // optional float rtdelay = 8; + if (has_rtdelay()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(8, this->rtdelay(), target); + } + + // optional float rcvage = 9; + if (has_rcvage()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(9, this->rcvage(), target); + } + + // optional float keyframe_interval = 10; + if (has_keyframe_interval()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(10, this->keyframe_interval(), target); + } + + // optional uint32 cdndelay = 11; + if (has_cdndelay()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(11, this->cdndelay(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CEngineGotvSyncPacket::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional uint64 match_id = 1; + if (has_match_id()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt64Size( + this->match_id()); + } + + // optional uint32 instance_id = 2; + if (has_instance_id()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->instance_id()); + } + + // optional uint32 signupfragment = 3; + if (has_signupfragment()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->signupfragment()); + } + + // optional uint32 currentfragment = 4; + if (has_currentfragment()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->currentfragment()); + } + + // optional float tickrate = 5; + if (has_tickrate()) { + total_size += 1 + 4; + } + + // optional uint32 tick = 6; + if (has_tick()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->tick()); + } + + // optional float rtdelay = 8; + if (has_rtdelay()) { + total_size += 1 + 4; + } + + // optional float rcvage = 9; + if (has_rcvage()) { + total_size += 1 + 4; + } + + } + if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { + // optional float keyframe_interval = 10; + if (has_keyframe_interval()) { + total_size += 1 + 4; + } + + // optional uint32 cdndelay = 11; + if (has_cdndelay()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->cdndelay()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CEngineGotvSyncPacket::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CEngineGotvSyncPacket* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CEngineGotvSyncPacket::MergeFrom(const CEngineGotvSyncPacket& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_match_id()) { + set_match_id(from.match_id()); + } + if (from.has_instance_id()) { + set_instance_id(from.instance_id()); + } + if (from.has_signupfragment()) { + set_signupfragment(from.signupfragment()); + } + if (from.has_currentfragment()) { + set_currentfragment(from.currentfragment()); + } + if (from.has_tickrate()) { + set_tickrate(from.tickrate()); + } + if (from.has_tick()) { + set_tick(from.tick()); + } + if (from.has_rtdelay()) { + set_rtdelay(from.rtdelay()); + } + if (from.has_rcvage()) { + set_rcvage(from.rcvage()); + } + } + if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { + if (from.has_keyframe_interval()) { + set_keyframe_interval(from.keyframe_interval()); + } + if (from.has_cdndelay()) { + set_cdndelay(from.cdndelay()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CEngineGotvSyncPacket::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CEngineGotvSyncPacket::CopyFrom(const CEngineGotvSyncPacket& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CEngineGotvSyncPacket::IsInitialized() const { + + return true; +} + +void CEngineGotvSyncPacket::Swap(CEngineGotvSyncPacket* other) { + if (other != this) { + std::swap(match_id_, other->match_id_); + std::swap(instance_id_, other->instance_id_); + std::swap(signupfragment_, other->signupfragment_); + std::swap(currentfragment_, other->currentfragment_); + std::swap(tickrate_, other->tickrate_); + std::swap(tick_, other->tick_); + std::swap(rtdelay_, other->rtdelay_); + std::swap(rcvage_, other->rcvage_); + std::swap(keyframe_interval_, other->keyframe_interval_); + std::swap(cdndelay_, other->cdndelay_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CEngineGotvSyncPacket::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CEngineGotvSyncPacket_descriptor_; + metadata.reflection = CEngineGotvSyncPacket_reflection_; + return metadata; +} + + +// @@protoc_insertion_point(namespace_scope) + +// @@protoc_insertion_point(global_scope) diff --git a/public/engine/protobuf/engine_gcmessages.pb.h b/public/engine/protobuf/engine_gcmessages.pb.h new file mode 100644 index 00000000..1e03fe36 --- /dev/null +++ b/public/engine/protobuf/engine_gcmessages.pb.h @@ -0,0 +1,450 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: engine_gcmessages.proto + +#ifndef PROTOBUF_engine_5fgcmessages_2eproto__INCLUDED +#define PROTOBUF_engine_5fgcmessages_2eproto__INCLUDED + +#include + +#include + +#if GOOGLE_PROTOBUF_VERSION < 2005000 +#error This file was generated by a newer version of protoc which is +#error incompatible with your Protocol Buffer headers. Please update +#error your headers. +#endif +#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION +#error This file was generated by an older version of protoc which is +#error incompatible with your Protocol Buffer headers. Please +#error regenerate this file with a newer version of protoc. +#endif + +#include +#include +#include +#include +#include +#include "google/protobuf/descriptor.pb.h" +// @@protoc_insertion_point(includes) + +// Internal implementation detail -- do not call these. +void protobuf_AddDesc_engine_5fgcmessages_2eproto(); +void protobuf_AssignDesc_engine_5fgcmessages_2eproto(); +void protobuf_ShutdownFile_engine_5fgcmessages_2eproto(); + +class CEngineGotvSyncPacket; + +// =================================================================== + +class CEngineGotvSyncPacket : public ::google::protobuf::Message { + public: + CEngineGotvSyncPacket(); + virtual ~CEngineGotvSyncPacket(); + + CEngineGotvSyncPacket(const CEngineGotvSyncPacket& from); + + inline CEngineGotvSyncPacket& operator=(const CEngineGotvSyncPacket& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CEngineGotvSyncPacket& default_instance(); + + void Swap(CEngineGotvSyncPacket* other); + + // implements Message ---------------------------------------------- + + CEngineGotvSyncPacket* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CEngineGotvSyncPacket& from); + void MergeFrom(const CEngineGotvSyncPacket& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional uint64 match_id = 1; + inline bool has_match_id() const; + inline void clear_match_id(); + static const int kMatchIdFieldNumber = 1; + inline ::google::protobuf::uint64 match_id() const; + inline void set_match_id(::google::protobuf::uint64 value); + + // optional uint32 instance_id = 2; + inline bool has_instance_id() const; + inline void clear_instance_id(); + static const int kInstanceIdFieldNumber = 2; + inline ::google::protobuf::uint32 instance_id() const; + inline void set_instance_id(::google::protobuf::uint32 value); + + // optional uint32 signupfragment = 3; + inline bool has_signupfragment() const; + inline void clear_signupfragment(); + static const int kSignupfragmentFieldNumber = 3; + inline ::google::protobuf::uint32 signupfragment() const; + inline void set_signupfragment(::google::protobuf::uint32 value); + + // optional uint32 currentfragment = 4; + inline bool has_currentfragment() const; + inline void clear_currentfragment(); + static const int kCurrentfragmentFieldNumber = 4; + inline ::google::protobuf::uint32 currentfragment() const; + inline void set_currentfragment(::google::protobuf::uint32 value); + + // optional float tickrate = 5; + inline bool has_tickrate() const; + inline void clear_tickrate(); + static const int kTickrateFieldNumber = 5; + inline float tickrate() const; + inline void set_tickrate(float value); + + // optional uint32 tick = 6; + inline bool has_tick() const; + inline void clear_tick(); + static const int kTickFieldNumber = 6; + inline ::google::protobuf::uint32 tick() const; + inline void set_tick(::google::protobuf::uint32 value); + + // optional float rtdelay = 8; + inline bool has_rtdelay() const; + inline void clear_rtdelay(); + static const int kRtdelayFieldNumber = 8; + inline float rtdelay() const; + inline void set_rtdelay(float value); + + // optional float rcvage = 9; + inline bool has_rcvage() const; + inline void clear_rcvage(); + static const int kRcvageFieldNumber = 9; + inline float rcvage() const; + inline void set_rcvage(float value); + + // optional float keyframe_interval = 10; + inline bool has_keyframe_interval() const; + inline void clear_keyframe_interval(); + static const int kKeyframeIntervalFieldNumber = 10; + inline float keyframe_interval() const; + inline void set_keyframe_interval(float value); + + // optional uint32 cdndelay = 11; + inline bool has_cdndelay() const; + inline void clear_cdndelay(); + static const int kCdndelayFieldNumber = 11; + inline ::google::protobuf::uint32 cdndelay() const; + inline void set_cdndelay(::google::protobuf::uint32 value); + + // @@protoc_insertion_point(class_scope:CEngineGotvSyncPacket) + private: + inline void set_has_match_id(); + inline void clear_has_match_id(); + inline void set_has_instance_id(); + inline void clear_has_instance_id(); + inline void set_has_signupfragment(); + inline void clear_has_signupfragment(); + inline void set_has_currentfragment(); + inline void clear_has_currentfragment(); + inline void set_has_tickrate(); + inline void clear_has_tickrate(); + inline void set_has_tick(); + inline void clear_has_tick(); + inline void set_has_rtdelay(); + inline void clear_has_rtdelay(); + inline void set_has_rcvage(); + inline void clear_has_rcvage(); + inline void set_has_keyframe_interval(); + inline void clear_has_keyframe_interval(); + inline void set_has_cdndelay(); + inline void clear_has_cdndelay(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::uint64 match_id_; + ::google::protobuf::uint32 instance_id_; + ::google::protobuf::uint32 signupfragment_; + ::google::protobuf::uint32 currentfragment_; + float tickrate_; + ::google::protobuf::uint32 tick_; + float rtdelay_; + float rcvage_; + float keyframe_interval_; + ::google::protobuf::uint32 cdndelay_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(10 + 31) / 32]; + + friend void protobuf_AddDesc_engine_5fgcmessages_2eproto(); + friend void protobuf_AssignDesc_engine_5fgcmessages_2eproto(); + friend void protobuf_ShutdownFile_engine_5fgcmessages_2eproto(); + + void InitAsDefaultInstance(); + static CEngineGotvSyncPacket* default_instance_; +}; +// =================================================================== + + +// =================================================================== + +// CEngineGotvSyncPacket + +// optional uint64 match_id = 1; +inline bool CEngineGotvSyncPacket::has_match_id() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_match_id() { + _has_bits_[0] |= 0x00000001u; +} +inline void CEngineGotvSyncPacket::clear_has_match_id() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CEngineGotvSyncPacket::clear_match_id() { + match_id_ = GOOGLE_ULONGLONG(0); + clear_has_match_id(); +} +inline ::google::protobuf::uint64 CEngineGotvSyncPacket::match_id() const { + return match_id_; +} +inline void CEngineGotvSyncPacket::set_match_id(::google::protobuf::uint64 value) { + set_has_match_id(); + match_id_ = value; +} + +// optional uint32 instance_id = 2; +inline bool CEngineGotvSyncPacket::has_instance_id() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_instance_id() { + _has_bits_[0] |= 0x00000002u; +} +inline void CEngineGotvSyncPacket::clear_has_instance_id() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CEngineGotvSyncPacket::clear_instance_id() { + instance_id_ = 0u; + clear_has_instance_id(); +} +inline ::google::protobuf::uint32 CEngineGotvSyncPacket::instance_id() const { + return instance_id_; +} +inline void CEngineGotvSyncPacket::set_instance_id(::google::protobuf::uint32 value) { + set_has_instance_id(); + instance_id_ = value; +} + +// optional uint32 signupfragment = 3; +inline bool CEngineGotvSyncPacket::has_signupfragment() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_signupfragment() { + _has_bits_[0] |= 0x00000004u; +} +inline void CEngineGotvSyncPacket::clear_has_signupfragment() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CEngineGotvSyncPacket::clear_signupfragment() { + signupfragment_ = 0u; + clear_has_signupfragment(); +} +inline ::google::protobuf::uint32 CEngineGotvSyncPacket::signupfragment() const { + return signupfragment_; +} +inline void CEngineGotvSyncPacket::set_signupfragment(::google::protobuf::uint32 value) { + set_has_signupfragment(); + signupfragment_ = value; +} + +// optional uint32 currentfragment = 4; +inline bool CEngineGotvSyncPacket::has_currentfragment() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_currentfragment() { + _has_bits_[0] |= 0x00000008u; +} +inline void CEngineGotvSyncPacket::clear_has_currentfragment() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CEngineGotvSyncPacket::clear_currentfragment() { + currentfragment_ = 0u; + clear_has_currentfragment(); +} +inline ::google::protobuf::uint32 CEngineGotvSyncPacket::currentfragment() const { + return currentfragment_; +} +inline void CEngineGotvSyncPacket::set_currentfragment(::google::protobuf::uint32 value) { + set_has_currentfragment(); + currentfragment_ = value; +} + +// optional float tickrate = 5; +inline bool CEngineGotvSyncPacket::has_tickrate() const { + return (_has_bits_[0] & 0x00000010u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_tickrate() { + _has_bits_[0] |= 0x00000010u; +} +inline void CEngineGotvSyncPacket::clear_has_tickrate() { + _has_bits_[0] &= ~0x00000010u; +} +inline void CEngineGotvSyncPacket::clear_tickrate() { + tickrate_ = 0; + clear_has_tickrate(); +} +inline float CEngineGotvSyncPacket::tickrate() const { + return tickrate_; +} +inline void CEngineGotvSyncPacket::set_tickrate(float value) { + set_has_tickrate(); + tickrate_ = value; +} + +// optional uint32 tick = 6; +inline bool CEngineGotvSyncPacket::has_tick() const { + return (_has_bits_[0] & 0x00000020u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_tick() { + _has_bits_[0] |= 0x00000020u; +} +inline void CEngineGotvSyncPacket::clear_has_tick() { + _has_bits_[0] &= ~0x00000020u; +} +inline void CEngineGotvSyncPacket::clear_tick() { + tick_ = 0u; + clear_has_tick(); +} +inline ::google::protobuf::uint32 CEngineGotvSyncPacket::tick() const { + return tick_; +} +inline void CEngineGotvSyncPacket::set_tick(::google::protobuf::uint32 value) { + set_has_tick(); + tick_ = value; +} + +// optional float rtdelay = 8; +inline bool CEngineGotvSyncPacket::has_rtdelay() const { + return (_has_bits_[0] & 0x00000040u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_rtdelay() { + _has_bits_[0] |= 0x00000040u; +} +inline void CEngineGotvSyncPacket::clear_has_rtdelay() { + _has_bits_[0] &= ~0x00000040u; +} +inline void CEngineGotvSyncPacket::clear_rtdelay() { + rtdelay_ = 0; + clear_has_rtdelay(); +} +inline float CEngineGotvSyncPacket::rtdelay() const { + return rtdelay_; +} +inline void CEngineGotvSyncPacket::set_rtdelay(float value) { + set_has_rtdelay(); + rtdelay_ = value; +} + +// optional float rcvage = 9; +inline bool CEngineGotvSyncPacket::has_rcvage() const { + return (_has_bits_[0] & 0x00000080u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_rcvage() { + _has_bits_[0] |= 0x00000080u; +} +inline void CEngineGotvSyncPacket::clear_has_rcvage() { + _has_bits_[0] &= ~0x00000080u; +} +inline void CEngineGotvSyncPacket::clear_rcvage() { + rcvage_ = 0; + clear_has_rcvage(); +} +inline float CEngineGotvSyncPacket::rcvage() const { + return rcvage_; +} +inline void CEngineGotvSyncPacket::set_rcvage(float value) { + set_has_rcvage(); + rcvage_ = value; +} + +// optional float keyframe_interval = 10; +inline bool CEngineGotvSyncPacket::has_keyframe_interval() const { + return (_has_bits_[0] & 0x00000100u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_keyframe_interval() { + _has_bits_[0] |= 0x00000100u; +} +inline void CEngineGotvSyncPacket::clear_has_keyframe_interval() { + _has_bits_[0] &= ~0x00000100u; +} +inline void CEngineGotvSyncPacket::clear_keyframe_interval() { + keyframe_interval_ = 0; + clear_has_keyframe_interval(); +} +inline float CEngineGotvSyncPacket::keyframe_interval() const { + return keyframe_interval_; +} +inline void CEngineGotvSyncPacket::set_keyframe_interval(float value) { + set_has_keyframe_interval(); + keyframe_interval_ = value; +} + +// optional uint32 cdndelay = 11; +inline bool CEngineGotvSyncPacket::has_cdndelay() const { + return (_has_bits_[0] & 0x00000200u) != 0; +} +inline void CEngineGotvSyncPacket::set_has_cdndelay() { + _has_bits_[0] |= 0x00000200u; +} +inline void CEngineGotvSyncPacket::clear_has_cdndelay() { + _has_bits_[0] &= ~0x00000200u; +} +inline void CEngineGotvSyncPacket::clear_cdndelay() { + cdndelay_ = 0u; + clear_has_cdndelay(); +} +inline ::google::protobuf::uint32 CEngineGotvSyncPacket::cdndelay() const { + return cdndelay_; +} +inline void CEngineGotvSyncPacket::set_cdndelay(::google::protobuf::uint32 value) { + set_has_cdndelay(); + cdndelay_ = value; +} + + +// @@protoc_insertion_point(namespace_scope) + +#ifndef SWIG +namespace google { +namespace protobuf { + + +} // namespace google +} // namespace protobuf +#endif // SWIG + +// @@protoc_insertion_point(global_scope) + +#endif // PROTOBUF_engine_5fgcmessages_2eproto__INCLUDED diff --git a/public/engine/protobuf/engine_gcmessages.proto b/public/engine/protobuf/engine_gcmessages.proto new file mode 100644 index 00000000..9db1fcc7 --- /dev/null +++ b/public/engine/protobuf/engine_gcmessages.proto @@ -0,0 +1,16 @@ +import "google/protobuf/descriptor.proto"; + +option cc_generic_services = false; + +message CEngineGotvSyncPacket { + optional uint64 match_id = 1; + optional uint32 instance_id = 2; + optional uint32 signupfragment = 3; + optional uint32 currentfragment = 4; + optional float tickrate = 5; + optional uint32 tick = 6; + optional float rtdelay = 8; + optional float rcvage = 9; + optional float keyframe_interval = 10; + optional uint32 cdndelay = 11; +} diff --git a/public/engine/protobuf/netmessages.pb.cc b/public/engine/protobuf/netmessages.pb.cc index 9cb90a1a..6bd4a3d0 100644 --- a/public/engine/protobuf/netmessages.pb.cc +++ b/public/engine/protobuf/netmessages.pb.cc @@ -201,12 +201,18 @@ const ::google::protobuf::internal::GeneratedMessageReflection* const ::google::protobuf::Descriptor* CSVCMsg_Broadcast_Command_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CSVCMsg_Broadcast_Command_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCLCMsg_HltvFixupOperatorTick_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCLCMsg_HltvFixupOperatorTick_reflection_ = NULL; +const ::google::protobuf::Descriptor* CSVCMsg_HltvFixupOperatorStatus_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CSVCMsg_HltvFixupOperatorStatus_reflection_ = NULL; const ::google::protobuf::EnumDescriptor* NET_Messages_descriptor_ = NULL; const ::google::protobuf::EnumDescriptor* CLC_Messages_descriptor_ = NULL; const ::google::protobuf::EnumDescriptor* VoiceDataFormat_t_descriptor_ = NULL; const ::google::protobuf::EnumDescriptor* ESplitScreenMessageType_descriptor_ = NULL; -const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor_ = NULL; const ::google::protobuf::EnumDescriptor* SVC_Messages_descriptor_ = NULL; +const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor_ = NULL; } // namespace @@ -641,7 +647,7 @@ void protobuf_AssignDesc_netmessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCLCMsg_CmdKeyValues)); CSVCMsg_ServerInfo_descriptor_ = file->message_type(24); - static const int CSVCMsg_ServerInfo_offsets_[22] = { + static const int CSVCMsg_ServerInfo_offsets_[24] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, protocol_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, server_count_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, is_dedicated_), @@ -664,6 +670,8 @@ void protobuf_AssignDesc_netmessages_2eproto() { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, host_name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, public_ip_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, ugc_map_id_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, allow_loose_file_loads_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_ServerInfo, allow_user_workshop_content_), }; CSVCMsg_ServerInfo_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -1244,7 +1252,7 @@ void protobuf_AssignDesc_netmessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CSVCMsg_EncryptedData)); CSVCMsg_HltvReplay_descriptor_ = file->message_type(51); - static const int CSVCMsg_HltvReplay_offsets_[7] = { + static const int CSVCMsg_HltvReplay_offsets_[8] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, delay_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, primary_target_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, replay_stop_at_), @@ -1252,6 +1260,7 @@ void protobuf_AssignDesc_netmessages_2eproto() { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, replay_slowdown_begin_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, replay_slowdown_end_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, replay_slowdown_rate_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvReplay, reason_), }; CSVCMsg_HltvReplay_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -1298,12 +1307,50 @@ void protobuf_AssignDesc_netmessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CSVCMsg_Broadcast_Command)); + CCLCMsg_HltvFixupOperatorTick_descriptor_ = file->message_type(54); + static const int CCLCMsg_HltvFixupOperatorTick_offsets_[8] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, tick_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, props_data_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, origin_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, eye_angles_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, observer_mode_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, cameraman_scoreboard_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, observer_target_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, view_offset_), + }; + CCLCMsg_HltvFixupOperatorTick_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCLCMsg_HltvFixupOperatorTick_descriptor_, + CCLCMsg_HltvFixupOperatorTick::default_instance_, + CCLCMsg_HltvFixupOperatorTick_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCLCMsg_HltvFixupOperatorTick, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCLCMsg_HltvFixupOperatorTick)); + CSVCMsg_HltvFixupOperatorStatus_descriptor_ = file->message_type(55); + static const int CSVCMsg_HltvFixupOperatorStatus_offsets_[2] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvFixupOperatorStatus, mode_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvFixupOperatorStatus, override_operator_name_), + }; + CSVCMsg_HltvFixupOperatorStatus_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CSVCMsg_HltvFixupOperatorStatus_descriptor_, + CSVCMsg_HltvFixupOperatorStatus::default_instance_, + CSVCMsg_HltvFixupOperatorStatus_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvFixupOperatorStatus, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CSVCMsg_HltvFixupOperatorStatus, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CSVCMsg_HltvFixupOperatorStatus)); NET_Messages_descriptor_ = file->enum_type(0); CLC_Messages_descriptor_ = file->enum_type(1); VoiceDataFormat_t_descriptor_ = file->enum_type(2); ESplitScreenMessageType_descriptor_ = file->enum_type(3); - ReplayEventType_t_descriptor_ = file->enum_type(4); - SVC_Messages_descriptor_ = file->enum_type(5); + SVC_Messages_descriptor_ = file->enum_type(4); + ReplayEventType_t_descriptor_ = file->enum_type(5); } namespace { @@ -1438,6 +1485,10 @@ void protobuf_RegisterTypes(const ::std::string&) { CCLCMsg_HltvReplay_descriptor_, &CCLCMsg_HltvReplay::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CSVCMsg_Broadcast_Command_descriptor_, &CSVCMsg_Broadcast_Command::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCLCMsg_HltvFixupOperatorTick_descriptor_, &CCLCMsg_HltvFixupOperatorTick::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CSVCMsg_HltvFixupOperatorStatus_descriptor_, &CSVCMsg_HltvFixupOperatorStatus::default_instance()); } } // namespace @@ -1565,6 +1616,10 @@ void protobuf_ShutdownFile_netmessages_2eproto() { delete CCLCMsg_HltvReplay_reflection_; delete CSVCMsg_Broadcast_Command::default_instance_; delete CSVCMsg_Broadcast_Command_reflection_; + delete CCLCMsg_HltvFixupOperatorTick::default_instance_; + delete CCLCMsg_HltvFixupOperatorTick_reflection_; + delete CSVCMsg_HltvFixupOperatorStatus::default_instance_; + delete CSVCMsg_HltvFixupOperatorStatus_reflection_; } void protobuf_AddDesc_netmessages_2eproto() { @@ -1626,7 +1681,7 @@ void protobuf_AddDesc_netmessages_2eproto() { "gress\022\020\n\010progress\030\001 \001(\005\":\n\032CCLCMsg_Split" "PlayerConnect\022\034\n\007convars\030\001 \001(\0132\013.CMsg_CV" "ars\")\n\024CCLCMsg_CmdKeyValues\022\021\n\tkeyvalues" - "\030\001 \001(\014\"\352\003\n\022CSVCMsg_ServerInfo\022\020\n\010protoco" + "\030\001 \001(\014\"\257\004\n\022CSVCMsg_ServerInfo\022\020\n\010protoco" "l\030\001 \001(\005\022\024\n\014server_count\030\002 \001(\005\022\024\n\014is_dedi" "cated\030\003 \001(\010\022 \n\030is_official_valve_server\030" "\004 \001(\010\022\017\n\007is_hltv\030\005 \001(\010\022\021\n\tis_replay\030\006 \001(" @@ -1638,134 +1693,148 @@ void protobuf_AddDesc_netmessages_2eproto() { "\001(\002\022\020\n\010game_dir\030\017 \001(\t\022\020\n\010map_name\030\020 \001(\t\022" "\026\n\016map_group_name\030\021 \001(\t\022\020\n\010sky_name\030\022 \001(" "\t\022\021\n\thost_name\030\023 \001(\t\022\021\n\tpublic_ip\030\024 \001(\r\022" - "\022\n\nugc_map_id\030\026 \001(\004\"\244\001\n\021CSVCMsg_ClassInf" - "o\022\030\n\020create_on_client\030\001 \001(\010\022+\n\007classes\030\002" - " \003(\0132\032.CSVCMsg_ClassInfo.class_t\032H\n\007clas" - "s_t\022\020\n\010class_id\030\001 \001(\005\022\027\n\017data_table_name" - "\030\002 \001(\t\022\022\n\nclass_name\030\003 \001(\t\"\260\002\n\021CSVCMsg_S" - "endTable\022\016\n\006is_end\030\001 \001(\010\022\026\n\016net_table_na" - "me\030\002 \001(\t\022\025\n\rneeds_decoder\030\003 \001(\010\022,\n\005props" - "\030\004 \003(\0132\035.CSVCMsg_SendTable.sendprop_t\032\255\001" - "\n\nsendprop_t\022\014\n\004type\030\001 \001(\005\022\020\n\010var_name\030\002" - " \001(\t\022\r\n\005flags\030\003 \001(\005\022\020\n\010priority\030\004 \001(\005\022\017\n" - "\007dt_name\030\005 \001(\t\022\024\n\014num_elements\030\006 \001(\005\022\021\n\t" - "low_value\030\007 \001(\002\022\022\n\nhigh_value\030\010 \001(\002\022\020\n\010n" - "um_bits\030\t \001(\005\"\035\n\rCSVCMsg_Print\022\014\n\004text\030\001" - " \001(\t\"\"\n\020CSVCMsg_SetPause\022\016\n\006paused\030\001 \001(\010" - "\"\'\n\017CSVCMsg_SetView\022\024\n\014entity_index\030\001 \001(" - "\005\"\312\001\n\031CSVCMsg_CreateStringTable\022\014\n\004name\030" - "\001 \001(\t\022\023\n\013max_entries\030\002 \001(\005\022\023\n\013num_entrie" - "s\030\003 \001(\005\022\034\n\024user_data_fixed_size\030\004 \001(\010\022\026\n" - "\016user_data_size\030\005 \001(\005\022\033\n\023user_data_size_" - "bits\030\006 \001(\005\022\r\n\005flags\030\007 \001(\005\022\023\n\013string_data" - "\030\010 \001(\014\"_\n\031CSVCMsg_UpdateStringTable\022\020\n\010t" - "able_id\030\001 \001(\005\022\033\n\023num_changed_entries\030\002 \001" - "(\005\022\023\n\013string_data\030\003 \001(\014\"G\n\021CSVCMsg_Voice" - "Init\022\017\n\007quality\030\001 \001(\005\022\r\n\005codec\030\002 \001(\t\022\022\n\007" - "version\030\003 \001(\005:\0010\"\217\002\n\021CSVCMsg_VoiceData\022\016" - "\n\006client\030\001 \001(\005\022\021\n\tproximity\030\002 \001(\010\022\014\n\004xui" - "d\030\003 \001(\006\022\024\n\014audible_mask\030\004 \001(\005\022\022\n\nvoice_d" - "ata\030\005 \001(\014\022\016\n\006caster\030\006 \001(\010\022;\n\006format\030\007 \001(" - "\0162\022.VoiceDataFormat_t:\027VOICEDATA_FORMAT_" - "ENGINE\022\026\n\016sequence_bytes\030\010 \001(\005\022\026\n\016sectio" - "n_number\030\t \001(\r\022\"\n\032uncompressed_sample_of" - "fset\030\n \001(\r\"@\n\020CSVCMsg_FixAngle\022\020\n\010relati" - "ve\030\001 \001(\010\022\032\n\005angle\030\002 \001(\0132\013.CMsgQAngle\"4\n\026" - "CSVCMsg_CrosshairAngle\022\032\n\005angle\030\001 \001(\0132\013." - "CMsgQAngle\"\'\n\020CSVCMsg_Prefetch\022\023\n\013sound_" - "index\030\001 \001(\005\"\212\001\n\020CSVCMsg_BSPDecal\022\030\n\003pos\030" - "\001 \001(\0132\013.CMsgVector\022\033\n\023decal_texture_inde" - "x\030\002 \001(\005\022\024\n\014entity_index\030\003 \001(\005\022\023\n\013model_i" - "ndex\030\004 \001(\005\022\024\n\014low_priority\030\005 \001(\010\"z\n\023CSVC" - "Msg_SplitScreen\022\?\n\004type\030\001 \001(\0162\030.ESplitSc" - "reenMessageType:\027MSG_SPLITSCREEN_ADDUSER" - "\022\014\n\004slot\030\002 \001(\005\022\024\n\014player_index\030\003 \001(\005\"9\n\024" - "CSVCMsg_GetCvarValue\022\016\n\006cookie\030\001 \001(\005\022\021\n\t" - "cvar_name\030\002 \001(\t\"<\n\014CSVCMsg_Menu\022\023\n\013dialo" - "g_type\030\001 \001(\005\022\027\n\017menu_key_values\030\002 \001(\014\"N\n" - "\023CSVCMsg_UserMessage\022\020\n\010msg_type\030\001 \001(\005\022\020" - "\n\010msg_data\030\002 \001(\014\022\023\n\013passthrough\030\003 \001(\005\"(\n" - "\024CSVCMsg_PaintmapData\022\020\n\010paintmap\030\001 \001(\014\"" - "\246\002\n\021CSVCMsg_GameEvent\022\022\n\nevent_name\030\001 \001(" - "\t\022\017\n\007eventid\030\002 \001(\005\022&\n\004keys\030\003 \003(\0132\030.CSVCM" - "sg_GameEvent.key_t\022\023\n\013passthrough\030\004 \001(\005\032" - "\256\001\n\005key_t\022\014\n\004type\030\001 \001(\005\022\022\n\nval_string\030\002 " - "\001(\t\022\021\n\tval_float\030\003 \001(\002\022\020\n\010val_long\030\004 \001(\005" - "\022\021\n\tval_short\030\005 \001(\005\022\020\n\010val_byte\030\006 \001(\005\022\020\n" - "\010val_bool\030\007 \001(\010\022\022\n\nval_uint64\030\010 \001(\004\022\023\n\013v" - "al_wstring\030\t \001(\014\"\321\001\n\025CSVCMsg_GameEventLi" - "st\0228\n\013descriptors\030\001 \003(\0132#.CSVCMsg_GameEv" - "entList.descriptor_t\032#\n\005key_t\022\014\n\004type\030\001 " - "\001(\005\022\014\n\004name\030\002 \001(\t\032Y\n\014descriptor_t\022\017\n\007eve" - "ntid\030\001 \001(\005\022\014\n\004name\030\002 \001(\t\022*\n\004keys\030\003 \003(\0132\034" - ".CSVCMsg_GameEventList.key_t\"R\n\024CSVCMsg_" - "TempEntities\022\020\n\010reliable\030\001 \001(\010\022\023\n\013num_en" - "tries\030\002 \001(\005\022\023\n\013entity_data\030\003 \001(\014\"\254\001\n\026CSV" - "CMsg_PacketEntities\022\023\n\013max_entries\030\001 \001(\005" - "\022\027\n\017updated_entries\030\002 \001(\005\022\020\n\010is_delta\030\003 " - "\001(\010\022\027\n\017update_baseline\030\004 \001(\010\022\020\n\010baseline" - "\030\005 \001(\005\022\022\n\ndelta_from\030\006 \001(\005\022\023\n\013entity_dat" - "a\030\007 \001(\014\"\266\003\n\016CSVCMsg_Sounds\022\026\n\016reliable_s" - "ound\030\001 \001(\010\022+\n\006sounds\030\002 \003(\0132\033.CSVCMsg_Sou" - "nds.sounddata_t\032\336\002\n\013sounddata_t\022\020\n\010origi" - "n_x\030\001 \001(\021\022\020\n\010origin_y\030\002 \001(\021\022\020\n\010origin_z\030" - "\003 \001(\021\022\016\n\006volume\030\004 \001(\r\022\023\n\013delay_value\030\005 \001" - "(\002\022\027\n\017sequence_number\030\006 \001(\005\022\024\n\014entity_in" - "dex\030\007 \001(\005\022\017\n\007channel\030\010 \001(\005\022\r\n\005pitch\030\t \001(" - "\005\022\r\n\005flags\030\n \001(\005\022\021\n\tsound_num\030\013 \001(\r\022\030\n\020s" - "ound_num_handle\030\014 \001(\007\022\026\n\016speaker_entity\030" - "\r \001(\005\022\023\n\013random_seed\030\016 \001(\005\022\023\n\013sound_leve" - "l\030\017 \001(\005\022\023\n\013is_sentence\030\020 \001(\010\022\022\n\nis_ambie" - "nt\030\021 \001(\010\"J\n\021CSVCMsg_EntityMsg\022\021\n\tent_ind" - "ex\030\001 \001(\005\022\020\n\010class_id\030\002 \001(\005\022\020\n\010ent_data\030\003" - " \001(\014\")\n\024CSVCMsg_CmdKeyValues\022\021\n\tkeyvalue" - "s\030\001 \001(\014\"<\n\025CSVCMsg_EncryptedData\022\021\n\tencr" - "ypted\030\001 \001(\014\022\020\n\010key_type\030\002 \001(\005\"\306\001\n\022CSVCMs" - "g_HltvReplay\022\r\n\005delay\030\001 \001(\005\022\026\n\016primary_t" - "arget\030\002 \001(\005\022\026\n\016replay_stop_at\030\003 \001(\005\022\027\n\017r" - "eplay_start_at\030\004 \001(\005\022\035\n\025replay_slowdown_" - "begin\030\005 \001(\005\022\033\n\023replay_slowdown_end\030\006 \001(\005" - "\022\034\n\024replay_slowdown_rate\030\007 \001(\002\"\213\001\n\022CCLCM" - "sg_HltvReplay\022\017\n\007request\030\001 \001(\005\022\027\n\017slowdo" - "wn_length\030\002 \001(\002\022\025\n\rslowdown_rate\030\003 \001(\002\022 " - "\n\030primary_target_ent_index\030\004 \001(\005\022\022\n\neven" - "t_time\030\005 \001(\002\"(\n\031CSVCMsg_Broadcast_Comman" - "d\022\013\n\003cmd\030\001 \001(\t*\271\001\n\014NET_Messages\022\013\n\007net_N" - "OP\020\000\022\022\n\016net_Disconnect\020\001\022\014\n\010net_File\020\002\022\027" - "\n\023net_SplitScreenUser\020\003\022\014\n\010net_Tick\020\004\022\021\n" - "\rnet_StringCmd\020\005\022\021\n\rnet_SetConVar\020\006\022\023\n\017n" - "et_SignonState\020\007\022\030\n\024net_PlayerAvatarData" - "\020d*\224\002\n\014CLC_Messages\022\022\n\016clc_ClientInfo\020\010\022" - "\014\n\010clc_Move\020\t\022\021\n\rclc_VoiceData\020\n\022\023\n\017clc_" - "BaselineAck\020\013\022\024\n\020clc_ListenEvents\020\014\022\030\n\024c" - "lc_RespondCvarValue\020\r\022\024\n\020clc_FileCRCChec" - "k\020\016\022\027\n\023clc_LoadingProgress\020\017\022\032\n\026clc_Spli" - "tPlayerConnect\020\020\022\025\n\021clc_ClientMessage\020\021\022" - "\024\n\020clc_CmdKeyValues\020\022\022\022\n\016clc_HltvReplay\020" - "\024*L\n\021VoiceDataFormat_t\022\032\n\026VOICEDATA_FORM" - "AT_STEAM\020\000\022\033\n\027VOICEDATA_FORMAT_ENGINE\020\001*" - "y\n\027ESplitScreenMessageType\022\033\n\027MSG_SPLITS" - "CREEN_ADDUSER\020\000\022\036\n\032MSG_SPLITSCREEN_REMOV" - "EUSER\020\001\022\035\n\031MSG_SPLITSCREEN_TYPE_BITS\020\001\032\002" - "\020\001*\207\001\n\021ReplayEventType_t\022\027\n\023REPLAY_EVENT" - "_CANCEL\020\000\022\026\n\022REPLAY_EVENT_DEATH\020\001\022\030\n\024REP" - "LAY_EVENT_GENERIC\020\002\022\'\n#REPLAY_EVENT_STUC" - "K_NEED_FULL_UPDATE\020\003*\343\004\n\014SVC_Messages\022\022\n" - "\016svc_ServerInfo\020\010\022\021\n\rsvc_SendTable\020\t\022\021\n\r" - "svc_ClassInfo\020\n\022\020\n\014svc_SetPause\020\013\022\031\n\025svc" - "_CreateStringTable\020\014\022\031\n\025svc_UpdateString" - "Table\020\r\022\021\n\rsvc_VoiceInit\020\016\022\021\n\rsvc_VoiceD" - "ata\020\017\022\r\n\tsvc_Print\020\020\022\016\n\nsvc_Sounds\020\021\022\017\n\013" - "svc_SetView\020\022\022\020\n\014svc_FixAngle\020\023\022\026\n\022svc_C" - "rosshairAngle\020\024\022\020\n\014svc_BSPDecal\020\025\022\023\n\017svc" - "_SplitScreen\020\026\022\023\n\017svc_UserMessage\020\027\022\025\n\021s" - "vc_EntityMessage\020\030\022\021\n\rsvc_GameEvent\020\031\022\026\n" - "\022svc_PacketEntities\020\032\022\024\n\020svc_TempEntitie" - "s\020\033\022\020\n\014svc_Prefetch\020\034\022\014\n\010svc_Menu\020\035\022\025\n\021s" - "vc_GameEventList\020\036\022\024\n\020svc_GetCvarValue\020\037" - "\022\024\n\020svc_PaintmapData\020!\022\024\n\020svc_CmdKeyValu" - "es\020\"\022\025\n\021svc_EncryptedData\020#\022\022\n\016svc_HltvR" - "eplay\020$\022\031\n\025svc_Broadcast_Command\020&B\003\200\001\000", 7639); + "\022\n\nugc_map_id\030\026 \001(\004\022\036\n\026allow_loose_file_" + "loads\030\027 \001(\010\022#\n\033allow_user_workshop_conte" + "nt\030\030 \001(\010\"\244\001\n\021CSVCMsg_ClassInfo\022\030\n\020create" + "_on_client\030\001 \001(\010\022+\n\007classes\030\002 \003(\0132\032.CSVC" + "Msg_ClassInfo.class_t\032H\n\007class_t\022\020\n\010clas" + "s_id\030\001 \001(\005\022\027\n\017data_table_name\030\002 \001(\t\022\022\n\nc" + "lass_name\030\003 \001(\t\"\260\002\n\021CSVCMsg_SendTable\022\016\n" + "\006is_end\030\001 \001(\010\022\026\n\016net_table_name\030\002 \001(\t\022\025\n" + "\rneeds_decoder\030\003 \001(\010\022,\n\005props\030\004 \003(\0132\035.CS" + "VCMsg_SendTable.sendprop_t\032\255\001\n\nsendprop_" + "t\022\014\n\004type\030\001 \001(\005\022\020\n\010var_name\030\002 \001(\t\022\r\n\005fla" + "gs\030\003 \001(\005\022\020\n\010priority\030\004 \001(\005\022\017\n\007dt_name\030\005 " + "\001(\t\022\024\n\014num_elements\030\006 \001(\005\022\021\n\tlow_value\030\007" + " \001(\002\022\022\n\nhigh_value\030\010 \001(\002\022\020\n\010num_bits\030\t \001" + "(\005\"\035\n\rCSVCMsg_Print\022\014\n\004text\030\001 \001(\t\"\"\n\020CSV" + "CMsg_SetPause\022\016\n\006paused\030\001 \001(\010\"\'\n\017CSVCMsg" + "_SetView\022\024\n\014entity_index\030\001 \001(\005\"\312\001\n\031CSVCM" + "sg_CreateStringTable\022\014\n\004name\030\001 \001(\t\022\023\n\013ma" + "x_entries\030\002 \001(\005\022\023\n\013num_entries\030\003 \001(\005\022\034\n\024" + "user_data_fixed_size\030\004 \001(\010\022\026\n\016user_data_" + "size\030\005 \001(\005\022\033\n\023user_data_size_bits\030\006 \001(\005\022" + "\r\n\005flags\030\007 \001(\005\022\023\n\013string_data\030\010 \001(\014\"_\n\031C" + "SVCMsg_UpdateStringTable\022\020\n\010table_id\030\001 \001" + "(\005\022\033\n\023num_changed_entries\030\002 \001(\005\022\023\n\013strin" + "g_data\030\003 \001(\014\"G\n\021CSVCMsg_VoiceInit\022\017\n\007qua" + "lity\030\001 \001(\005\022\r\n\005codec\030\002 \001(\t\022\022\n\007version\030\003 \001" + "(\005:\0010\"\217\002\n\021CSVCMsg_VoiceData\022\016\n\006client\030\001 " + "\001(\005\022\021\n\tproximity\030\002 \001(\010\022\014\n\004xuid\030\003 \001(\006\022\024\n\014" + "audible_mask\030\004 \001(\005\022\022\n\nvoice_data\030\005 \001(\014\022\016" + "\n\006caster\030\006 \001(\010\022;\n\006format\030\007 \001(\0162\022.VoiceDa" + "taFormat_t:\027VOICEDATA_FORMAT_ENGINE\022\026\n\016s" + "equence_bytes\030\010 \001(\005\022\026\n\016section_number\030\t " + "\001(\r\022\"\n\032uncompressed_sample_offset\030\n \001(\r\"" + "@\n\020CSVCMsg_FixAngle\022\020\n\010relative\030\001 \001(\010\022\032\n" + "\005angle\030\002 \001(\0132\013.CMsgQAngle\"4\n\026CSVCMsg_Cro" + "sshairAngle\022\032\n\005angle\030\001 \001(\0132\013.CMsgQAngle\"" + "\'\n\020CSVCMsg_Prefetch\022\023\n\013sound_index\030\001 \001(\005" + "\"\212\001\n\020CSVCMsg_BSPDecal\022\030\n\003pos\030\001 \001(\0132\013.CMs" + "gVector\022\033\n\023decal_texture_index\030\002 \001(\005\022\024\n\014" + "entity_index\030\003 \001(\005\022\023\n\013model_index\030\004 \001(\005\022" + "\024\n\014low_priority\030\005 \001(\010\"z\n\023CSVCMsg_SplitSc" + "reen\022\?\n\004type\030\001 \001(\0162\030.ESplitScreenMessage" + "Type:\027MSG_SPLITSCREEN_ADDUSER\022\014\n\004slot\030\002 " + "\001(\005\022\024\n\014player_index\030\003 \001(\005\"9\n\024CSVCMsg_Get" + "CvarValue\022\016\n\006cookie\030\001 \001(\005\022\021\n\tcvar_name\030\002" + " \001(\t\"<\n\014CSVCMsg_Menu\022\023\n\013dialog_type\030\001 \001(" + "\005\022\027\n\017menu_key_values\030\002 \001(\014\"N\n\023CSVCMsg_Us" + "erMessage\022\020\n\010msg_type\030\001 \001(\005\022\020\n\010msg_data\030" + "\002 \001(\014\022\023\n\013passthrough\030\003 \001(\005\"(\n\024CSVCMsg_Pa" + "intmapData\022\020\n\010paintmap\030\001 \001(\014\"\246\002\n\021CSVCMsg" + "_GameEvent\022\022\n\nevent_name\030\001 \001(\t\022\017\n\007eventi" + "d\030\002 \001(\005\022&\n\004keys\030\003 \003(\0132\030.CSVCMsg_GameEven" + "t.key_t\022\023\n\013passthrough\030\004 \001(\005\032\256\001\n\005key_t\022\014" + "\n\004type\030\001 \001(\005\022\022\n\nval_string\030\002 \001(\t\022\021\n\tval_" + "float\030\003 \001(\002\022\020\n\010val_long\030\004 \001(\005\022\021\n\tval_sho" + "rt\030\005 \001(\005\022\020\n\010val_byte\030\006 \001(\005\022\020\n\010val_bool\030\007" + " \001(\010\022\022\n\nval_uint64\030\010 \001(\004\022\023\n\013val_wstring\030" + "\t \001(\014\"\321\001\n\025CSVCMsg_GameEventList\0228\n\013descr" + "iptors\030\001 \003(\0132#.CSVCMsg_GameEventList.des" + "criptor_t\032#\n\005key_t\022\014\n\004type\030\001 \001(\005\022\014\n\004name" + "\030\002 \001(\t\032Y\n\014descriptor_t\022\017\n\007eventid\030\001 \001(\005\022" + "\014\n\004name\030\002 \001(\t\022*\n\004keys\030\003 \003(\0132\034.CSVCMsg_Ga" + "meEventList.key_t\"R\n\024CSVCMsg_TempEntitie" + "s\022\020\n\010reliable\030\001 \001(\010\022\023\n\013num_entries\030\002 \001(\005" + "\022\023\n\013entity_data\030\003 \001(\014\"\254\001\n\026CSVCMsg_Packet" + "Entities\022\023\n\013max_entries\030\001 \001(\005\022\027\n\017updated" + "_entries\030\002 \001(\005\022\020\n\010is_delta\030\003 \001(\010\022\027\n\017upda" + "te_baseline\030\004 \001(\010\022\020\n\010baseline\030\005 \001(\005\022\022\n\nd" + "elta_from\030\006 \001(\005\022\023\n\013entity_data\030\007 \001(\014\"\266\003\n" + "\016CSVCMsg_Sounds\022\026\n\016reliable_sound\030\001 \001(\010\022" + "+\n\006sounds\030\002 \003(\0132\033.CSVCMsg_Sounds.soundda" + "ta_t\032\336\002\n\013sounddata_t\022\020\n\010origin_x\030\001 \001(\021\022\020" + "\n\010origin_y\030\002 \001(\021\022\020\n\010origin_z\030\003 \001(\021\022\016\n\006vo" + "lume\030\004 \001(\r\022\023\n\013delay_value\030\005 \001(\002\022\027\n\017seque" + "nce_number\030\006 \001(\005\022\024\n\014entity_index\030\007 \001(\005\022\017" + "\n\007channel\030\010 \001(\005\022\r\n\005pitch\030\t \001(\005\022\r\n\005flags\030" + "\n \001(\005\022\021\n\tsound_num\030\013 \001(\r\022\030\n\020sound_num_ha" + "ndle\030\014 \001(\007\022\026\n\016speaker_entity\030\r \001(\005\022\023\n\013ra" + "ndom_seed\030\016 \001(\005\022\023\n\013sound_level\030\017 \001(\005\022\023\n\013" + "is_sentence\030\020 \001(\010\022\022\n\nis_ambient\030\021 \001(\010\"J\n" + "\021CSVCMsg_EntityMsg\022\021\n\tent_index\030\001 \001(\005\022\020\n" + "\010class_id\030\002 \001(\005\022\020\n\010ent_data\030\003 \001(\014\")\n\024CSV" + "CMsg_CmdKeyValues\022\021\n\tkeyvalues\030\001 \001(\014\"<\n\025" + "CSVCMsg_EncryptedData\022\021\n\tencrypted\030\001 \001(\014" + "\022\020\n\010key_type\030\002 \001(\005\"\326\001\n\022CSVCMsg_HltvRepla" + "y\022\r\n\005delay\030\001 \001(\005\022\026\n\016primary_target\030\002 \001(\005" + "\022\026\n\016replay_stop_at\030\003 \001(\005\022\027\n\017replay_start" + "_at\030\004 \001(\005\022\035\n\025replay_slowdown_begin\030\005 \001(\005" + "\022\033\n\023replay_slowdown_end\030\006 \001(\005\022\034\n\024replay_" + "slowdown_rate\030\007 \001(\002\022\016\n\006reason\030\010 \001(\005\"\213\001\n\022" + "CCLCMsg_HltvReplay\022\017\n\007request\030\001 \001(\005\022\027\n\017s" + "lowdown_length\030\002 \001(\002\022\025\n\rslowdown_rate\030\003 " + "\001(\002\022 \n\030primary_target_ent_index\030\004 \001(\005\022\022\n" + "\nevent_time\030\005 \001(\002\"(\n\031CSVCMsg_Broadcast_C" + "ommand\022\013\n\003cmd\030\001 \001(\t\"\357\001\n\035CCLCMsg_HltvFixu" + "pOperatorTick\022\014\n\004tick\030\001 \001(\005\022\022\n\nprops_dat" + "a\030\002 \001(\014\022\033\n\006origin\030\003 \001(\0132\013.CMsgVector\022\037\n\n" + "eye_angles\030\004 \001(\0132\013.CMsgQAngle\022\025\n\robserve" + "r_mode\030\005 \001(\005\022\034\n\024cameraman_scoreboard\030\006 \001" + "(\010\022\027\n\017observer_target\030\007 \001(\005\022 \n\013view_offs" + "et\030\010 \001(\0132\013.CMsgVector\"O\n\037CSVCMsg_HltvFix" + "upOperatorStatus\022\014\n\004mode\030\001 \001(\r\022\036\n\026overri" + "de_operator_name\030\002 \001(\t*\271\001\n\014NET_Messages\022" + "\013\n\007net_NOP\020\000\022\022\n\016net_Disconnect\020\001\022\014\n\010net_" + "File\020\002\022\027\n\023net_SplitScreenUser\020\003\022\014\n\010net_T" + "ick\020\004\022\021\n\rnet_StringCmd\020\005\022\021\n\rnet_SetConVa" + "r\020\006\022\023\n\017net_SignonState\020\007\022\030\n\024net_PlayerAv" + "atarData\020d*\326\002\n\014CLC_Messages\022\022\n\016clc_Clien" + "tInfo\020\010\022\014\n\010clc_Move\020\t\022\021\n\rclc_VoiceData\020\n" + "\022\023\n\017clc_BaselineAck\020\013\022\024\n\020clc_ListenEvent" + "s\020\014\022\030\n\024clc_RespondCvarValue\020\r\022\024\n\020clc_Fil" + "eCRCCheck\020\016\022\027\n\023clc_LoadingProgress\020\017\022\032\n\026" + "clc_SplitPlayerConnect\020\020\022\025\n\021clc_ClientMe" + "ssage\020\021\022\024\n\020clc_CmdKeyValues\020\022\022\022\n\016clc_Hlt" + "vReplay\020\024\022\035\n\031clc_HltvFixupOperatorTick\020\025" + "\022!\n\035clc_HltvFixupOperatorReceiver\020\026*L\n\021V" + "oiceDataFormat_t\022\032\n\026VOICEDATA_FORMAT_STE" + "AM\020\000\022\033\n\027VOICEDATA_FORMAT_ENGINE\020\001*y\n\027ESp" + "litScreenMessageType\022\033\n\027MSG_SPLITSCREEN_" + "ADDUSER\020\000\022\036\n\032MSG_SPLITSCREEN_REMOVEUSER\020" + "\001\022\035\n\031MSG_SPLITSCREEN_TYPE_BITS\020\001\032\002\020\001*\204\005\n" + "\014SVC_Messages\022\022\n\016svc_ServerInfo\020\010\022\021\n\rsvc" + "_SendTable\020\t\022\021\n\rsvc_ClassInfo\020\n\022\020\n\014svc_S" + "etPause\020\013\022\031\n\025svc_CreateStringTable\020\014\022\031\n\025" + "svc_UpdateStringTable\020\r\022\021\n\rsvc_VoiceInit" + "\020\016\022\021\n\rsvc_VoiceData\020\017\022\r\n\tsvc_Print\020\020\022\016\n\n" + "svc_Sounds\020\021\022\017\n\013svc_SetView\020\022\022\020\n\014svc_Fix" + "Angle\020\023\022\026\n\022svc_CrosshairAngle\020\024\022\020\n\014svc_B" + "SPDecal\020\025\022\023\n\017svc_SplitScreen\020\026\022\023\n\017svc_Us" + "erMessage\020\027\022\025\n\021svc_EntityMessage\020\030\022\021\n\rsv" + "c_GameEvent\020\031\022\026\n\022svc_PacketEntities\020\032\022\024\n" + "\020svc_TempEntities\020\033\022\020\n\014svc_Prefetch\020\034\022\014\n" + "\010svc_Menu\020\035\022\025\n\021svc_GameEventList\020\036\022\024\n\020sv" + "c_GetCvarValue\020\037\022\024\n\020svc_PaintmapData\020!\022\024" + "\n\020svc_CmdKeyValues\020\"\022\025\n\021svc_EncryptedDat" + "a\020#\022\022\n\016svc_HltvReplay\020$\022\031\n\025svc_Broadcast" + "_Command\020&\022\037\n\033svc_HltvFixupOperatorStatu" + "s\020\'*\241\001\n\021ReplayEventType_t\022\027\n\023REPLAY_EVEN" + "T_CANCEL\020\000\022\026\n\022REPLAY_EVENT_DEATH\020\001\022\030\n\024RE" + "PLAY_EVENT_GENERIC\020\002\022\'\n#REPLAY_EVENT_STU" + "CK_NEED_FULL_UPDATE\020\003\022\030\n\024REPLAY_EVENT_VI" + "CTORY\020\004B\003\200\001\000", 8172); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "netmessages.proto", &protobuf_RegisterTypes); CMsgVector::default_instance_ = new CMsgVector(); @@ -1829,6 +1898,8 @@ void protobuf_AddDesc_netmessages_2eproto() { CSVCMsg_HltvReplay::default_instance_ = new CSVCMsg_HltvReplay(); CCLCMsg_HltvReplay::default_instance_ = new CCLCMsg_HltvReplay(); CSVCMsg_Broadcast_Command::default_instance_ = new CSVCMsg_Broadcast_Command(); + CCLCMsg_HltvFixupOperatorTick::default_instance_ = new CCLCMsg_HltvFixupOperatorTick(); + CSVCMsg_HltvFixupOperatorStatus::default_instance_ = new CSVCMsg_HltvFixupOperatorStatus(); CMsgVector::default_instance_->InitAsDefaultInstance(); CMsgVector2D::default_instance_->InitAsDefaultInstance(); CMsgQAngle::default_instance_->InitAsDefaultInstance(); @@ -1890,6 +1961,8 @@ void protobuf_AddDesc_netmessages_2eproto() { CSVCMsg_HltvReplay::default_instance_->InitAsDefaultInstance(); CCLCMsg_HltvReplay::default_instance_->InitAsDefaultInstance(); CSVCMsg_Broadcast_Command::default_instance_->InitAsDefaultInstance(); + CCLCMsg_HltvFixupOperatorTick::default_instance_->InitAsDefaultInstance(); + CSVCMsg_HltvFixupOperatorStatus::default_instance_->InitAsDefaultInstance(); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_netmessages_2eproto); } @@ -1938,6 +2011,8 @@ bool CLC_Messages_IsValid(int value) { case 17: case 18: case 20: + case 21: + case 22: return true; default: return false; @@ -1972,22 +2047,6 @@ bool ESplitScreenMessageType_IsValid(int value) { } } -const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor() { - protobuf_AssignDescriptorsOnce(); - return ReplayEventType_t_descriptor_; -} -bool ReplayEventType_t_IsValid(int value) { - switch(value) { - case 0: - case 1: - case 2: - case 3: - return true; - default: - return false; - } -} - const ::google::protobuf::EnumDescriptor* SVC_Messages_descriptor() { protobuf_AssignDescriptorsOnce(); return SVC_Messages_descriptor_; @@ -2023,6 +2082,24 @@ bool SVC_Messages_IsValid(int value) { case 35: case 36: case 38: + case 39: + return true; + default: + return false; + } +} + +const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor() { + protobuf_AssignDescriptorsOnce(); + return ReplayEventType_t_descriptor_; +} +bool ReplayEventType_t_IsValid(int value) { + switch(value) { + case 0: + case 1: + case 2: + case 3: + case 4: return true; default: return false; @@ -9392,6 +9469,8 @@ const int CSVCMsg_ServerInfo::kSkyNameFieldNumber; const int CSVCMsg_ServerInfo::kHostNameFieldNumber; const int CSVCMsg_ServerInfo::kPublicIpFieldNumber; const int CSVCMsg_ServerInfo::kUgcMapIdFieldNumber; +const int CSVCMsg_ServerInfo::kAllowLooseFileLoadsFieldNumber; +const int CSVCMsg_ServerInfo::kAllowUserWorkshopContentFieldNumber; #endif // !_MSC_VER CSVCMsg_ServerInfo::CSVCMsg_ServerInfo() @@ -9432,6 +9511,8 @@ void CSVCMsg_ServerInfo::SharedCtor() { host_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); public_ip_ = 0u; ugc_map_id_ = GOOGLE_ULONGLONG(0); + allow_loose_file_loads_ = false; + allow_user_workshop_content_ = false; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -9528,6 +9609,8 @@ void CSVCMsg_ServerInfo::Clear() { } public_ip_ = 0u; ugc_map_id_ = GOOGLE_ULONGLONG(0); + allow_loose_file_loads_ = false; + allow_user_workshop_content_ = false; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -9891,6 +9974,38 @@ bool CSVCMsg_ServerInfo::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(184)) goto parse_allow_loose_file_loads; + break; + } + + // optional bool allow_loose_file_loads = 23; + case 23: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_allow_loose_file_loads: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &allow_loose_file_loads_))); + set_has_allow_loose_file_loads(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(192)) goto parse_allow_user_workshop_content; + break; + } + + // optional bool allow_user_workshop_content = 24; + case 24: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_allow_user_workshop_content: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &allow_user_workshop_content_))); + set_has_allow_user_workshop_content(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -10043,6 +10158,16 @@ void CSVCMsg_ServerInfo::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteUInt64(22, this->ugc_map_id(), output); } + // optional bool allow_loose_file_loads = 23; + if (has_allow_loose_file_loads()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(23, this->allow_loose_file_loads(), output); + } + + // optional bool allow_user_workshop_content = 24; + if (has_allow_user_workshop_content()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(24, this->allow_user_workshop_content(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -10186,6 +10311,16 @@ void CSVCMsg_ServerInfo::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(22, this->ugc_map_id(), target); } + // optional bool allow_loose_file_loads = 23; + if (has_allow_loose_file_loads()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(23, this->allow_loose_file_loads(), target); + } + + // optional bool allow_user_workshop_content = 24; + if (has_allow_user_workshop_content()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(24, this->allow_user_workshop_content(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -10337,6 +10472,16 @@ int CSVCMsg_ServerInfo::ByteSize() const { this->ugc_map_id()); } + // optional bool allow_loose_file_loads = 23; + if (has_allow_loose_file_loads()) { + total_size += 2 + 1; + } + + // optional bool allow_user_workshop_content = 24; + if (has_allow_user_workshop_content()) { + total_size += 2 + 1; + } + } if (!unknown_fields().empty()) { total_size += @@ -10434,6 +10579,12 @@ void CSVCMsg_ServerInfo::MergeFrom(const CSVCMsg_ServerInfo& from) { if (from.has_ugc_map_id()) { set_ugc_map_id(from.ugc_map_id()); } + if (from.has_allow_loose_file_loads()) { + set_allow_loose_file_loads(from.allow_loose_file_loads()); + } + if (from.has_allow_user_workshop_content()) { + set_allow_user_workshop_content(from.allow_user_workshop_content()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -10479,6 +10630,8 @@ void CSVCMsg_ServerInfo::Swap(CSVCMsg_ServerInfo* other) { std::swap(host_name_, other->host_name_); std::swap(public_ip_, other->public_ip_); std::swap(ugc_map_id_, other->ugc_map_id_); + std::swap(allow_loose_file_loads_, other->allow_loose_file_loads_); + std::swap(allow_user_workshop_content_, other->allow_user_workshop_content_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -20965,6 +21118,7 @@ const int CSVCMsg_HltvReplay::kReplayStartAtFieldNumber; const int CSVCMsg_HltvReplay::kReplaySlowdownBeginFieldNumber; const int CSVCMsg_HltvReplay::kReplaySlowdownEndFieldNumber; const int CSVCMsg_HltvReplay::kReplaySlowdownRateFieldNumber; +const int CSVCMsg_HltvReplay::kReasonFieldNumber; #endif // !_MSC_VER CSVCMsg_HltvReplay::CSVCMsg_HltvReplay() @@ -20990,6 +21144,7 @@ void CSVCMsg_HltvReplay::SharedCtor() { replay_slowdown_begin_ = 0; replay_slowdown_end_ = 0; replay_slowdown_rate_ = 0; + reason_ = 0; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -21032,6 +21187,7 @@ void CSVCMsg_HltvReplay::Clear() { replay_slowdown_begin_ = 0; replay_slowdown_end_ = 0; replay_slowdown_rate_ = 0; + reason_ = 0; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -21150,6 +21306,22 @@ bool CSVCMsg_HltvReplay::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(64)) goto parse_reason; + break; + } + + // optional int32 reason = 8; + case 8: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_reason: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &reason_))); + set_has_reason(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -21207,6 +21379,11 @@ void CSVCMsg_HltvReplay::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteFloat(7, this->replay_slowdown_rate(), output); } + // optional int32 reason = 8; + if (has_reason()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(8, this->reason(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -21250,6 +21427,11 @@ void CSVCMsg_HltvReplay::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(7, this->replay_slowdown_rate(), target); } + // optional int32 reason = 8; + if (has_reason()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(8, this->reason(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -21308,6 +21490,13 @@ int CSVCMsg_HltvReplay::ByteSize() const { total_size += 1 + 4; } + // optional int32 reason = 8; + if (has_reason()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->reason()); + } + } if (!unknown_fields().empty()) { total_size += @@ -21356,6 +21545,9 @@ void CSVCMsg_HltvReplay::MergeFrom(const CSVCMsg_HltvReplay& from) { if (from.has_replay_slowdown_rate()) { set_replay_slowdown_rate(from.replay_slowdown_rate()); } + if (from.has_reason()) { + set_reason(from.reason()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -21386,6 +21578,7 @@ void CSVCMsg_HltvReplay::Swap(CSVCMsg_HltvReplay* other) { std::swap(replay_slowdown_begin_, other->replay_slowdown_begin_); std::swap(replay_slowdown_end_, other->replay_slowdown_end_); std::swap(replay_slowdown_rate_, other->replay_slowdown_rate_); + std::swap(reason_, other->reason_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -21988,6 +22181,780 @@ void CSVCMsg_Broadcast_Command::Swap(CSVCMsg_Broadcast_Command* other) { } +// =================================================================== + +#ifndef _MSC_VER +const int CCLCMsg_HltvFixupOperatorTick::kTickFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kPropsDataFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kOriginFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kEyeAnglesFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kObserverModeFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kCameramanScoreboardFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kObserverTargetFieldNumber; +const int CCLCMsg_HltvFixupOperatorTick::kViewOffsetFieldNumber; +#endif // !_MSC_VER + +CCLCMsg_HltvFixupOperatorTick::CCLCMsg_HltvFixupOperatorTick() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCLCMsg_HltvFixupOperatorTick::InitAsDefaultInstance() { + origin_ = const_cast< ::CMsgVector*>(&::CMsgVector::default_instance()); + eye_angles_ = const_cast< ::CMsgQAngle*>(&::CMsgQAngle::default_instance()); + view_offset_ = const_cast< ::CMsgVector*>(&::CMsgVector::default_instance()); +} + +CCLCMsg_HltvFixupOperatorTick::CCLCMsg_HltvFixupOperatorTick(const CCLCMsg_HltvFixupOperatorTick& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCLCMsg_HltvFixupOperatorTick::SharedCtor() { + _cached_size_ = 0; + tick_ = 0; + props_data_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + origin_ = NULL; + eye_angles_ = NULL; + observer_mode_ = 0; + cameraman_scoreboard_ = false; + observer_target_ = 0; + view_offset_ = NULL; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCLCMsg_HltvFixupOperatorTick::~CCLCMsg_HltvFixupOperatorTick() { + SharedDtor(); +} + +void CCLCMsg_HltvFixupOperatorTick::SharedDtor() { + if (props_data_ != &::google::protobuf::internal::kEmptyString) { + delete props_data_; + } + if (this != default_instance_) { + delete origin_; + delete eye_angles_; + delete view_offset_; + } +} + +void CCLCMsg_HltvFixupOperatorTick::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCLCMsg_HltvFixupOperatorTick::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCLCMsg_HltvFixupOperatorTick_descriptor_; +} + +const CCLCMsg_HltvFixupOperatorTick& CCLCMsg_HltvFixupOperatorTick::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_netmessages_2eproto(); + return *default_instance_; +} + +CCLCMsg_HltvFixupOperatorTick* CCLCMsg_HltvFixupOperatorTick::default_instance_ = NULL; + +CCLCMsg_HltvFixupOperatorTick* CCLCMsg_HltvFixupOperatorTick::New() const { + return new CCLCMsg_HltvFixupOperatorTick; +} + +void CCLCMsg_HltvFixupOperatorTick::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + tick_ = 0; + if (has_props_data()) { + if (props_data_ != &::google::protobuf::internal::kEmptyString) { + props_data_->clear(); + } + } + if (has_origin()) { + if (origin_ != NULL) origin_->::CMsgVector::Clear(); + } + if (has_eye_angles()) { + if (eye_angles_ != NULL) eye_angles_->::CMsgQAngle::Clear(); + } + observer_mode_ = 0; + cameraman_scoreboard_ = false; + observer_target_ = 0; + if (has_view_offset()) { + if (view_offset_ != NULL) view_offset_->::CMsgVector::Clear(); + } + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCLCMsg_HltvFixupOperatorTick::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 tick = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &tick_))); + set_has_tick(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(18)) goto parse_props_data; + break; + } + + // optional bytes props_data = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_props_data: + DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( + input, this->mutable_props_data())); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(26)) goto parse_origin; + break; + } + + // optional .CMsgVector origin = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_origin: + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, mutable_origin())); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(34)) goto parse_eye_angles; + break; + } + + // optional .CMsgQAngle eye_angles = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_eye_angles: + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, mutable_eye_angles())); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(40)) goto parse_observer_mode; + break; + } + + // optional int32 observer_mode = 5; + case 5: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_observer_mode: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &observer_mode_))); + set_has_observer_mode(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(48)) goto parse_cameraman_scoreboard; + break; + } + + // optional bool cameraman_scoreboard = 6; + case 6: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_cameraman_scoreboard: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &cameraman_scoreboard_))); + set_has_cameraman_scoreboard(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(56)) goto parse_observer_target; + break; + } + + // optional int32 observer_target = 7; + case 7: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_observer_target: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &observer_target_))); + set_has_observer_target(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(66)) goto parse_view_offset; + break; + } + + // optional .CMsgVector view_offset = 8; + case 8: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_view_offset: + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, mutable_view_offset())); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCLCMsg_HltvFixupOperatorTick::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 tick = 1; + if (has_tick()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->tick(), output); + } + + // optional bytes props_data = 2; + if (has_props_data()) { + ::google::protobuf::internal::WireFormatLite::WriteBytes( + 2, this->props_data(), output); + } + + // optional .CMsgVector origin = 3; + if (has_origin()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 3, this->origin(), output); + } + + // optional .CMsgQAngle eye_angles = 4; + if (has_eye_angles()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, this->eye_angles(), output); + } + + // optional int32 observer_mode = 5; + if (has_observer_mode()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(5, this->observer_mode(), output); + } + + // optional bool cameraman_scoreboard = 6; + if (has_cameraman_scoreboard()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->cameraman_scoreboard(), output); + } + + // optional int32 observer_target = 7; + if (has_observer_target()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->observer_target(), output); + } + + // optional .CMsgVector view_offset = 8; + if (has_view_offset()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 8, this->view_offset(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCLCMsg_HltvFixupOperatorTick::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 tick = 1; + if (has_tick()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->tick(), target); + } + + // optional bytes props_data = 2; + if (has_props_data()) { + target = + ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( + 2, this->props_data(), target); + } + + // optional .CMsgVector origin = 3; + if (has_origin()) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteMessageNoVirtualToArray( + 3, this->origin(), target); + } + + // optional .CMsgQAngle eye_angles = 4; + if (has_eye_angles()) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteMessageNoVirtualToArray( + 4, this->eye_angles(), target); + } + + // optional int32 observer_mode = 5; + if (has_observer_mode()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(5, this->observer_mode(), target); + } + + // optional bool cameraman_scoreboard = 6; + if (has_cameraman_scoreboard()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(6, this->cameraman_scoreboard(), target); + } + + // optional int32 observer_target = 7; + if (has_observer_target()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(7, this->observer_target(), target); + } + + // optional .CMsgVector view_offset = 8; + if (has_view_offset()) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteMessageNoVirtualToArray( + 8, this->view_offset(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCLCMsg_HltvFixupOperatorTick::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 tick = 1; + if (has_tick()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->tick()); + } + + // optional bytes props_data = 2; + if (has_props_data()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::BytesSize( + this->props_data()); + } + + // optional .CMsgVector origin = 3; + if (has_origin()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( + this->origin()); + } + + // optional .CMsgQAngle eye_angles = 4; + if (has_eye_angles()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( + this->eye_angles()); + } + + // optional int32 observer_mode = 5; + if (has_observer_mode()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->observer_mode()); + } + + // optional bool cameraman_scoreboard = 6; + if (has_cameraman_scoreboard()) { + total_size += 1 + 1; + } + + // optional int32 observer_target = 7; + if (has_observer_target()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->observer_target()); + } + + // optional .CMsgVector view_offset = 8; + if (has_view_offset()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( + this->view_offset()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCLCMsg_HltvFixupOperatorTick::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCLCMsg_HltvFixupOperatorTick* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCLCMsg_HltvFixupOperatorTick::MergeFrom(const CCLCMsg_HltvFixupOperatorTick& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_tick()) { + set_tick(from.tick()); + } + if (from.has_props_data()) { + set_props_data(from.props_data()); + } + if (from.has_origin()) { + mutable_origin()->::CMsgVector::MergeFrom(from.origin()); + } + if (from.has_eye_angles()) { + mutable_eye_angles()->::CMsgQAngle::MergeFrom(from.eye_angles()); + } + if (from.has_observer_mode()) { + set_observer_mode(from.observer_mode()); + } + if (from.has_cameraman_scoreboard()) { + set_cameraman_scoreboard(from.cameraman_scoreboard()); + } + if (from.has_observer_target()) { + set_observer_target(from.observer_target()); + } + if (from.has_view_offset()) { + mutable_view_offset()->::CMsgVector::MergeFrom(from.view_offset()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCLCMsg_HltvFixupOperatorTick::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCLCMsg_HltvFixupOperatorTick::CopyFrom(const CCLCMsg_HltvFixupOperatorTick& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCLCMsg_HltvFixupOperatorTick::IsInitialized() const { + + return true; +} + +void CCLCMsg_HltvFixupOperatorTick::Swap(CCLCMsg_HltvFixupOperatorTick* other) { + if (other != this) { + std::swap(tick_, other->tick_); + std::swap(props_data_, other->props_data_); + std::swap(origin_, other->origin_); + std::swap(eye_angles_, other->eye_angles_); + std::swap(observer_mode_, other->observer_mode_); + std::swap(cameraman_scoreboard_, other->cameraman_scoreboard_); + std::swap(observer_target_, other->observer_target_); + std::swap(view_offset_, other->view_offset_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCLCMsg_HltvFixupOperatorTick::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCLCMsg_HltvFixupOperatorTick_descriptor_; + metadata.reflection = CCLCMsg_HltvFixupOperatorTick_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CSVCMsg_HltvFixupOperatorStatus::kModeFieldNumber; +const int CSVCMsg_HltvFixupOperatorStatus::kOverrideOperatorNameFieldNumber; +#endif // !_MSC_VER + +CSVCMsg_HltvFixupOperatorStatus::CSVCMsg_HltvFixupOperatorStatus() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CSVCMsg_HltvFixupOperatorStatus::InitAsDefaultInstance() { +} + +CSVCMsg_HltvFixupOperatorStatus::CSVCMsg_HltvFixupOperatorStatus(const CSVCMsg_HltvFixupOperatorStatus& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CSVCMsg_HltvFixupOperatorStatus::SharedCtor() { + _cached_size_ = 0; + mode_ = 0u; + override_operator_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CSVCMsg_HltvFixupOperatorStatus::~CSVCMsg_HltvFixupOperatorStatus() { + SharedDtor(); +} + +void CSVCMsg_HltvFixupOperatorStatus::SharedDtor() { + if (override_operator_name_ != &::google::protobuf::internal::kEmptyString) { + delete override_operator_name_; + } + if (this != default_instance_) { + } +} + +void CSVCMsg_HltvFixupOperatorStatus::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CSVCMsg_HltvFixupOperatorStatus::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CSVCMsg_HltvFixupOperatorStatus_descriptor_; +} + +const CSVCMsg_HltvFixupOperatorStatus& CSVCMsg_HltvFixupOperatorStatus::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_netmessages_2eproto(); + return *default_instance_; +} + +CSVCMsg_HltvFixupOperatorStatus* CSVCMsg_HltvFixupOperatorStatus::default_instance_ = NULL; + +CSVCMsg_HltvFixupOperatorStatus* CSVCMsg_HltvFixupOperatorStatus::New() const { + return new CSVCMsg_HltvFixupOperatorStatus; +} + +void CSVCMsg_HltvFixupOperatorStatus::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + mode_ = 0u; + if (has_override_operator_name()) { + if (override_operator_name_ != &::google::protobuf::internal::kEmptyString) { + override_operator_name_->clear(); + } + } + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CSVCMsg_HltvFixupOperatorStatus::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional uint32 mode = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &mode_))); + set_has_mode(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(18)) goto parse_override_operator_name; + break; + } + + // optional string override_operator_name = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_override_operator_name: + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_override_operator_name())); + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->override_operator_name().data(), this->override_operator_name().length(), + ::google::protobuf::internal::WireFormat::PARSE); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CSVCMsg_HltvFixupOperatorStatus::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional uint32 mode = 1; + if (has_mode()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->mode(), output); + } + + // optional string override_operator_name = 2; + if (has_override_operator_name()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->override_operator_name().data(), this->override_operator_name().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + ::google::protobuf::internal::WireFormatLite::WriteString( + 2, this->override_operator_name(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CSVCMsg_HltvFixupOperatorStatus::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional uint32 mode = 1; + if (has_mode()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->mode(), target); + } + + // optional string override_operator_name = 2; + if (has_override_operator_name()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->override_operator_name().data(), this->override_operator_name().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->override_operator_name(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CSVCMsg_HltvFixupOperatorStatus::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional uint32 mode = 1; + if (has_mode()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->mode()); + } + + // optional string override_operator_name = 2; + if (has_override_operator_name()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->override_operator_name()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CSVCMsg_HltvFixupOperatorStatus::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CSVCMsg_HltvFixupOperatorStatus* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CSVCMsg_HltvFixupOperatorStatus::MergeFrom(const CSVCMsg_HltvFixupOperatorStatus& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_mode()) { + set_mode(from.mode()); + } + if (from.has_override_operator_name()) { + set_override_operator_name(from.override_operator_name()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CSVCMsg_HltvFixupOperatorStatus::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CSVCMsg_HltvFixupOperatorStatus::CopyFrom(const CSVCMsg_HltvFixupOperatorStatus& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CSVCMsg_HltvFixupOperatorStatus::IsInitialized() const { + + return true; +} + +void CSVCMsg_HltvFixupOperatorStatus::Swap(CSVCMsg_HltvFixupOperatorStatus* other) { + if (other != this) { + std::swap(mode_, other->mode_); + std::swap(override_operator_name_, other->override_operator_name_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CSVCMsg_HltvFixupOperatorStatus::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CSVCMsg_HltvFixupOperatorStatus_descriptor_; + metadata.reflection = CSVCMsg_HltvFixupOperatorStatus_reflection_; + return metadata; +} + + // @@protoc_insertion_point(namespace_scope) // @@protoc_insertion_point(global_scope) diff --git a/public/engine/protobuf/netmessages.pb.h b/public/engine/protobuf/netmessages.pb.h index 5176652a..beb04199 100644 --- a/public/engine/protobuf/netmessages.pb.h +++ b/public/engine/protobuf/netmessages.pb.h @@ -94,6 +94,8 @@ class CSVCMsg_EncryptedData; class CSVCMsg_HltvReplay; class CCLCMsg_HltvReplay; class CSVCMsg_Broadcast_Command; +class CCLCMsg_HltvFixupOperatorTick; +class CSVCMsg_HltvFixupOperatorStatus; enum NET_Messages { net_NOP = 0, @@ -133,11 +135,13 @@ enum CLC_Messages { clc_SplitPlayerConnect = 16, clc_ClientMessage = 17, clc_CmdKeyValues = 18, - clc_HltvReplay = 20 + clc_HltvReplay = 20, + clc_HltvFixupOperatorTick = 21, + clc_HltvFixupOperatorReceiver = 22 }; bool CLC_Messages_IsValid(int value); const CLC_Messages CLC_Messages_MIN = clc_ClientInfo; -const CLC_Messages CLC_Messages_MAX = clc_HltvReplay; +const CLC_Messages CLC_Messages_MAX = clc_HltvFixupOperatorReceiver; const int CLC_Messages_ARRAYSIZE = CLC_Messages_MAX + 1; const ::google::protobuf::EnumDescriptor* CLC_Messages_descriptor(); @@ -189,27 +193,6 @@ inline bool ESplitScreenMessageType_Parse( return ::google::protobuf::internal::ParseNamedEnum( ESplitScreenMessageType_descriptor(), name, value); } -enum ReplayEventType_t { - REPLAY_EVENT_CANCEL = 0, - REPLAY_EVENT_DEATH = 1, - REPLAY_EVENT_GENERIC = 2, - REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3 -}; -bool ReplayEventType_t_IsValid(int value); -const ReplayEventType_t ReplayEventType_t_MIN = REPLAY_EVENT_CANCEL; -const ReplayEventType_t ReplayEventType_t_MAX = REPLAY_EVENT_STUCK_NEED_FULL_UPDATE; -const int ReplayEventType_t_ARRAYSIZE = ReplayEventType_t_MAX + 1; - -const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor(); -inline const ::std::string& ReplayEventType_t_Name(ReplayEventType_t value) { - return ::google::protobuf::internal::NameOfEnum( - ReplayEventType_t_descriptor(), value); -} -inline bool ReplayEventType_t_Parse( - const ::std::string& name, ReplayEventType_t* value) { - return ::google::protobuf::internal::ParseNamedEnum( - ReplayEventType_t_descriptor(), name, value); -} enum SVC_Messages { svc_ServerInfo = 8, svc_SendTable = 9, @@ -239,11 +222,12 @@ enum SVC_Messages { svc_CmdKeyValues = 34, svc_EncryptedData = 35, svc_HltvReplay = 36, - svc_Broadcast_Command = 38 + svc_Broadcast_Command = 38, + svc_HltvFixupOperatorStatus = 39 }; bool SVC_Messages_IsValid(int value); const SVC_Messages SVC_Messages_MIN = svc_ServerInfo; -const SVC_Messages SVC_Messages_MAX = svc_Broadcast_Command; +const SVC_Messages SVC_Messages_MAX = svc_HltvFixupOperatorStatus; const int SVC_Messages_ARRAYSIZE = SVC_Messages_MAX + 1; const ::google::protobuf::EnumDescriptor* SVC_Messages_descriptor(); @@ -256,6 +240,28 @@ inline bool SVC_Messages_Parse( return ::google::protobuf::internal::ParseNamedEnum( SVC_Messages_descriptor(), name, value); } +enum ReplayEventType_t { + REPLAY_EVENT_CANCEL = 0, + REPLAY_EVENT_DEATH = 1, + REPLAY_EVENT_GENERIC = 2, + REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3, + REPLAY_EVENT_VICTORY = 4 +}; +bool ReplayEventType_t_IsValid(int value); +const ReplayEventType_t ReplayEventType_t_MIN = REPLAY_EVENT_CANCEL; +const ReplayEventType_t ReplayEventType_t_MAX = REPLAY_EVENT_VICTORY; +const int ReplayEventType_t_ARRAYSIZE = ReplayEventType_t_MAX + 1; + +const ::google::protobuf::EnumDescriptor* ReplayEventType_t_descriptor(); +inline const ::std::string& ReplayEventType_t_Name(ReplayEventType_t value) { + return ::google::protobuf::internal::NameOfEnum( + ReplayEventType_t_descriptor(), value); +} +inline bool ReplayEventType_t_Parse( + const ::std::string& name, ReplayEventType_t* value) { + return ::google::protobuf::internal::ParseNamedEnum( + ReplayEventType_t_descriptor(), name, value); +} // =================================================================== class CMsgVector : public ::google::protobuf::Message { @@ -3123,6 +3129,20 @@ class CSVCMsg_ServerInfo : public ::google::protobuf::Message { inline ::google::protobuf::uint64 ugc_map_id() const; inline void set_ugc_map_id(::google::protobuf::uint64 value); + // optional bool allow_loose_file_loads = 23; + inline bool has_allow_loose_file_loads() const; + inline void clear_allow_loose_file_loads(); + static const int kAllowLooseFileLoadsFieldNumber = 23; + inline bool allow_loose_file_loads() const; + inline void set_allow_loose_file_loads(bool value); + + // optional bool allow_user_workshop_content = 24; + inline bool has_allow_user_workshop_content() const; + inline void clear_allow_user_workshop_content(); + static const int kAllowUserWorkshopContentFieldNumber = 24; + inline bool allow_user_workshop_content() const; + inline void set_allow_user_workshop_content(bool value); + // @@protoc_insertion_point(class_scope:CSVCMsg_ServerInfo) private: inline void set_has_protocol(); @@ -3169,6 +3189,10 @@ class CSVCMsg_ServerInfo : public ::google::protobuf::Message { inline void clear_has_public_ip(); inline void set_has_ugc_map_id(); inline void clear_has_ugc_map_id(); + inline void set_has_allow_loose_file_loads(); + inline void clear_has_allow_loose_file_loads(); + inline void set_has_allow_user_workshop_content(); + inline void clear_has_allow_user_workshop_content(); ::google::protobuf::UnknownFieldSet _unknown_fields_; @@ -3178,7 +3202,6 @@ class CSVCMsg_ServerInfo : public ::google::protobuf::Message { bool is_official_valve_server_; bool is_hltv_; bool is_replay_; - bool is_redirecting_to_proxy_relay_; ::google::protobuf::int32 c_os_; ::google::protobuf::uint32 map_crc_; ::google::protobuf::uint32 client_crc_; @@ -3186,9 +3209,12 @@ class CSVCMsg_ServerInfo : public ::google::protobuf::Message { ::google::protobuf::int32 max_clients_; ::google::protobuf::int32 max_classes_; ::google::protobuf::int32 player_slot_; - float tick_interval_; ::std::string* game_dir_; ::std::string* map_name_; + float tick_interval_; + bool is_redirecting_to_proxy_relay_; + bool allow_loose_file_loads_; + bool allow_user_workshop_content_; ::std::string* map_group_name_; ::std::string* sky_name_; ::std::string* host_name_; @@ -3196,7 +3222,7 @@ class CSVCMsg_ServerInfo : public ::google::protobuf::Message { ::google::protobuf::uint32 public_ip_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(22 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(24 + 31) / 32]; friend void protobuf_AddDesc_netmessages_2eproto(); friend void protobuf_AssignDesc_netmessages_2eproto(); @@ -6964,6 +6990,13 @@ class CSVCMsg_HltvReplay : public ::google::protobuf::Message { inline float replay_slowdown_rate() const; inline void set_replay_slowdown_rate(float value); + // optional int32 reason = 8; + inline bool has_reason() const; + inline void clear_reason(); + static const int kReasonFieldNumber = 8; + inline ::google::protobuf::int32 reason() const; + inline void set_reason(::google::protobuf::int32 value); + // @@protoc_insertion_point(class_scope:CSVCMsg_HltvReplay) private: inline void set_has_delay(); @@ -6980,6 +7013,8 @@ class CSVCMsg_HltvReplay : public ::google::protobuf::Message { inline void clear_has_replay_slowdown_end(); inline void set_has_replay_slowdown_rate(); inline void clear_has_replay_slowdown_rate(); + inline void set_has_reason(); + inline void clear_has_reason(); ::google::protobuf::UnknownFieldSet _unknown_fields_; @@ -6990,9 +7025,10 @@ class CSVCMsg_HltvReplay : public ::google::protobuf::Message { ::google::protobuf::int32 replay_slowdown_begin_; ::google::protobuf::int32 replay_slowdown_end_; float replay_slowdown_rate_; + ::google::protobuf::int32 reason_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(7 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(8 + 31) / 32]; friend void protobuf_AddDesc_netmessages_2eproto(); friend void protobuf_AssignDesc_netmessages_2eproto(); @@ -7210,6 +7246,266 @@ class CSVCMsg_Broadcast_Command : public ::google::protobuf::Message { void InitAsDefaultInstance(); static CSVCMsg_Broadcast_Command* default_instance_; }; +// ------------------------------------------------------------------- + +class CCLCMsg_HltvFixupOperatorTick : public ::google::protobuf::Message { + public: + CCLCMsg_HltvFixupOperatorTick(); + virtual ~CCLCMsg_HltvFixupOperatorTick(); + + CCLCMsg_HltvFixupOperatorTick(const CCLCMsg_HltvFixupOperatorTick& from); + + inline CCLCMsg_HltvFixupOperatorTick& operator=(const CCLCMsg_HltvFixupOperatorTick& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCLCMsg_HltvFixupOperatorTick& default_instance(); + + void Swap(CCLCMsg_HltvFixupOperatorTick* other); + + // implements Message ---------------------------------------------- + + CCLCMsg_HltvFixupOperatorTick* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCLCMsg_HltvFixupOperatorTick& from); + void MergeFrom(const CCLCMsg_HltvFixupOperatorTick& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 tick = 1; + inline bool has_tick() const; + inline void clear_tick(); + static const int kTickFieldNumber = 1; + inline ::google::protobuf::int32 tick() const; + inline void set_tick(::google::protobuf::int32 value); + + // optional bytes props_data = 2; + inline bool has_props_data() const; + inline void clear_props_data(); + static const int kPropsDataFieldNumber = 2; + inline const ::std::string& props_data() const; + inline void set_props_data(const ::std::string& value); + inline void set_props_data(const char* value); + inline void set_props_data(const void* value, size_t size); + inline ::std::string* mutable_props_data(); + inline ::std::string* release_props_data(); + inline void set_allocated_props_data(::std::string* props_data); + + // optional .CMsgVector origin = 3; + inline bool has_origin() const; + inline void clear_origin(); + static const int kOriginFieldNumber = 3; + inline const ::CMsgVector& origin() const; + inline ::CMsgVector* mutable_origin(); + inline ::CMsgVector* release_origin(); + inline void set_allocated_origin(::CMsgVector* origin); + + // optional .CMsgQAngle eye_angles = 4; + inline bool has_eye_angles() const; + inline void clear_eye_angles(); + static const int kEyeAnglesFieldNumber = 4; + inline const ::CMsgQAngle& eye_angles() const; + inline ::CMsgQAngle* mutable_eye_angles(); + inline ::CMsgQAngle* release_eye_angles(); + inline void set_allocated_eye_angles(::CMsgQAngle* eye_angles); + + // optional int32 observer_mode = 5; + inline bool has_observer_mode() const; + inline void clear_observer_mode(); + static const int kObserverModeFieldNumber = 5; + inline ::google::protobuf::int32 observer_mode() const; + inline void set_observer_mode(::google::protobuf::int32 value); + + // optional bool cameraman_scoreboard = 6; + inline bool has_cameraman_scoreboard() const; + inline void clear_cameraman_scoreboard(); + static const int kCameramanScoreboardFieldNumber = 6; + inline bool cameraman_scoreboard() const; + inline void set_cameraman_scoreboard(bool value); + + // optional int32 observer_target = 7; + inline bool has_observer_target() const; + inline void clear_observer_target(); + static const int kObserverTargetFieldNumber = 7; + inline ::google::protobuf::int32 observer_target() const; + inline void set_observer_target(::google::protobuf::int32 value); + + // optional .CMsgVector view_offset = 8; + inline bool has_view_offset() const; + inline void clear_view_offset(); + static const int kViewOffsetFieldNumber = 8; + inline const ::CMsgVector& view_offset() const; + inline ::CMsgVector* mutable_view_offset(); + inline ::CMsgVector* release_view_offset(); + inline void set_allocated_view_offset(::CMsgVector* view_offset); + + // @@protoc_insertion_point(class_scope:CCLCMsg_HltvFixupOperatorTick) + private: + inline void set_has_tick(); + inline void clear_has_tick(); + inline void set_has_props_data(); + inline void clear_has_props_data(); + inline void set_has_origin(); + inline void clear_has_origin(); + inline void set_has_eye_angles(); + inline void clear_has_eye_angles(); + inline void set_has_observer_mode(); + inline void clear_has_observer_mode(); + inline void set_has_cameraman_scoreboard(); + inline void clear_has_cameraman_scoreboard(); + inline void set_has_observer_target(); + inline void clear_has_observer_target(); + inline void set_has_view_offset(); + inline void clear_has_view_offset(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::std::string* props_data_; + ::CMsgVector* origin_; + ::google::protobuf::int32 tick_; + ::google::protobuf::int32 observer_mode_; + ::CMsgQAngle* eye_angles_; + bool cameraman_scoreboard_; + ::google::protobuf::int32 observer_target_; + ::CMsgVector* view_offset_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(8 + 31) / 32]; + + friend void protobuf_AddDesc_netmessages_2eproto(); + friend void protobuf_AssignDesc_netmessages_2eproto(); + friend void protobuf_ShutdownFile_netmessages_2eproto(); + + void InitAsDefaultInstance(); + static CCLCMsg_HltvFixupOperatorTick* default_instance_; +}; +// ------------------------------------------------------------------- + +class CSVCMsg_HltvFixupOperatorStatus : public ::google::protobuf::Message { + public: + CSVCMsg_HltvFixupOperatorStatus(); + virtual ~CSVCMsg_HltvFixupOperatorStatus(); + + CSVCMsg_HltvFixupOperatorStatus(const CSVCMsg_HltvFixupOperatorStatus& from); + + inline CSVCMsg_HltvFixupOperatorStatus& operator=(const CSVCMsg_HltvFixupOperatorStatus& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CSVCMsg_HltvFixupOperatorStatus& default_instance(); + + void Swap(CSVCMsg_HltvFixupOperatorStatus* other); + + // implements Message ---------------------------------------------- + + CSVCMsg_HltvFixupOperatorStatus* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CSVCMsg_HltvFixupOperatorStatus& from); + void MergeFrom(const CSVCMsg_HltvFixupOperatorStatus& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional uint32 mode = 1; + inline bool has_mode() const; + inline void clear_mode(); + static const int kModeFieldNumber = 1; + inline ::google::protobuf::uint32 mode() const; + inline void set_mode(::google::protobuf::uint32 value); + + // optional string override_operator_name = 2; + inline bool has_override_operator_name() const; + inline void clear_override_operator_name(); + static const int kOverrideOperatorNameFieldNumber = 2; + inline const ::std::string& override_operator_name() const; + inline void set_override_operator_name(const ::std::string& value); + inline void set_override_operator_name(const char* value); + inline void set_override_operator_name(const char* value, size_t size); + inline ::std::string* mutable_override_operator_name(); + inline ::std::string* release_override_operator_name(); + inline void set_allocated_override_operator_name(::std::string* override_operator_name); + + // @@protoc_insertion_point(class_scope:CSVCMsg_HltvFixupOperatorStatus) + private: + inline void set_has_mode(); + inline void clear_has_mode(); + inline void set_has_override_operator_name(); + inline void clear_has_override_operator_name(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::std::string* override_operator_name_; + ::google::protobuf::uint32 mode_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; + + friend void protobuf_AddDesc_netmessages_2eproto(); + friend void protobuf_AssignDesc_netmessages_2eproto(); + friend void protobuf_ShutdownFile_netmessages_2eproto(); + + void InitAsDefaultInstance(); + static CSVCMsg_HltvFixupOperatorStatus* default_instance_; +}; // =================================================================== @@ -10479,6 +10775,50 @@ inline void CSVCMsg_ServerInfo::set_ugc_map_id(::google::protobuf::uint64 value) ugc_map_id_ = value; } +// optional bool allow_loose_file_loads = 23; +inline bool CSVCMsg_ServerInfo::has_allow_loose_file_loads() const { + return (_has_bits_[0] & 0x00400000u) != 0; +} +inline void CSVCMsg_ServerInfo::set_has_allow_loose_file_loads() { + _has_bits_[0] |= 0x00400000u; +} +inline void CSVCMsg_ServerInfo::clear_has_allow_loose_file_loads() { + _has_bits_[0] &= ~0x00400000u; +} +inline void CSVCMsg_ServerInfo::clear_allow_loose_file_loads() { + allow_loose_file_loads_ = false; + clear_has_allow_loose_file_loads(); +} +inline bool CSVCMsg_ServerInfo::allow_loose_file_loads() const { + return allow_loose_file_loads_; +} +inline void CSVCMsg_ServerInfo::set_allow_loose_file_loads(bool value) { + set_has_allow_loose_file_loads(); + allow_loose_file_loads_ = value; +} + +// optional bool allow_user_workshop_content = 24; +inline bool CSVCMsg_ServerInfo::has_allow_user_workshop_content() const { + return (_has_bits_[0] & 0x00800000u) != 0; +} +inline void CSVCMsg_ServerInfo::set_has_allow_user_workshop_content() { + _has_bits_[0] |= 0x00800000u; +} +inline void CSVCMsg_ServerInfo::clear_has_allow_user_workshop_content() { + _has_bits_[0] &= ~0x00800000u; +} +inline void CSVCMsg_ServerInfo::clear_allow_user_workshop_content() { + allow_user_workshop_content_ = false; + clear_has_allow_user_workshop_content(); +} +inline bool CSVCMsg_ServerInfo::allow_user_workshop_content() const { + return allow_user_workshop_content_; +} +inline void CSVCMsg_ServerInfo::set_allow_user_workshop_content(bool value) { + set_has_allow_user_workshop_content(); + allow_user_workshop_content_ = value; +} + // ------------------------------------------------------------------- // CSVCMsg_ClassInfo_class_t @@ -14651,6 +14991,28 @@ inline void CSVCMsg_HltvReplay::set_replay_slowdown_rate(float value) { replay_slowdown_rate_ = value; } +// optional int32 reason = 8; +inline bool CSVCMsg_HltvReplay::has_reason() const { + return (_has_bits_[0] & 0x00000080u) != 0; +} +inline void CSVCMsg_HltvReplay::set_has_reason() { + _has_bits_[0] |= 0x00000080u; +} +inline void CSVCMsg_HltvReplay::clear_has_reason() { + _has_bits_[0] &= ~0x00000080u; +} +inline void CSVCMsg_HltvReplay::clear_reason() { + reason_ = 0; + clear_has_reason(); +} +inline ::google::protobuf::int32 CSVCMsg_HltvReplay::reason() const { + return reason_; +} +inline void CSVCMsg_HltvReplay::set_reason(::google::protobuf::int32 value) { + set_has_reason(); + reason_ = value; +} + // ------------------------------------------------------------------- // CCLCMsg_HltvReplay @@ -14839,6 +15201,378 @@ inline void CSVCMsg_Broadcast_Command::set_allocated_cmd(::std::string* cmd) { } } +// ------------------------------------------------------------------- + +// CCLCMsg_HltvFixupOperatorTick + +// optional int32 tick = 1; +inline bool CCLCMsg_HltvFixupOperatorTick::has_tick() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_tick() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_tick() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_tick() { + tick_ = 0; + clear_has_tick(); +} +inline ::google::protobuf::int32 CCLCMsg_HltvFixupOperatorTick::tick() const { + return tick_; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_tick(::google::protobuf::int32 value) { + set_has_tick(); + tick_ = value; +} + +// optional bytes props_data = 2; +inline bool CCLCMsg_HltvFixupOperatorTick::has_props_data() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_props_data() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_props_data() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_props_data() { + if (props_data_ != &::google::protobuf::internal::kEmptyString) { + props_data_->clear(); + } + clear_has_props_data(); +} +inline const ::std::string& CCLCMsg_HltvFixupOperatorTick::props_data() const { + return *props_data_; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_props_data(const ::std::string& value) { + set_has_props_data(); + if (props_data_ == &::google::protobuf::internal::kEmptyString) { + props_data_ = new ::std::string; + } + props_data_->assign(value); +} +inline void CCLCMsg_HltvFixupOperatorTick::set_props_data(const char* value) { + set_has_props_data(); + if (props_data_ == &::google::protobuf::internal::kEmptyString) { + props_data_ = new ::std::string; + } + props_data_->assign(value); +} +inline void CCLCMsg_HltvFixupOperatorTick::set_props_data(const void* value, size_t size) { + set_has_props_data(); + if (props_data_ == &::google::protobuf::internal::kEmptyString) { + props_data_ = new ::std::string; + } + props_data_->assign(reinterpret_cast(value), size); +} +inline ::std::string* CCLCMsg_HltvFixupOperatorTick::mutable_props_data() { + set_has_props_data(); + if (props_data_ == &::google::protobuf::internal::kEmptyString) { + props_data_ = new ::std::string; + } + return props_data_; +} +inline ::std::string* CCLCMsg_HltvFixupOperatorTick::release_props_data() { + clear_has_props_data(); + if (props_data_ == &::google::protobuf::internal::kEmptyString) { + return NULL; + } else { + ::std::string* temp = props_data_; + props_data_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + return temp; + } +} +inline void CCLCMsg_HltvFixupOperatorTick::set_allocated_props_data(::std::string* props_data) { + if (props_data_ != &::google::protobuf::internal::kEmptyString) { + delete props_data_; + } + if (props_data) { + set_has_props_data(); + props_data_ = props_data; + } else { + clear_has_props_data(); + props_data_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + } +} + +// optional .CMsgVector origin = 3; +inline bool CCLCMsg_HltvFixupOperatorTick::has_origin() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_origin() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_origin() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_origin() { + if (origin_ != NULL) origin_->::CMsgVector::Clear(); + clear_has_origin(); +} +inline const ::CMsgVector& CCLCMsg_HltvFixupOperatorTick::origin() const { + return origin_ != NULL ? *origin_ : *default_instance_->origin_; +} +inline ::CMsgVector* CCLCMsg_HltvFixupOperatorTick::mutable_origin() { + set_has_origin(); + if (origin_ == NULL) origin_ = new ::CMsgVector; + return origin_; +} +inline ::CMsgVector* CCLCMsg_HltvFixupOperatorTick::release_origin() { + clear_has_origin(); + ::CMsgVector* temp = origin_; + origin_ = NULL; + return temp; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_allocated_origin(::CMsgVector* origin) { + delete origin_; + origin_ = origin; + if (origin) { + set_has_origin(); + } else { + clear_has_origin(); + } +} + +// optional .CMsgQAngle eye_angles = 4; +inline bool CCLCMsg_HltvFixupOperatorTick::has_eye_angles() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_eye_angles() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_eye_angles() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_eye_angles() { + if (eye_angles_ != NULL) eye_angles_->::CMsgQAngle::Clear(); + clear_has_eye_angles(); +} +inline const ::CMsgQAngle& CCLCMsg_HltvFixupOperatorTick::eye_angles() const { + return eye_angles_ != NULL ? *eye_angles_ : *default_instance_->eye_angles_; +} +inline ::CMsgQAngle* CCLCMsg_HltvFixupOperatorTick::mutable_eye_angles() { + set_has_eye_angles(); + if (eye_angles_ == NULL) eye_angles_ = new ::CMsgQAngle; + return eye_angles_; +} +inline ::CMsgQAngle* CCLCMsg_HltvFixupOperatorTick::release_eye_angles() { + clear_has_eye_angles(); + ::CMsgQAngle* temp = eye_angles_; + eye_angles_ = NULL; + return temp; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_allocated_eye_angles(::CMsgQAngle* eye_angles) { + delete eye_angles_; + eye_angles_ = eye_angles; + if (eye_angles) { + set_has_eye_angles(); + } else { + clear_has_eye_angles(); + } +} + +// optional int32 observer_mode = 5; +inline bool CCLCMsg_HltvFixupOperatorTick::has_observer_mode() const { + return (_has_bits_[0] & 0x00000010u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_observer_mode() { + _has_bits_[0] |= 0x00000010u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_observer_mode() { + _has_bits_[0] &= ~0x00000010u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_observer_mode() { + observer_mode_ = 0; + clear_has_observer_mode(); +} +inline ::google::protobuf::int32 CCLCMsg_HltvFixupOperatorTick::observer_mode() const { + return observer_mode_; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_observer_mode(::google::protobuf::int32 value) { + set_has_observer_mode(); + observer_mode_ = value; +} + +// optional bool cameraman_scoreboard = 6; +inline bool CCLCMsg_HltvFixupOperatorTick::has_cameraman_scoreboard() const { + return (_has_bits_[0] & 0x00000020u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_cameraman_scoreboard() { + _has_bits_[0] |= 0x00000020u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_cameraman_scoreboard() { + _has_bits_[0] &= ~0x00000020u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_cameraman_scoreboard() { + cameraman_scoreboard_ = false; + clear_has_cameraman_scoreboard(); +} +inline bool CCLCMsg_HltvFixupOperatorTick::cameraman_scoreboard() const { + return cameraman_scoreboard_; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_cameraman_scoreboard(bool value) { + set_has_cameraman_scoreboard(); + cameraman_scoreboard_ = value; +} + +// optional int32 observer_target = 7; +inline bool CCLCMsg_HltvFixupOperatorTick::has_observer_target() const { + return (_has_bits_[0] & 0x00000040u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_observer_target() { + _has_bits_[0] |= 0x00000040u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_observer_target() { + _has_bits_[0] &= ~0x00000040u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_observer_target() { + observer_target_ = 0; + clear_has_observer_target(); +} +inline ::google::protobuf::int32 CCLCMsg_HltvFixupOperatorTick::observer_target() const { + return observer_target_; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_observer_target(::google::protobuf::int32 value) { + set_has_observer_target(); + observer_target_ = value; +} + +// optional .CMsgVector view_offset = 8; +inline bool CCLCMsg_HltvFixupOperatorTick::has_view_offset() const { + return (_has_bits_[0] & 0x00000080u) != 0; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_has_view_offset() { + _has_bits_[0] |= 0x00000080u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_has_view_offset() { + _has_bits_[0] &= ~0x00000080u; +} +inline void CCLCMsg_HltvFixupOperatorTick::clear_view_offset() { + if (view_offset_ != NULL) view_offset_->::CMsgVector::Clear(); + clear_has_view_offset(); +} +inline const ::CMsgVector& CCLCMsg_HltvFixupOperatorTick::view_offset() const { + return view_offset_ != NULL ? *view_offset_ : *default_instance_->view_offset_; +} +inline ::CMsgVector* CCLCMsg_HltvFixupOperatorTick::mutable_view_offset() { + set_has_view_offset(); + if (view_offset_ == NULL) view_offset_ = new ::CMsgVector; + return view_offset_; +} +inline ::CMsgVector* CCLCMsg_HltvFixupOperatorTick::release_view_offset() { + clear_has_view_offset(); + ::CMsgVector* temp = view_offset_; + view_offset_ = NULL; + return temp; +} +inline void CCLCMsg_HltvFixupOperatorTick::set_allocated_view_offset(::CMsgVector* view_offset) { + delete view_offset_; + view_offset_ = view_offset; + if (view_offset) { + set_has_view_offset(); + } else { + clear_has_view_offset(); + } +} + +// ------------------------------------------------------------------- + +// CSVCMsg_HltvFixupOperatorStatus + +// optional uint32 mode = 1; +inline bool CSVCMsg_HltvFixupOperatorStatus::has_mode() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_has_mode() { + _has_bits_[0] |= 0x00000001u; +} +inline void CSVCMsg_HltvFixupOperatorStatus::clear_has_mode() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CSVCMsg_HltvFixupOperatorStatus::clear_mode() { + mode_ = 0u; + clear_has_mode(); +} +inline ::google::protobuf::uint32 CSVCMsg_HltvFixupOperatorStatus::mode() const { + return mode_; +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_mode(::google::protobuf::uint32 value) { + set_has_mode(); + mode_ = value; +} + +// optional string override_operator_name = 2; +inline bool CSVCMsg_HltvFixupOperatorStatus::has_override_operator_name() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_has_override_operator_name() { + _has_bits_[0] |= 0x00000002u; +} +inline void CSVCMsg_HltvFixupOperatorStatus::clear_has_override_operator_name() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CSVCMsg_HltvFixupOperatorStatus::clear_override_operator_name() { + if (override_operator_name_ != &::google::protobuf::internal::kEmptyString) { + override_operator_name_->clear(); + } + clear_has_override_operator_name(); +} +inline const ::std::string& CSVCMsg_HltvFixupOperatorStatus::override_operator_name() const { + return *override_operator_name_; +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_override_operator_name(const ::std::string& value) { + set_has_override_operator_name(); + if (override_operator_name_ == &::google::protobuf::internal::kEmptyString) { + override_operator_name_ = new ::std::string; + } + override_operator_name_->assign(value); +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_override_operator_name(const char* value) { + set_has_override_operator_name(); + if (override_operator_name_ == &::google::protobuf::internal::kEmptyString) { + override_operator_name_ = new ::std::string; + } + override_operator_name_->assign(value); +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_override_operator_name(const char* value, size_t size) { + set_has_override_operator_name(); + if (override_operator_name_ == &::google::protobuf::internal::kEmptyString) { + override_operator_name_ = new ::std::string; + } + override_operator_name_->assign(reinterpret_cast(value), size); +} +inline ::std::string* CSVCMsg_HltvFixupOperatorStatus::mutable_override_operator_name() { + set_has_override_operator_name(); + if (override_operator_name_ == &::google::protobuf::internal::kEmptyString) { + override_operator_name_ = new ::std::string; + } + return override_operator_name_; +} +inline ::std::string* CSVCMsg_HltvFixupOperatorStatus::release_override_operator_name() { + clear_has_override_operator_name(); + if (override_operator_name_ == &::google::protobuf::internal::kEmptyString) { + return NULL; + } else { + ::std::string* temp = override_operator_name_; + override_operator_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + return temp; + } +} +inline void CSVCMsg_HltvFixupOperatorStatus::set_allocated_override_operator_name(::std::string* override_operator_name) { + if (override_operator_name_ != &::google::protobuf::internal::kEmptyString) { + delete override_operator_name_; + } + if (override_operator_name) { + set_has_override_operator_name(); + override_operator_name_ = override_operator_name; + } else { + clear_has_override_operator_name(); + override_operator_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + } +} + // @@protoc_insertion_point(namespace_scope) @@ -14863,13 +15597,13 @@ inline const EnumDescriptor* GetEnumDescriptor< ::ESplitScreenMessageType>() { return ::ESplitScreenMessageType_descriptor(); } template <> -inline const EnumDescriptor* GetEnumDescriptor< ::ReplayEventType_t>() { - return ::ReplayEventType_t_descriptor(); -} -template <> inline const EnumDescriptor* GetEnumDescriptor< ::SVC_Messages>() { return ::SVC_Messages_descriptor(); } +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::ReplayEventType_t>() { + return ::ReplayEventType_t_descriptor(); +} } // namespace google } // namespace protobuf diff --git a/public/engine/protobuf/netmessages.proto b/public/engine/protobuf/netmessages.proto index ccc3e1a4..1ca445a1 100644 --- a/public/engine/protobuf/netmessages.proto +++ b/public/engine/protobuf/netmessages.proto @@ -1,184 +1,162 @@ -//====== Copyright (c) 2013, Valve Corporation, All rights reserved. ========// -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: -// -// Redistributions of source code must retain the above copyright notice, this -// list of conditions and the following disclaimer. -// Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -// THE POSSIBILITY OF SUCH DAMAGE. -//===========================================================================// -// -// Purpose: The file defines our Google Protocol Buffers which are used in over -// the wire messages for the Source engine. -// -//============================================================================= - -// Note about encoding: -// http://code.google.com/apis/protocolbuffers/docs/encoding.html -// -// TL;DR: Use sint32/sint64 for values that may be negative. -// -// There is an important difference between the signed int types (sint32 and sint64) -// and the "standard" int types (int32 and int64) when it comes to encoding negative -// numbers. If you use int32 or int64 as the type for a negative number, the -// resulting varint is always ten bytes long – it is, effectively, treated like a -// very large unsigned integer. If you use one of the signed types, the resulting -// varint uses ZigZag encoding, which is much more efficient. - - -// Commenting this out allows it to be compiled for SPEED or LITE_RUNTIME. -// option optimize_for = SPEED; - -// We don't use the service generation functionality -option cc_generic_services = false; - - -// -// STYLE NOTES: -// -// Use CamelCase CMsgMyMessageName style names for messages. -// -// Use lowercase _ delimited names like my_steam_id for field names, this is non-standard for Steam, -// but plays nice with the Google formatted code generation. -// -// Try not to use required fields ever. Only do so if you are really really sure you'll never want them removed. -// Optional should be preffered as it will make versioning easier and cleaner in the future if someone refactors -// your message and wants to remove or rename fields. -// -// Use fixed64 for JobId_t, GID_t, or SteamID. This is appropriate for any field that is normally -// going to be larger than 2^56. Otherwise use int64 for 64 bit values that are frequently smaller -// than 2^56 as it will safe space on the wire in those cases. -// -// Similar to fixed64, use fixed32 for RTime32 or other 32 bit values that are frequently larger than -// 2^28. It will safe space in those cases, otherwise use int32 which will safe space for smaller values. -// An exception to this rule for RTime32 is if the value will frequently be zero rather than set to an actual -// time. -// - import "google/protobuf/descriptor.proto"; -//============================================================================= -// Common Types -//============================================================================= +option cc_generic_services = false; -message CMsgVector -{ +enum NET_Messages { + net_NOP = 0; + net_Disconnect = 1; + net_File = 2; + net_SplitScreenUser = 3; + net_Tick = 4; + net_StringCmd = 5; + net_SetConVar = 6; + net_SignonState = 7; + net_PlayerAvatarData = 100; +} + +enum CLC_Messages { + clc_ClientInfo = 8; + clc_Move = 9; + clc_VoiceData = 10; + clc_BaselineAck = 11; + clc_ListenEvents = 12; + clc_RespondCvarValue = 13; + clc_FileCRCCheck = 14; + clc_LoadingProgress = 15; + clc_SplitPlayerConnect = 16; + clc_ClientMessage = 17; + clc_CmdKeyValues = 18; + clc_HltvReplay = 20; + clc_HltvFixupOperatorTick = 21; + clc_HltvFixupOperatorReceiver = 22; +} + +enum VoiceDataFormat_t { + VOICEDATA_FORMAT_STEAM = 0; + VOICEDATA_FORMAT_ENGINE = 1; +} + +enum ESplitScreenMessageType { + option allow_alias = true; + MSG_SPLITSCREEN_ADDUSER = 0; + MSG_SPLITSCREEN_REMOVEUSER = 1; + MSG_SPLITSCREEN_TYPE_BITS = 1; +} + +enum SVC_Messages { + svc_ServerInfo = 8; + svc_SendTable = 9; + svc_ClassInfo = 10; + svc_SetPause = 11; + svc_CreateStringTable = 12; + svc_UpdateStringTable = 13; + svc_VoiceInit = 14; + svc_VoiceData = 15; + svc_Print = 16; + svc_Sounds = 17; + svc_SetView = 18; + svc_FixAngle = 19; + svc_CrosshairAngle = 20; + svc_BSPDecal = 21; + svc_SplitScreen = 22; + svc_UserMessage = 23; + svc_EntityMessage = 24; + svc_GameEvent = 25; + svc_PacketEntities = 26; + svc_TempEntities = 27; + svc_Prefetch = 28; + svc_Menu = 29; + svc_GameEventList = 30; + svc_GetCvarValue = 31; + svc_PaintmapData = 33; + svc_CmdKeyValues = 34; + svc_EncryptedData = 35; + svc_HltvReplay = 36; + svc_Broadcast_Command = 38; + svc_HltvFixupOperatorStatus = 39; +} + +enum ReplayEventType_t { + REPLAY_EVENT_CANCEL = 0; + REPLAY_EVENT_DEATH = 1; + REPLAY_EVENT_GENERIC = 2; + REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3; + REPLAY_EVENT_VICTORY = 4; +} + +message CMsgVector { optional float x = 1; optional float y = 2; optional float z = 3; } -message CMsgVector2D -{ +message CMsgVector2D { optional float x = 1; optional float y = 2; } -message CMsgQAngle -{ +message CMsgQAngle { optional float x = 1; optional float y = 2; optional float z = 3; } -message CMsgRGBA -{ +message CMsgRGBA { optional int32 r = 1; optional int32 g = 2; optional int32 b = 3; optional int32 a = 4; } -//============================================================================= -// Bidirectional NET Messages -//============================================================================= - -enum NET_Messages -{ - net_NOP = 0; - net_Disconnect = 1; // disconnect, last message in connection - net_File = 2; // file transmission message request/deny - net_SplitScreenUser = 3; // Changes split screen user, client and server must both provide handler - net_Tick = 4; // s->c world tick, c->s ack world tick - net_StringCmd = 5; // a string command - net_SetConVar = 6; // sends one/multiple convar/userinfo settings - net_SignonState = 7; // signals or acks current signon state - net_PlayerAvatarData = 100; -} - -message CNETMsg_Tick -{ - optional uint32 tick = 1; // current tick count +message CNETMsg_Tick { + optional uint32 tick = 1; optional uint32 host_computationtime = 4; optional uint32 host_computationtime_std_deviation = 5; optional uint32 host_framestarttime_std_deviation = 6; optional uint32 hltv_replay_flags = 7; } -message CNETMsg_StringCmd -{ +message CNETMsg_StringCmd { optional string command = 1; } -message CNETMsg_SignonState -{ - optional uint32 signon_state = 1; // See SIGNONSTATE_ defines - optional uint32 spawn_count = 2; // server spawn count (session number) - optional uint32 num_server_players = 3; // Number of players the server discloses as connected to the server - repeated string players_networkids = 4; // player network ids - optional string map_name = 5; // Name of the current map +message CNETMsg_SignonState { + optional uint32 signon_state = 1; + optional uint32 spawn_count = 2; + optional uint32 num_server_players = 3; + repeated string players_networkids = 4; + optional string map_name = 5; } -message CMsg_CVars -{ - message CVar - { +message CMsg_CVars { + message CVar { optional string name = 1; optional string value = 2; optional uint32 dictionary_name = 3; } - repeated CVar cvars = 1; + repeated .CMsg_CVars.CVar cvars = 1; } -message CNETMsg_SetConVar -{ - optional CMsg_CVars convars = 1; +message CNETMsg_SetConVar { + optional .CMsg_CVars convars = 1; } -message CNETMsg_NOP -{ +message CNETMsg_NOP { } -message CNETMsg_Disconnect -{ +message CNETMsg_Disconnect { optional string text = 1; } -message CNETMsg_File -{ +message CNETMsg_File { optional int32 transfer_id = 1; optional string file_name = 2; optional bool is_replay_demo_file = 3; optional bool deny = 4; } -message CNETMsg_SplitScreenUser -{ +message CNETMsg_SplitScreenUser { optional int32 slot = 1; } @@ -187,28 +165,7 @@ message CNETMsg_PlayerAvatarData { optional bytes rgb = 2; } -//============================================================================= -// Client messages -//============================================================================= - -enum CLC_Messages -{ - clc_ClientInfo = 8; // client info (table CRC etc) - clc_Move = 9; // [CUserCmd] - clc_VoiceData = 10; // Voicestream data from a client - clc_BaselineAck = 11; // client acknowledges a new baseline seqnr - clc_ListenEvents = 12; // client acknowledges a new baseline seqnr - clc_RespondCvarValue = 13; // client is responding to a svc_GetCvarValue message. - clc_FileCRCCheck = 14; // client is sending a file's CRC to the server to be verified. - clc_LoadingProgress = 15; // client loading progress - clc_SplitPlayerConnect = 16; - clc_ClientMessage = 17; - clc_CmdKeyValues = 18; - clc_HltvReplay = 20; -} - -message CCLCMsg_ClientInfo -{ +message CCLCMsg_ClientInfo { optional fixed32 send_table_crc = 1; optional uint32 server_count = 2; optional bool is_hltv = 3; @@ -218,61 +175,42 @@ message CCLCMsg_ClientInfo repeated fixed32 custom_files = 7; } -message CCLCMsg_Move -{ - optional uint32 num_backup_commands = 1; // new commands = user_cmds_size() - num_backup_commands +message CCLCMsg_Move { + optional uint32 num_backup_commands = 1; optional uint32 num_new_commands = 2; optional bytes data = 3; } -message CCLCMsg_VoiceData -{ +message CCLCMsg_VoiceData { optional bytes data = 1; optional fixed64 xuid = 2; - optional VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; + optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; optional int32 sequence_bytes = 4; optional uint32 section_number = 5; optional uint32 uncompressed_sample_offset = 6; } -message CCLCMsg_BaselineAck -{ +message CCLCMsg_BaselineAck { optional int32 baseline_tick = 1; optional int32 baseline_nr = 2; } -message CCLCMsg_ListenEvents -{ +message CCLCMsg_ListenEvents { repeated fixed32 event_mask = 1; } -message CCLCMsg_RespondCvarValue -{ - optional int32 cookie = 1; // QueryCvarCookie_t - optional int32 status_code = 2; // EQueryCvarValueStatus +message CCLCMsg_RespondCvarValue { + optional int32 cookie = 1; + optional int32 status_code = 2; optional string name = 3; optional string value = 4; } -message CCLCMsg_FileCRCCheck -{ - // See CCLCMsg_FileCRCCheck_t in netmessages.h while reading this. - - // Optimisation: - - // Do not set or get path or filename directly, use instead - // CCLCMsg_FileCRCCheck_t::GetPath() - // CCLCMsg_FileCRCCheck_t::GetPath()...etc.. - - // If the path and/or filename below is one of certain commonly occuring ones - // then an index is stored instead of a string. So if code_path != -1 then - // path == "". - - optional int32 code_path = 1; // read comment above - optional string path = 2; // read comment above - optional int32 code_filename = 3; // read comment above - optional string filename = 4; // read comment above - +message CCLCMsg_FileCRCCheck { + optional int32 code_path = 1; + optional string path = 2; + optional int32 code_filename = 3; + optional string filename = 4; optional int32 file_fraction = 5; optional bytes md5 = 6; optional uint32 crc = 7; @@ -282,156 +220,88 @@ message CCLCMsg_FileCRCCheck optional int32 pack_file_number = 11; } -message CCLCMsg_LoadingProgress -{ +message CCLCMsg_LoadingProgress { optional int32 progress = 1; } -message CCLCMsg_SplitPlayerConnect -{ - optional CMsg_CVars convars = 1; +message CCLCMsg_SplitPlayerConnect { + optional .CMsg_CVars convars = 1; } -message CCLCMsg_CmdKeyValues -{ +message CCLCMsg_CmdKeyValues { optional bytes keyvalues = 1; } - -//============================================================================= -// Server messages -//============================================================================= - -enum VoiceDataFormat_t { - VOICEDATA_FORMAT_STEAM = 0; - VOICEDATA_FORMAT_ENGINE = 1; -} - -enum ESplitScreenMessageType -{ - option allow_alias = true; - MSG_SPLITSCREEN_ADDUSER = 0; - MSG_SPLITSCREEN_REMOVEUSER = 1; - MSG_SPLITSCREEN_TYPE_BITS = 1; -}; - -enum ReplayEventType_t { - REPLAY_EVENT_CANCEL = 0; - REPLAY_EVENT_DEATH = 1; - REPLAY_EVENT_GENERIC = 2; - REPLAY_EVENT_STUCK_NEED_FULL_UPDATE = 3; -} - -enum SVC_Messages -{ - svc_ServerInfo = 8; // first message from server about game; map etc - svc_SendTable = 9; // sends a sendtable description for a game class - svc_ClassInfo = 10; // Info about classes (first byte is a CLASSINFO_ define). - svc_SetPause = 11; // tells client if server paused or unpaused - svc_CreateStringTable = 12; // inits shared string tables - svc_UpdateStringTable = 13; // updates a string table - svc_VoiceInit = 14; // inits used voice codecs & quality - svc_VoiceData = 15; // Voicestream data from the server - svc_Print = 16; // print text to console - svc_Sounds = 17; // starts playing sound - svc_SetView = 18; // sets entity as point of view - svc_FixAngle = 19; // sets/corrects players viewangle - svc_CrosshairAngle = 20; // adjusts crosshair in auto aim mode to lock on traget - svc_BSPDecal = 21; // add a static decal to the world BSP - svc_SplitScreen = 22; // split screen style message - svc_UserMessage = 23; // a game specific message - svc_EntityMessage = 24; // a message for an entity - svc_GameEvent = 25; // global game event fired - svc_PacketEntities = 26; // non-delta compressed entities - svc_TempEntities = 27; // non-reliable event object - svc_Prefetch = 28; // only sound indices for now - svc_Menu = 29; // display a menu from a plugin - svc_GameEventList = 30; // list of known games events and fields - svc_GetCvarValue = 31; // Server wants to know the value of a cvar on the client - svc_PaintmapData = 33; - svc_CmdKeyValues = 34; // Server submits KeyValues command for the client - svc_EncryptedData = 35; - svc_HltvReplay = 36; - svc_Broadcast_Command = 38; -} - -message CSVCMsg_ServerInfo -{ - optional int32 protocol = 1; // protocol version - optional int32 server_count = 2; // number of changelevels since server start - optional bool is_dedicated = 3; // dedicated server ? +message CSVCMsg_ServerInfo { + optional int32 protocol = 1; + optional int32 server_count = 2; + optional bool is_dedicated = 3; optional bool is_official_valve_server = 4; - optional bool is_hltv = 5; // HLTV server ? - optional bool is_replay = 6; // Replay server ? - optional bool is_redirecting_to_proxy_relay = 21; // // Will be redirecting to proxy relay - optional int32 c_os = 7; // L = linux, W = Win32 - optional fixed32 map_crc = 8; // server map CRC - optional fixed32 client_crc = 9; // client.dll CRC server is using - optional fixed32 string_table_crc = 10; // string table CRC server is using - optional int32 max_clients = 11; // max number of clients on server - optional int32 max_classes = 12; // max number of server classes - optional int32 player_slot = 13; // our client slot number - optional float tick_interval = 14; // server tick interval - optional string game_dir = 15; // game directory eg "tf2" - optional string map_name = 16; // name of current map - optional string map_group_name = 17; // name of current map - optional string sky_name = 18; // name of current skybox - optional string host_name = 19; // server name - optional uint32 public_ip = 20; - optional uint64 ugc_map_id = 22; + optional bool is_hltv = 5; + optional bool is_replay = 6; + optional bool is_redirecting_to_proxy_relay = 21; + optional int32 c_os = 7; + optional fixed32 map_crc = 8; + optional fixed32 client_crc = 9; + optional fixed32 string_table_crc = 10; + optional int32 max_clients = 11; + optional int32 max_classes = 12; + optional int32 player_slot = 13; + optional float tick_interval = 14; + optional string game_dir = 15; + optional string map_name = 16; + optional string map_group_name = 17; + optional string sky_name = 18; + optional string host_name = 19; + optional uint32 public_ip = 20; + optional uint64 ugc_map_id = 22; + optional bool allow_loose_file_loads = 23; + optional bool allow_user_workshop_content = 24; } -message CSVCMsg_ClassInfo -{ - message class_t - { +message CSVCMsg_ClassInfo { + message class_t { optional int32 class_id = 1; optional string data_table_name = 2; optional string class_name = 3; } - optional bool create_on_client = 1; - repeated class_t classes = 2; + optional bool create_on_client = 1; + repeated .CSVCMsg_ClassInfo.class_t classes = 2; } -message CSVCMsg_SendTable -{ - message sendprop_t - { - optional int32 type = 1; // SendPropType +message CSVCMsg_SendTable { + message sendprop_t { + optional int32 type = 1; optional string var_name = 2; optional int32 flags = 3; optional int32 priority = 4; - optional string dt_name = 5; // if pProp->m_Type == DPT_DataTable || IsExcludeProp - optional int32 num_elements = 6; // else if pProp->m_Type == DPT_Array - optional float low_value = 7; // else ... - optional float high_value = 8; // ... - optional int32 num_bits = 9; // ... - }; + optional string dt_name = 5; + optional int32 num_elements = 6; + optional float low_value = 7; + optional float high_value = 8; + optional int32 num_bits = 9; + } optional bool is_end = 1; optional string net_table_name = 2; optional bool needs_decoder = 3; - repeated sendprop_t props = 4; + repeated .CSVCMsg_SendTable.sendprop_t props = 4; } -message CSVCMsg_Print -{ +message CSVCMsg_Print { optional string text = 1; } -message CSVCMsg_SetPause -{ +message CSVCMsg_SetPause { optional bool paused = 1; } -message CSVCMsg_SetView -{ +message CSVCMsg_SetView { optional int32 entity_index = 1; } -message CSVCMsg_CreateStringTable -{ +message CSVCMsg_CreateStringTable { optional string name = 1; optional int32 max_entries = 2; optional int32 num_entries = 3; @@ -442,188 +312,164 @@ message CSVCMsg_CreateStringTable optional bytes string_data = 8; } -message CSVCMsg_UpdateStringTable -{ +message CSVCMsg_UpdateStringTable { optional int32 table_id = 1; optional int32 num_changed_entries = 2; optional bytes string_data = 3; } -message CSVCMsg_VoiceInit -{ +message CSVCMsg_VoiceInit { optional int32 quality = 1; optional string codec = 2; optional int32 version = 3 [default = 0]; } -message CSVCMsg_VoiceData -{ +message CSVCMsg_VoiceData { optional int32 client = 1; optional bool proximity = 2; optional fixed64 xuid = 3; optional int32 audible_mask = 4; optional bytes voice_data = 5; optional bool caster = 6; - optional VoiceDataFormat_t format = 7 [default = VOICEDATA_FORMAT_ENGINE]; + optional .VoiceDataFormat_t format = 7 [default = VOICEDATA_FORMAT_ENGINE]; optional int32 sequence_bytes = 8; optional uint32 section_number = 9; optional uint32 uncompressed_sample_offset = 10; } -message CSVCMsg_FixAngle -{ +message CSVCMsg_FixAngle { optional bool relative = 1; - optional CMsgQAngle angle = 2; + optional .CMsgQAngle angle = 2; } -message CSVCMsg_CrosshairAngle -{ - optional CMsgQAngle angle = 1; +message CSVCMsg_CrosshairAngle { + optional .CMsgQAngle angle = 1; } -message CSVCMsg_Prefetch -{ +message CSVCMsg_Prefetch { optional int32 sound_index = 1; } -message CSVCMsg_BSPDecal -{ - optional CMsgVector pos = 1; +message CSVCMsg_BSPDecal { + optional .CMsgVector pos = 1; optional int32 decal_texture_index = 2; optional int32 entity_index = 3; optional int32 model_index = 4; optional bool low_priority = 5; } -message CSVCMsg_SplitScreen -{ - optional ESplitScreenMessageType type = 1 [default = MSG_SPLITSCREEN_ADDUSER]; +message CSVCMsg_SplitScreen { + optional .ESplitScreenMessageType type = 1 [default = MSG_SPLITSCREEN_ADDUSER]; optional int32 slot = 2; optional int32 player_index = 3; } -message CSVCMsg_GetCvarValue -{ - optional int32 cookie = 1; // QueryCvarCookie_t +message CSVCMsg_GetCvarValue { + optional int32 cookie = 1; optional string cvar_name = 2; } -message CSVCMsg_Menu -{ - optional int32 dialog_type = 1; // DIALOG_TYPE - optional bytes menu_key_values = 2; // KeyValues.WriteAsBinary() +message CSVCMsg_Menu { + optional int32 dialog_type = 1; + optional bytes menu_key_values = 2; } -message CSVCMsg_UserMessage -{ +message CSVCMsg_UserMessage { optional int32 msg_type = 1; optional bytes msg_data = 2; optional int32 passthrough = 3; } -message CSVCMsg_PaintmapData -{ +message CSVCMsg_PaintmapData { optional bytes paintmap = 1; } -message CSVCMsg_GameEvent -{ - message key_t - { - optional int32 type = 1; // type - optional string val_string = 2; // TYPE_STRING - optional float val_float = 3; // TYPE_FLOAT - optional int32 val_long = 4; // TYPE_LONG - optional int32 val_short = 5; // TYPE_SHORT - optional int32 val_byte = 6; // TYPE_BYTE - optional bool val_bool = 7; // TYPE_BOOL - optional uint64 val_uint64 = 8; // TYPE_UINT64 - optional bytes val_wstring = 9; // TYPE_WSTRING +message CSVCMsg_GameEvent { + message key_t { + optional int32 type = 1; + optional string val_string = 2; + optional float val_float = 3; + optional int32 val_long = 4; + optional int32 val_short = 5; + optional int32 val_byte = 6; + optional bool val_bool = 7; + optional uint64 val_uint64 = 8; + optional bytes val_wstring = 9; } optional string event_name = 1; optional int32 eventid = 2; - repeated key_t keys = 3; + repeated .CSVCMsg_GameEvent.key_t keys = 3; optional int32 passthrough = 4; } -message CSVCMsg_GameEventList -{ - message key_t - { +message CSVCMsg_GameEventList { + message key_t { optional int32 type = 1; optional string name = 2; - }; + } - message descriptor_t - { + message descriptor_t { optional int32 eventid = 1; optional string name = 2; - repeated key_t keys = 3; - }; + repeated .CSVCMsg_GameEventList.key_t keys = 3; + } - repeated descriptor_t descriptors = 1; + repeated .CSVCMsg_GameEventList.descriptor_t descriptors = 1; } -message CSVCMsg_TempEntities -{ +message CSVCMsg_TempEntities { optional bool reliable = 1; optional int32 num_entries = 2; optional bytes entity_data = 3; } -message CSVCMsg_PacketEntities -{ +message CSVCMsg_PacketEntities { optional int32 max_entries = 1; optional int32 updated_entries = 2; - optional bool is_delta = 3; + optional bool is_delta = 3; optional bool update_baseline = 4; optional int32 baseline = 5; optional int32 delta_from = 6; optional bytes entity_data = 7; } -message CSVCMsg_Sounds -{ - message sounddata_t - { - optional sint32 origin_x = 1; - optional sint32 origin_y = 2; - optional sint32 origin_z = 3; - optional uint32 volume = 4; - optional float delay_value = 5; - optional int32 sequence_number = 6; - optional int32 entity_index = 7; - optional int32 channel = 8; - optional int32 pitch = 9; - optional int32 flags = 10; - optional uint32 sound_num = 11; - optional fixed32 sound_num_handle = 12; - optional int32 speaker_entity = 13; - optional int32 random_seed = 14; - optional int32 sound_level = 15; // soundlevel_t - optional bool is_sentence = 16; - optional bool is_ambient = 17; - }; +message CSVCMsg_Sounds { + message sounddata_t { + optional sint32 origin_x = 1; + optional sint32 origin_y = 2; + optional sint32 origin_z = 3; + optional uint32 volume = 4; + optional float delay_value = 5; + optional int32 sequence_number = 6; + optional int32 entity_index = 7; + optional int32 channel = 8; + optional int32 pitch = 9; + optional int32 flags = 10; + optional uint32 sound_num = 11; + optional fixed32 sound_num_handle = 12; + optional int32 speaker_entity = 13; + optional int32 random_seed = 14; + optional int32 sound_level = 15; + optional bool is_sentence = 16; + optional bool is_ambient = 17; + } optional bool reliable_sound = 1; - repeated sounddata_t sounds = 2; + repeated .CSVCMsg_Sounds.sounddata_t sounds = 2; } -message CSVCMsg_EntityMsg -{ +message CSVCMsg_EntityMsg { optional int32 ent_index = 1; optional int32 class_id = 2; optional bytes ent_data = 3; } -message CSVCMsg_CmdKeyValues -{ +message CSVCMsg_CmdKeyValues { optional bytes keyvalues = 1; } -message CSVCMsg_EncryptedData -{ +message CSVCMsg_EncryptedData { optional bytes encrypted = 1; optional int32 key_type = 2; } @@ -636,6 +482,7 @@ message CSVCMsg_HltvReplay { optional int32 replay_slowdown_begin = 5; optional int32 replay_slowdown_end = 6; optional float replay_slowdown_rate = 7; + optional int32 reason = 8; } message CCLCMsg_HltvReplay { @@ -649,3 +496,19 @@ message CCLCMsg_HltvReplay { message CSVCMsg_Broadcast_Command { optional string cmd = 1; } + +message CCLCMsg_HltvFixupOperatorTick { + optional int32 tick = 1; + optional bytes props_data = 2; + optional .CMsgVector origin = 3; + optional .CMsgQAngle eye_angles = 4; + optional int32 observer_mode = 5; + optional bool cameraman_scoreboard = 6; + optional int32 observer_target = 7; + optional .CMsgVector view_offset = 8; +} + +message CSVCMsg_HltvFixupOperatorStatus { + optional uint32 mode = 1; + optional string override_operator_name = 2; +} diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto b/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto deleted file mode 100644 index c13eb7f0..00000000 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto +++ /dev/null @@ -1,759 +0,0 @@ -//====== Copyright (c) 2013, Valve Corporation, All rights reserved. ========// -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: -// -// Redistributions of source code must retain the above copyright notice, this -// list of conditions and the following disclaimer. -// Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -// THE POSSIBILITY OF SUCH DAMAGE. -//===========================================================================// -// -// Purpose: The file defines our Google Protocol Buffers which are used in over -// the wire messages for the Source engine. -// -//============================================================================= - -// We care more about speed than code size -option optimize_for = SPEED; - -// We don't use the service generation functionality -option cc_generic_services = false; - - -// -// STYLE NOTES: -// -// Use CamelCase CMsgMyMessageName style names for messages. -// -// Use lowercase _ delimited names like my_steam_id for field names, this is non-standard for Steam, -// but plays nice with the Google formatted code generation. -// -// Try not to use required fields ever. Only do so if you are really really sure you'll never want them removed. -// Optional should be preffered as it will make versioning easier and cleaner in the future if someone refactors -// your message and wants to remove or rename fields. -// -// Use fixed64 for JobId_t, GID_t, or SteamID. This is appropriate for any field that is normally -// going to be larger than 2^56. Otherwise use int64 for 64 bit values that are frequently smaller -// than 2^56 as it will safe space on the wire in those cases. -// -// Similar to fixed64, use fixed32 for RTime32 or other 32 bit values that are frequently larger than -// 2^28. It will safe space in those cases, otherwise use int32 which will safe space for smaller values. -// An exception to this rule for RTime32 is if the value will frequently be zero rather than set to an actual -// time. -// - -import "google/protobuf/descriptor.proto"; - -// for CMsgVector, etc. -import "netmessages.proto"; - -//============================================================================= -// CStrike15 User Messages -//============================================================================= - -enum ECstrike15UserMessages -{ - CS_UM_VGUIMenu = 1; - CS_UM_Geiger = 2; - CS_UM_Train = 3; - CS_UM_HudText = 4; - CS_UM_SayText = 5; - CS_UM_SayText2 = 6; - CS_UM_TextMsg = 7; - CS_UM_HudMsg = 8; - CS_UM_ResetHud = 9; - CS_UM_GameTitle = 10; - CS_UM_Shake = 12; - CS_UM_Fade = 13; // fade HUD in/out - CS_UM_Rumble = 14; - CS_UM_CloseCaption = 15; - CS_UM_CloseCaptionDirect = 16; - CS_UM_SendAudio = 17; - CS_UM_RawAudio = 18; - CS_UM_VoiceMask = 19; - CS_UM_RequestState = 20; - CS_UM_Damage = 21; - CS_UM_RadioText = 22; - CS_UM_HintText = 23; - CS_UM_KeyHintText = 24; - CS_UM_ProcessSpottedEntityUpdate = 25; - CS_UM_ReloadEffect = 26; - CS_UM_AdjustMoney = 27; - CS_UM_UpdateTeamMoney = 28; - CS_UM_StopSpectatorMode = 29; - CS_UM_KillCam = 30; - CS_UM_DesiredTimescale = 31; - CS_UM_CurrentTimescale = 32; - CS_UM_AchievementEvent = 33; - CS_UM_MatchEndConditions = 34; - CS_UM_DisconnectToLobby = 35; - CS_UM_PlayerStatsUpdate = 36; - CS_UM_DisplayInventory = 37; - CS_UM_WarmupHasEnded = 38; - CS_UM_ClientInfo = 39; - CS_UM_XRankGet = 40; // Get ELO Rank Value from Client - CS_UM_XRankUpd = 41; // Update ELO Rank Value on Client - CS_UM_CallVoteFailed = 45; - CS_UM_VoteStart = 46; - CS_UM_VotePass = 47; - CS_UM_VoteFailed = 48; - CS_UM_VoteSetup = 49; - CS_UM_ServerRankRevealAll = 50; - CS_UM_SendLastKillerDamageToClient = 51; - CS_UM_ServerRankUpdate = 52; - CS_UM_ItemPickup = 53; - CS_UM_ShowMenu = 54; // show hud menu - CS_UM_BarTime = 55; // For the C4 progress bar. - CS_UM_AmmoDenied = 56; - CS_UM_MarkAchievement = 57; - CS_UM_MatchStatsUpdate = 58; - CS_UM_ItemDrop = 59; - CS_UM_GlowPropTurnOff = 60; - CS_UM_SendPlayerItemDrops = 61; - CS_UM_RoundBackupFilenames = 62; - CS_UM_SendPlayerItemFound = 63; - CS_UM_ReportHit = 64; - CS_UM_XpUpdate = 65; - CS_UM_QuestProgress = 66; - CS_UM_ScoreLeaderboardData = 67; - CS_UM_PlayerDecalDigitalSignature = 68; - CS_UM_WeaponSound = 69; - CS_UM_UpdateScreenHealthBar = 70; - CS_UM_EntityOutlineHighlight = 71; - CS_UM_SSUI = 72; - CS_UM_SurvivalStats = 73; - CS_UM_DisconnectToLobby2 = 74; - CS_UM_EndOfMatchAllPlayersData = 75; -} - -enum ECSUsrMsg_DisconnectToLobby_Action { - k_ECSUsrMsg_DisconnectToLobby_Action_Default = 0; - k_ECSUsrMsg_DisconnectToLobby_Action_GoQueue = 1; -} - -//============================================================================= - -message CCSUsrMsg_VGUIMenu -{ - optional string name = 1; - optional bool show = 2; - - message Subkey - { - optional string name = 1; - optional string str = 2; - } - - repeated Subkey subkeys = 3; -} - -message CCSUsrMsg_Geiger -{ - optional int32 range = 1; -} - -message CCSUsrMsg_Train -{ - optional int32 train = 1; -} - -message CCSUsrMsg_HudText -{ - optional string text = 1; -} - -message CCSUsrMsg_SayText -{ - optional int32 ent_idx = 1; - optional string text = 2; - optional bool chat = 3; - optional bool textallchat = 4; -} - -message CCSUsrMsg_SayText2 -{ - optional int32 ent_idx = 1; - optional bool chat = 2; - optional string msg_name = 3; - repeated string params = 4; - optional bool textallchat = 5; -} - -message CCSUsrMsg_TextMsg -{ - optional int32 msg_dst = 1; - repeated string params = 3; -} - -message CCSUsrMsg_HudMsg -{ - optional int32 channel = 1; - optional CMsgVector2D pos = 2; - optional CMsgRGBA clr1 = 3; - optional CMsgRGBA clr2 = 4; - optional int32 effect = 5; - optional float fade_in_time = 6; - optional float fade_out_time = 7; - optional float hold_time = 9; - optional float fx_time = 10; - optional string text = 11; -} - -message CCSUsrMsg_Shake -{ - optional int32 command = 1; - optional float local_amplitude = 2; - optional float frequency = 3; - optional float duration = 4; -} - -message CCSUsrMsg_Fade -{ - optional int32 duration = 1; - optional int32 hold_time = 2; - optional int32 flags = 3; // fade type (in / out) - optional CMsgRGBA clr = 4; -} - -message CCSUsrMsg_Rumble -{ - optional int32 index = 1; - optional int32 data = 2; - optional int32 flags = 3; -} - -message CCSUsrMsg_CloseCaption -{ - optional uint32 hash = 1; - optional int32 duration = 2; - optional bool from_player = 3; - optional string cctoken = 4; -} - -message CCSUsrMsg_CloseCaptionDirect -{ - optional uint32 hash = 1; - optional int32 duration = 2; - optional bool from_player = 3; -} - -message CCSUsrMsg_SendAudio -{ - optional string radio_sound = 1; -} - -message CCSUsrMsg_RawAudio -{ - optional int32 pitch = 1; - optional int32 entidx = 2; - optional float duration = 3; - optional string voice_filename = 4; -} - -message CCSUsrMsg_VoiceMask -{ - message PlayerMask - { - optional int32 game_rules_mask = 1; - optional int32 ban_masks = 2; - } - - repeated PlayerMask player_masks = 1; - optional bool player_mod_enable = 2; -} - -message CCSUsrMsg_Damage -{ - optional int32 amount = 1; - optional CMsgVector inflictor_world_pos = 2; - optional int32 victim_entindex = 3; -} - -message CCSUsrMsg_RadioText -{ - optional int32 msg_dst = 1; - optional int32 client = 2; - optional string msg_name = 3; - repeated string params = 4; -} - -message CCSUsrMsg_HintText -{ - optional string text = 1; -} - -message CCSUsrMsg_KeyHintText -{ - repeated string hints = 1; -} - -// gurjeets - Message below is slightly bigger in size than the non-protobuf version, -// by around 8 bits. -message CCSUsrMsg_ProcessSpottedEntityUpdate -{ - optional bool new_update = 1; - - message SpottedEntityUpdate - { - optional int32 entity_idx = 1; - optional int32 class_id = 2; - optional int32 origin_x = 3; - optional int32 origin_y = 4; - optional int32 origin_z = 5; - optional int32 angle_y = 6; - optional bool defuser = 7; - optional bool player_has_defuser = 8; - optional bool player_has_c4 = 9; - } - - repeated SpottedEntityUpdate entity_updates = 2; -} - -message CEconItemPreviewDataBlock -{ - optional uint32 accountid = 1; - optional uint64 itemid = 2; - optional uint32 defindex = 3; - optional uint32 paintindex = 4; - optional uint32 rarity = 5; - optional uint32 quality = 6; - optional uint32 paintwear = 7; - optional uint32 paintseed = 8; - optional uint32 killeaterscoretype = 9; - optional uint32 killeatervalue = 10; - optional string customname = 11; - - message Sticker - { - optional uint32 slot = 1; - optional uint32 sticker_id = 2; - optional float wear = 3; - optional float scale = 4; - optional float rotation = 5; - optional uint32 tint_id = 6; - } - - repeated Sticker stickers = 12; - optional uint32 inventory = 13; - optional uint32 origin = 14; - optional uint32 questid = 15; - optional uint32 dropreason = 16; - optional uint32 musicindex = 17; - optional int32 entindex = 18; -} - -message CCSUsrMsg_SendPlayerItemDrops -{ - repeated CEconItemPreviewDataBlock entity_updates = 1; -} - -message CCSUsrMsg_SendPlayerItemFound -{ - optional CEconItemPreviewDataBlock iteminfo = 1; - optional int32 entindex = 2; -} - -message CCSUsrMsg_ReloadEffect -{ - optional int32 entidx = 1; - optional int32 actanim = 2; - optional float origin_x = 3; - optional float origin_y = 4; - optional float origin_z = 5; -} - -message CCSUsrMsg_AdjustMoney -{ - 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 -{ - optional int32 obs_mode = 1; - optional int32 first_target = 2; - optional int32 second_target = 3; -} - -message CCSUsrMsg_DesiredTimescale -{ - optional float desired_timescale = 1; - optional float duration_realtime_sec = 2; - optional int32 interpolator_type = 3; - optional float start_blend_time = 4; -} - -message CCSUsrMsg_CurrentTimescale -{ - optional float cur_timescale = 1; -} - -message CCSUsrMsg_AchievementEvent -{ - optional int32 achievement = 1; - optional int32 count = 2; - optional int32 user_id = 3; -} - - -message CCSUsrMsg_MatchEndConditions -{ - optional int32 fraglimit = 1; - optional int32 mp_maxrounds = 2; - optional int32 mp_winlimit = 3; - optional int32 mp_timelimit = 4; -} - -message CCSUsrMsg_PlayerStatsUpdate -{ - optional int32 version = 1; - - message Stat - { - optional int32 idx = 1; - optional int32 delta = 2; - } - - repeated Stat stats = 4; - optional int32 user_id = 5; - optional int32 crc = 6; -} - -message CCSUsrMsg_DisplayInventory -{ - optional bool display = 1; - optional int32 user_id = 2; -} - -message CCSUsrMsg_XRankGet -{ - optional int32 mode_idx = 1; - optional int32 controller = 2; -} - -message CCSUsrMsg_XRankUpd -{ - optional int32 mode_idx = 1; - optional int32 controller = 2; - optional int32 ranking = 3; -} - -message CCSUsrMsg_CallVoteFailed -{ - optional int32 reason = 1; - optional int32 time = 2; -} - -message CCSUsrMsg_VoteStart -{ - optional int32 team = 1; - optional int32 ent_idx = 2; - optional int32 vote_type = 3; - optional string disp_str = 4; - optional string details_str = 5; - optional string other_team_str = 6; - optional bool is_yes_no_vote = 7; - optional int32 entidx_target = 8; -} - -message CCSUsrMsg_VotePass -{ - optional int32 team = 1; - optional int32 vote_type = 2; - optional string disp_str = 3; - optional string details_str = 4; -} - -message CCSUsrMsg_VoteFailed -{ - optional int32 team = 1; - optional int32 reason = 2; -} - -message CCSUsrMsg_VoteSetup -{ - repeated string potential_issues = 1; -} - -message CCSUsrMsg_SendLastKillerDamageToClient -{ - optional int32 num_hits_given = 1; - optional int32 damage_given = 2; - optional int32 num_hits_taken = 3; - optional int32 damage_taken = 4; -} - -message CCSUsrMsg_ServerRankUpdate -{ - message RankUpdate - { - optional int32 account_id = 1; - optional int32 rank_old = 2; - optional int32 rank_new = 3; - optional int32 num_wins = 4; - optional float rank_change = 5; - optional int32 rank_type_id = 6; - } - - repeated RankUpdate rank_update = 1; -} - -message CCSUsrMsg_ItemPickup -{ - optional string item = 1; -} - -message CCSUsrMsg_ShowMenu -{ - optional int32 bits_valid_slots = 1; - optional int32 display_time = 2; - optional string menu_string = 3; -} - -message CCSUsrMsg_BarTime -{ - optional string time = 1; -} - -message CCSUsrMsg_AmmoDenied -{ - optional int32 ammoIdx = 1; -} - -message CCSUsrMsg_MarkAchievement -{ - optional string achievement = 1; -} - -message CCSUsrMsg_MatchStatsUpdate -{ - optional string update = 1; -} - -message CCSUsrMsg_ItemDrop -{ - optional int64 itemid = 1; - optional bool death = 2; -} - -message CCSUsrMsg_GlowPropTurnOff -{ - optional int32 entidx = 1; -} - -message CCSUsrMsg_RoundBackupFilenames { - optional int32 count = 1; - optional int32 index = 2; - optional string filename = 3; - optional string nicename = 4; -} - -message XpProgressData { - optional uint32 xp_points = 1; - optional int32 xp_category = 2; -} - -message CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded { - repeated XpProgressData xp_progress_data = 1; - optional uint32 account_id = 2; - optional uint32 current_xp = 3; - optional uint32 current_level = 4; - optional uint32 upgraded_defidx = 5; - optional uint32 operation_points_awarded = 6; -} - -message CCSUsrMsg_XpUpdate { - optional CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; -} - -message CCSUsrMsg_QuestProgress { - optional uint32 quest_id = 1; - optional uint32 normal_points = 2; - optional uint32 bonus_points = 3; - optional bool is_event_quest = 4; -} - -message ScoreLeaderboardData { - message Entry { - optional uint32 tag = 1; - optional uint32 val = 2; - } - - message AccountEntries { - optional uint32 accountid = 1; - repeated Entry entries = 2; - } - - optional uint64 quest_id = 1; - optional uint32 score = 2; - repeated AccountEntries accountentries = 3; - repeated Entry matchentries = 5; -} - -message CCSUsrMsg_ScoreLeaderboardData { - optional ScoreLeaderboardData data = 1; -} - -message PlayerDecalDigitalSignature { - optional bytes signature = 1; - optional uint32 accountid = 2; - optional uint32 rtime = 3; - repeated float endpos = 4; - repeated float startpos = 5; - repeated float right = 6; - optional uint32 tx_defidx = 7; - optional int32 entindex = 8; - optional uint32 hitbox = 9; - optional float creationtime = 10; - optional uint32 equipslot = 11; - optional uint32 trace_id = 12; - repeated float normal = 13; - optional uint32 tint_id = 14; -} - -message CCSUsrMsg_PlayerDecalDigitalSignature { - optional PlayerDecalDigitalSignature data = 1; -} - -message CCSUsrMsg_WeaponSound { - optional int32 entidx = 1; - optional float origin_x = 2; - optional float origin_y = 3; - optional float origin_z = 4; - optional string sound = 5; - optional float timestamp = 6; -} - -message CCSUsrMsg_UpdateScreenHealthBar { - optional int32 entidx = 1; - optional float healthratio_old = 2; - optional float healthratio_new = 3; - optional int32 style = 4; -} - -message CCSUsrMsg_EntityOutlineHighlight { - optional int32 entidx = 1; - optional bool removehighlight = 2; -} - -message CCSUsrMsg_SSUI { - optional bool show = 1; - optional float start_time = 2; - optional float end_time = 3; -} - -message CCSUsrMsg_SurvivalStats { - message Fact { - optional int32 type = 1; - optional int32 display = 2; - optional int32 value = 3; - optional float interestingness = 4; - } - - message Placement { - optional uint64 xuid = 1; - optional int32 teamnumber = 2; - optional int32 placement = 3; - } - - message Damage { - optional uint64 xuid = 1; - optional int32 to = 2; - optional int32 to_hits = 3; - optional int32 from = 4; - optional int32 from_hits = 5; - } - - optional uint64 xuid = 1; - repeated Fact facts = 2; - repeated Placement users = 3; - repeated Damage damages = 5; - optional int32 ticknumber = 4; -} - -message CCSUsrMsg_EndOfMatchAllPlayersData { - message Accolade { - optional int32 eaccolade = 1; - optional float value = 2; - optional int32 position = 3; - } - - message PlayerData { - optional int32 entindex = 1; - optional uint64 xuid = 2; - optional string name = 3; - optional int32 teamnumber = 4; - optional Accolade nomination = 5; - repeated CEconItemPreviewDataBlock items = 6; - optional int32 playercolor = 7; - optional bool isbot = 8; - } - - repeated PlayerData allplayerdata = 1; - optional int32 scene = 2; -} - -//============================================================================= -// Messages where the data seems to be irrelevant -//============================================================================= - -message CCSUsrMsg_ResetHud -{ - optional bool reset = 1; -} - -message CCSUsrMsg_GameTitle -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_RequestState -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_StopSpectatorMode -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_DisconnectToLobby -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_WarmupHasEnded -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_ClientInfo -{ - optional int32 dummy = 1; -} - -message CCSUsrMsg_ServerRankRevealAll -{ - optional int32 seconds_till_shutdown = 1; -} diff --git a/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.cc b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.cc new file mode 100644 index 00000000..24e26294 --- /dev/null +++ b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.cc @@ -0,0 +1,74 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: vietnam_gcmessages.proto + +#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION +#include "vietnam_gcmessages.pb.h" + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +// @@protoc_insertion_point(includes) + +namespace { + + +} // namespace + + +void protobuf_AssignDesc_vietnam_5fgcmessages_2eproto() { + protobuf_AddDesc_vietnam_5fgcmessages_2eproto(); + const ::google::protobuf::FileDescriptor* file = + ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( + "vietnam_gcmessages.proto"); + GOOGLE_CHECK(file != NULL); +} + +namespace { + +GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); +inline void protobuf_AssignDescriptorsOnce() { + ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, + &protobuf_AssignDesc_vietnam_5fgcmessages_2eproto); +} + +void protobuf_RegisterTypes(const ::std::string&) { + protobuf_AssignDescriptorsOnce(); +} + +} // namespace + +void protobuf_ShutdownFile_vietnam_5fgcmessages_2eproto() { +} + +void protobuf_AddDesc_vietnam_5fgcmessages_2eproto() { + static bool already_here = false; + if (already_here) return; + already_here = true; + GOOGLE_PROTOBUF_VERIFY_VERSION; + + ::protobuf_AddDesc_engine_5fgcmessages_2eproto(); + ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( + "\n\030vietnam_gcmessages.proto\032\027engine_gcmes" + "sages.protoB\005H\001\200\001\000", 58); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( + "vietnam_gcmessages.proto", &protobuf_RegisterTypes); + ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_vietnam_5fgcmessages_2eproto); +} + +// Force AddDescriptors() to be called at static initialization time. +struct StaticDescriptorInitializer_vietnam_5fgcmessages_2eproto { + StaticDescriptorInitializer_vietnam_5fgcmessages_2eproto() { + protobuf_AddDesc_vietnam_5fgcmessages_2eproto(); + } +} static_descriptor_initializer_vietnam_5fgcmessages_2eproto_; + +// @@protoc_insertion_point(namespace_scope) + +// @@protoc_insertion_point(global_scope) diff --git a/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.h b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.h new file mode 100644 index 00000000..ba7cc753 --- /dev/null +++ b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.pb.h @@ -0,0 +1,56 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: vietnam_gcmessages.proto + +#ifndef PROTOBUF_vietnam_5fgcmessages_2eproto__INCLUDED +#define PROTOBUF_vietnam_5fgcmessages_2eproto__INCLUDED + +#include + +#include + +#if GOOGLE_PROTOBUF_VERSION < 2005000 +#error This file was generated by a newer version of protoc which is +#error incompatible with your Protocol Buffer headers. Please update +#error your headers. +#endif +#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION +#error This file was generated by an older version of protoc which is +#error incompatible with your Protocol Buffer headers. Please +#error regenerate this file with a newer version of protoc. +#endif + +#include +#include +#include +#include "engine_gcmessages.pb.h" +// @@protoc_insertion_point(includes) + +// Internal implementation detail -- do not call these. +void protobuf_AddDesc_vietnam_5fgcmessages_2eproto(); +void protobuf_AssignDesc_vietnam_5fgcmessages_2eproto(); +void protobuf_ShutdownFile_vietnam_5fgcmessages_2eproto(); + + +// =================================================================== + + +// =================================================================== + + +// =================================================================== + + +// @@protoc_insertion_point(namespace_scope) + +#ifndef SWIG +namespace google { +namespace protobuf { + + +} // namespace google +} // namespace protobuf +#endif // SWIG + +// @@protoc_insertion_point(global_scope) + +#endif // PROTOBUF_vietnam_5fgcmessages_2eproto__INCLUDED diff --git a/public/game/shared/vietnam/protobuf/vietnam_gcmessages.proto b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.proto new file mode 100644 index 00000000..11602bbe --- /dev/null +++ b/public/game/shared/vietnam/protobuf/vietnam_gcmessages.proto @@ -0,0 +1,4 @@ +import "engine_gcmessages.proto"; + +option optimize_for = SPEED; +option cc_generic_services = false; diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp b/public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.cpp similarity index 69% rename from public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp rename to public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.cpp index 7f7e57e4..748c4f0e 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.cpp +++ b/public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.cpp @@ -1,14 +1,14 @@ -#include "cstrike15_usermessage_helpers.h" +#include "vietnam_usermessage_helpers.h" -CCstrike15UsermessageHelpers g_Cstrike15UsermessageHelpers; +CVietnamUsermessageHelpers g_VietnamUsermessageHelpers; #define SETUP_MESSAGE( msgname ) \ m_NameIndexMap.Insert( #msgname, CS_UM_##msgname ); \ m_IndexNameMap[CS_UM_##msgname] = #msgname; \ m_Prototypes[CS_UM_##msgname] = &CCSUsrMsg_##msgname::default_instance(); -CCstrike15UsermessageHelpers::CCstrike15UsermessageHelpers() +CVietnamUsermessageHelpers::CVietnamUsermessageHelpers() { // Clear all so that any unused are inited. memset( m_Prototypes, 0, sizeof(m_Prototypes) ); @@ -70,24 +70,33 @@ CCstrike15UsermessageHelpers::CCstrike15UsermessageHelpers() SETUP_MESSAGE( MatchStatsUpdate ); SETUP_MESSAGE( ItemDrop ); SETUP_MESSAGE( GlowPropTurnOff ); - SETUP_MESSAGE( SendPlayerItemDrops ); + //SETUP_MESSAGE( SendPlayerItemDrops ); SETUP_MESSAGE( RoundBackupFilenames ); - SETUP_MESSAGE( SendPlayerItemFound ); + //SETUP_MESSAGE( SendPlayerItemFound ); SETUP_MESSAGE( ReportHit ); - SETUP_MESSAGE( XpUpdate ); + //SETUP_MESSAGE( XpUpdate ); SETUP_MESSAGE( QuestProgress ); - SETUP_MESSAGE( ScoreLeaderboardData ); - SETUP_MESSAGE( PlayerDecalDigitalSignature ); + //SETUP_MESSAGE( ScoreLeaderboardData ); + //SETUP_MESSAGE( PlayerDecalDigitalSignature ); + SETUP_MESSAGE( SquadMemberDied ); + SETUP_MESSAGE( Battery ); + SETUP_MESSAGE( CreditsMsg ); + SETUP_MESSAGE( LogoTimeMsg ); + SETUP_MESSAGE( DamageIndicator ); SETUP_MESSAGE( WeaponSound ); - SETUP_MESSAGE( UpdateScreenHealthBar ); SETUP_MESSAGE( EntityOutlineHighlight ); - SETUP_MESSAGE( SSUI ); - SETUP_MESSAGE( SurvivalStats ); - //SETUP_MESSAGE( DisconnectToLobby2 ); - SETUP_MESSAGE( EndOfMatchAllPlayersData ); + SETUP_MESSAGE( HintTextExtended ); + SETUP_MESSAGE( PlayerScore ); + SETUP_MESSAGE( SpottedDuration ); + SETUP_MESSAGE( Ribbon ); + SETUP_MESSAGE( PointOfInterest ); + SETUP_MESSAGE( ViewmodelAnimevent ); + SETUP_MESSAGE( Heal ); + SETUP_MESSAGE( Ammo ); + SETUP_MESSAGE( ActionProgress ); } -const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( int index ) const +const google::protobuf::Message *CVietnamUsermessageHelpers::GetPrototype( int index ) const { if( index >= 0 && index < ECstrike15UserMessages_ARRAYSIZE ) return m_Prototypes[index]; @@ -95,7 +104,7 @@ const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( int return NULL; } -const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( const char *name ) const +const google::protobuf::Message *CVietnamUsermessageHelpers::GetPrototype( const char *name ) const { int index = GetIndex( name ); if( index > -1 ) @@ -104,7 +113,7 @@ const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( con return NULL; } -int CCstrike15UsermessageHelpers::GetIndex( const char *name ) const +int CVietnamUsermessageHelpers::GetIndex( const char *name ) const { unsigned int idx = m_NameIndexMap.Find( name ); if( idx != m_NameIndexMap.InvalidHandle() ) @@ -113,7 +122,7 @@ int CCstrike15UsermessageHelpers::GetIndex( const char *name ) const return -1; } -const char *CCstrike15UsermessageHelpers::GetName( int index ) const +const char *CVietnamUsermessageHelpers::GetName( int index ) const { if( index >= 0 && index < ECstrike15UserMessages_ARRAYSIZE ) return m_IndexNameMap[index]; diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.h b/public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.h similarity index 60% rename from public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.h rename to public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.h index 9ad6c222..8b2b1074 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessage_helpers.h +++ b/public/game/shared/vietnam/protobuf/vietnam_usermessage_helpers.h @@ -1,13 +1,13 @@ -#ifndef CSTRIKE15_UM_HELPERS -#define CSTRIKE15_UM_HELPERS +#ifndef VIETNAM_UM_HELPERS +#define VIETNAM_UM_HELPERS -#include "game/shared/csgo/protobuf/cstrike15_usermessages.pb.h" +#include "game/shared/vietnam/protobuf/vietnam_usermessages.pb.h" #include -class CCstrike15UsermessageHelpers +class CVietnamUsermessageHelpers { public: - CCstrike15UsermessageHelpers(); + CVietnamUsermessageHelpers(); const google::protobuf::Message *GetPrototype( int index ) const; const google::protobuf::Message *GetPrototype( const char *name ) const; @@ -22,6 +22,6 @@ private: const google::protobuf::Message *m_Prototypes[ECstrike15UserMessages_ARRAYSIZE]; }; -extern CCstrike15UsermessageHelpers g_Cstrike15UsermessageHelpers; +extern CVietnamUsermessageHelpers g_VietnamUsermessageHelpers; -#endif // CSTRIKE15_UM_HELPERS +#endif // VIETNAM_UM_HELPERS diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.cc b/public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.cc similarity index 74% rename from public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.cc rename to public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.cc index 94f85e8a..fcafc5ad 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.cc +++ b/public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.cc @@ -1,8 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: cstrike15_usermessages.proto +// source: vietnam_usermessages.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION -#include "cstrike15_usermessages.pb.h" +#include "vietnam_usermessages.pb.h" #include @@ -84,24 +84,27 @@ const ::google::protobuf::internal::GeneratedMessageReflection* const ::google::protobuf::Descriptor* CCSUsrMsg_KeyHintText_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_KeyHintText_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_HintTextExtended_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_HintTextExtended_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerScore_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_PlayerScore_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_SpottedDuration_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_SpottedDuration_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_Ribbon_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_Ribbon_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_PointOfInterest_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_PointOfInterest_reflection_ = NULL; const ::google::protobuf::Descriptor* CCSUsrMsg_ProcessSpottedEntityUpdate_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_ProcessSpottedEntityUpdate_reflection_ = NULL; const ::google::protobuf::Descriptor* CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_reflection_ = NULL; -const ::google::protobuf::Descriptor* CEconItemPreviewDataBlock_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CEconItemPreviewDataBlock_reflection_ = NULL; -const ::google::protobuf::Descriptor* CEconItemPreviewDataBlock_Sticker_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CEconItemPreviewDataBlock_Sticker_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SendPlayerItemDrops_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SendPlayerItemDrops_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SendPlayerItemFound_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SendPlayerItemFound_reflection_ = NULL; const ::google::protobuf::Descriptor* CCSUsrMsg_ReloadEffect_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_ReloadEffect_reflection_ = NULL; @@ -135,6 +138,9 @@ const ::google::protobuf::internal::GeneratedMessageReflection* const ::google::protobuf::Descriptor* CCSUsrMsg_DisplayInventory_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_DisplayInventory_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_QuestProgress_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_QuestProgress_reflection_ = NULL; const ::google::protobuf::Descriptor* CCSUsrMsg_XRankGet_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_XRankGet_reflection_ = NULL; @@ -192,69 +198,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection* const ::google::protobuf::Descriptor* CCSUsrMsg_RoundBackupFilenames_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_RoundBackupFilenames_reflection_ = NULL; -const ::google::protobuf::Descriptor* XpProgressData_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - XpProgressData_reflection_ = NULL; -const ::google::protobuf::Descriptor* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_XpUpdate_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_XpUpdate_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_QuestProgress_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_QuestProgress_reflection_ = NULL; -const ::google::protobuf::Descriptor* ScoreLeaderboardData_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - ScoreLeaderboardData_reflection_ = NULL; -const ::google::protobuf::Descriptor* ScoreLeaderboardData_Entry_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - ScoreLeaderboardData_Entry_reflection_ = NULL; -const ::google::protobuf::Descriptor* ScoreLeaderboardData_AccountEntries_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - ScoreLeaderboardData_AccountEntries_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_ScoreLeaderboardData_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_ScoreLeaderboardData_reflection_ = NULL; -const ::google::protobuf::Descriptor* PlayerDecalDigitalSignature_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - PlayerDecalDigitalSignature_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_PlayerDecalDigitalSignature_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_WeaponSound_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_WeaponSound_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_UpdateScreenHealthBar_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_UpdateScreenHealthBar_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_EntityOutlineHighlight_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_EntityOutlineHighlight_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SSUI_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SSUI_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SurvivalStats_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Fact_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SurvivalStats_Fact_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Placement_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SurvivalStats_Placement_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Damage_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_SurvivalStats_Damage_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_EndOfMatchAllPlayersData_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_reflection_ = NULL; -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_ = NULL; -const ::google::protobuf::internal::GeneratedMessageReflection* - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_reflection_ = NULL; const ::google::protobuf::Descriptor* CCSUsrMsg_ResetHud_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_ResetHud_reflection_ = NULL; @@ -279,17 +222,49 @@ const ::google::protobuf::internal::GeneratedMessageReflection* const ::google::protobuf::Descriptor* CCSUsrMsg_ServerRankRevealAll_descriptor_ = NULL; const ::google::protobuf::internal::GeneratedMessageReflection* CCSUsrMsg_ServerRankRevealAll_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_WeaponSound_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_WeaponSound_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_EntityOutlineHighlight_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_EntityOutlineHighlight_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_SquadMemberDied_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_SquadMemberDied_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_Battery_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_Battery_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_CreditsMsg_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_CreditsMsg_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_LogoTimeMsg_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_LogoTimeMsg_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_DamageIndicator_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_DamageIndicator_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_ViewmodelAnimevent_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_ViewmodelAnimevent_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_Heal_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_Heal_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_Ammo_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_Ammo_reflection_ = NULL; +const ::google::protobuf::Descriptor* CCSUsrMsg_ActionProgress_descriptor_ = NULL; +const ::google::protobuf::internal::GeneratedMessageReflection* + CCSUsrMsg_ActionProgress_reflection_ = NULL; const ::google::protobuf::EnumDescriptor* ECstrike15UserMessages_descriptor_ = NULL; -const ::google::protobuf::EnumDescriptor* ECSUsrMsg_DisconnectToLobby_Action_descriptor_ = NULL; } // namespace -void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { - protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); +void protobuf_AssignDesc_vietnam_5fusermessages_2eproto() { + protobuf_AddDesc_vietnam_5fusermessages_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( - "cstrike15_usermessages.proto"); + "vietnam_usermessages.proto"); GOOGLE_CHECK(file != NULL); CCSUsrMsg_VGUIMenu_descriptor_ = file->message_type(0); static const int CCSUsrMsg_VGUIMenu_offsets_[3] = { @@ -370,11 +345,12 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_HudText)); CCSUsrMsg_SayText_descriptor_ = file->message_type(4); - static const int CCSUsrMsg_SayText_offsets_[4] = { + static const int CCSUsrMsg_SayText_offsets_[5] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText, ent_idx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText, text_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText, chat_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText, textallchat_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText, formatwithprefixorlocation_), }; CCSUsrMsg_SayText_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -388,12 +364,13 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_SayText)); CCSUsrMsg_SayText2_descriptor_ = file->message_type(5); - static const int CCSUsrMsg_SayText2_offsets_[5] = { + static const int CCSUsrMsg_SayText2_offsets_[6] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, ent_idx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, chat_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, msg_name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, params_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, textallchat_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SayText2, commander_), }; CCSUsrMsg_SayText2_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -535,8 +512,10 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_CloseCaptionDirect)); CCSUsrMsg_SendAudio_descriptor_ = file->message_type(13); - static const int CCSUsrMsg_SendAudio_offsets_[1] = { + static const int CCSUsrMsg_SendAudio_offsets_[3] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendAudio, radio_sound_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendAudio, isradio_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendAudio, iscommander_), }; CCSUsrMsg_SendAudio_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -600,10 +579,11 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_VoiceMask_PlayerMask)); CCSUsrMsg_Damage_descriptor_ = file->message_type(16); - static const int CCSUsrMsg_Damage_offsets_[3] = { + static const int CCSUsrMsg_Damage_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Damage, amount_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Damage, inflictor_world_pos_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Damage, victim_entindex_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Damage, damagebits_), }; CCSUsrMsg_Damage_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -664,7 +644,91 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_KeyHintText)); - CCSUsrMsg_ProcessSpottedEntityUpdate_descriptor_ = file->message_type(20); + CCSUsrMsg_HintTextExtended_descriptor_ = file->message_type(20); + static const int CCSUsrMsg_HintTextExtended_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_HintTextExtended, hints_), + }; + CCSUsrMsg_HintTextExtended_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_HintTextExtended_descriptor_, + CCSUsrMsg_HintTextExtended::default_instance_, + CCSUsrMsg_HintTextExtended_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_HintTextExtended, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_HintTextExtended, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_HintTextExtended)); + CCSUsrMsg_PlayerScore_descriptor_ = file->message_type(21); + static const int CCSUsrMsg_PlayerScore_offsets_[4] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, amount_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, scoretype_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, killedplayername_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, killedplayerteam_), + }; + CCSUsrMsg_PlayerScore_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_PlayerScore_descriptor_, + CCSUsrMsg_PlayerScore::default_instance_, + CCSUsrMsg_PlayerScore_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerScore, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_PlayerScore)); + CCSUsrMsg_SpottedDuration_descriptor_ = file->message_type(22); + static const int CCSUsrMsg_SpottedDuration_offsets_[4] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, spottedbyindex_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, myindex_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, spotted_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, spottedduration_), + }; + CCSUsrMsg_SpottedDuration_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_SpottedDuration_descriptor_, + CCSUsrMsg_SpottedDuration::default_instance_, + CCSUsrMsg_SpottedDuration_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SpottedDuration, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_SpottedDuration)); + CCSUsrMsg_Ribbon_descriptor_ = file->message_type(23); + static const int CCSUsrMsg_Ribbon_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ribbon, ribbontype_), + }; + CCSUsrMsg_Ribbon_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_Ribbon_descriptor_, + CCSUsrMsg_Ribbon::default_instance_, + CCSUsrMsg_Ribbon_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ribbon, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ribbon, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_Ribbon)); + CCSUsrMsg_PointOfInterest_descriptor_ = file->message_type(24); + static const int CCSUsrMsg_PointOfInterest_offsets_[4] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, origin_x_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, origin_y_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, origin_z_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, point_type_), + }; + CCSUsrMsg_PointOfInterest_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_PointOfInterest_descriptor_, + CCSUsrMsg_PointOfInterest::default_instance_, + CCSUsrMsg_PointOfInterest_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PointOfInterest, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_PointOfInterest)); + CCSUsrMsg_ProcessSpottedEntityUpdate_descriptor_ = file->message_type(25); static const int CCSUsrMsg_ProcessSpottedEntityUpdate_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate, new_update_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate, entity_updates_), @@ -681,13 +745,14 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ProcessSpottedEntityUpdate)); CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_descriptor_ = CCSUsrMsg_ProcessSpottedEntityUpdate_descriptor_->nested_type(0); - static const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_offsets_[9] = { + static const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_offsets_[10] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, entity_idx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, class_id_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, origin_x_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, origin_y_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, origin_z_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, angle_y_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, team_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, defuser_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, player_has_defuser_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate, player_has_c4_), @@ -703,90 +768,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate)); - CEconItemPreviewDataBlock_descriptor_ = file->message_type(21); - static const int CEconItemPreviewDataBlock_offsets_[18] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, accountid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, itemid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, defindex_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, paintindex_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, rarity_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, quality_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, paintwear_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, paintseed_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, killeaterscoretype_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, killeatervalue_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, customname_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, stickers_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, inventory_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, origin_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, questid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, dropreason_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, musicindex_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, entindex_), - }; - CEconItemPreviewDataBlock_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CEconItemPreviewDataBlock_descriptor_, - CEconItemPreviewDataBlock::default_instance_, - CEconItemPreviewDataBlock_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CEconItemPreviewDataBlock)); - CEconItemPreviewDataBlock_Sticker_descriptor_ = CEconItemPreviewDataBlock_descriptor_->nested_type(0); - static const int CEconItemPreviewDataBlock_Sticker_offsets_[6] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, slot_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, sticker_id_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, wear_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, scale_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, rotation_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, tint_id_), - }; - CEconItemPreviewDataBlock_Sticker_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CEconItemPreviewDataBlock_Sticker_descriptor_, - CEconItemPreviewDataBlock_Sticker::default_instance_, - CEconItemPreviewDataBlock_Sticker_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CEconItemPreviewDataBlock_Sticker, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CEconItemPreviewDataBlock_Sticker)); - CCSUsrMsg_SendPlayerItemDrops_descriptor_ = file->message_type(22); - static const int CCSUsrMsg_SendPlayerItemDrops_offsets_[1] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemDrops, entity_updates_), - }; - CCSUsrMsg_SendPlayerItemDrops_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SendPlayerItemDrops_descriptor_, - CCSUsrMsg_SendPlayerItemDrops::default_instance_, - CCSUsrMsg_SendPlayerItemDrops_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemDrops, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemDrops, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SendPlayerItemDrops)); - CCSUsrMsg_SendPlayerItemFound_descriptor_ = file->message_type(23); - static const int CCSUsrMsg_SendPlayerItemFound_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemFound, iteminfo_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemFound, entindex_), - }; - CCSUsrMsg_SendPlayerItemFound_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SendPlayerItemFound_descriptor_, - CCSUsrMsg_SendPlayerItemFound::default_instance_, - CCSUsrMsg_SendPlayerItemFound_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemFound, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendPlayerItemFound, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SendPlayerItemFound)); - CCSUsrMsg_ReloadEffect_descriptor_ = file->message_type(24); + CCSUsrMsg_ReloadEffect_descriptor_ = file->message_type(26); static const int CCSUsrMsg_ReloadEffect_offsets_[5] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ReloadEffect, entidx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ReloadEffect, actanim_), @@ -805,7 +787,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ReloadEffect)); - CCSUsrMsg_AdjustMoney_descriptor_ = file->message_type(25); + CCSUsrMsg_AdjustMoney_descriptor_ = file->message_type(27); static const int CCSUsrMsg_AdjustMoney_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_AdjustMoney, amount_), }; @@ -820,7 +802,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_AdjustMoney)); - CCSUsrMsg_ReportHit_descriptor_ = file->message_type(26); + CCSUsrMsg_ReportHit_descriptor_ = file->message_type(28); static const int CCSUsrMsg_ReportHit_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ReportHit, pos_x_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ReportHit, pos_y_), @@ -838,7 +820,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ReportHit)); - CCSUsrMsg_KillCam_descriptor_ = file->message_type(27); + CCSUsrMsg_KillCam_descriptor_ = file->message_type(29); static const int CCSUsrMsg_KillCam_offsets_[3] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_KillCam, obs_mode_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_KillCam, first_target_), @@ -855,7 +837,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_KillCam)); - CCSUsrMsg_DesiredTimescale_descriptor_ = file->message_type(28); + CCSUsrMsg_DesiredTimescale_descriptor_ = file->message_type(30); static const int CCSUsrMsg_DesiredTimescale_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DesiredTimescale, desired_timescale_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DesiredTimescale, duration_realtime_sec_), @@ -873,7 +855,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_DesiredTimescale)); - CCSUsrMsg_CurrentTimescale_descriptor_ = file->message_type(29); + CCSUsrMsg_CurrentTimescale_descriptor_ = file->message_type(31); static const int CCSUsrMsg_CurrentTimescale_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CurrentTimescale, cur_timescale_), }; @@ -888,7 +870,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_CurrentTimescale)); - CCSUsrMsg_AchievementEvent_descriptor_ = file->message_type(30); + CCSUsrMsg_AchievementEvent_descriptor_ = file->message_type(32); static const int CCSUsrMsg_AchievementEvent_offsets_[3] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_AchievementEvent, achievement_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_AchievementEvent, count_), @@ -905,7 +887,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_AchievementEvent)); - CCSUsrMsg_MatchEndConditions_descriptor_ = file->message_type(31); + CCSUsrMsg_MatchEndConditions_descriptor_ = file->message_type(33); static const int CCSUsrMsg_MatchEndConditions_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_MatchEndConditions, fraglimit_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_MatchEndConditions, mp_maxrounds_), @@ -923,7 +905,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_MatchEndConditions)); - CCSUsrMsg_PlayerStatsUpdate_descriptor_ = file->message_type(32); + CCSUsrMsg_PlayerStatsUpdate_descriptor_ = file->message_type(34); static const int CCSUsrMsg_PlayerStatsUpdate_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerStatsUpdate, version_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerStatsUpdate, stats_), @@ -957,7 +939,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_PlayerStatsUpdate_Stat)); - CCSUsrMsg_DisplayInventory_descriptor_ = file->message_type(33); + CCSUsrMsg_DisplayInventory_descriptor_ = file->message_type(35); static const int CCSUsrMsg_DisplayInventory_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DisplayInventory, display_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DisplayInventory, user_id_), @@ -973,7 +955,25 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_DisplayInventory)); - CCSUsrMsg_XRankGet_descriptor_ = file->message_type(34); + CCSUsrMsg_QuestProgress_descriptor_ = file->message_type(36); + static const int CCSUsrMsg_QuestProgress_offsets_[4] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, quest_id_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, normal_points_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, bonus_points_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, is_event_quest_), + }; + CCSUsrMsg_QuestProgress_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_QuestProgress_descriptor_, + CCSUsrMsg_QuestProgress::default_instance_, + CCSUsrMsg_QuestProgress_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_QuestProgress)); + CCSUsrMsg_XRankGet_descriptor_ = file->message_type(37); static const int CCSUsrMsg_XRankGet_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XRankGet, mode_idx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XRankGet, controller_), @@ -989,7 +989,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_XRankGet)); - CCSUsrMsg_XRankUpd_descriptor_ = file->message_type(35); + CCSUsrMsg_XRankUpd_descriptor_ = file->message_type(38); static const int CCSUsrMsg_XRankUpd_offsets_[3] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XRankUpd, mode_idx_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XRankUpd, controller_), @@ -1006,7 +1006,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_XRankUpd)); - CCSUsrMsg_CallVoteFailed_descriptor_ = file->message_type(36); + CCSUsrMsg_CallVoteFailed_descriptor_ = file->message_type(39); static const int CCSUsrMsg_CallVoteFailed_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CallVoteFailed, reason_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CallVoteFailed, time_), @@ -1022,7 +1022,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_CallVoteFailed)); - CCSUsrMsg_VoteStart_descriptor_ = file->message_type(37); + CCSUsrMsg_VoteStart_descriptor_ = file->message_type(40); static const int CCSUsrMsg_VoteStart_offsets_[8] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VoteStart, team_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VoteStart, ent_idx_), @@ -1044,7 +1044,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_VoteStart)); - CCSUsrMsg_VotePass_descriptor_ = file->message_type(38); + CCSUsrMsg_VotePass_descriptor_ = file->message_type(41); static const int CCSUsrMsg_VotePass_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VotePass, team_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VotePass, vote_type_), @@ -1062,7 +1062,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_VotePass)); - CCSUsrMsg_VoteFailed_descriptor_ = file->message_type(39); + CCSUsrMsg_VoteFailed_descriptor_ = file->message_type(42); static const int CCSUsrMsg_VoteFailed_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VoteFailed, team_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VoteFailed, reason_), @@ -1078,7 +1078,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_VoteFailed)); - CCSUsrMsg_VoteSetup_descriptor_ = file->message_type(40); + CCSUsrMsg_VoteSetup_descriptor_ = file->message_type(43); static const int CCSUsrMsg_VoteSetup_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_VoteSetup, potential_issues_), }; @@ -1093,7 +1093,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_VoteSetup)); - CCSUsrMsg_SendLastKillerDamageToClient_descriptor_ = file->message_type(41); + CCSUsrMsg_SendLastKillerDamageToClient_descriptor_ = file->message_type(44); static const int CCSUsrMsg_SendLastKillerDamageToClient_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendLastKillerDamageToClient, num_hits_given_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SendLastKillerDamageToClient, damage_given_), @@ -1111,7 +1111,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_SendLastKillerDamageToClient)); - CCSUsrMsg_ServerRankUpdate_descriptor_ = file->message_type(42); + CCSUsrMsg_ServerRankUpdate_descriptor_ = file->message_type(45); static const int CCSUsrMsg_ServerRankUpdate_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate, rank_update_), }; @@ -1127,13 +1127,12 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ServerRankUpdate)); CCSUsrMsg_ServerRankUpdate_RankUpdate_descriptor_ = CCSUsrMsg_ServerRankUpdate_descriptor_->nested_type(0); - static const int CCSUsrMsg_ServerRankUpdate_RankUpdate_offsets_[6] = { + static const int CCSUsrMsg_ServerRankUpdate_RankUpdate_offsets_[5] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, account_id_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, rank_old_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, rank_new_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, num_wins_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, rank_change_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankUpdate_RankUpdate, rank_type_id_), }; CCSUsrMsg_ServerRankUpdate_RankUpdate_reflection_ = new ::google::protobuf::internal::GeneratedMessageReflection( @@ -1146,7 +1145,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ServerRankUpdate_RankUpdate)); - CCSUsrMsg_ItemPickup_descriptor_ = file->message_type(43); + CCSUsrMsg_ItemPickup_descriptor_ = file->message_type(46); static const int CCSUsrMsg_ItemPickup_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ItemPickup, item_), }; @@ -1161,7 +1160,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ItemPickup)); - CCSUsrMsg_ShowMenu_descriptor_ = file->message_type(44); + CCSUsrMsg_ShowMenu_descriptor_ = file->message_type(47); static const int CCSUsrMsg_ShowMenu_offsets_[3] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ShowMenu, bits_valid_slots_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ShowMenu, display_time_), @@ -1178,7 +1177,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ShowMenu)); - CCSUsrMsg_BarTime_descriptor_ = file->message_type(45); + CCSUsrMsg_BarTime_descriptor_ = file->message_type(48); static const int CCSUsrMsg_BarTime_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_BarTime, time_), }; @@ -1193,7 +1192,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_BarTime)); - CCSUsrMsg_AmmoDenied_descriptor_ = file->message_type(46); + CCSUsrMsg_AmmoDenied_descriptor_ = file->message_type(49); static const int CCSUsrMsg_AmmoDenied_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_AmmoDenied, ammoidx_), }; @@ -1208,7 +1207,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_AmmoDenied)); - CCSUsrMsg_MarkAchievement_descriptor_ = file->message_type(47); + CCSUsrMsg_MarkAchievement_descriptor_ = file->message_type(50); static const int CCSUsrMsg_MarkAchievement_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_MarkAchievement, achievement_), }; @@ -1223,7 +1222,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_MarkAchievement)); - CCSUsrMsg_MatchStatsUpdate_descriptor_ = file->message_type(48); + CCSUsrMsg_MatchStatsUpdate_descriptor_ = file->message_type(51); static const int CCSUsrMsg_MatchStatsUpdate_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_MatchStatsUpdate, update_), }; @@ -1238,7 +1237,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_MatchStatsUpdate)); - CCSUsrMsg_ItemDrop_descriptor_ = file->message_type(49); + CCSUsrMsg_ItemDrop_descriptor_ = file->message_type(52); static const int CCSUsrMsg_ItemDrop_offsets_[2] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ItemDrop, itemid_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ItemDrop, death_), @@ -1254,7 +1253,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ItemDrop)); - CCSUsrMsg_GlowPropTurnOff_descriptor_ = file->message_type(50); + CCSUsrMsg_GlowPropTurnOff_descriptor_ = file->message_type(53); static const int CCSUsrMsg_GlowPropTurnOff_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_GlowPropTurnOff, entidx_), }; @@ -1269,7 +1268,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_GlowPropTurnOff)); - CCSUsrMsg_RoundBackupFilenames_descriptor_ = file->message_type(51); + CCSUsrMsg_RoundBackupFilenames_descriptor_ = file->message_type(54); static const int CCSUsrMsg_RoundBackupFilenames_offsets_[4] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_RoundBackupFilenames, count_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_RoundBackupFilenames, index_), @@ -1287,383 +1286,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_RoundBackupFilenames)); - XpProgressData_descriptor_ = file->message_type(52); - static const int XpProgressData_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(XpProgressData, xp_points_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(XpProgressData, xp_category_), - }; - XpProgressData_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - XpProgressData_descriptor_, - XpProgressData::default_instance_, - XpProgressData_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(XpProgressData, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(XpProgressData, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(XpProgressData)); - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_ = file->message_type(53); - static const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_offsets_[6] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, xp_progress_data_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, account_id_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, current_xp_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, current_level_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, upgraded_defidx_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, operation_points_awarded_), - }; - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_, - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance_, - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded)); - CCSUsrMsg_XpUpdate_descriptor_ = file->message_type(54); - static const int CCSUsrMsg_XpUpdate_offsets_[1] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XpUpdate, data_), - }; - CCSUsrMsg_XpUpdate_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_XpUpdate_descriptor_, - CCSUsrMsg_XpUpdate::default_instance_, - CCSUsrMsg_XpUpdate_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XpUpdate, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_XpUpdate, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_XpUpdate)); - CCSUsrMsg_QuestProgress_descriptor_ = file->message_type(55); - static const int CCSUsrMsg_QuestProgress_offsets_[4] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, quest_id_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, normal_points_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, bonus_points_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, is_event_quest_), - }; - CCSUsrMsg_QuestProgress_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_QuestProgress_descriptor_, - CCSUsrMsg_QuestProgress::default_instance_, - CCSUsrMsg_QuestProgress_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_QuestProgress, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_QuestProgress)); - ScoreLeaderboardData_descriptor_ = file->message_type(56); - static const int ScoreLeaderboardData_offsets_[4] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, quest_id_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, score_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, accountentries_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, matchentries_), - }; - ScoreLeaderboardData_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - ScoreLeaderboardData_descriptor_, - ScoreLeaderboardData::default_instance_, - ScoreLeaderboardData_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(ScoreLeaderboardData)); - ScoreLeaderboardData_Entry_descriptor_ = ScoreLeaderboardData_descriptor_->nested_type(0); - static const int ScoreLeaderboardData_Entry_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_Entry, tag_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_Entry, val_), - }; - ScoreLeaderboardData_Entry_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - ScoreLeaderboardData_Entry_descriptor_, - ScoreLeaderboardData_Entry::default_instance_, - ScoreLeaderboardData_Entry_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_Entry, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_Entry, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(ScoreLeaderboardData_Entry)); - ScoreLeaderboardData_AccountEntries_descriptor_ = ScoreLeaderboardData_descriptor_->nested_type(1); - static const int ScoreLeaderboardData_AccountEntries_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_AccountEntries, accountid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_AccountEntries, entries_), - }; - ScoreLeaderboardData_AccountEntries_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - ScoreLeaderboardData_AccountEntries_descriptor_, - ScoreLeaderboardData_AccountEntries::default_instance_, - ScoreLeaderboardData_AccountEntries_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_AccountEntries, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ScoreLeaderboardData_AccountEntries, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(ScoreLeaderboardData_AccountEntries)); - CCSUsrMsg_ScoreLeaderboardData_descriptor_ = file->message_type(57); - static const int CCSUsrMsg_ScoreLeaderboardData_offsets_[1] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ScoreLeaderboardData, data_), - }; - CCSUsrMsg_ScoreLeaderboardData_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_ScoreLeaderboardData_descriptor_, - CCSUsrMsg_ScoreLeaderboardData::default_instance_, - CCSUsrMsg_ScoreLeaderboardData_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ScoreLeaderboardData, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ScoreLeaderboardData, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_ScoreLeaderboardData)); - PlayerDecalDigitalSignature_descriptor_ = file->message_type(58); - static const int PlayerDecalDigitalSignature_offsets_[14] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, signature_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, accountid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, rtime_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, endpos_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, startpos_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, right_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, tx_defidx_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, entindex_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, hitbox_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, creationtime_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, equipslot_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, trace_id_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, normal_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, tint_id_), - }; - PlayerDecalDigitalSignature_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - PlayerDecalDigitalSignature_descriptor_, - PlayerDecalDigitalSignature::default_instance_, - PlayerDecalDigitalSignature_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(PlayerDecalDigitalSignature, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(PlayerDecalDigitalSignature)); - CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_ = file->message_type(59); - static const int CCSUsrMsg_PlayerDecalDigitalSignature_offsets_[1] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerDecalDigitalSignature, data_), - }; - CCSUsrMsg_PlayerDecalDigitalSignature_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_, - CCSUsrMsg_PlayerDecalDigitalSignature::default_instance_, - CCSUsrMsg_PlayerDecalDigitalSignature_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerDecalDigitalSignature, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_PlayerDecalDigitalSignature, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_PlayerDecalDigitalSignature)); - CCSUsrMsg_WeaponSound_descriptor_ = file->message_type(60); - static const int CCSUsrMsg_WeaponSound_offsets_[6] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, entidx_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_x_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_y_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_z_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, sound_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, timestamp_), - }; - CCSUsrMsg_WeaponSound_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_WeaponSound_descriptor_, - CCSUsrMsg_WeaponSound::default_instance_, - CCSUsrMsg_WeaponSound_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_WeaponSound)); - CCSUsrMsg_UpdateScreenHealthBar_descriptor_ = file->message_type(61); - static const int CCSUsrMsg_UpdateScreenHealthBar_offsets_[4] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, entidx_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, healthratio_old_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, healthratio_new_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, style_), - }; - CCSUsrMsg_UpdateScreenHealthBar_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_UpdateScreenHealthBar_descriptor_, - CCSUsrMsg_UpdateScreenHealthBar::default_instance_, - CCSUsrMsg_UpdateScreenHealthBar_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_UpdateScreenHealthBar, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_UpdateScreenHealthBar)); - CCSUsrMsg_EntityOutlineHighlight_descriptor_ = file->message_type(62); - static const int CCSUsrMsg_EntityOutlineHighlight_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, entidx_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, removehighlight_), - }; - CCSUsrMsg_EntityOutlineHighlight_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_EntityOutlineHighlight_descriptor_, - CCSUsrMsg_EntityOutlineHighlight::default_instance_, - CCSUsrMsg_EntityOutlineHighlight_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_EntityOutlineHighlight)); - CCSUsrMsg_SSUI_descriptor_ = file->message_type(63); - static const int CCSUsrMsg_SSUI_offsets_[3] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SSUI, show_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SSUI, start_time_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SSUI, end_time_), - }; - CCSUsrMsg_SSUI_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SSUI_descriptor_, - CCSUsrMsg_SSUI::default_instance_, - CCSUsrMsg_SSUI_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SSUI, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SSUI, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SSUI)); - CCSUsrMsg_SurvivalStats_descriptor_ = file->message_type(64); - static const int CCSUsrMsg_SurvivalStats_offsets_[5] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, xuid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, facts_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, users_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, damages_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, ticknumber_), - }; - CCSUsrMsg_SurvivalStats_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SurvivalStats_descriptor_, - CCSUsrMsg_SurvivalStats::default_instance_, - CCSUsrMsg_SurvivalStats_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SurvivalStats)); - CCSUsrMsg_SurvivalStats_Fact_descriptor_ = CCSUsrMsg_SurvivalStats_descriptor_->nested_type(0); - static const int CCSUsrMsg_SurvivalStats_Fact_offsets_[4] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, type_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, display_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, value_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, interestingness_), - }; - CCSUsrMsg_SurvivalStats_Fact_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SurvivalStats_Fact_descriptor_, - CCSUsrMsg_SurvivalStats_Fact::default_instance_, - CCSUsrMsg_SurvivalStats_Fact_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Fact, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SurvivalStats_Fact)); - CCSUsrMsg_SurvivalStats_Placement_descriptor_ = CCSUsrMsg_SurvivalStats_descriptor_->nested_type(1); - static const int CCSUsrMsg_SurvivalStats_Placement_offsets_[3] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Placement, xuid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Placement, teamnumber_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Placement, placement_), - }; - CCSUsrMsg_SurvivalStats_Placement_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SurvivalStats_Placement_descriptor_, - CCSUsrMsg_SurvivalStats_Placement::default_instance_, - CCSUsrMsg_SurvivalStats_Placement_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Placement, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Placement, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SurvivalStats_Placement)); - CCSUsrMsg_SurvivalStats_Damage_descriptor_ = CCSUsrMsg_SurvivalStats_descriptor_->nested_type(2); - static const int CCSUsrMsg_SurvivalStats_Damage_offsets_[5] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, xuid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, to_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, to_hits_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, from_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, from_hits_), - }; - CCSUsrMsg_SurvivalStats_Damage_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_SurvivalStats_Damage_descriptor_, - CCSUsrMsg_SurvivalStats_Damage::default_instance_, - CCSUsrMsg_SurvivalStats_Damage_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SurvivalStats_Damage, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_SurvivalStats_Damage)); - CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_ = file->message_type(65); - static const int CCSUsrMsg_EndOfMatchAllPlayersData_offsets_[2] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData, allplayerdata_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData, scene_), - }; - CCSUsrMsg_EndOfMatchAllPlayersData_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_, - CCSUsrMsg_EndOfMatchAllPlayersData::default_instance_, - CCSUsrMsg_EndOfMatchAllPlayersData_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_EndOfMatchAllPlayersData)); - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_ = CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_->nested_type(0); - static const int CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_offsets_[3] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade, eaccolade_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade, value_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade, position_), - }; - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_, - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance_, - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade)); - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_ = CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_->nested_type(1); - static const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_offsets_[8] = { - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, entindex_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, xuid_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, name_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, teamnumber_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, nomination_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, items_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, playercolor_), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, isbot_), - }; - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_reflection_ = - new ::google::protobuf::internal::GeneratedMessageReflection( - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_, - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance_, - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_offsets_, - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, _has_bits_[0]), - GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData, _unknown_fields_), - -1, - ::google::protobuf::DescriptorPool::generated_pool(), - ::google::protobuf::MessageFactory::generated_factory(), - sizeof(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData)); - CCSUsrMsg_ResetHud_descriptor_ = file->message_type(66); + CCSUsrMsg_ResetHud_descriptor_ = file->message_type(55); static const int CCSUsrMsg_ResetHud_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ResetHud, reset_), }; @@ -1678,7 +1301,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ResetHud)); - CCSUsrMsg_GameTitle_descriptor_ = file->message_type(67); + CCSUsrMsg_GameTitle_descriptor_ = file->message_type(56); static const int CCSUsrMsg_GameTitle_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_GameTitle, dummy_), }; @@ -1693,7 +1316,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_GameTitle)); - CCSUsrMsg_RequestState_descriptor_ = file->message_type(68); + CCSUsrMsg_RequestState_descriptor_ = file->message_type(57); static const int CCSUsrMsg_RequestState_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_RequestState, dummy_), }; @@ -1708,7 +1331,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_RequestState)); - CCSUsrMsg_StopSpectatorMode_descriptor_ = file->message_type(69); + CCSUsrMsg_StopSpectatorMode_descriptor_ = file->message_type(58); static const int CCSUsrMsg_StopSpectatorMode_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_StopSpectatorMode, dummy_), }; @@ -1723,7 +1346,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_StopSpectatorMode)); - CCSUsrMsg_DisconnectToLobby_descriptor_ = file->message_type(70); + CCSUsrMsg_DisconnectToLobby_descriptor_ = file->message_type(59); static const int CCSUsrMsg_DisconnectToLobby_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DisconnectToLobby, dummy_), }; @@ -1738,7 +1361,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_DisconnectToLobby)); - CCSUsrMsg_WarmupHasEnded_descriptor_ = file->message_type(71); + CCSUsrMsg_WarmupHasEnded_descriptor_ = file->message_type(60); static const int CCSUsrMsg_WarmupHasEnded_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WarmupHasEnded, dummy_), }; @@ -1753,7 +1376,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_WarmupHasEnded)); - CCSUsrMsg_ClientInfo_descriptor_ = file->message_type(72); + CCSUsrMsg_ClientInfo_descriptor_ = file->message_type(61); static const int CCSUsrMsg_ClientInfo_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ClientInfo, dummy_), }; @@ -1768,7 +1391,7 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ClientInfo)); - CCSUsrMsg_ServerRankRevealAll_descriptor_ = file->message_type(73); + CCSUsrMsg_ServerRankRevealAll_descriptor_ = file->message_type(62); static const int CCSUsrMsg_ServerRankRevealAll_offsets_[1] = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ServerRankRevealAll, seconds_till_shutdown_), }; @@ -1783,8 +1406,184 @@ void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::DescriptorPool::generated_pool(), ::google::protobuf::MessageFactory::generated_factory(), sizeof(CCSUsrMsg_ServerRankRevealAll)); + CCSUsrMsg_WeaponSound_descriptor_ = file->message_type(63); + static const int CCSUsrMsg_WeaponSound_offsets_[7] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, entidx_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_x_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_y_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, origin_z_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, sound_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, timestamp_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, stop_), + }; + CCSUsrMsg_WeaponSound_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_WeaponSound_descriptor_, + CCSUsrMsg_WeaponSound::default_instance_, + CCSUsrMsg_WeaponSound_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_WeaponSound, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_WeaponSound)); + CCSUsrMsg_EntityOutlineHighlight_descriptor_ = file->message_type(64); + static const int CCSUsrMsg_EntityOutlineHighlight_offsets_[2] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, entidx_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, duration_), + }; + CCSUsrMsg_EntityOutlineHighlight_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_EntityOutlineHighlight_descriptor_, + CCSUsrMsg_EntityOutlineHighlight::default_instance_, + CCSUsrMsg_EntityOutlineHighlight_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_EntityOutlineHighlight, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_EntityOutlineHighlight)); + CCSUsrMsg_SquadMemberDied_descriptor_ = file->message_type(65); + static const int CCSUsrMsg_SquadMemberDied_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SquadMemberDied, dummy_), + }; + CCSUsrMsg_SquadMemberDied_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_SquadMemberDied_descriptor_, + CCSUsrMsg_SquadMemberDied::default_instance_, + CCSUsrMsg_SquadMemberDied_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SquadMemberDied, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_SquadMemberDied, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_SquadMemberDied)); + CCSUsrMsg_Battery_descriptor_ = file->message_type(66); + static const int CCSUsrMsg_Battery_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Battery, new_battery_), + }; + CCSUsrMsg_Battery_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_Battery_descriptor_, + CCSUsrMsg_Battery::default_instance_, + CCSUsrMsg_Battery_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Battery, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Battery, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_Battery)); + CCSUsrMsg_CreditsMsg_descriptor_ = file->message_type(67); + static const int CCSUsrMsg_CreditsMsg_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CreditsMsg, credits_type_), + }; + CCSUsrMsg_CreditsMsg_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_CreditsMsg_descriptor_, + CCSUsrMsg_CreditsMsg::default_instance_, + CCSUsrMsg_CreditsMsg_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CreditsMsg, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_CreditsMsg, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_CreditsMsg)); + CCSUsrMsg_LogoTimeMsg_descriptor_ = file->message_type(68); + static const int CCSUsrMsg_LogoTimeMsg_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_LogoTimeMsg, logo_length_), + }; + CCSUsrMsg_LogoTimeMsg_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_LogoTimeMsg_descriptor_, + CCSUsrMsg_LogoTimeMsg::default_instance_, + CCSUsrMsg_LogoTimeMsg_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_LogoTimeMsg, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_LogoTimeMsg, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_LogoTimeMsg)); + CCSUsrMsg_DamageIndicator_descriptor_ = file->message_type(69); + static const int CCSUsrMsg_DamageIndicator_offsets_[4] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, armor_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, damage_taken_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, bits_damage_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, from_), + }; + CCSUsrMsg_DamageIndicator_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_DamageIndicator_descriptor_, + CCSUsrMsg_DamageIndicator::default_instance_, + CCSUsrMsg_DamageIndicator_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_DamageIndicator, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_DamageIndicator)); + CCSUsrMsg_ViewmodelAnimevent_descriptor_ = file->message_type(70); + static const int CCSUsrMsg_ViewmodelAnimevent_offsets_[3] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ViewmodelAnimevent, entidx_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ViewmodelAnimevent, animevent_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ViewmodelAnimevent, ndata_), + }; + CCSUsrMsg_ViewmodelAnimevent_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_ViewmodelAnimevent_descriptor_, + CCSUsrMsg_ViewmodelAnimevent::default_instance_, + CCSUsrMsg_ViewmodelAnimevent_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ViewmodelAnimevent, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ViewmodelAnimevent, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_ViewmodelAnimevent)); + CCSUsrMsg_Heal_descriptor_ = file->message_type(71); + static const int CCSUsrMsg_Heal_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Heal, amount_), + }; + CCSUsrMsg_Heal_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_Heal_descriptor_, + CCSUsrMsg_Heal::default_instance_, + CCSUsrMsg_Heal_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Heal, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Heal, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_Heal)); + CCSUsrMsg_Ammo_descriptor_ = file->message_type(72); + static const int CCSUsrMsg_Ammo_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ammo, amount_), + }; + CCSUsrMsg_Ammo_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_Ammo_descriptor_, + CCSUsrMsg_Ammo::default_instance_, + CCSUsrMsg_Ammo_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ammo, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_Ammo, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_Ammo)); + CCSUsrMsg_ActionProgress_descriptor_ = file->message_type(73); + static const int CCSUsrMsg_ActionProgress_offsets_[1] = { + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ActionProgress, duration_), + }; + CCSUsrMsg_ActionProgress_reflection_ = + new ::google::protobuf::internal::GeneratedMessageReflection( + CCSUsrMsg_ActionProgress_descriptor_, + CCSUsrMsg_ActionProgress::default_instance_, + CCSUsrMsg_ActionProgress_offsets_, + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ActionProgress, _has_bits_[0]), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CCSUsrMsg_ActionProgress, _unknown_fields_), + -1, + ::google::protobuf::DescriptorPool::generated_pool(), + ::google::protobuf::MessageFactory::generated_factory(), + sizeof(CCSUsrMsg_ActionProgress)); ECstrike15UserMessages_descriptor_ = file->enum_type(0); - ECSUsrMsg_DisconnectToLobby_Action_descriptor_ = file->enum_type(1); } namespace { @@ -1792,7 +1591,7 @@ namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, - &protobuf_AssignDesc_cstrike15_5fusermessages_2eproto); + &protobuf_AssignDesc_vietnam_5fusermessages_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { @@ -1841,18 +1640,20 @@ void protobuf_RegisterTypes(const ::std::string&) { CCSUsrMsg_HintText_descriptor_, &CCSUsrMsg_HintText::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_KeyHintText_descriptor_, &CCSUsrMsg_KeyHintText::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_HintTextExtended_descriptor_, &CCSUsrMsg_HintTextExtended::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_PlayerScore_descriptor_, &CCSUsrMsg_PlayerScore::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_SpottedDuration_descriptor_, &CCSUsrMsg_SpottedDuration::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_Ribbon_descriptor_, &CCSUsrMsg_Ribbon::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_PointOfInterest_descriptor_, &CCSUsrMsg_PointOfInterest::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_ProcessSpottedEntityUpdate_descriptor_, &CCSUsrMsg_ProcessSpottedEntityUpdate::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_descriptor_, &CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CEconItemPreviewDataBlock_descriptor_, &CEconItemPreviewDataBlock::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CEconItemPreviewDataBlock_Sticker_descriptor_, &CEconItemPreviewDataBlock_Sticker::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SendPlayerItemDrops_descriptor_, &CCSUsrMsg_SendPlayerItemDrops::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SendPlayerItemFound_descriptor_, &CCSUsrMsg_SendPlayerItemFound::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_ReloadEffect_descriptor_, &CCSUsrMsg_ReloadEffect::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( @@ -1875,6 +1676,8 @@ void protobuf_RegisterTypes(const ::std::string&) { CCSUsrMsg_PlayerStatsUpdate_Stat_descriptor_, &CCSUsrMsg_PlayerStatsUpdate_Stat::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_DisplayInventory_descriptor_, &CCSUsrMsg_DisplayInventory::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_QuestProgress_descriptor_, &CCSUsrMsg_QuestProgress::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_XRankGet_descriptor_, &CCSUsrMsg_XRankGet::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( @@ -1913,48 +1716,6 @@ void protobuf_RegisterTypes(const ::std::string&) { CCSUsrMsg_GlowPropTurnOff_descriptor_, &CCSUsrMsg_GlowPropTurnOff::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_RoundBackupFilenames_descriptor_, &CCSUsrMsg_RoundBackupFilenames::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - XpProgressData_descriptor_, &XpProgressData::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_, &CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_XpUpdate_descriptor_, &CCSUsrMsg_XpUpdate::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_QuestProgress_descriptor_, &CCSUsrMsg_QuestProgress::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - ScoreLeaderboardData_descriptor_, &ScoreLeaderboardData::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - ScoreLeaderboardData_Entry_descriptor_, &ScoreLeaderboardData_Entry::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - ScoreLeaderboardData_AccountEntries_descriptor_, &ScoreLeaderboardData_AccountEntries::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_ScoreLeaderboardData_descriptor_, &CCSUsrMsg_ScoreLeaderboardData::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - PlayerDecalDigitalSignature_descriptor_, &PlayerDecalDigitalSignature::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_, &CCSUsrMsg_PlayerDecalDigitalSignature::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_WeaponSound_descriptor_, &CCSUsrMsg_WeaponSound::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_UpdateScreenHealthBar_descriptor_, &CCSUsrMsg_UpdateScreenHealthBar::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_EntityOutlineHighlight_descriptor_, &CCSUsrMsg_EntityOutlineHighlight::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SSUI_descriptor_, &CCSUsrMsg_SSUI::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SurvivalStats_descriptor_, &CCSUsrMsg_SurvivalStats::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SurvivalStats_Fact_descriptor_, &CCSUsrMsg_SurvivalStats_Fact::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SurvivalStats_Placement_descriptor_, &CCSUsrMsg_SurvivalStats_Placement::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_SurvivalStats_Damage_descriptor_, &CCSUsrMsg_SurvivalStats_Damage::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_, &CCSUsrMsg_EndOfMatchAllPlayersData::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_, &CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance()); - ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_, &CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_ResetHud_descriptor_, &CCSUsrMsg_ResetHud::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( @@ -1971,11 +1732,33 @@ void protobuf_RegisterTypes(const ::std::string&) { CCSUsrMsg_ClientInfo_descriptor_, &CCSUsrMsg_ClientInfo::default_instance()); ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( CCSUsrMsg_ServerRankRevealAll_descriptor_, &CCSUsrMsg_ServerRankRevealAll::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_WeaponSound_descriptor_, &CCSUsrMsg_WeaponSound::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_EntityOutlineHighlight_descriptor_, &CCSUsrMsg_EntityOutlineHighlight::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_SquadMemberDied_descriptor_, &CCSUsrMsg_SquadMemberDied::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_Battery_descriptor_, &CCSUsrMsg_Battery::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_CreditsMsg_descriptor_, &CCSUsrMsg_CreditsMsg::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_LogoTimeMsg_descriptor_, &CCSUsrMsg_LogoTimeMsg::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_DamageIndicator_descriptor_, &CCSUsrMsg_DamageIndicator::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_ViewmodelAnimevent_descriptor_, &CCSUsrMsg_ViewmodelAnimevent::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_Heal_descriptor_, &CCSUsrMsg_Heal::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_Ammo_descriptor_, &CCSUsrMsg_Ammo::default_instance()); + ::google::protobuf::MessageFactory::InternalRegisterGeneratedMessage( + CCSUsrMsg_ActionProgress_descriptor_, &CCSUsrMsg_ActionProgress::default_instance()); } } // namespace -void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto() { +void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto() { delete CCSUsrMsg_VGUIMenu::default_instance_; delete CCSUsrMsg_VGUIMenu_reflection_; delete CCSUsrMsg_VGUIMenu_Subkey::default_instance_; @@ -2020,18 +1803,20 @@ void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto() { delete CCSUsrMsg_HintText_reflection_; delete CCSUsrMsg_KeyHintText::default_instance_; delete CCSUsrMsg_KeyHintText_reflection_; + delete CCSUsrMsg_HintTextExtended::default_instance_; + delete CCSUsrMsg_HintTextExtended_reflection_; + delete CCSUsrMsg_PlayerScore::default_instance_; + delete CCSUsrMsg_PlayerScore_reflection_; + delete CCSUsrMsg_SpottedDuration::default_instance_; + delete CCSUsrMsg_SpottedDuration_reflection_; + delete CCSUsrMsg_Ribbon::default_instance_; + delete CCSUsrMsg_Ribbon_reflection_; + delete CCSUsrMsg_PointOfInterest::default_instance_; + delete CCSUsrMsg_PointOfInterest_reflection_; delete CCSUsrMsg_ProcessSpottedEntityUpdate::default_instance_; delete CCSUsrMsg_ProcessSpottedEntityUpdate_reflection_; delete CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::default_instance_; delete CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate_reflection_; - delete CEconItemPreviewDataBlock::default_instance_; - delete CEconItemPreviewDataBlock_reflection_; - delete CEconItemPreviewDataBlock_Sticker::default_instance_; - delete CEconItemPreviewDataBlock_Sticker_reflection_; - delete CCSUsrMsg_SendPlayerItemDrops::default_instance_; - delete CCSUsrMsg_SendPlayerItemDrops_reflection_; - delete CCSUsrMsg_SendPlayerItemFound::default_instance_; - delete CCSUsrMsg_SendPlayerItemFound_reflection_; delete CCSUsrMsg_ReloadEffect::default_instance_; delete CCSUsrMsg_ReloadEffect_reflection_; delete CCSUsrMsg_AdjustMoney::default_instance_; @@ -2054,6 +1839,8 @@ void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto() { delete CCSUsrMsg_PlayerStatsUpdate_Stat_reflection_; delete CCSUsrMsg_DisplayInventory::default_instance_; delete CCSUsrMsg_DisplayInventory_reflection_; + delete CCSUsrMsg_QuestProgress::default_instance_; + delete CCSUsrMsg_QuestProgress_reflection_; delete CCSUsrMsg_XRankGet::default_instance_; delete CCSUsrMsg_XRankGet_reflection_; delete CCSUsrMsg_XRankUpd::default_instance_; @@ -2092,48 +1879,6 @@ void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto() { delete CCSUsrMsg_GlowPropTurnOff_reflection_; delete CCSUsrMsg_RoundBackupFilenames::default_instance_; delete CCSUsrMsg_RoundBackupFilenames_reflection_; - delete XpProgressData::default_instance_; - delete XpProgressData_reflection_; - delete CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance_; - delete CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_reflection_; - delete CCSUsrMsg_XpUpdate::default_instance_; - delete CCSUsrMsg_XpUpdate_reflection_; - delete CCSUsrMsg_QuestProgress::default_instance_; - delete CCSUsrMsg_QuestProgress_reflection_; - delete ScoreLeaderboardData::default_instance_; - delete ScoreLeaderboardData_reflection_; - delete ScoreLeaderboardData_Entry::default_instance_; - delete ScoreLeaderboardData_Entry_reflection_; - delete ScoreLeaderboardData_AccountEntries::default_instance_; - delete ScoreLeaderboardData_AccountEntries_reflection_; - delete CCSUsrMsg_ScoreLeaderboardData::default_instance_; - delete CCSUsrMsg_ScoreLeaderboardData_reflection_; - delete PlayerDecalDigitalSignature::default_instance_; - delete PlayerDecalDigitalSignature_reflection_; - delete CCSUsrMsg_PlayerDecalDigitalSignature::default_instance_; - delete CCSUsrMsg_PlayerDecalDigitalSignature_reflection_; - delete CCSUsrMsg_WeaponSound::default_instance_; - delete CCSUsrMsg_WeaponSound_reflection_; - delete CCSUsrMsg_UpdateScreenHealthBar::default_instance_; - delete CCSUsrMsg_UpdateScreenHealthBar_reflection_; - delete CCSUsrMsg_EntityOutlineHighlight::default_instance_; - delete CCSUsrMsg_EntityOutlineHighlight_reflection_; - delete CCSUsrMsg_SSUI::default_instance_; - delete CCSUsrMsg_SSUI_reflection_; - delete CCSUsrMsg_SurvivalStats::default_instance_; - delete CCSUsrMsg_SurvivalStats_reflection_; - delete CCSUsrMsg_SurvivalStats_Fact::default_instance_; - delete CCSUsrMsg_SurvivalStats_Fact_reflection_; - delete CCSUsrMsg_SurvivalStats_Placement::default_instance_; - delete CCSUsrMsg_SurvivalStats_Placement_reflection_; - delete CCSUsrMsg_SurvivalStats_Damage::default_instance_; - delete CCSUsrMsg_SurvivalStats_Damage_reflection_; - delete CCSUsrMsg_EndOfMatchAllPlayersData::default_instance_; - delete CCSUsrMsg_EndOfMatchAllPlayersData_reflection_; - delete CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance_; - delete CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_reflection_; - delete CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance_; - delete CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_reflection_; delete CCSUsrMsg_ResetHud::default_instance_; delete CCSUsrMsg_ResetHud_reflection_; delete CCSUsrMsg_GameTitle::default_instance_; @@ -2150,9 +1895,31 @@ void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto() { delete CCSUsrMsg_ClientInfo_reflection_; delete CCSUsrMsg_ServerRankRevealAll::default_instance_; delete CCSUsrMsg_ServerRankRevealAll_reflection_; + delete CCSUsrMsg_WeaponSound::default_instance_; + delete CCSUsrMsg_WeaponSound_reflection_; + delete CCSUsrMsg_EntityOutlineHighlight::default_instance_; + delete CCSUsrMsg_EntityOutlineHighlight_reflection_; + delete CCSUsrMsg_SquadMemberDied::default_instance_; + delete CCSUsrMsg_SquadMemberDied_reflection_; + delete CCSUsrMsg_Battery::default_instance_; + delete CCSUsrMsg_Battery_reflection_; + delete CCSUsrMsg_CreditsMsg::default_instance_; + delete CCSUsrMsg_CreditsMsg_reflection_; + delete CCSUsrMsg_LogoTimeMsg::default_instance_; + delete CCSUsrMsg_LogoTimeMsg_reflection_; + delete CCSUsrMsg_DamageIndicator::default_instance_; + delete CCSUsrMsg_DamageIndicator_reflection_; + delete CCSUsrMsg_ViewmodelAnimevent::default_instance_; + delete CCSUsrMsg_ViewmodelAnimevent_reflection_; + delete CCSUsrMsg_Heal::default_instance_; + delete CCSUsrMsg_Heal_reflection_; + delete CCSUsrMsg_Ammo::default_instance_; + delete CCSUsrMsg_Ammo_reflection_; + delete CCSUsrMsg_ActionProgress::default_instance_; + delete CCSUsrMsg_ActionProgress_reflection_; } -void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { +void protobuf_AddDesc_vietnam_5fusermessages_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; @@ -2160,258 +1927,215 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { ::google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); ::protobuf_AddDesc_netmessages_2eproto(); + ::protobuf_AddDesc_vietnam_5fgcmessages_2eproto(); ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - "\n\034cstrike15_usermessages.proto\032 google/p" - "rotobuf/descriptor.proto\032\021netmessages.pr" - "oto\"\202\001\n\022CCSUsrMsg_VGUIMenu\022\014\n\004name\030\001 \001(\t" - "\022\014\n\004show\030\002 \001(\010\022+\n\007subkeys\030\003 \003(\0132\032.CCSUsr" - "Msg_VGUIMenu.Subkey\032#\n\006Subkey\022\014\n\004name\030\001 " - "\001(\t\022\013\n\003str\030\002 \001(\t\"!\n\020CCSUsrMsg_Geiger\022\r\n\005" - "range\030\001 \001(\005\" \n\017CCSUsrMsg_Train\022\r\n\005train\030" - "\001 \001(\005\"!\n\021CCSUsrMsg_HudText\022\014\n\004text\030\001 \001(\t" - "\"U\n\021CCSUsrMsg_SayText\022\017\n\007ent_idx\030\001 \001(\005\022\014" - "\n\004text\030\002 \001(\t\022\014\n\004chat\030\003 \001(\010\022\023\n\013textallcha" - "t\030\004 \001(\010\"j\n\022CCSUsrMsg_SayText2\022\017\n\007ent_idx" - "\030\001 \001(\005\022\014\n\004chat\030\002 \001(\010\022\020\n\010msg_name\030\003 \001(\t\022\016" - "\n\006params\030\004 \003(\t\022\023\n\013textallchat\030\005 \001(\010\"4\n\021C" - "CSUsrMsg_TextMsg\022\017\n\007msg_dst\030\001 \001(\005\022\016\n\006par" - "ams\030\003 \003(\t\"\340\001\n\020CCSUsrMsg_HudMsg\022\017\n\007channe" - "l\030\001 \001(\005\022\032\n\003pos\030\002 \001(\0132\r.CMsgVector2D\022\027\n\004c" - "lr1\030\003 \001(\0132\t.CMsgRGBA\022\027\n\004clr2\030\004 \001(\0132\t.CMs" - "gRGBA\022\016\n\006effect\030\005 \001(\005\022\024\n\014fade_in_time\030\006 " - "\001(\002\022\025\n\rfade_out_time\030\007 \001(\002\022\021\n\thold_time\030" - "\t \001(\002\022\017\n\007fx_time\030\n \001(\002\022\014\n\004text\030\013 \001(\t\"`\n\017" - "CCSUsrMsg_Shake\022\017\n\007command\030\001 \001(\005\022\027\n\017loca" - "l_amplitude\030\002 \001(\002\022\021\n\tfrequency\030\003 \001(\002\022\020\n\010" - "duration\030\004 \001(\002\"\\\n\016CCSUsrMsg_Fade\022\020\n\010dura" - "tion\030\001 \001(\005\022\021\n\thold_time\030\002 \001(\005\022\r\n\005flags\030\003" - " \001(\005\022\026\n\003clr\030\004 \001(\0132\t.CMsgRGBA\">\n\020CCSUsrMs" - "g_Rumble\022\r\n\005index\030\001 \001(\005\022\014\n\004data\030\002 \001(\005\022\r\n" - "\005flags\030\003 \001(\005\"^\n\026CCSUsrMsg_CloseCaption\022\014" - "\n\004hash\030\001 \001(\r\022\020\n\010duration\030\002 \001(\005\022\023\n\013from_p" - "layer\030\003 \001(\010\022\017\n\007cctoken\030\004 \001(\t\"S\n\034CCSUsrMs" - "g_CloseCaptionDirect\022\014\n\004hash\030\001 \001(\r\022\020\n\010du" - "ration\030\002 \001(\005\022\023\n\013from_player\030\003 \001(\010\"*\n\023CCS" - "UsrMsg_SendAudio\022\023\n\013radio_sound\030\001 \001(\t\"]\n" - "\022CCSUsrMsg_RawAudio\022\r\n\005pitch\030\001 \001(\005\022\016\n\006en" - "tidx\030\002 \001(\005\022\020\n\010duration\030\003 \001(\002\022\026\n\016voice_fi" - "lename\030\004 \001(\t\"\241\001\n\023CCSUsrMsg_VoiceMask\0225\n\014" - "player_masks\030\001 \003(\0132\037.CCSUsrMsg_VoiceMask" - ".PlayerMask\022\031\n\021player_mod_enable\030\002 \001(\010\0328" - "\n\nPlayerMask\022\027\n\017game_rules_mask\030\001 \001(\005\022\021\n" - "\tban_masks\030\002 \001(\005\"e\n\020CCSUsrMsg_Damage\022\016\n\006" - "amount\030\001 \001(\005\022(\n\023inflictor_world_pos\030\002 \001(" - "\0132\013.CMsgVector\022\027\n\017victim_entindex\030\003 \001(\005\"" - "X\n\023CCSUsrMsg_RadioText\022\017\n\007msg_dst\030\001 \001(\005\022" - "\016\n\006client\030\002 \001(\005\022\020\n\010msg_name\030\003 \001(\t\022\016\n\006par" - "ams\030\004 \003(\t\"\"\n\022CCSUsrMsg_HintText\022\014\n\004text\030" - "\001 \001(\t\"&\n\025CCSUsrMsg_KeyHintText\022\r\n\005hints\030" - "\001 \003(\t\"\326\002\n$CCSUsrMsg_ProcessSpottedEntity" - "Update\022\022\n\nnew_update\030\001 \001(\010\022Q\n\016entity_upd" - "ates\030\002 \003(\01329.CCSUsrMsg_ProcessSpottedEnt" - "ityUpdate.SpottedEntityUpdate\032\306\001\n\023Spotte" - "dEntityUpdate\022\022\n\nentity_idx\030\001 \001(\005\022\020\n\010cla" - "ss_id\030\002 \001(\005\022\020\n\010origin_x\030\003 \001(\005\022\020\n\010origin_" - "y\030\004 \001(\005\022\020\n\010origin_z\030\005 \001(\005\022\017\n\007angle_y\030\006 \001" - "(\005\022\017\n\007defuser\030\007 \001(\010\022\032\n\022player_has_defuse" - "r\030\010 \001(\010\022\025\n\rplayer_has_c4\030\t \001(\010\"\204\004\n\031CEcon" - "ItemPreviewDataBlock\022\021\n\taccountid\030\001 \001(\r\022" - "\016\n\006itemid\030\002 \001(\004\022\020\n\010defindex\030\003 \001(\r\022\022\n\npai" - "ntindex\030\004 \001(\r\022\016\n\006rarity\030\005 \001(\r\022\017\n\007quality" - "\030\006 \001(\r\022\021\n\tpaintwear\030\007 \001(\r\022\021\n\tpaintseed\030\010" - " \001(\r\022\032\n\022killeaterscoretype\030\t \001(\r\022\026\n\016kill" - "eatervalue\030\n \001(\r\022\022\n\ncustomname\030\013 \001(\t\0224\n\010" - "stickers\030\014 \003(\0132\".CEconItemPreviewDataBlo" - "ck.Sticker\022\021\n\tinventory\030\r \001(\r\022\016\n\006origin\030" - "\016 \001(\r\022\017\n\007questid\030\017 \001(\r\022\022\n\ndropreason\030\020 \001" - "(\r\022\022\n\nmusicindex\030\021 \001(\r\022\020\n\010entindex\030\022 \001(\005" - "\032k\n\007Sticker\022\014\n\004slot\030\001 \001(\r\022\022\n\nsticker_id\030" - "\002 \001(\r\022\014\n\004wear\030\003 \001(\002\022\r\n\005scale\030\004 \001(\002\022\020\n\010ro" - "tation\030\005 \001(\002\022\017\n\007tint_id\030\006 \001(\r\"S\n\035CCSUsrM" - "sg_SendPlayerItemDrops\0222\n\016entity_updates" - "\030\001 \003(\0132\032.CEconItemPreviewDataBlock\"_\n\035CC" - "SUsrMsg_SendPlayerItemFound\022,\n\010iteminfo\030" - "\001 \001(\0132\032.CEconItemPreviewDataBlock\022\020\n\010ent" - "index\030\002 \001(\005\"o\n\026CCSUsrMsg_ReloadEffect\022\016\n" - "\006entidx\030\001 \001(\005\022\017\n\007actanim\030\002 \001(\005\022\020\n\010origin" - "_x\030\003 \001(\002\022\020\n\010origin_y\030\004 \001(\002\022\020\n\010origin_z\030\005" - " \001(\002\"\'\n\025CCSUsrMsg_AdjustMoney\022\016\n\006amount\030" - "\001 \001(\005\"U\n\023CCSUsrMsg_ReportHit\022\r\n\005pos_x\030\001 " - "\001(\002\022\r\n\005pos_y\030\002 \001(\002\022\021\n\ttimestamp\030\004 \001(\002\022\r\n" - "\005pos_z\030\003 \001(\002\"R\n\021CCSUsrMsg_KillCam\022\020\n\010obs" - "_mode\030\001 \001(\005\022\024\n\014first_target\030\002 \001(\005\022\025\n\rsec" - "ond_target\030\003 \001(\005\"\213\001\n\032CCSUsrMsg_DesiredTi" - "mescale\022\031\n\021desired_timescale\030\001 \001(\002\022\035\n\025du" - "ration_realtime_sec\030\002 \001(\002\022\031\n\021interpolato" - "r_type\030\003 \001(\005\022\030\n\020start_blend_time\030\004 \001(\002\"3" - "\n\032CCSUsrMsg_CurrentTimescale\022\025\n\rcur_time" - "scale\030\001 \001(\002\"Q\n\032CCSUsrMsg_AchievementEven" - "t\022\023\n\013achievement\030\001 \001(\005\022\r\n\005count\030\002 \001(\005\022\017\n" - "\007user_id\030\003 \001(\005\"r\n\034CCSUsrMsg_MatchEndCond" - "itions\022\021\n\tfraglimit\030\001 \001(\005\022\024\n\014mp_maxround" - "s\030\002 \001(\005\022\023\n\013mp_winlimit\030\003 \001(\005\022\024\n\014mp_timel" - "imit\030\004 \001(\005\"\242\001\n\033CCSUsrMsg_PlayerStatsUpda" - "te\022\017\n\007version\030\001 \001(\005\0220\n\005stats\030\004 \003(\0132!.CCS" - "UsrMsg_PlayerStatsUpdate.Stat\022\017\n\007user_id" - "\030\005 \001(\005\022\013\n\003crc\030\006 \001(\005\032\"\n\004Stat\022\013\n\003idx\030\001 \001(\005" - "\022\r\n\005delta\030\002 \001(\005\">\n\032CCSUsrMsg_DisplayInve" - "ntory\022\017\n\007display\030\001 \001(\010\022\017\n\007user_id\030\002 \001(\005\"" - ":\n\022CCSUsrMsg_XRankGet\022\020\n\010mode_idx\030\001 \001(\005\022" - "\022\n\ncontroller\030\002 \001(\005\"K\n\022CCSUsrMsg_XRankUp" - "d\022\020\n\010mode_idx\030\001 \001(\005\022\022\n\ncontroller\030\002 \001(\005\022" - "\017\n\007ranking\030\003 \001(\005\"8\n\030CCSUsrMsg_CallVoteFa" - "iled\022\016\n\006reason\030\001 \001(\005\022\014\n\004time\030\002 \001(\005\"\265\001\n\023C" - "CSUsrMsg_VoteStart\022\014\n\004team\030\001 \001(\005\022\017\n\007ent_" - "idx\030\002 \001(\005\022\021\n\tvote_type\030\003 \001(\005\022\020\n\010disp_str" - "\030\004 \001(\t\022\023\n\013details_str\030\005 \001(\t\022\026\n\016other_tea" - "m_str\030\006 \001(\t\022\026\n\016is_yes_no_vote\030\007 \001(\010\022\025\n\re" - "ntidx_target\030\010 \001(\005\"\\\n\022CCSUsrMsg_VotePass" - "\022\014\n\004team\030\001 \001(\005\022\021\n\tvote_type\030\002 \001(\005\022\020\n\010dis" - "p_str\030\003 \001(\t\022\023\n\013details_str\030\004 \001(\t\"4\n\024CCSU" - "srMsg_VoteFailed\022\014\n\004team\030\001 \001(\005\022\016\n\006reason" - "\030\002 \001(\005\"/\n\023CCSUsrMsg_VoteSetup\022\030\n\020potenti" - "al_issues\030\001 \003(\t\"\204\001\n&CCSUsrMsg_SendLastKi" - "llerDamageToClient\022\026\n\016num_hits_given\030\001 \001" - "(\005\022\024\n\014damage_given\030\002 \001(\005\022\026\n\016num_hits_tak" - "en\030\003 \001(\005\022\024\n\014damage_taken\030\004 \001(\005\"\335\001\n\032CCSUs" - "rMsg_ServerRankUpdate\022;\n\013rank_update\030\001 \003" - "(\0132&.CCSUsrMsg_ServerRankUpdate.RankUpda" - "te\032\201\001\n\nRankUpdate\022\022\n\naccount_id\030\001 \001(\005\022\020\n" - "\010rank_old\030\002 \001(\005\022\020\n\010rank_new\030\003 \001(\005\022\020\n\010num" - "_wins\030\004 \001(\005\022\023\n\013rank_change\030\005 \001(\002\022\024\n\014rank" - "_type_id\030\006 \001(\005\"$\n\024CCSUsrMsg_ItemPickup\022\014" - "\n\004item\030\001 \001(\t\"Y\n\022CCSUsrMsg_ShowMenu\022\030\n\020bi" - "ts_valid_slots\030\001 \001(\005\022\024\n\014display_time\030\002 \001" - "(\005\022\023\n\013menu_string\030\003 \001(\t\"!\n\021CCSUsrMsg_Bar" - "Time\022\014\n\004time\030\001 \001(\t\"\'\n\024CCSUsrMsg_AmmoDeni" - "ed\022\017\n\007ammoIdx\030\001 \001(\005\"0\n\031CCSUsrMsg_MarkAch" - "ievement\022\023\n\013achievement\030\001 \001(\t\",\n\032CCSUsrM" - "sg_MatchStatsUpdate\022\016\n\006update\030\001 \001(\t\"3\n\022C" - "CSUsrMsg_ItemDrop\022\016\n\006itemid\030\001 \001(\003\022\r\n\005dea" - "th\030\002 \001(\010\"+\n\031CCSUsrMsg_GlowPropTurnOff\022\016\n" - "\006entidx\030\001 \001(\005\"b\n\036CCSUsrMsg_RoundBackupFi" - "lenames\022\r\n\005count\030\001 \001(\005\022\r\n\005index\030\002 \001(\005\022\020\n" - "\010filename\030\003 \001(\t\022\020\n\010nicename\030\004 \001(\t\"8\n\016XpP" - "rogressData\022\021\n\txp_points\030\001 \001(\r\022\023\n\013xp_cat" - "egory\030\002 \001(\005\"\323\001\n,CMsgGCCstrike15_v2_GC2Se" - "rverNotifyXPRewarded\022)\n\020xp_progress_data" - "\030\001 \003(\0132\017.XpProgressData\022\022\n\naccount_id\030\002 " - "\001(\r\022\022\n\ncurrent_xp\030\003 \001(\r\022\025\n\rcurrent_level" - "\030\004 \001(\r\022\027\n\017upgraded_defidx\030\005 \001(\r\022 \n\030opera" - "tion_points_awarded\030\006 \001(\r\"Q\n\022CCSUsrMsg_X" - "pUpdate\022;\n\004data\030\001 \001(\0132-.CMsgGCCstrike15_" - "v2_GC2ServerNotifyXPRewarded\"p\n\027CCSUsrMs" - "g_QuestProgress\022\020\n\010quest_id\030\001 \001(\r\022\025\n\rnor" - "mal_points\030\002 \001(\r\022\024\n\014bonus_points\030\003 \001(\r\022\026" - "\n\016is_event_quest\030\004 \001(\010\"\236\002\n\024ScoreLeaderbo" - "ardData\022\020\n\010quest_id\030\001 \001(\004\022\r\n\005score\030\002 \001(\r" - "\022<\n\016accountentries\030\003 \003(\0132$.ScoreLeaderbo" - "ardData.AccountEntries\0221\n\014matchentries\030\005" - " \003(\0132\033.ScoreLeaderboardData.Entry\032!\n\005Ent" - "ry\022\013\n\003tag\030\001 \001(\r\022\013\n\003val\030\002 \001(\r\032Q\n\016AccountE" - "ntries\022\021\n\taccountid\030\001 \001(\r\022,\n\007entries\030\002 \003" - "(\0132\033.ScoreLeaderboardData.Entry\"E\n\036CCSUs" - "rMsg_ScoreLeaderboardData\022#\n\004data\030\001 \001(\0132" - "\025.ScoreLeaderboardData\"\224\002\n\033PlayerDecalDi" - "gitalSignature\022\021\n\tsignature\030\001 \001(\014\022\021\n\tacc" - "ountid\030\002 \001(\r\022\r\n\005rtime\030\003 \001(\r\022\016\n\006endpos\030\004 " - "\003(\002\022\020\n\010startpos\030\005 \003(\002\022\r\n\005right\030\006 \003(\002\022\021\n\t" - "tx_defidx\030\007 \001(\r\022\020\n\010entindex\030\010 \001(\005\022\016\n\006hit" - "box\030\t \001(\r\022\024\n\014creationtime\030\n \001(\002\022\021\n\tequip" - "slot\030\013 \001(\r\022\020\n\010trace_id\030\014 \001(\r\022\016\n\006normal\030\r" - " \003(\002\022\017\n\007tint_id\030\016 \001(\r\"S\n%CCSUsrMsg_Playe" - "rDecalDigitalSignature\022*\n\004data\030\001 \001(\0132\034.P" - "layerDecalDigitalSignature\"\177\n\025CCSUsrMsg_" - "WeaponSound\022\016\n\006entidx\030\001 \001(\005\022\020\n\010origin_x\030" - "\002 \001(\002\022\020\n\010origin_y\030\003 \001(\002\022\020\n\010origin_z\030\004 \001(" - "\002\022\r\n\005sound\030\005 \001(\t\022\021\n\ttimestamp\030\006 \001(\002\"r\n\037C" - "CSUsrMsg_UpdateScreenHealthBar\022\016\n\006entidx" - "\030\001 \001(\005\022\027\n\017healthratio_old\030\002 \001(\002\022\027\n\017healt" - "hratio_new\030\003 \001(\002\022\r\n\005style\030\004 \001(\005\"K\n CCSUs" - "rMsg_EntityOutlineHighlight\022\016\n\006entidx\030\001 " - "\001(\005\022\027\n\017removehighlight\030\002 \001(\010\"D\n\016CCSUsrMs" - "g_SSUI\022\014\n\004show\030\001 \001(\010\022\022\n\nstart_time\030\002 \001(\002" - "\022\020\n\010end_time\030\003 \001(\002\"\265\003\n\027CCSUsrMsg_Surviva" - "lStats\022\014\n\004xuid\030\001 \001(\004\022,\n\005facts\030\002 \003(\0132\035.CC" - "SUsrMsg_SurvivalStats.Fact\0221\n\005users\030\003 \003(" - "\0132\".CCSUsrMsg_SurvivalStats.Placement\0220\n" - "\007damages\030\005 \003(\0132\037.CCSUsrMsg_SurvivalStats" - ".Damage\022\022\n\nticknumber\030\004 \001(\005\032M\n\004Fact\022\014\n\004t" - "ype\030\001 \001(\005\022\017\n\007display\030\002 \001(\005\022\r\n\005value\030\003 \001(" - "\005\022\027\n\017interestingness\030\004 \001(\002\032@\n\tPlacement\022" - "\014\n\004xuid\030\001 \001(\004\022\022\n\nteamnumber\030\002 \001(\005\022\021\n\tpla" - "cement\030\003 \001(\005\032T\n\006Damage\022\014\n\004xuid\030\001 \001(\004\022\n\n\002" - "to\030\002 \001(\005\022\017\n\007to_hits\030\003 \001(\005\022\014\n\004from\030\004 \001(\005\022" - "\021\n\tfrom_hits\030\005 \001(\005\"\234\003\n\"CCSUsrMsg_EndOfMa" - "tchAllPlayersData\022E\n\rallplayerdata\030\001 \003(\013" - "2..CCSUsrMsg_EndOfMatchAllPlayersData.Pl" - "ayerData\022\r\n\005scene\030\002 \001(\005\032>\n\010Accolade\022\021\n\te" - "accolade\030\001 \001(\005\022\r\n\005value\030\002 \001(\002\022\020\n\010positio" - "n\030\003 \001(\005\032\337\001\n\nPlayerData\022\020\n\010entindex\030\001 \001(\005" - "\022\014\n\004xuid\030\002 \001(\004\022\014\n\004name\030\003 \001(\t\022\022\n\nteamnumb" - "er\030\004 \001(\005\022@\n\nnomination\030\005 \001(\0132,.CCSUsrMsg" - "_EndOfMatchAllPlayersData.Accolade\022)\n\005it" - "ems\030\006 \003(\0132\032.CEconItemPreviewDataBlock\022\023\n" - "\013playercolor\030\007 \001(\005\022\r\n\005isbot\030\010 \001(\010\"#\n\022CCS" - "UsrMsg_ResetHud\022\r\n\005reset\030\001 \001(\010\"$\n\023CCSUsr" - "Msg_GameTitle\022\r\n\005dummy\030\001 \001(\005\"\'\n\026CCSUsrMs" - "g_RequestState\022\r\n\005dummy\030\001 \001(\005\",\n\033CCSUsrM" - "sg_StopSpectatorMode\022\r\n\005dummy\030\001 \001(\005\",\n\033C" - "CSUsrMsg_DisconnectToLobby\022\r\n\005dummy\030\001 \001(" - "\005\")\n\030CCSUsrMsg_WarmupHasEnded\022\r\n\005dummy\030\001" - " \001(\005\"%\n\024CCSUsrMsg_ClientInfo\022\r\n\005dummy\030\001 " - "\001(\005\">\n\035CCSUsrMsg_ServerRankRevealAll\022\035\n\025" - "seconds_till_shutdown\030\001 \001(\005*\336\r\n\026ECstrike" - "15UserMessages\022\022\n\016CS_UM_VGUIMenu\020\001\022\020\n\014CS" - "_UM_Geiger\020\002\022\017\n\013CS_UM_Train\020\003\022\021\n\rCS_UM_H" - "udText\020\004\022\021\n\rCS_UM_SayText\020\005\022\022\n\016CS_UM_Say" - "Text2\020\006\022\021\n\rCS_UM_TextMsg\020\007\022\020\n\014CS_UM_HudM" - "sg\020\010\022\022\n\016CS_UM_ResetHud\020\t\022\023\n\017CS_UM_GameTi" - "tle\020\n\022\017\n\013CS_UM_Shake\020\014\022\016\n\nCS_UM_Fade\020\r\022\020" - "\n\014CS_UM_Rumble\020\016\022\026\n\022CS_UM_CloseCaption\020\017" - "\022\034\n\030CS_UM_CloseCaptionDirect\020\020\022\023\n\017CS_UM_" - "SendAudio\020\021\022\022\n\016CS_UM_RawAudio\020\022\022\023\n\017CS_UM" - "_VoiceMask\020\023\022\026\n\022CS_UM_RequestState\020\024\022\020\n\014" - "CS_UM_Damage\020\025\022\023\n\017CS_UM_RadioText\020\026\022\022\n\016C" - "S_UM_HintText\020\027\022\025\n\021CS_UM_KeyHintText\020\030\022$" - "\n CS_UM_ProcessSpottedEntityUpdate\020\031\022\026\n\022" - "CS_UM_ReloadEffect\020\032\022\025\n\021CS_UM_AdjustMone" - "y\020\033\022\031\n\025CS_UM_UpdateTeamMoney\020\034\022\033\n\027CS_UM_" - "StopSpectatorMode\020\035\022\021\n\rCS_UM_KillCam\020\036\022\032" - "\n\026CS_UM_DesiredTimescale\020\037\022\032\n\026CS_UM_Curr" - "entTimescale\020 \022\032\n\026CS_UM_AchievementEvent" - "\020!\022\034\n\030CS_UM_MatchEndConditions\020\"\022\033\n\027CS_U" - "M_DisconnectToLobby\020#\022\033\n\027CS_UM_PlayerSta" - "tsUpdate\020$\022\032\n\026CS_UM_DisplayInventory\020%\022\030" - "\n\024CS_UM_WarmupHasEnded\020&\022\024\n\020CS_UM_Client" - "Info\020\'\022\022\n\016CS_UM_XRankGet\020(\022\022\n\016CS_UM_XRan" - "kUpd\020)\022\030\n\024CS_UM_CallVoteFailed\020-\022\023\n\017CS_U" - "M_VoteStart\020.\022\022\n\016CS_UM_VotePass\020/\022\024\n\020CS_" - "UM_VoteFailed\0200\022\023\n\017CS_UM_VoteSetup\0201\022\035\n\031" - "CS_UM_ServerRankRevealAll\0202\022&\n\"CS_UM_Sen" - "dLastKillerDamageToClient\0203\022\032\n\026CS_UM_Ser" - "verRankUpdate\0204\022\024\n\020CS_UM_ItemPickup\0205\022\022\n" - "\016CS_UM_ShowMenu\0206\022\021\n\rCS_UM_BarTime\0207\022\024\n\020" - "CS_UM_AmmoDenied\0208\022\031\n\025CS_UM_MarkAchievem" - "ent\0209\022\032\n\026CS_UM_MatchStatsUpdate\020:\022\022\n\016CS_" - "UM_ItemDrop\020;\022\031\n\025CS_UM_GlowPropTurnOff\020<" - "\022\035\n\031CS_UM_SendPlayerItemDrops\020=\022\036\n\032CS_UM" - "_RoundBackupFilenames\020>\022\035\n\031CS_UM_SendPla" - "yerItemFound\020\?\022\023\n\017CS_UM_ReportHit\020@\022\022\n\016C" - "S_UM_XpUpdate\020A\022\027\n\023CS_UM_QuestProgress\020B" - "\022\036\n\032CS_UM_ScoreLeaderboardData\020C\022%\n!CS_U" - "M_PlayerDecalDigitalSignature\020D\022\025\n\021CS_UM" - "_WeaponSound\020E\022\037\n\033CS_UM_UpdateScreenHeal" - "thBar\020F\022 \n\034CS_UM_EntityOutlineHighlight\020" - "G\022\016\n\nCS_UM_SSUI\020H\022\027\n\023CS_UM_SurvivalStats" - "\020I\022\034\n\030CS_UM_DisconnectToLobby2\020J\022\"\n\036CS_U" - "M_EndOfMatchAllPlayersData\020K*\210\001\n\"ECSUsrM" - "sg_DisconnectToLobby_Action\0220\n,k_ECSUsrM" - "sg_DisconnectToLobby_Action_Default\020\000\0220\n" - ",k_ECSUsrMsg_DisconnectToLobby_Action_Go" - "Queue\020\001B\005H\001\200\001\000", 9934); + "\n\032vietnam_usermessages.proto\032 google/pro" + "tobuf/descriptor.proto\032\021netmessages.prot" + "o\032\030vietnam_gcmessages.proto\"\202\001\n\022CCSUsrMs" + "g_VGUIMenu\022\014\n\004name\030\001 \001(\t\022\014\n\004show\030\002 \001(\010\022+" + "\n\007subkeys\030\003 \003(\0132\032.CCSUsrMsg_VGUIMenu.Sub" + "key\032#\n\006Subkey\022\014\n\004name\030\001 \001(\t\022\013\n\003str\030\002 \001(\t" + "\"!\n\020CCSUsrMsg_Geiger\022\r\n\005range\030\001 \001(\005\" \n\017C" + "CSUsrMsg_Train\022\r\n\005train\030\001 \001(\005\"!\n\021CCSUsrM" + "sg_HudText\022\014\n\004text\030\001 \001(\t\"y\n\021CCSUsrMsg_Sa" + "yText\022\017\n\007ent_idx\030\001 \001(\005\022\014\n\004text\030\002 \001(\t\022\014\n\004" + "chat\030\003 \001(\010\022\023\n\013textallchat\030\004 \001(\010\022\"\n\032forma" + "twithprefixorlocation\030\005 \001(\010\"}\n\022CCSUsrMsg" + "_SayText2\022\017\n\007ent_idx\030\001 \001(\005\022\014\n\004chat\030\002 \001(\010" + "\022\020\n\010msg_name\030\003 \001(\t\022\016\n\006params\030\004 \003(\t\022\023\n\013te" + "xtallchat\030\005 \001(\010\022\021\n\tcommander\030\006 \001(\010\"4\n\021CC" + "SUsrMsg_TextMsg\022\017\n\007msg_dst\030\001 \001(\005\022\016\n\006para" + "ms\030\003 \003(\t\"\340\001\n\020CCSUsrMsg_HudMsg\022\017\n\007channel" + "\030\001 \001(\005\022\032\n\003pos\030\002 \001(\0132\r.CMsgVector2D\022\027\n\004cl" + "r1\030\003 \001(\0132\t.CMsgRGBA\022\027\n\004clr2\030\004 \001(\0132\t.CMsg" + "RGBA\022\016\n\006effect\030\005 \001(\005\022\024\n\014fade_in_time\030\006 \001" + "(\002\022\025\n\rfade_out_time\030\007 \001(\002\022\021\n\thold_time\030\t" + " \001(\002\022\017\n\007fx_time\030\n \001(\002\022\014\n\004text\030\013 \001(\t\"`\n\017C" + "CSUsrMsg_Shake\022\017\n\007command\030\001 \001(\005\022\027\n\017local" + "_amplitude\030\002 \001(\002\022\021\n\tfrequency\030\003 \001(\002\022\020\n\010d" + "uration\030\004 \001(\002\"\\\n\016CCSUsrMsg_Fade\022\020\n\010durat" + "ion\030\001 \001(\005\022\021\n\thold_time\030\002 \001(\005\022\r\n\005flags\030\003 " + "\001(\005\022\026\n\003clr\030\004 \001(\0132\t.CMsgRGBA\">\n\020CCSUsrMsg" + "_Rumble\022\r\n\005index\030\001 \001(\005\022\014\n\004data\030\002 \001(\005\022\r\n\005" + "flags\030\003 \001(\005\"^\n\026CCSUsrMsg_CloseCaption\022\014\n" + "\004hash\030\001 \001(\r\022\020\n\010duration\030\002 \001(\005\022\023\n\013from_pl" + "ayer\030\003 \001(\010\022\017\n\007cctoken\030\004 \001(\t\"S\n\034CCSUsrMsg" + "_CloseCaptionDirect\022\014\n\004hash\030\001 \001(\r\022\020\n\010dur" + "ation\030\002 \001(\005\022\023\n\013from_player\030\003 \001(\010\"P\n\023CCSU" + "srMsg_SendAudio\022\023\n\013radio_sound\030\001 \001(\t\022\017\n\007" + "isradio\030\002 \001(\010\022\023\n\013iscommander\030\003 \001(\010\"]\n\022CC" + "SUsrMsg_RawAudio\022\r\n\005pitch\030\001 \001(\005\022\016\n\006entid" + "x\030\002 \001(\005\022\020\n\010duration\030\003 \001(\002\022\026\n\016voice_filen" + "ame\030\004 \001(\t\"\241\001\n\023CCSUsrMsg_VoiceMask\0225\n\014pla" + "yer_masks\030\001 \003(\0132\037.CCSUsrMsg_VoiceMask.Pl" + "ayerMask\022\031\n\021player_mod_enable\030\002 \001(\010\0328\n\nP" + "layerMask\022\027\n\017game_rules_mask\030\001 \001(\005\022\021\n\tba" + "n_masks\030\002 \001(\005\"y\n\020CCSUsrMsg_Damage\022\016\n\006amo" + "unt\030\001 \001(\005\022(\n\023inflictor_world_pos\030\002 \001(\0132\013" + ".CMsgVector\022\027\n\017victim_entindex\030\003 \001(\005\022\022\n\n" + "damagebits\030\004 \001(\005\"X\n\023CCSUsrMsg_RadioText\022" + "\017\n\007msg_dst\030\001 \001(\005\022\016\n\006client\030\002 \001(\005\022\020\n\010msg_" + "name\030\003 \001(\t\022\016\n\006params\030\004 \003(\t\"\"\n\022CCSUsrMsg_" + "HintText\022\014\n\004text\030\001 \001(\t\"&\n\025CCSUsrMsg_KeyH" + "intText\022\r\n\005hints\030\001 \003(\t\"+\n\032CCSUsrMsg_Hint" + "TextExtended\022\r\n\005hints\030\001 \003(\t\"n\n\025CCSUsrMsg" + "_PlayerScore\022\016\n\006amount\030\001 \001(\005\022\021\n\tscoretyp" + "e\030\002 \001(\005\022\030\n\020killedplayername\030\003 \001(\t\022\030\n\020kil" + "ledplayerteam\030\004 \001(\005\"n\n\031CCSUsrMsg_Spotted" + "Duration\022\026\n\016spottedbyindex\030\001 \001(\005\022\017\n\007myin" + "dex\030\002 \001(\005\022\017\n\007spotted\030\003 \001(\010\022\027\n\017spotteddur" + "ation\030\004 \001(\002\"&\n\020CCSUsrMsg_Ribbon\022\022\n\nribbo" + "ntype\030\001 \001(\005\"e\n\031CCSUsrMsg_PointOfInterest" + "\022\020\n\010origin_x\030\001 \001(\002\022\020\n\010origin_y\030\002 \001(\002\022\020\n\010" + "origin_z\030\003 \001(\002\022\022\n\npoint_type\030\004 \001(\005\"\344\002\n$C" + "CSUsrMsg_ProcessSpottedEntityUpdate\022\022\n\nn" + "ew_update\030\001 \001(\010\022Q\n\016entity_updates\030\002 \003(\0132" + "9.CCSUsrMsg_ProcessSpottedEntityUpdate.S" + "pottedEntityUpdate\032\324\001\n\023SpottedEntityUpda" + "te\022\022\n\nentity_idx\030\001 \001(\005\022\020\n\010class_id\030\002 \001(\005" + "\022\020\n\010origin_x\030\003 \001(\005\022\020\n\010origin_y\030\004 \001(\005\022\020\n\010" + "origin_z\030\005 \001(\005\022\017\n\007angle_y\030\006 \001(\005\022\014\n\004team\030" + "\007 \001(\005\022\017\n\007defuser\030\010 \001(\010\022\032\n\022player_has_def" + "user\030\t \001(\010\022\025\n\rplayer_has_c4\030\n \001(\010\"o\n\026CCS" + "UsrMsg_ReloadEffect\022\016\n\006entidx\030\001 \001(\005\022\017\n\007a" + "ctanim\030\002 \001(\005\022\020\n\010origin_x\030\003 \001(\002\022\020\n\010origin" + "_y\030\004 \001(\002\022\020\n\010origin_z\030\005 \001(\002\"\'\n\025CCSUsrMsg_" + "AdjustMoney\022\016\n\006amount\030\001 \001(\005\"U\n\023CCSUsrMsg" + "_ReportHit\022\r\n\005pos_x\030\001 \001(\002\022\r\n\005pos_y\030\002 \001(\002" + "\022\021\n\ttimestamp\030\004 \001(\002\022\r\n\005pos_z\030\003 \001(\002\"R\n\021CC" + "SUsrMsg_KillCam\022\020\n\010obs_mode\030\001 \001(\005\022\024\n\014fir" + "st_target\030\002 \001(\005\022\025\n\rsecond_target\030\003 \001(\005\"\213" + "\001\n\032CCSUsrMsg_DesiredTimescale\022\031\n\021desired" + "_timescale\030\001 \001(\002\022\035\n\025duration_realtime_se" + "c\030\002 \001(\002\022\031\n\021interpolator_type\030\003 \001(\005\022\030\n\020st" + "art_blend_time\030\004 \001(\002\"3\n\032CCSUsrMsg_Curren" + "tTimescale\022\025\n\rcur_timescale\030\001 \001(\002\"Q\n\032CCS" + "UsrMsg_AchievementEvent\022\023\n\013achievement\030\001" + " \001(\005\022\r\n\005count\030\002 \001(\005\022\017\n\007user_id\030\003 \001(\005\"r\n\034" + "CCSUsrMsg_MatchEndConditions\022\021\n\tfraglimi" + "t\030\001 \001(\005\022\024\n\014mp_maxrounds\030\002 \001(\005\022\023\n\013mp_winl" + "imit\030\003 \001(\005\022\024\n\014mp_timelimit\030\004 \001(\005\"\242\001\n\033CCS" + "UsrMsg_PlayerStatsUpdate\022\017\n\007version\030\001 \001(" + "\005\0220\n\005stats\030\004 \003(\0132!.CCSUsrMsg_PlayerStats" + "Update.Stat\022\017\n\007user_id\030\005 \001(\005\022\013\n\003crc\030\006 \001(" + "\005\032\"\n\004Stat\022\013\n\003idx\030\001 \001(\005\022\r\n\005delta\030\002 \001(\005\">\n" + "\032CCSUsrMsg_DisplayInventory\022\017\n\007display\030\001" + " \001(\010\022\017\n\007user_id\030\002 \001(\005\"p\n\027CCSUsrMsg_Quest" + "Progress\022\020\n\010quest_id\030\001 \001(\r\022\025\n\rnormal_poi" + "nts\030\002 \001(\r\022\024\n\014bonus_points\030\003 \001(\r\022\026\n\016is_ev" + "ent_quest\030\004 \001(\010\":\n\022CCSUsrMsg_XRankGet\022\020\n" + "\010mode_idx\030\001 \001(\005\022\022\n\ncontroller\030\002 \001(\005\"K\n\022C" + "CSUsrMsg_XRankUpd\022\020\n\010mode_idx\030\001 \001(\005\022\022\n\nc" + "ontroller\030\002 \001(\005\022\017\n\007ranking\030\003 \001(\005\"8\n\030CCSU" + "srMsg_CallVoteFailed\022\016\n\006reason\030\001 \001(\005\022\014\n\004" + "time\030\002 \001(\005\"\265\001\n\023CCSUsrMsg_VoteStart\022\014\n\004te" + "am\030\001 \001(\005\022\017\n\007ent_idx\030\002 \001(\005\022\021\n\tvote_type\030\003" + " \001(\005\022\020\n\010disp_str\030\004 \001(\t\022\023\n\013details_str\030\005 " + "\001(\t\022\026\n\016other_team_str\030\006 \001(\t\022\026\n\016is_yes_no" + "_vote\030\007 \001(\010\022\025\n\rentidx_target\030\010 \001(\005\"\\\n\022CC" + "SUsrMsg_VotePass\022\014\n\004team\030\001 \001(\005\022\021\n\tvote_t" + "ype\030\002 \001(\005\022\020\n\010disp_str\030\003 \001(\t\022\023\n\013details_s" + "tr\030\004 \001(\t\"4\n\024CCSUsrMsg_VoteFailed\022\014\n\004team" + "\030\001 \001(\005\022\016\n\006reason\030\002 \001(\005\"/\n\023CCSUsrMsg_Vote" + "Setup\022\030\n\020potential_issues\030\001 \003(\t\"\204\001\n&CCSU" + "srMsg_SendLastKillerDamageToClient\022\026\n\016nu" + "m_hits_given\030\001 \001(\005\022\024\n\014damage_given\030\002 \001(\005" + "\022\026\n\016num_hits_taken\030\003 \001(\005\022\024\n\014damage_taken" + "\030\004 \001(\005\"\306\001\n\032CCSUsrMsg_ServerRankUpdate\022;\n" + "\013rank_update\030\001 \003(\0132&.CCSUsrMsg_ServerRan" + "kUpdate.RankUpdate\032k\n\nRankUpdate\022\022\n\nacco" + "unt_id\030\001 \001(\005\022\020\n\010rank_old\030\002 \001(\005\022\020\n\010rank_n" + "ew\030\003 \001(\005\022\020\n\010num_wins\030\004 \001(\005\022\023\n\013rank_chang" + "e\030\005 \001(\002\"$\n\024CCSUsrMsg_ItemPickup\022\014\n\004item\030" + "\001 \001(\t\"Y\n\022CCSUsrMsg_ShowMenu\022\030\n\020bits_vali" + "d_slots\030\001 \001(\005\022\024\n\014display_time\030\002 \001(\005\022\023\n\013m" + "enu_string\030\003 \001(\t\"!\n\021CCSUsrMsg_BarTime\022\014\n" + "\004time\030\001 \001(\t\"\'\n\024CCSUsrMsg_AmmoDenied\022\017\n\007a" + "mmoIdx\030\001 \001(\005\"0\n\031CCSUsrMsg_MarkAchievemen" + "t\022\023\n\013achievement\030\001 \001(\t\",\n\032CCSUsrMsg_Matc" + "hStatsUpdate\022\016\n\006update\030\001 \001(\t\"3\n\022CCSUsrMs" + "g_ItemDrop\022\016\n\006itemid\030\001 \001(\003\022\r\n\005death\030\002 \001(" + "\010\"+\n\031CCSUsrMsg_GlowPropTurnOff\022\016\n\006entidx" + "\030\001 \001(\005\"b\n\036CCSUsrMsg_RoundBackupFilenames" + "\022\r\n\005count\030\001 \001(\005\022\r\n\005index\030\002 \001(\005\022\020\n\010filena" + "me\030\003 \001(\t\022\020\n\010nicename\030\004 \001(\t\"#\n\022CCSUsrMsg_" + "ResetHud\022\r\n\005reset\030\001 \001(\010\"$\n\023CCSUsrMsg_Gam" + "eTitle\022\r\n\005dummy\030\001 \001(\005\"\'\n\026CCSUsrMsg_Reque" + "stState\022\r\n\005dummy\030\001 \001(\005\",\n\033CCSUsrMsg_Stop" + "SpectatorMode\022\r\n\005dummy\030\001 \001(\005\",\n\033CCSUsrMs" + "g_DisconnectToLobby\022\r\n\005dummy\030\001 \001(\005\")\n\030CC" + "SUsrMsg_WarmupHasEnded\022\r\n\005dummy\030\001 \001(\005\"%\n" + "\024CCSUsrMsg_ClientInfo\022\r\n\005dummy\030\001 \001(\005\">\n\035" + "CCSUsrMsg_ServerRankRevealAll\022\035\n\025seconds" + "_till_shutdown\030\001 \001(\005\"\215\001\n\025CCSUsrMsg_Weapo" + "nSound\022\016\n\006entidx\030\001 \001(\005\022\020\n\010origin_x\030\002 \001(\002" + "\022\020\n\010origin_y\030\003 \001(\002\022\020\n\010origin_z\030\004 \001(\002\022\r\n\005" + "sound\030\005 \001(\t\022\021\n\ttimestamp\030\006 \001(\002\022\014\n\004stop\030\007" + " \001(\010\"D\n CCSUsrMsg_EntityOutlineHighlight" + "\022\016\n\006entidx\030\001 \001(\005\022\020\n\010duration\030\002 \001(\002\"*\n\031CC" + "SUsrMsg_SquadMemberDied\022\r\n\005dummy\030\001 \001(\005\"(" + "\n\021CCSUsrMsg_Battery\022\023\n\013new_battery\030\001 \001(\005" + "\",\n\024CCSUsrMsg_CreditsMsg\022\024\n\014credits_type" + "\030\001 \001(\005\",\n\025CCSUsrMsg_LogoTimeMsg\022\023\n\013logo_" + "length\030\001 \001(\005\"p\n\031CCSUsrMsg_DamageIndicato" + "r\022\r\n\005armor\030\001 \001(\005\022\024\n\014damage_taken\030\002 \001(\005\022\023" + "\n\013bits_damage\030\003 \001(\005\022\031\n\004from\030\004 \001(\0132\013.CMsg" + "Vector\"P\n\034CCSUsrMsg_ViewmodelAnimevent\022\016" + "\n\006entidx\030\001 \001(\005\022\021\n\tanimevent\030\002 \001(\005\022\r\n\005nDa" + "ta\030\003 \001(\005\" \n\016CCSUsrMsg_Heal\022\016\n\006amount\030\001 \001" + "(\005\" \n\016CCSUsrMsg_Ammo\022\016\n\006amount\030\001 \001(\005\",\n\030" + "CCSUsrMsg_ActionProgress\022\020\n\010duration\030\002 \001" + "(\002*\233\017\n\026ECstrike15UserMessages\022\022\n\016CS_UM_V" + "GUIMenu\020\001\022\020\n\014CS_UM_Geiger\020\002\022\017\n\013CS_UM_Tra" + "in\020\003\022\021\n\rCS_UM_HudText\020\004\022\021\n\rCS_UM_SayText" + "\020\005\022\022\n\016CS_UM_SayText2\020\006\022\021\n\rCS_UM_TextMsg\020" + "\007\022\020\n\014CS_UM_HudMsg\020\010\022\022\n\016CS_UM_ResetHud\020\t\022" + "\023\n\017CS_UM_GameTitle\020\n\022\017\n\013CS_UM_Shake\020\014\022\016\n" + "\nCS_UM_Fade\020\r\022\020\n\014CS_UM_Rumble\020\016\022\026\n\022CS_UM" + "_CloseCaption\020\017\022\034\n\030CS_UM_CloseCaptionDir" + "ect\020\020\022\023\n\017CS_UM_SendAudio\020\021\022\022\n\016CS_UM_RawA" + "udio\020\022\022\023\n\017CS_UM_VoiceMask\020\023\022\026\n\022CS_UM_Req" + "uestState\020\024\022\020\n\014CS_UM_Damage\020\025\022\023\n\017CS_UM_R" + "adioText\020\026\022\022\n\016CS_UM_HintText\020\027\022\025\n\021CS_UM_" + "KeyHintText\020\030\022$\n CS_UM_ProcessSpottedEnt" + "ityUpdate\020\031\022\026\n\022CS_UM_ReloadEffect\020\032\022\025\n\021C" + "S_UM_AdjustMoney\020\033\022\031\n\025CS_UM_UpdateTeamMo" + "ney\020\034\022\033\n\027CS_UM_StopSpectatorMode\020\035\022\021\n\rCS" + "_UM_KillCam\020\036\022\032\n\026CS_UM_DesiredTimescale\020" + "\037\022\032\n\026CS_UM_CurrentTimescale\020 \022\032\n\026CS_UM_A" + "chievementEvent\020!\022\034\n\030CS_UM_MatchEndCondi" + "tions\020\"\022\033\n\027CS_UM_DisconnectToLobby\020#\022\033\n\027" + "CS_UM_PlayerStatsUpdate\020$\022\032\n\026CS_UM_Displ" + "ayInventory\020%\022\030\n\024CS_UM_WarmupHasEnded\020&\022" + "\024\n\020CS_UM_ClientInfo\020\'\022\022\n\016CS_UM_XRankGet\020" + "(\022\022\n\016CS_UM_XRankUpd\020)\022\030\n\024CS_UM_CallVoteF" + "ailed\020-\022\023\n\017CS_UM_VoteStart\020.\022\022\n\016CS_UM_Vo" + "tePass\020/\022\024\n\020CS_UM_VoteFailed\0200\022\023\n\017CS_UM_" + "VoteSetup\0201\022\035\n\031CS_UM_ServerRankRevealAll" + "\0202\022&\n\"CS_UM_SendLastKillerDamageToClient" + "\0203\022\032\n\026CS_UM_ServerRankUpdate\0204\022\024\n\020CS_UM_" + "ItemPickup\0205\022\022\n\016CS_UM_ShowMenu\0206\022\021\n\rCS_U" + "M_BarTime\0207\022\024\n\020CS_UM_AmmoDenied\0208\022\031\n\025CS_" + "UM_MarkAchievement\0209\022\032\n\026CS_UM_MatchStats" + "Update\020:\022\022\n\016CS_UM_ItemDrop\020;\022\031\n\025CS_UM_Gl" + "owPropTurnOff\020<\022\035\n\031CS_UM_SendPlayerItemD" + "rops\020=\022\036\n\032CS_UM_RoundBackupFilenames\020>\022\035" + "\n\031CS_UM_SendPlayerItemFound\020\?\022\023\n\017CS_UM_R" + "eportHit\020@\022\022\n\016CS_UM_XpUpdate\020A\022\027\n\023CS_UM_" + "QuestProgress\020B\022\036\n\032CS_UM_ScoreLeaderboar" + "dData\020C\022%\n!CS_UM_PlayerDecalDigitalSigna" + "ture\020D\022\031\n\025CS_UM_SquadMemberDied\020E\022\021\n\rCS_" + "UM_Battery\020F\022\024\n\020CS_UM_CreditsMsg\020G\022\025\n\021CS" + "_UM_LogoTimeMsg\020H\022\031\n\025CS_UM_DamageIndicat" + "or\020I\022\025\n\021CS_UM_WeaponSound\020J\022 \n\034CS_UM_Ent" + "ityOutlineHighlight\020K\022\032\n\026CS_UM_HintTextE" + "xtended\020L\022\025\n\021CS_UM_PlayerScore\020M\022\031\n\025CS_U" + "M_SpottedDuration\020N\022\020\n\014CS_UM_Ribbon\020O\022\031\n" + "\025CS_UM_PointOfInterest\020P\022\034\n\030CS_UM_Viewmo" + "delAnimevent\020Q\022\016\n\nCS_UM_Heal\020R\022\016\n\nCS_UM_" + "Ammo\020S\022\030\n\024CS_UM_ActionProgress\020TB\005H\001\200\001\000", 8199); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( - "cstrike15_usermessages.proto", &protobuf_RegisterTypes); + "vietnam_usermessages.proto", &protobuf_RegisterTypes); CCSUsrMsg_VGUIMenu::default_instance_ = new CCSUsrMsg_VGUIMenu(); CCSUsrMsg_VGUIMenu_Subkey::default_instance_ = new CCSUsrMsg_VGUIMenu_Subkey(); CCSUsrMsg_Geiger::default_instance_ = new CCSUsrMsg_Geiger(); @@ -2434,12 +2158,13 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_RadioText::default_instance_ = new CCSUsrMsg_RadioText(); CCSUsrMsg_HintText::default_instance_ = new CCSUsrMsg_HintText(); CCSUsrMsg_KeyHintText::default_instance_ = new CCSUsrMsg_KeyHintText(); + CCSUsrMsg_HintTextExtended::default_instance_ = new CCSUsrMsg_HintTextExtended(); + CCSUsrMsg_PlayerScore::default_instance_ = new CCSUsrMsg_PlayerScore(); + CCSUsrMsg_SpottedDuration::default_instance_ = new CCSUsrMsg_SpottedDuration(); + CCSUsrMsg_Ribbon::default_instance_ = new CCSUsrMsg_Ribbon(); + CCSUsrMsg_PointOfInterest::default_instance_ = new CCSUsrMsg_PointOfInterest(); CCSUsrMsg_ProcessSpottedEntityUpdate::default_instance_ = new CCSUsrMsg_ProcessSpottedEntityUpdate(); CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::default_instance_ = new CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate(); - CEconItemPreviewDataBlock::default_instance_ = new CEconItemPreviewDataBlock(); - CEconItemPreviewDataBlock_Sticker::default_instance_ = new CEconItemPreviewDataBlock_Sticker(); - CCSUsrMsg_SendPlayerItemDrops::default_instance_ = new CCSUsrMsg_SendPlayerItemDrops(); - CCSUsrMsg_SendPlayerItemFound::default_instance_ = new CCSUsrMsg_SendPlayerItemFound(); CCSUsrMsg_ReloadEffect::default_instance_ = new CCSUsrMsg_ReloadEffect(); CCSUsrMsg_AdjustMoney::default_instance_ = new CCSUsrMsg_AdjustMoney(); CCSUsrMsg_ReportHit::default_instance_ = new CCSUsrMsg_ReportHit(); @@ -2451,6 +2176,7 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_PlayerStatsUpdate::default_instance_ = new CCSUsrMsg_PlayerStatsUpdate(); CCSUsrMsg_PlayerStatsUpdate_Stat::default_instance_ = new CCSUsrMsg_PlayerStatsUpdate_Stat(); CCSUsrMsg_DisplayInventory::default_instance_ = new CCSUsrMsg_DisplayInventory(); + CCSUsrMsg_QuestProgress::default_instance_ = new CCSUsrMsg_QuestProgress(); CCSUsrMsg_XRankGet::default_instance_ = new CCSUsrMsg_XRankGet(); CCSUsrMsg_XRankUpd::default_instance_ = new CCSUsrMsg_XRankUpd(); CCSUsrMsg_CallVoteFailed::default_instance_ = new CCSUsrMsg_CallVoteFailed(); @@ -2470,27 +2196,6 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_ItemDrop::default_instance_ = new CCSUsrMsg_ItemDrop(); CCSUsrMsg_GlowPropTurnOff::default_instance_ = new CCSUsrMsg_GlowPropTurnOff(); CCSUsrMsg_RoundBackupFilenames::default_instance_ = new CCSUsrMsg_RoundBackupFilenames(); - XpProgressData::default_instance_ = new XpProgressData(); - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance_ = new CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded(); - CCSUsrMsg_XpUpdate::default_instance_ = new CCSUsrMsg_XpUpdate(); - CCSUsrMsg_QuestProgress::default_instance_ = new CCSUsrMsg_QuestProgress(); - ScoreLeaderboardData::default_instance_ = new ScoreLeaderboardData(); - ScoreLeaderboardData_Entry::default_instance_ = new ScoreLeaderboardData_Entry(); - ScoreLeaderboardData_AccountEntries::default_instance_ = new ScoreLeaderboardData_AccountEntries(); - CCSUsrMsg_ScoreLeaderboardData::default_instance_ = new CCSUsrMsg_ScoreLeaderboardData(); - PlayerDecalDigitalSignature::default_instance_ = new PlayerDecalDigitalSignature(); - CCSUsrMsg_PlayerDecalDigitalSignature::default_instance_ = new CCSUsrMsg_PlayerDecalDigitalSignature(); - CCSUsrMsg_WeaponSound::default_instance_ = new CCSUsrMsg_WeaponSound(); - CCSUsrMsg_UpdateScreenHealthBar::default_instance_ = new CCSUsrMsg_UpdateScreenHealthBar(); - CCSUsrMsg_EntityOutlineHighlight::default_instance_ = new CCSUsrMsg_EntityOutlineHighlight(); - CCSUsrMsg_SSUI::default_instance_ = new CCSUsrMsg_SSUI(); - CCSUsrMsg_SurvivalStats::default_instance_ = new CCSUsrMsg_SurvivalStats(); - CCSUsrMsg_SurvivalStats_Fact::default_instance_ = new CCSUsrMsg_SurvivalStats_Fact(); - CCSUsrMsg_SurvivalStats_Placement::default_instance_ = new CCSUsrMsg_SurvivalStats_Placement(); - CCSUsrMsg_SurvivalStats_Damage::default_instance_ = new CCSUsrMsg_SurvivalStats_Damage(); - CCSUsrMsg_EndOfMatchAllPlayersData::default_instance_ = new CCSUsrMsg_EndOfMatchAllPlayersData(); - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance_ = new CCSUsrMsg_EndOfMatchAllPlayersData_Accolade(); - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance_ = new CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData(); CCSUsrMsg_ResetHud::default_instance_ = new CCSUsrMsg_ResetHud(); CCSUsrMsg_GameTitle::default_instance_ = new CCSUsrMsg_GameTitle(); CCSUsrMsg_RequestState::default_instance_ = new CCSUsrMsg_RequestState(); @@ -2499,6 +2204,17 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_WarmupHasEnded::default_instance_ = new CCSUsrMsg_WarmupHasEnded(); CCSUsrMsg_ClientInfo::default_instance_ = new CCSUsrMsg_ClientInfo(); CCSUsrMsg_ServerRankRevealAll::default_instance_ = new CCSUsrMsg_ServerRankRevealAll(); + CCSUsrMsg_WeaponSound::default_instance_ = new CCSUsrMsg_WeaponSound(); + CCSUsrMsg_EntityOutlineHighlight::default_instance_ = new CCSUsrMsg_EntityOutlineHighlight(); + CCSUsrMsg_SquadMemberDied::default_instance_ = new CCSUsrMsg_SquadMemberDied(); + CCSUsrMsg_Battery::default_instance_ = new CCSUsrMsg_Battery(); + CCSUsrMsg_CreditsMsg::default_instance_ = new CCSUsrMsg_CreditsMsg(); + CCSUsrMsg_LogoTimeMsg::default_instance_ = new CCSUsrMsg_LogoTimeMsg(); + CCSUsrMsg_DamageIndicator::default_instance_ = new CCSUsrMsg_DamageIndicator(); + CCSUsrMsg_ViewmodelAnimevent::default_instance_ = new CCSUsrMsg_ViewmodelAnimevent(); + CCSUsrMsg_Heal::default_instance_ = new CCSUsrMsg_Heal(); + CCSUsrMsg_Ammo::default_instance_ = new CCSUsrMsg_Ammo(); + CCSUsrMsg_ActionProgress::default_instance_ = new CCSUsrMsg_ActionProgress(); CCSUsrMsg_VGUIMenu::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_VGUIMenu_Subkey::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_Geiger::default_instance_->InitAsDefaultInstance(); @@ -2521,12 +2237,13 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_RadioText::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_HintText::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_KeyHintText::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_HintTextExtended::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_PlayerScore::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_SpottedDuration::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_Ribbon::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_PointOfInterest::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ProcessSpottedEntityUpdate::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::default_instance_->InitAsDefaultInstance(); - CEconItemPreviewDataBlock::default_instance_->InitAsDefaultInstance(); - CEconItemPreviewDataBlock_Sticker::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SendPlayerItemDrops::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SendPlayerItemFound::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ReloadEffect::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_AdjustMoney::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ReportHit::default_instance_->InitAsDefaultInstance(); @@ -2538,6 +2255,7 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_PlayerStatsUpdate::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_PlayerStatsUpdate_Stat::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_DisplayInventory::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_QuestProgress::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_XRankGet::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_XRankUpd::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_CallVoteFailed::default_instance_->InitAsDefaultInstance(); @@ -2557,27 +2275,6 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_ItemDrop::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_GlowPropTurnOff::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_RoundBackupFilenames::default_instance_->InitAsDefaultInstance(); - XpProgressData::default_instance_->InitAsDefaultInstance(); - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_XpUpdate::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_QuestProgress::default_instance_->InitAsDefaultInstance(); - ScoreLeaderboardData::default_instance_->InitAsDefaultInstance(); - ScoreLeaderboardData_Entry::default_instance_->InitAsDefaultInstance(); - ScoreLeaderboardData_AccountEntries::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_ScoreLeaderboardData::default_instance_->InitAsDefaultInstance(); - PlayerDecalDigitalSignature::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_PlayerDecalDigitalSignature::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_WeaponSound::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_UpdateScreenHealthBar::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_EntityOutlineHighlight::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SSUI::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SurvivalStats::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SurvivalStats_Fact::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SurvivalStats_Placement::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_SurvivalStats_Damage::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_EndOfMatchAllPlayersData::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance_->InitAsDefaultInstance(); - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ResetHud::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_GameTitle::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_RequestState::default_instance_->InitAsDefaultInstance(); @@ -2586,15 +2283,26 @@ void protobuf_AddDesc_cstrike15_5fusermessages_2eproto() { CCSUsrMsg_WarmupHasEnded::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ClientInfo::default_instance_->InitAsDefaultInstance(); CCSUsrMsg_ServerRankRevealAll::default_instance_->InitAsDefaultInstance(); - ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto); + CCSUsrMsg_WeaponSound::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_EntityOutlineHighlight::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_SquadMemberDied::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_Battery::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_CreditsMsg::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_LogoTimeMsg::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_DamageIndicator::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_ViewmodelAnimevent::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_Heal::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_Ammo::default_instance_->InitAsDefaultInstance(); + CCSUsrMsg_ActionProgress::default_instance_->InitAsDefaultInstance(); + ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_vietnam_5fusermessages_2eproto); } // Force AddDescriptors() to be called at static initialization time. -struct StaticDescriptorInitializer_cstrike15_5fusermessages_2eproto { - StaticDescriptorInitializer_cstrike15_5fusermessages_2eproto() { - protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); +struct StaticDescriptorInitializer_vietnam_5fusermessages_2eproto { + StaticDescriptorInitializer_vietnam_5fusermessages_2eproto() { + protobuf_AddDesc_vietnam_5fusermessages_2eproto(); } -} static_descriptor_initializer_cstrike15_5fusermessages_2eproto_; +} static_descriptor_initializer_vietnam_5fusermessages_2eproto_; const ::google::protobuf::EnumDescriptor* ECstrike15UserMessages_descriptor() { protobuf_AssignDescriptorsOnce(); return ECstrike15UserMessages_descriptor_; @@ -2672,20 +2380,15 @@ bool ECstrike15UserMessages_IsValid(int value) { case 73: case 74: case 75: - return true; - default: - return false; - } -} - -const ::google::protobuf::EnumDescriptor* ECSUsrMsg_DisconnectToLobby_Action_descriptor() { - protobuf_AssignDescriptorsOnce(); - return ECSUsrMsg_DisconnectToLobby_Action_descriptor_; -} -bool ECSUsrMsg_DisconnectToLobby_Action_IsValid(int value) { - switch(value) { - case 0: - case 1: + case 76: + case 77: + case 78: + case 79: + case 80: + case 81: + case 82: + case 83: + case 84: return true; default: return false; @@ -2747,7 +2450,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VGUIMenu_Subkey::descriptor() { } const CCSUsrMsg_VGUIMenu_Subkey& CCSUsrMsg_VGUIMenu_Subkey::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3027,7 +2730,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VGUIMenu::descriptor() { } const CCSUsrMsg_VGUIMenu& CCSUsrMsg_VGUIMenu::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3324,7 +3027,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Geiger::descriptor() { } const CCSUsrMsg_Geiger& CCSUsrMsg_Geiger::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3532,7 +3235,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Train::descriptor() { } const CCSUsrMsg_Train& CCSUsrMsg_Train::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3743,7 +3446,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_HudText::descriptor() { } const CCSUsrMsg_HudText& CCSUsrMsg_HudText::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3926,6 +3629,7 @@ const int CCSUsrMsg_SayText::kEntIdxFieldNumber; const int CCSUsrMsg_SayText::kTextFieldNumber; const int CCSUsrMsg_SayText::kChatFieldNumber; const int CCSUsrMsg_SayText::kTextallchatFieldNumber; +const int CCSUsrMsg_SayText::kFormatwithprefixorlocationFieldNumber; #endif // !_MSC_VER CCSUsrMsg_SayText::CCSUsrMsg_SayText() @@ -3948,6 +3652,7 @@ void CCSUsrMsg_SayText::SharedCtor() { text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); chat_ = false; textallchat_ = false; + formatwithprefixorlocation_ = false; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -3974,7 +3679,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_SayText::descriptor() { } const CCSUsrMsg_SayText& CCSUsrMsg_SayText::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -3994,6 +3699,7 @@ void CCSUsrMsg_SayText::Clear() { } chat_ = false; textallchat_ = false; + formatwithprefixorlocation_ = false; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -4065,6 +3771,22 @@ bool CCSUsrMsg_SayText::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(40)) goto parse_formatwithprefixorlocation; + break; + } + + // optional bool formatwithprefixorlocation = 5; + case 5: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_formatwithprefixorlocation: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &formatwithprefixorlocation_))); + set_has_formatwithprefixorlocation(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -4111,6 +3833,11 @@ void CCSUsrMsg_SayText::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->textallchat(), output); } + // optional bool formatwithprefixorlocation = 5; + if (has_formatwithprefixorlocation()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->formatwithprefixorlocation(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -4144,6 +3871,11 @@ void CCSUsrMsg_SayText::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(4, this->textallchat(), target); } + // optional bool formatwithprefixorlocation = 5; + if (has_formatwithprefixorlocation()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(5, this->formatwithprefixorlocation(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -4179,6 +3911,11 @@ int CCSUsrMsg_SayText::ByteSize() const { total_size += 1 + 1; } + // optional bool formatwithprefixorlocation = 5; + if (has_formatwithprefixorlocation()) { + total_size += 1 + 1; + } + } if (!unknown_fields().empty()) { total_size += @@ -4218,6 +3955,9 @@ void CCSUsrMsg_SayText::MergeFrom(const CCSUsrMsg_SayText& from) { if (from.has_textallchat()) { set_textallchat(from.textallchat()); } + if (from.has_formatwithprefixorlocation()) { + set_formatwithprefixorlocation(from.formatwithprefixorlocation()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -4245,6 +3985,7 @@ void CCSUsrMsg_SayText::Swap(CCSUsrMsg_SayText* other) { std::swap(text_, other->text_); std::swap(chat_, other->chat_); std::swap(textallchat_, other->textallchat_); + std::swap(formatwithprefixorlocation_, other->formatwithprefixorlocation_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -4268,6 +4009,7 @@ const int CCSUsrMsg_SayText2::kChatFieldNumber; const int CCSUsrMsg_SayText2::kMsgNameFieldNumber; const int CCSUsrMsg_SayText2::kParamsFieldNumber; const int CCSUsrMsg_SayText2::kTextallchatFieldNumber; +const int CCSUsrMsg_SayText2::kCommanderFieldNumber; #endif // !_MSC_VER CCSUsrMsg_SayText2::CCSUsrMsg_SayText2() @@ -4290,6 +4032,7 @@ void CCSUsrMsg_SayText2::SharedCtor() { chat_ = false; msg_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); textallchat_ = false; + commander_ = false; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -4316,7 +4059,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_SayText2::descriptor() { } const CCSUsrMsg_SayText2& CCSUsrMsg_SayText2::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -4336,6 +4079,7 @@ void CCSUsrMsg_SayText2::Clear() { } } textallchat_ = false; + commander_ = false; } params_.Clear(); ::memset(_has_bits_, 0, sizeof(_has_bits_)); @@ -4427,6 +4171,22 @@ bool CCSUsrMsg_SayText2::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(48)) goto parse_commander; + break; + } + + // optional bool commander = 6; + case 6: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_commander: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &commander_))); + set_has_commander(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -4482,6 +4242,11 @@ void CCSUsrMsg_SayText2::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->textallchat(), output); } + // optional bool commander = 6; + if (has_commander()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->commander(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -4524,6 +4289,11 @@ void CCSUsrMsg_SayText2::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(5, this->textallchat(), target); } + // optional bool commander = 6; + if (has_commander()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(6, this->commander(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -4559,6 +4329,11 @@ int CCSUsrMsg_SayText2::ByteSize() const { total_size += 1 + 1; } + // optional bool commander = 6; + if (has_commander()) { + total_size += 1 + 1; + } + } // repeated string params = 4; total_size += 1 * this->params_size(); @@ -4606,6 +4381,9 @@ void CCSUsrMsg_SayText2::MergeFrom(const CCSUsrMsg_SayText2& from) { if (from.has_textallchat()) { set_textallchat(from.textallchat()); } + if (from.has_commander()) { + set_commander(from.commander()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -4634,6 +4412,7 @@ void CCSUsrMsg_SayText2::Swap(CCSUsrMsg_SayText2* other) { std::swap(msg_name_, other->msg_name_); params_.Swap(&other->params_); std::swap(textallchat_, other->textallchat_); + std::swap(commander_, other->commander_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -4696,7 +4475,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_TextMsg::descriptor() { } const CCSUsrMsg_TextMsg& CCSUsrMsg_TextMsg::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -4978,7 +4757,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_HudMsg::descriptor() { } const CCSUsrMsg_HudMsg& CCSUsrMsg_HudMsg::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -5555,7 +5334,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Shake::descriptor() { } const CCSUsrMsg_Shake& CCSUsrMsg_Shake::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -5879,7 +5658,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Fade::descriptor() { } const CCSUsrMsg_Fade& CCSUsrMsg_Fade::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -6208,7 +5987,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Rumble::descriptor() { } const CCSUsrMsg_Rumble& CCSUsrMsg_Rumble::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -6501,7 +6280,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_CloseCaption::descriptor() { } const CCSUsrMsg_CloseCaption& CCSUsrMsg_CloseCaption::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -6839,7 +6618,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_CloseCaptionDirect::descriptor() } const CCSUsrMsg_CloseCaptionDirect& CCSUsrMsg_CloseCaptionDirect::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -7079,6 +6858,8 @@ void CCSUsrMsg_CloseCaptionDirect::Swap(CCSUsrMsg_CloseCaptionDirect* other) { #ifndef _MSC_VER const int CCSUsrMsg_SendAudio::kRadioSoundFieldNumber; +const int CCSUsrMsg_SendAudio::kIsradioFieldNumber; +const int CCSUsrMsg_SendAudio::kIscommanderFieldNumber; #endif // !_MSC_VER CCSUsrMsg_SendAudio::CCSUsrMsg_SendAudio() @@ -7098,6 +6879,8 @@ CCSUsrMsg_SendAudio::CCSUsrMsg_SendAudio(const CCSUsrMsg_SendAudio& from) void CCSUsrMsg_SendAudio::SharedCtor() { _cached_size_ = 0; radio_sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + isradio_ = false; + iscommander_ = false; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -7124,7 +6907,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_SendAudio::descriptor() { } const CCSUsrMsg_SendAudio& CCSUsrMsg_SendAudio::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -7141,6 +6924,8 @@ void CCSUsrMsg_SendAudio::Clear() { radio_sound_->clear(); } } + isradio_ = false; + iscommander_ = false; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -7164,6 +6949,38 @@ bool CCSUsrMsg_SendAudio::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(16)) goto parse_isradio; + break; + } + + // optional bool isradio = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_isradio: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &isradio_))); + set_has_isradio(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_iscommander; + break; + } + + // optional bool iscommander = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_iscommander: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &iscommander_))); + set_has_iscommander(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -7195,6 +7012,16 @@ void CCSUsrMsg_SendAudio::SerializeWithCachedSizes( 1, this->radio_sound(), output); } + // optional bool isradio = 2; + if (has_isradio()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->isradio(), output); + } + + // optional bool iscommander = 3; + if (has_iscommander()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->iscommander(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -7213,6 +7040,16 @@ void CCSUsrMsg_SendAudio::SerializeWithCachedSizes( 1, this->radio_sound(), target); } + // optional bool isradio = 2; + if (has_isradio()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(2, this->isradio(), target); + } + + // optional bool iscommander = 3; + if (has_iscommander()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(3, this->iscommander(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -7231,6 +7068,16 @@ int CCSUsrMsg_SendAudio::ByteSize() const { this->radio_sound()); } + // optional bool isradio = 2; + if (has_isradio()) { + total_size += 1 + 1; + } + + // optional bool iscommander = 3; + if (has_iscommander()) { + total_size += 1 + 1; + } + } if (!unknown_fields().empty()) { total_size += @@ -7261,6 +7108,12 @@ void CCSUsrMsg_SendAudio::MergeFrom(const CCSUsrMsg_SendAudio& from) { if (from.has_radio_sound()) { set_radio_sound(from.radio_sound()); } + if (from.has_isradio()) { + set_isradio(from.isradio()); + } + if (from.has_iscommander()) { + set_iscommander(from.iscommander()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -7285,6 +7138,8 @@ bool CCSUsrMsg_SendAudio::IsInitialized() const { void CCSUsrMsg_SendAudio::Swap(CCSUsrMsg_SendAudio* other) { if (other != this) { std::swap(radio_sound_, other->radio_sound_); + std::swap(isradio_, other->isradio_); + std::swap(iscommander_, other->iscommander_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -7355,7 +7210,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_RawAudio::descriptor() { } const CCSUsrMsg_RawAudio& CCSUsrMsg_RawAudio::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -7691,7 +7546,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VoiceMask_PlayerMask::descriptor } const CCSUsrMsg_VoiceMask_PlayerMask& CCSUsrMsg_VoiceMask_PlayerMask::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -7938,7 +7793,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VoiceMask::descriptor() { } const CCSUsrMsg_VoiceMask& CCSUsrMsg_VoiceMask::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -8144,6 +7999,7 @@ void CCSUsrMsg_VoiceMask::Swap(CCSUsrMsg_VoiceMask* other) { const int CCSUsrMsg_Damage::kAmountFieldNumber; const int CCSUsrMsg_Damage::kInflictorWorldPosFieldNumber; const int CCSUsrMsg_Damage::kVictimEntindexFieldNumber; +const int CCSUsrMsg_Damage::kDamagebitsFieldNumber; #endif // !_MSC_VER CCSUsrMsg_Damage::CCSUsrMsg_Damage() @@ -8166,6 +8022,7 @@ void CCSUsrMsg_Damage::SharedCtor() { amount_ = 0; inflictor_world_pos_ = NULL; victim_entindex_ = 0; + damagebits_ = 0; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -8190,7 +8047,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_Damage::descriptor() { } const CCSUsrMsg_Damage& CCSUsrMsg_Damage::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -8207,6 +8064,7 @@ void CCSUsrMsg_Damage::Clear() { if (inflictor_world_pos_ != NULL) inflictor_world_pos_->::CMsgVector::Clear(); } victim_entindex_ = 0; + damagebits_ = 0; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -8259,6 +8117,22 @@ bool CCSUsrMsg_Damage::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } + if (input->ExpectTag(32)) goto parse_damagebits; + break; + } + + // optional int32 damagebits = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_damagebits: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &damagebits_))); + set_has_damagebits(); + } else { + goto handle_uninterpreted; + } if (input->ExpectAtEnd()) return true; break; } @@ -8297,6 +8171,11 @@ void CCSUsrMsg_Damage::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->victim_entindex(), output); } + // optional int32 damagebits = 4; + if (has_damagebits()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->damagebits(), output); + } + if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -8322,6 +8201,11 @@ void CCSUsrMsg_Damage::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->victim_entindex(), target); } + // optional int32 damagebits = 4; + if (has_damagebits()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->damagebits(), target); + } + if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -8354,6 +8238,13 @@ int CCSUsrMsg_Damage::ByteSize() const { this->victim_entindex()); } + // optional int32 damagebits = 4; + if (has_damagebits()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->damagebits()); + } + } if (!unknown_fields().empty()) { total_size += @@ -8390,6 +8281,9 @@ void CCSUsrMsg_Damage::MergeFrom(const CCSUsrMsg_Damage& from) { if (from.has_victim_entindex()) { set_victim_entindex(from.victim_entindex()); } + if (from.has_damagebits()) { + set_damagebits(from.damagebits()); + } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -8416,6 +8310,7 @@ void CCSUsrMsg_Damage::Swap(CCSUsrMsg_Damage* other) { std::swap(amount_, other->amount_); std::swap(inflictor_world_pos_, other->inflictor_world_pos_); std::swap(victim_entindex_, other->victim_entindex_); + std::swap(damagebits_, other->damagebits_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -8485,7 +8380,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_RadioText::descriptor() { } const CCSUsrMsg_RadioText& CCSUsrMsg_RadioText::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -8833,7 +8728,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_HintText::descriptor() { } const CCSUsrMsg_HintText& CCSUsrMsg_HintText::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -9054,7 +8949,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_KeyHintText::descriptor() { } const CCSUsrMsg_KeyHintText& CCSUsrMsg_KeyHintText::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -9220,6 +9115,1416 @@ void CCSUsrMsg_KeyHintText::Swap(CCSUsrMsg_KeyHintText* other) { } +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_HintTextExtended::kHintsFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_HintTextExtended::CCSUsrMsg_HintTextExtended() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_HintTextExtended::InitAsDefaultInstance() { +} + +CCSUsrMsg_HintTextExtended::CCSUsrMsg_HintTextExtended(const CCSUsrMsg_HintTextExtended& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_HintTextExtended::SharedCtor() { + _cached_size_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_HintTextExtended::~CCSUsrMsg_HintTextExtended() { + SharedDtor(); +} + +void CCSUsrMsg_HintTextExtended::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_HintTextExtended::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_HintTextExtended::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_HintTextExtended_descriptor_; +} + +const CCSUsrMsg_HintTextExtended& CCSUsrMsg_HintTextExtended::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_HintTextExtended* CCSUsrMsg_HintTextExtended::default_instance_ = NULL; + +CCSUsrMsg_HintTextExtended* CCSUsrMsg_HintTextExtended::New() const { + return new CCSUsrMsg_HintTextExtended; +} + +void CCSUsrMsg_HintTextExtended::Clear() { + hints_.Clear(); + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_HintTextExtended::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // repeated string hints = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_hints: + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->add_hints())); + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->hints(this->hints_size() - 1).data(), + this->hints(this->hints_size() - 1).length(), + ::google::protobuf::internal::WireFormat::PARSE); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(10)) goto parse_hints; + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_HintTextExtended::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // repeated string hints = 1; + for (int i = 0; i < this->hints_size(); i++) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->hints(i).data(), this->hints(i).length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + ::google::protobuf::internal::WireFormatLite::WriteString( + 1, this->hints(i), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_HintTextExtended::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // repeated string hints = 1; + for (int i = 0; i < this->hints_size(); i++) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->hints(i).data(), this->hints(i).length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + target = ::google::protobuf::internal::WireFormatLite:: + WriteStringToArray(1, this->hints(i), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_HintTextExtended::ByteSize() const { + int total_size = 0; + + // repeated string hints = 1; + total_size += 1 * this->hints_size(); + for (int i = 0; i < this->hints_size(); i++) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + this->hints(i)); + } + + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_HintTextExtended::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_HintTextExtended* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_HintTextExtended::MergeFrom(const CCSUsrMsg_HintTextExtended& from) { + GOOGLE_CHECK_NE(&from, this); + hints_.MergeFrom(from.hints_); + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_HintTextExtended::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_HintTextExtended::CopyFrom(const CCSUsrMsg_HintTextExtended& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_HintTextExtended::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_HintTextExtended::Swap(CCSUsrMsg_HintTextExtended* other) { + if (other != this) { + hints_.Swap(&other->hints_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_HintTextExtended::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_HintTextExtended_descriptor_; + metadata.reflection = CCSUsrMsg_HintTextExtended_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_PlayerScore::kAmountFieldNumber; +const int CCSUsrMsg_PlayerScore::kScoretypeFieldNumber; +const int CCSUsrMsg_PlayerScore::kKilledplayernameFieldNumber; +const int CCSUsrMsg_PlayerScore::kKilledplayerteamFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_PlayerScore::CCSUsrMsg_PlayerScore() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_PlayerScore::InitAsDefaultInstance() { +} + +CCSUsrMsg_PlayerScore::CCSUsrMsg_PlayerScore(const CCSUsrMsg_PlayerScore& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_PlayerScore::SharedCtor() { + _cached_size_ = 0; + amount_ = 0; + scoretype_ = 0; + killedplayername_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + killedplayerteam_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_PlayerScore::~CCSUsrMsg_PlayerScore() { + SharedDtor(); +} + +void CCSUsrMsg_PlayerScore::SharedDtor() { + if (killedplayername_ != &::google::protobuf::internal::kEmptyString) { + delete killedplayername_; + } + if (this != default_instance_) { + } +} + +void CCSUsrMsg_PlayerScore::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerScore::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_PlayerScore_descriptor_; +} + +const CCSUsrMsg_PlayerScore& CCSUsrMsg_PlayerScore::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_PlayerScore* CCSUsrMsg_PlayerScore::default_instance_ = NULL; + +CCSUsrMsg_PlayerScore* CCSUsrMsg_PlayerScore::New() const { + return new CCSUsrMsg_PlayerScore; +} + +void CCSUsrMsg_PlayerScore::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + amount_ = 0; + scoretype_ = 0; + if (has_killedplayername()) { + if (killedplayername_ != &::google::protobuf::internal::kEmptyString) { + killedplayername_->clear(); + } + } + killedplayerteam_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_PlayerScore::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 amount = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &amount_))); + set_has_amount(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_scoretype; + break; + } + + // optional int32 scoretype = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_scoretype: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &scoretype_))); + set_has_scoretype(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(26)) goto parse_killedplayername; + break; + } + + // optional string killedplayername = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_killedplayername: + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_killedplayername())); + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->killedplayername().data(), this->killedplayername().length(), + ::google::protobuf::internal::WireFormat::PARSE); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(32)) goto parse_killedplayerteam; + break; + } + + // optional int32 killedplayerteam = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_killedplayerteam: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &killedplayerteam_))); + set_has_killedplayerteam(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_PlayerScore::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 amount = 1; + if (has_amount()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->amount(), output); + } + + // optional int32 scoretype = 2; + if (has_scoretype()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->scoretype(), output); + } + + // optional string killedplayername = 3; + if (has_killedplayername()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->killedplayername().data(), this->killedplayername().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + ::google::protobuf::internal::WireFormatLite::WriteString( + 3, this->killedplayername(), output); + } + + // optional int32 killedplayerteam = 4; + if (has_killedplayerteam()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->killedplayerteam(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_PlayerScore::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 amount = 1; + if (has_amount()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->amount(), target); + } + + // optional int32 scoretype = 2; + if (has_scoretype()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->scoretype(), target); + } + + // optional string killedplayername = 3; + if (has_killedplayername()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->killedplayername().data(), this->killedplayername().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 3, this->killedplayername(), target); + } + + // optional int32 killedplayerteam = 4; + if (has_killedplayerteam()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->killedplayerteam(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_PlayerScore::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 amount = 1; + if (has_amount()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->amount()); + } + + // optional int32 scoretype = 2; + if (has_scoretype()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->scoretype()); + } + + // optional string killedplayername = 3; + if (has_killedplayername()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->killedplayername()); + } + + // optional int32 killedplayerteam = 4; + if (has_killedplayerteam()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->killedplayerteam()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_PlayerScore::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_PlayerScore* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_PlayerScore::MergeFrom(const CCSUsrMsg_PlayerScore& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_amount()) { + set_amount(from.amount()); + } + if (from.has_scoretype()) { + set_scoretype(from.scoretype()); + } + if (from.has_killedplayername()) { + set_killedplayername(from.killedplayername()); + } + if (from.has_killedplayerteam()) { + set_killedplayerteam(from.killedplayerteam()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_PlayerScore::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_PlayerScore::CopyFrom(const CCSUsrMsg_PlayerScore& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_PlayerScore::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_PlayerScore::Swap(CCSUsrMsg_PlayerScore* other) { + if (other != this) { + std::swap(amount_, other->amount_); + std::swap(scoretype_, other->scoretype_); + std::swap(killedplayername_, other->killedplayername_); + std::swap(killedplayerteam_, other->killedplayerteam_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_PlayerScore::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_PlayerScore_descriptor_; + metadata.reflection = CCSUsrMsg_PlayerScore_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_SpottedDuration::kSpottedbyindexFieldNumber; +const int CCSUsrMsg_SpottedDuration::kMyindexFieldNumber; +const int CCSUsrMsg_SpottedDuration::kSpottedFieldNumber; +const int CCSUsrMsg_SpottedDuration::kSpotteddurationFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_SpottedDuration::CCSUsrMsg_SpottedDuration() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_SpottedDuration::InitAsDefaultInstance() { +} + +CCSUsrMsg_SpottedDuration::CCSUsrMsg_SpottedDuration(const CCSUsrMsg_SpottedDuration& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_SpottedDuration::SharedCtor() { + _cached_size_ = 0; + spottedbyindex_ = 0; + myindex_ = 0; + spotted_ = false; + spottedduration_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_SpottedDuration::~CCSUsrMsg_SpottedDuration() { + SharedDtor(); +} + +void CCSUsrMsg_SpottedDuration::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_SpottedDuration::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_SpottedDuration::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_SpottedDuration_descriptor_; +} + +const CCSUsrMsg_SpottedDuration& CCSUsrMsg_SpottedDuration::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_SpottedDuration* CCSUsrMsg_SpottedDuration::default_instance_ = NULL; + +CCSUsrMsg_SpottedDuration* CCSUsrMsg_SpottedDuration::New() const { + return new CCSUsrMsg_SpottedDuration; +} + +void CCSUsrMsg_SpottedDuration::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + spottedbyindex_ = 0; + myindex_ = 0; + spotted_ = false; + spottedduration_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_SpottedDuration::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 spottedbyindex = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &spottedbyindex_))); + set_has_spottedbyindex(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_myindex; + break; + } + + // optional int32 myindex = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_myindex: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &myindex_))); + set_has_myindex(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_spotted; + break; + } + + // optional bool spotted = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_spotted: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &spotted_))); + set_has_spotted(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(37)) goto parse_spottedduration; + break; + } + + // optional float spottedduration = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_spottedduration: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &spottedduration_))); + set_has_spottedduration(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_SpottedDuration::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 spottedbyindex = 1; + if (has_spottedbyindex()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->spottedbyindex(), output); + } + + // optional int32 myindex = 2; + if (has_myindex()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->myindex(), output); + } + + // optional bool spotted = 3; + if (has_spotted()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->spotted(), output); + } + + // optional float spottedduration = 4; + if (has_spottedduration()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->spottedduration(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_SpottedDuration::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 spottedbyindex = 1; + if (has_spottedbyindex()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->spottedbyindex(), target); + } + + // optional int32 myindex = 2; + if (has_myindex()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->myindex(), target); + } + + // optional bool spotted = 3; + if (has_spotted()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(3, this->spotted(), target); + } + + // optional float spottedduration = 4; + if (has_spottedduration()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(4, this->spottedduration(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_SpottedDuration::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 spottedbyindex = 1; + if (has_spottedbyindex()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->spottedbyindex()); + } + + // optional int32 myindex = 2; + if (has_myindex()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->myindex()); + } + + // optional bool spotted = 3; + if (has_spotted()) { + total_size += 1 + 1; + } + + // optional float spottedduration = 4; + if (has_spottedduration()) { + total_size += 1 + 4; + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_SpottedDuration::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_SpottedDuration* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_SpottedDuration::MergeFrom(const CCSUsrMsg_SpottedDuration& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_spottedbyindex()) { + set_spottedbyindex(from.spottedbyindex()); + } + if (from.has_myindex()) { + set_myindex(from.myindex()); + } + if (from.has_spotted()) { + set_spotted(from.spotted()); + } + if (from.has_spottedduration()) { + set_spottedduration(from.spottedduration()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_SpottedDuration::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_SpottedDuration::CopyFrom(const CCSUsrMsg_SpottedDuration& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_SpottedDuration::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_SpottedDuration::Swap(CCSUsrMsg_SpottedDuration* other) { + if (other != this) { + std::swap(spottedbyindex_, other->spottedbyindex_); + std::swap(myindex_, other->myindex_); + std::swap(spotted_, other->spotted_); + std::swap(spottedduration_, other->spottedduration_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_SpottedDuration::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_SpottedDuration_descriptor_; + metadata.reflection = CCSUsrMsg_SpottedDuration_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_Ribbon::kRibbontypeFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_Ribbon::CCSUsrMsg_Ribbon() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_Ribbon::InitAsDefaultInstance() { +} + +CCSUsrMsg_Ribbon::CCSUsrMsg_Ribbon(const CCSUsrMsg_Ribbon& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_Ribbon::SharedCtor() { + _cached_size_ = 0; + ribbontype_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_Ribbon::~CCSUsrMsg_Ribbon() { + SharedDtor(); +} + +void CCSUsrMsg_Ribbon::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_Ribbon::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_Ribbon::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_Ribbon_descriptor_; +} + +const CCSUsrMsg_Ribbon& CCSUsrMsg_Ribbon::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_Ribbon* CCSUsrMsg_Ribbon::default_instance_ = NULL; + +CCSUsrMsg_Ribbon* CCSUsrMsg_Ribbon::New() const { + return new CCSUsrMsg_Ribbon; +} + +void CCSUsrMsg_Ribbon::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + ribbontype_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_Ribbon::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 ribbontype = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &ribbontype_))); + set_has_ribbontype(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_Ribbon::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 ribbontype = 1; + if (has_ribbontype()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->ribbontype(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_Ribbon::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 ribbontype = 1; + if (has_ribbontype()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->ribbontype(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_Ribbon::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 ribbontype = 1; + if (has_ribbontype()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->ribbontype()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_Ribbon::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_Ribbon* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_Ribbon::MergeFrom(const CCSUsrMsg_Ribbon& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_ribbontype()) { + set_ribbontype(from.ribbontype()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_Ribbon::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_Ribbon::CopyFrom(const CCSUsrMsg_Ribbon& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_Ribbon::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_Ribbon::Swap(CCSUsrMsg_Ribbon* other) { + if (other != this) { + std::swap(ribbontype_, other->ribbontype_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_Ribbon::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_Ribbon_descriptor_; + metadata.reflection = CCSUsrMsg_Ribbon_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_PointOfInterest::kOriginXFieldNumber; +const int CCSUsrMsg_PointOfInterest::kOriginYFieldNumber; +const int CCSUsrMsg_PointOfInterest::kOriginZFieldNumber; +const int CCSUsrMsg_PointOfInterest::kPointTypeFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_PointOfInterest::CCSUsrMsg_PointOfInterest() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_PointOfInterest::InitAsDefaultInstance() { +} + +CCSUsrMsg_PointOfInterest::CCSUsrMsg_PointOfInterest(const CCSUsrMsg_PointOfInterest& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_PointOfInterest::SharedCtor() { + _cached_size_ = 0; + origin_x_ = 0; + origin_y_ = 0; + origin_z_ = 0; + point_type_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_PointOfInterest::~CCSUsrMsg_PointOfInterest() { + SharedDtor(); +} + +void CCSUsrMsg_PointOfInterest::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_PointOfInterest::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_PointOfInterest::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_PointOfInterest_descriptor_; +} + +const CCSUsrMsg_PointOfInterest& CCSUsrMsg_PointOfInterest::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_PointOfInterest* CCSUsrMsg_PointOfInterest::default_instance_ = NULL; + +CCSUsrMsg_PointOfInterest* CCSUsrMsg_PointOfInterest::New() const { + return new CCSUsrMsg_PointOfInterest; +} + +void CCSUsrMsg_PointOfInterest::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + origin_x_ = 0; + origin_y_ = 0; + origin_z_ = 0; + point_type_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_PointOfInterest::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional float origin_x = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_x_))); + set_has_origin_x(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(21)) goto parse_origin_y; + break; + } + + // optional float origin_y = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_origin_y: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_y_))); + set_has_origin_y(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(29)) goto parse_origin_z; + break; + } + + // optional float origin_z = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_origin_z: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_z_))); + set_has_origin_z(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(32)) goto parse_point_type; + break; + } + + // optional int32 point_type = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_point_type: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &point_type_))); + set_has_point_type(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_PointOfInterest::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional float origin_x = 1; + if (has_origin_x()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(1, this->origin_x(), output); + } + + // optional float origin_y = 2; + if (has_origin_y()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->origin_y(), output); + } + + // optional float origin_z = 3; + if (has_origin_z()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->origin_z(), output); + } + + // optional int32 point_type = 4; + if (has_point_type()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->point_type(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_PointOfInterest::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional float origin_x = 1; + if (has_origin_x()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(1, this->origin_x(), target); + } + + // optional float origin_y = 2; + if (has_origin_y()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->origin_y(), target); + } + + // optional float origin_z = 3; + if (has_origin_z()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->origin_z(), target); + } + + // optional int32 point_type = 4; + if (has_point_type()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->point_type(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_PointOfInterest::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional float origin_x = 1; + if (has_origin_x()) { + total_size += 1 + 4; + } + + // optional float origin_y = 2; + if (has_origin_y()) { + total_size += 1 + 4; + } + + // optional float origin_z = 3; + if (has_origin_z()) { + total_size += 1 + 4; + } + + // optional int32 point_type = 4; + if (has_point_type()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->point_type()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_PointOfInterest::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_PointOfInterest* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_PointOfInterest::MergeFrom(const CCSUsrMsg_PointOfInterest& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_origin_x()) { + set_origin_x(from.origin_x()); + } + if (from.has_origin_y()) { + set_origin_y(from.origin_y()); + } + if (from.has_origin_z()) { + set_origin_z(from.origin_z()); + } + if (from.has_point_type()) { + set_point_type(from.point_type()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_PointOfInterest::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_PointOfInterest::CopyFrom(const CCSUsrMsg_PointOfInterest& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_PointOfInterest::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_PointOfInterest::Swap(CCSUsrMsg_PointOfInterest* other) { + if (other != this) { + std::swap(origin_x_, other->origin_x_); + std::swap(origin_y_, other->origin_y_); + std::swap(origin_z_, other->origin_z_); + std::swap(point_type_, other->point_type_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_PointOfInterest::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_PointOfInterest_descriptor_; + metadata.reflection = CCSUsrMsg_PointOfInterest_reflection_; + return metadata; +} + + // =================================================================== #ifndef _MSC_VER @@ -9229,6 +10534,7 @@ const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kOriginXFiel const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kOriginYFieldNumber; const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kOriginZFieldNumber; const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kAngleYFieldNumber; +const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kTeamFieldNumber; const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kDefuserFieldNumber; const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kPlayerHasDefuserFieldNumber; const int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::kPlayerHasC4FieldNumber; @@ -9256,6 +10562,7 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::SharedCtor() { origin_y_ = 0; origin_z_ = 0; angle_y_ = 0; + team_ = 0; defuser_ = false; player_has_defuser_ = false; player_has_c4_ = false; @@ -9282,7 +10589,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ProcessSpottedEntityUpdate_Spott } const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -9300,10 +10607,11 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::Clear() { origin_y_ = 0; origin_z_ = 0; angle_y_ = 0; + team_ = 0; defuser_ = false; - player_has_defuser_ = false; } if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { + player_has_defuser_ = false; player_has_c4_ = false; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); @@ -9407,12 +10715,28 @@ bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::MergePartialFromC } else { goto handle_uninterpreted; } - if (input->ExpectTag(56)) goto parse_defuser; + if (input->ExpectTag(56)) goto parse_team; break; } - // optional bool defuser = 7; + // optional int32 team = 7; case 7: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_team: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &team_))); + set_has_team(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(64)) goto parse_defuser; + break; + } + + // optional bool defuser = 8; + case 8: { if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { parse_defuser: @@ -9423,12 +10747,12 @@ bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::MergePartialFromC } else { goto handle_uninterpreted; } - if (input->ExpectTag(64)) goto parse_player_has_defuser; + if (input->ExpectTag(72)) goto parse_player_has_defuser; break; } - // optional bool player_has_defuser = 8; - case 8: { + // optional bool player_has_defuser = 9; + case 9: { if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { parse_player_has_defuser: @@ -9439,12 +10763,12 @@ bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::MergePartialFromC } else { goto handle_uninterpreted; } - if (input->ExpectTag(72)) goto parse_player_has_c4; + if (input->ExpectTag(80)) goto parse_player_has_c4; break; } - // optional bool player_has_c4 = 9; - case 9: { + // optional bool player_has_c4 = 10; + case 10: { if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { parse_player_has_c4: @@ -9507,19 +10831,24 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::SerializeWithCach ::google::protobuf::internal::WireFormatLite::WriteInt32(6, this->angle_y(), output); } - // optional bool defuser = 7; + // optional int32 team = 7; + if (has_team()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->team(), output); + } + + // optional bool defuser = 8; if (has_defuser()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(7, this->defuser(), output); + ::google::protobuf::internal::WireFormatLite::WriteBool(8, this->defuser(), output); } - // optional bool player_has_defuser = 8; + // optional bool player_has_defuser = 9; if (has_player_has_defuser()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(8, this->player_has_defuser(), output); + ::google::protobuf::internal::WireFormatLite::WriteBool(9, this->player_has_defuser(), output); } - // optional bool player_has_c4 = 9; + // optional bool player_has_c4 = 10; if (has_player_has_c4()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(9, this->player_has_c4(), output); + ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->player_has_c4(), output); } if (!unknown_fields().empty()) { @@ -9560,19 +10889,24 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::SerializeWithCach target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(6, this->angle_y(), target); } - // optional bool defuser = 7; + // optional int32 team = 7; + if (has_team()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(7, this->team(), target); + } + + // optional bool defuser = 8; if (has_defuser()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(7, this->defuser(), target); + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(8, this->defuser(), target); } - // optional bool player_has_defuser = 8; + // optional bool player_has_defuser = 9; if (has_player_has_defuser()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(8, this->player_has_defuser(), target); + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(9, this->player_has_defuser(), target); } - // optional bool player_has_c4 = 9; + // optional bool player_has_c4 = 10; if (has_player_has_c4()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(9, this->player_has_c4(), target); + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(10, this->player_has_c4(), target); } if (!unknown_fields().empty()) { @@ -9628,19 +10962,26 @@ int CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::ByteSize() const { this->angle_y()); } - // optional bool defuser = 7; - if (has_defuser()) { - total_size += 1 + 1; + // optional int32 team = 7; + if (has_team()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->team()); } - // optional bool player_has_defuser = 8; - if (has_player_has_defuser()) { + // optional bool defuser = 8; + if (has_defuser()) { total_size += 1 + 1; } } if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { - // optional bool player_has_c4 = 9; + // optional bool player_has_defuser = 9; + if (has_player_has_defuser()) { + total_size += 1 + 1; + } + + // optional bool player_has_c4 = 10; if (has_player_has_c4()) { total_size += 1 + 1; } @@ -9690,14 +11031,17 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::MergeFrom(const C if (from.has_angle_y()) { set_angle_y(from.angle_y()); } + if (from.has_team()) { + set_team(from.team()); + } if (from.has_defuser()) { set_defuser(from.defuser()); } + } + if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { if (from.has_player_has_defuser()) { set_player_has_defuser(from.player_has_defuser()); } - } - if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { if (from.has_player_has_c4()) { set_player_has_c4(from.player_has_c4()); } @@ -9730,6 +11074,7 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::Swap(CCSUsrMsg_Pr std::swap(origin_y_, other->origin_y_); std::swap(origin_z_, other->origin_z_); std::swap(angle_y_, other->angle_y_); + std::swap(team_, other->team_); std::swap(defuser_, other->defuser_); std::swap(player_has_defuser_, other->player_has_defuser_); std::swap(player_has_c4_, other->player_has_c4_); @@ -9795,7 +11140,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ProcessSpottedEntityUpdate::desc } const CCSUsrMsg_ProcessSpottedEntityUpdate& CCSUsrMsg_ProcessSpottedEntityUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -9994,1781 +11339,6 @@ void CCSUsrMsg_ProcessSpottedEntityUpdate::Swap(CCSUsrMsg_ProcessSpottedEntityUp } -// =================================================================== - -#ifndef _MSC_VER -const int CEconItemPreviewDataBlock_Sticker::kSlotFieldNumber; -const int CEconItemPreviewDataBlock_Sticker::kStickerIdFieldNumber; -const int CEconItemPreviewDataBlock_Sticker::kWearFieldNumber; -const int CEconItemPreviewDataBlock_Sticker::kScaleFieldNumber; -const int CEconItemPreviewDataBlock_Sticker::kRotationFieldNumber; -const int CEconItemPreviewDataBlock_Sticker::kTintIdFieldNumber; -#endif // !_MSC_VER - -CEconItemPreviewDataBlock_Sticker::CEconItemPreviewDataBlock_Sticker() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CEconItemPreviewDataBlock_Sticker::InitAsDefaultInstance() { -} - -CEconItemPreviewDataBlock_Sticker::CEconItemPreviewDataBlock_Sticker(const CEconItemPreviewDataBlock_Sticker& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CEconItemPreviewDataBlock_Sticker::SharedCtor() { - _cached_size_ = 0; - slot_ = 0u; - sticker_id_ = 0u; - wear_ = 0; - scale_ = 0; - rotation_ = 0; - tint_id_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CEconItemPreviewDataBlock_Sticker::~CEconItemPreviewDataBlock_Sticker() { - SharedDtor(); -} - -void CEconItemPreviewDataBlock_Sticker::SharedDtor() { - if (this != default_instance_) { - } -} - -void CEconItemPreviewDataBlock_Sticker::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CEconItemPreviewDataBlock_Sticker::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CEconItemPreviewDataBlock_Sticker_descriptor_; -} - -const CEconItemPreviewDataBlock_Sticker& CEconItemPreviewDataBlock_Sticker::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CEconItemPreviewDataBlock_Sticker* CEconItemPreviewDataBlock_Sticker::default_instance_ = NULL; - -CEconItemPreviewDataBlock_Sticker* CEconItemPreviewDataBlock_Sticker::New() const { - return new CEconItemPreviewDataBlock_Sticker; -} - -void CEconItemPreviewDataBlock_Sticker::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - slot_ = 0u; - sticker_id_ = 0u; - wear_ = 0; - scale_ = 0; - rotation_ = 0; - tint_id_ = 0u; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CEconItemPreviewDataBlock_Sticker::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 slot = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &slot_))); - set_has_slot(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_sticker_id; - break; - } - - // optional uint32 sticker_id = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_sticker_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &sticker_id_))); - set_has_sticker_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(29)) goto parse_wear; - break; - } - - // optional float wear = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_wear: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &wear_))); - set_has_wear(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(37)) goto parse_scale; - break; - } - - // optional float scale = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_scale: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &scale_))); - set_has_scale(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(45)) goto parse_rotation; - break; - } - - // optional float rotation = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_rotation: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &rotation_))); - set_has_rotation(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(48)) goto parse_tint_id; - break; - } - - // optional uint32 tint_id = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_tint_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &tint_id_))); - set_has_tint_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CEconItemPreviewDataBlock_Sticker::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 slot = 1; - if (has_slot()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->slot(), output); - } - - // optional uint32 sticker_id = 2; - if (has_sticker_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->sticker_id(), output); - } - - // optional float wear = 3; - if (has_wear()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->wear(), output); - } - - // optional float scale = 4; - if (has_scale()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->scale(), output); - } - - // optional float rotation = 5; - if (has_rotation()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(5, this->rotation(), output); - } - - // optional uint32 tint_id = 6; - if (has_tint_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->tint_id(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CEconItemPreviewDataBlock_Sticker::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 slot = 1; - if (has_slot()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->slot(), target); - } - - // optional uint32 sticker_id = 2; - if (has_sticker_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->sticker_id(), target); - } - - // optional float wear = 3; - if (has_wear()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->wear(), target); - } - - // optional float scale = 4; - if (has_scale()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(4, this->scale(), target); - } - - // optional float rotation = 5; - if (has_rotation()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(5, this->rotation(), target); - } - - // optional uint32 tint_id = 6; - if (has_tint_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(6, this->tint_id(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CEconItemPreviewDataBlock_Sticker::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 slot = 1; - if (has_slot()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->slot()); - } - - // optional uint32 sticker_id = 2; - if (has_sticker_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->sticker_id()); - } - - // optional float wear = 3; - if (has_wear()) { - total_size += 1 + 4; - } - - // optional float scale = 4; - if (has_scale()) { - total_size += 1 + 4; - } - - // optional float rotation = 5; - if (has_rotation()) { - total_size += 1 + 4; - } - - // optional uint32 tint_id = 6; - if (has_tint_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->tint_id()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CEconItemPreviewDataBlock_Sticker::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CEconItemPreviewDataBlock_Sticker* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CEconItemPreviewDataBlock_Sticker::MergeFrom(const CEconItemPreviewDataBlock_Sticker& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_slot()) { - set_slot(from.slot()); - } - if (from.has_sticker_id()) { - set_sticker_id(from.sticker_id()); - } - if (from.has_wear()) { - set_wear(from.wear()); - } - if (from.has_scale()) { - set_scale(from.scale()); - } - if (from.has_rotation()) { - set_rotation(from.rotation()); - } - if (from.has_tint_id()) { - set_tint_id(from.tint_id()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CEconItemPreviewDataBlock_Sticker::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CEconItemPreviewDataBlock_Sticker::CopyFrom(const CEconItemPreviewDataBlock_Sticker& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CEconItemPreviewDataBlock_Sticker::IsInitialized() const { - - return true; -} - -void CEconItemPreviewDataBlock_Sticker::Swap(CEconItemPreviewDataBlock_Sticker* other) { - if (other != this) { - std::swap(slot_, other->slot_); - std::swap(sticker_id_, other->sticker_id_); - std::swap(wear_, other->wear_); - std::swap(scale_, other->scale_); - std::swap(rotation_, other->rotation_); - std::swap(tint_id_, other->tint_id_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CEconItemPreviewDataBlock_Sticker::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CEconItemPreviewDataBlock_Sticker_descriptor_; - metadata.reflection = CEconItemPreviewDataBlock_Sticker_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CEconItemPreviewDataBlock::kAccountidFieldNumber; -const int CEconItemPreviewDataBlock::kItemidFieldNumber; -const int CEconItemPreviewDataBlock::kDefindexFieldNumber; -const int CEconItemPreviewDataBlock::kPaintindexFieldNumber; -const int CEconItemPreviewDataBlock::kRarityFieldNumber; -const int CEconItemPreviewDataBlock::kQualityFieldNumber; -const int CEconItemPreviewDataBlock::kPaintwearFieldNumber; -const int CEconItemPreviewDataBlock::kPaintseedFieldNumber; -const int CEconItemPreviewDataBlock::kKilleaterscoretypeFieldNumber; -const int CEconItemPreviewDataBlock::kKilleatervalueFieldNumber; -const int CEconItemPreviewDataBlock::kCustomnameFieldNumber; -const int CEconItemPreviewDataBlock::kStickersFieldNumber; -const int CEconItemPreviewDataBlock::kInventoryFieldNumber; -const int CEconItemPreviewDataBlock::kOriginFieldNumber; -const int CEconItemPreviewDataBlock::kQuestidFieldNumber; -const int CEconItemPreviewDataBlock::kDropreasonFieldNumber; -const int CEconItemPreviewDataBlock::kMusicindexFieldNumber; -const int CEconItemPreviewDataBlock::kEntindexFieldNumber; -#endif // !_MSC_VER - -CEconItemPreviewDataBlock::CEconItemPreviewDataBlock() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CEconItemPreviewDataBlock::InitAsDefaultInstance() { -} - -CEconItemPreviewDataBlock::CEconItemPreviewDataBlock(const CEconItemPreviewDataBlock& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CEconItemPreviewDataBlock::SharedCtor() { - _cached_size_ = 0; - accountid_ = 0u; - itemid_ = GOOGLE_ULONGLONG(0); - defindex_ = 0u; - paintindex_ = 0u; - rarity_ = 0u; - quality_ = 0u; - paintwear_ = 0u; - paintseed_ = 0u; - killeaterscoretype_ = 0u; - killeatervalue_ = 0u; - customname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - inventory_ = 0u; - origin_ = 0u; - questid_ = 0u; - dropreason_ = 0u; - musicindex_ = 0u; - entindex_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CEconItemPreviewDataBlock::~CEconItemPreviewDataBlock() { - SharedDtor(); -} - -void CEconItemPreviewDataBlock::SharedDtor() { - if (customname_ != &::google::protobuf::internal::kEmptyString) { - delete customname_; - } - if (this != default_instance_) { - } -} - -void CEconItemPreviewDataBlock::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CEconItemPreviewDataBlock::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CEconItemPreviewDataBlock_descriptor_; -} - -const CEconItemPreviewDataBlock& CEconItemPreviewDataBlock::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CEconItemPreviewDataBlock* CEconItemPreviewDataBlock::default_instance_ = NULL; - -CEconItemPreviewDataBlock* CEconItemPreviewDataBlock::New() const { - return new CEconItemPreviewDataBlock; -} - -void CEconItemPreviewDataBlock::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - accountid_ = 0u; - itemid_ = GOOGLE_ULONGLONG(0); - defindex_ = 0u; - paintindex_ = 0u; - rarity_ = 0u; - quality_ = 0u; - paintwear_ = 0u; - paintseed_ = 0u; - } - if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { - killeaterscoretype_ = 0u; - killeatervalue_ = 0u; - if (has_customname()) { - if (customname_ != &::google::protobuf::internal::kEmptyString) { - customname_->clear(); - } - } - inventory_ = 0u; - origin_ = 0u; - questid_ = 0u; - dropreason_ = 0u; - } - if (_has_bits_[16 / 32] & (0xffu << (16 % 32))) { - musicindex_ = 0u; - entindex_ = 0; - } - stickers_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CEconItemPreviewDataBlock::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 accountid = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &accountid_))); - set_has_accountid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_itemid; - break; - } - - // optional uint64 itemid = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_itemid: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &itemid_))); - set_has_itemid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_defindex; - break; - } - - // optional uint32 defindex = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_defindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &defindex_))); - set_has_defindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_paintindex; - break; - } - - // optional uint32 paintindex = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_paintindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &paintindex_))); - set_has_paintindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(40)) goto parse_rarity; - break; - } - - // optional uint32 rarity = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_rarity: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &rarity_))); - set_has_rarity(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(48)) goto parse_quality; - break; - } - - // optional uint32 quality = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_quality: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &quality_))); - set_has_quality(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(56)) goto parse_paintwear; - break; - } - - // optional uint32 paintwear = 7; - case 7: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_paintwear: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &paintwear_))); - set_has_paintwear(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(64)) goto parse_paintseed; - break; - } - - // optional uint32 paintseed = 8; - case 8: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_paintseed: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &paintseed_))); - set_has_paintseed(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(72)) goto parse_killeaterscoretype; - break; - } - - // optional uint32 killeaterscoretype = 9; - case 9: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_killeaterscoretype: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &killeaterscoretype_))); - set_has_killeaterscoretype(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(80)) goto parse_killeatervalue; - break; - } - - // optional uint32 killeatervalue = 10; - case 10: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_killeatervalue: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &killeatervalue_))); - set_has_killeatervalue(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(90)) goto parse_customname; - break; - } - - // optional string customname = 11; - case 11: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_customname: - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_customname())); - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->customname().data(), this->customname().length(), - ::google::protobuf::internal::WireFormat::PARSE); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(98)) goto parse_stickers; - break; - } - - // repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; - case 12: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_stickers: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_stickers())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(98)) goto parse_stickers; - if (input->ExpectTag(104)) goto parse_inventory; - break; - } - - // optional uint32 inventory = 13; - case 13: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_inventory: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &inventory_))); - set_has_inventory(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(112)) goto parse_origin; - break; - } - - // optional uint32 origin = 14; - case 14: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_origin: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &origin_))); - set_has_origin(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(120)) goto parse_questid; - break; - } - - // optional uint32 questid = 15; - case 15: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_questid: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &questid_))); - set_has_questid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(128)) goto parse_dropreason; - break; - } - - // optional uint32 dropreason = 16; - case 16: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_dropreason: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &dropreason_))); - set_has_dropreason(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(136)) goto parse_musicindex; - break; - } - - // optional uint32 musicindex = 17; - case 17: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_musicindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &musicindex_))); - set_has_musicindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(144)) goto parse_entindex; - break; - } - - // optional int32 entindex = 18; - case 18: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_entindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entindex_))); - set_has_entindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CEconItemPreviewDataBlock::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 accountid = 1; - if (has_accountid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->accountid(), output); - } - - // optional uint64 itemid = 2; - if (has_itemid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(2, this->itemid(), output); - } - - // optional uint32 defindex = 3; - if (has_defindex()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->defindex(), output); - } - - // optional uint32 paintindex = 4; - if (has_paintindex()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->paintindex(), output); - } - - // optional uint32 rarity = 5; - if (has_rarity()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(5, this->rarity(), output); - } - - // optional uint32 quality = 6; - if (has_quality()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->quality(), output); - } - - // optional uint32 paintwear = 7; - if (has_paintwear()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(7, this->paintwear(), output); - } - - // optional uint32 paintseed = 8; - if (has_paintseed()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(8, this->paintseed(), output); - } - - // optional uint32 killeaterscoretype = 9; - if (has_killeaterscoretype()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(9, this->killeaterscoretype(), output); - } - - // optional uint32 killeatervalue = 10; - if (has_killeatervalue()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(10, this->killeatervalue(), output); - } - - // optional string customname = 11; - if (has_customname()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->customname().data(), this->customname().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - ::google::protobuf::internal::WireFormatLite::WriteString( - 11, this->customname(), output); - } - - // repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; - for (int i = 0; i < this->stickers_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 12, this->stickers(i), output); - } - - // optional uint32 inventory = 13; - if (has_inventory()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(13, this->inventory(), output); - } - - // optional uint32 origin = 14; - if (has_origin()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(14, this->origin(), output); - } - - // optional uint32 questid = 15; - if (has_questid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(15, this->questid(), output); - } - - // optional uint32 dropreason = 16; - if (has_dropreason()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(16, this->dropreason(), output); - } - - // optional uint32 musicindex = 17; - if (has_musicindex()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(17, this->musicindex(), output); - } - - // optional int32 entindex = 18; - if (has_entindex()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(18, this->entindex(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CEconItemPreviewDataBlock::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 accountid = 1; - if (has_accountid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->accountid(), target); - } - - // optional uint64 itemid = 2; - if (has_itemid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(2, this->itemid(), target); - } - - // optional uint32 defindex = 3; - if (has_defindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->defindex(), target); - } - - // optional uint32 paintindex = 4; - if (has_paintindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->paintindex(), target); - } - - // optional uint32 rarity = 5; - if (has_rarity()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(5, this->rarity(), target); - } - - // optional uint32 quality = 6; - if (has_quality()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(6, this->quality(), target); - } - - // optional uint32 paintwear = 7; - if (has_paintwear()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(7, this->paintwear(), target); - } - - // optional uint32 paintseed = 8; - if (has_paintseed()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(8, this->paintseed(), target); - } - - // optional uint32 killeaterscoretype = 9; - if (has_killeaterscoretype()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(9, this->killeaterscoretype(), target); - } - - // optional uint32 killeatervalue = 10; - if (has_killeatervalue()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(10, this->killeatervalue(), target); - } - - // optional string customname = 11; - if (has_customname()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->customname().data(), this->customname().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - target = - ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 11, this->customname(), target); - } - - // repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; - for (int i = 0; i < this->stickers_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 12, this->stickers(i), target); - } - - // optional uint32 inventory = 13; - if (has_inventory()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(13, this->inventory(), target); - } - - // optional uint32 origin = 14; - if (has_origin()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(14, this->origin(), target); - } - - // optional uint32 questid = 15; - if (has_questid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(15, this->questid(), target); - } - - // optional uint32 dropreason = 16; - if (has_dropreason()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(16, this->dropreason(), target); - } - - // optional uint32 musicindex = 17; - if (has_musicindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(17, this->musicindex(), target); - } - - // optional int32 entindex = 18; - if (has_entindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(18, this->entindex(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CEconItemPreviewDataBlock::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 accountid = 1; - if (has_accountid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->accountid()); - } - - // optional uint64 itemid = 2; - if (has_itemid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->itemid()); - } - - // optional uint32 defindex = 3; - if (has_defindex()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->defindex()); - } - - // optional uint32 paintindex = 4; - if (has_paintindex()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->paintindex()); - } - - // optional uint32 rarity = 5; - if (has_rarity()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->rarity()); - } - - // optional uint32 quality = 6; - if (has_quality()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->quality()); - } - - // optional uint32 paintwear = 7; - if (has_paintwear()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->paintwear()); - } - - // optional uint32 paintseed = 8; - if (has_paintseed()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->paintseed()); - } - - } - if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { - // optional uint32 killeaterscoretype = 9; - if (has_killeaterscoretype()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->killeaterscoretype()); - } - - // optional uint32 killeatervalue = 10; - if (has_killeatervalue()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->killeatervalue()); - } - - // optional string customname = 11; - if (has_customname()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->customname()); - } - - // optional uint32 inventory = 13; - if (has_inventory()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->inventory()); - } - - // optional uint32 origin = 14; - if (has_origin()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->origin()); - } - - // optional uint32 questid = 15; - if (has_questid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->questid()); - } - - // optional uint32 dropreason = 16; - if (has_dropreason()) { - total_size += 2 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->dropreason()); - } - - } - if (_has_bits_[16 / 32] & (0xffu << (16 % 32))) { - // optional uint32 musicindex = 17; - if (has_musicindex()) { - total_size += 2 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->musicindex()); - } - - // optional int32 entindex = 18; - if (has_entindex()) { - total_size += 2 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entindex()); - } - - } - // repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; - total_size += 1 * this->stickers_size(); - for (int i = 0; i < this->stickers_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->stickers(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CEconItemPreviewDataBlock::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CEconItemPreviewDataBlock* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CEconItemPreviewDataBlock::MergeFrom(const CEconItemPreviewDataBlock& from) { - GOOGLE_CHECK_NE(&from, this); - stickers_.MergeFrom(from.stickers_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_accountid()) { - set_accountid(from.accountid()); - } - if (from.has_itemid()) { - set_itemid(from.itemid()); - } - if (from.has_defindex()) { - set_defindex(from.defindex()); - } - if (from.has_paintindex()) { - set_paintindex(from.paintindex()); - } - if (from.has_rarity()) { - set_rarity(from.rarity()); - } - if (from.has_quality()) { - set_quality(from.quality()); - } - if (from.has_paintwear()) { - set_paintwear(from.paintwear()); - } - if (from.has_paintseed()) { - set_paintseed(from.paintseed()); - } - } - if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { - if (from.has_killeaterscoretype()) { - set_killeaterscoretype(from.killeaterscoretype()); - } - if (from.has_killeatervalue()) { - set_killeatervalue(from.killeatervalue()); - } - if (from.has_customname()) { - set_customname(from.customname()); - } - if (from.has_inventory()) { - set_inventory(from.inventory()); - } - if (from.has_origin()) { - set_origin(from.origin()); - } - if (from.has_questid()) { - set_questid(from.questid()); - } - if (from.has_dropreason()) { - set_dropreason(from.dropreason()); - } - } - if (from._has_bits_[16 / 32] & (0xffu << (16 % 32))) { - if (from.has_musicindex()) { - set_musicindex(from.musicindex()); - } - if (from.has_entindex()) { - set_entindex(from.entindex()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CEconItemPreviewDataBlock::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CEconItemPreviewDataBlock::CopyFrom(const CEconItemPreviewDataBlock& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CEconItemPreviewDataBlock::IsInitialized() const { - - return true; -} - -void CEconItemPreviewDataBlock::Swap(CEconItemPreviewDataBlock* other) { - if (other != this) { - std::swap(accountid_, other->accountid_); - std::swap(itemid_, other->itemid_); - std::swap(defindex_, other->defindex_); - std::swap(paintindex_, other->paintindex_); - std::swap(rarity_, other->rarity_); - std::swap(quality_, other->quality_); - std::swap(paintwear_, other->paintwear_); - std::swap(paintseed_, other->paintseed_); - std::swap(killeaterscoretype_, other->killeaterscoretype_); - std::swap(killeatervalue_, other->killeatervalue_); - std::swap(customname_, other->customname_); - stickers_.Swap(&other->stickers_); - std::swap(inventory_, other->inventory_); - std::swap(origin_, other->origin_); - std::swap(questid_, other->questid_); - std::swap(dropreason_, other->dropreason_); - std::swap(musicindex_, other->musicindex_); - std::swap(entindex_, other->entindex_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CEconItemPreviewDataBlock::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CEconItemPreviewDataBlock_descriptor_; - metadata.reflection = CEconItemPreviewDataBlock_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_SendPlayerItemDrops::kEntityUpdatesFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SendPlayerItemDrops::CCSUsrMsg_SendPlayerItemDrops() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SendPlayerItemDrops::InitAsDefaultInstance() { -} - -CCSUsrMsg_SendPlayerItemDrops::CCSUsrMsg_SendPlayerItemDrops(const CCSUsrMsg_SendPlayerItemDrops& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SendPlayerItemDrops::SharedCtor() { - _cached_size_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SendPlayerItemDrops::~CCSUsrMsg_SendPlayerItemDrops() { - SharedDtor(); -} - -void CCSUsrMsg_SendPlayerItemDrops::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SendPlayerItemDrops::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SendPlayerItemDrops::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SendPlayerItemDrops_descriptor_; -} - -const CCSUsrMsg_SendPlayerItemDrops& CCSUsrMsg_SendPlayerItemDrops::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SendPlayerItemDrops* CCSUsrMsg_SendPlayerItemDrops::default_instance_ = NULL; - -CCSUsrMsg_SendPlayerItemDrops* CCSUsrMsg_SendPlayerItemDrops::New() const { - return new CCSUsrMsg_SendPlayerItemDrops; -} - -void CCSUsrMsg_SendPlayerItemDrops::Clear() { - entity_updates_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SendPlayerItemDrops::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .CEconItemPreviewDataBlock entity_updates = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_entity_updates: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_entity_updates())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(10)) goto parse_entity_updates; - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SendPlayerItemDrops::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // repeated .CEconItemPreviewDataBlock entity_updates = 1; - for (int i = 0; i < this->entity_updates_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->entity_updates(i), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SendPlayerItemDrops::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // repeated .CEconItemPreviewDataBlock entity_updates = 1; - for (int i = 0; i < this->entity_updates_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->entity_updates(i), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SendPlayerItemDrops::ByteSize() const { - int total_size = 0; - - // repeated .CEconItemPreviewDataBlock entity_updates = 1; - total_size += 1 * this->entity_updates_size(); - for (int i = 0; i < this->entity_updates_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->entity_updates(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SendPlayerItemDrops::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SendPlayerItemDrops* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SendPlayerItemDrops::MergeFrom(const CCSUsrMsg_SendPlayerItemDrops& from) { - GOOGLE_CHECK_NE(&from, this); - entity_updates_.MergeFrom(from.entity_updates_); - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SendPlayerItemDrops::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SendPlayerItemDrops::CopyFrom(const CCSUsrMsg_SendPlayerItemDrops& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SendPlayerItemDrops::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SendPlayerItemDrops::Swap(CCSUsrMsg_SendPlayerItemDrops* other) { - if (other != this) { - entity_updates_.Swap(&other->entity_updates_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SendPlayerItemDrops::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SendPlayerItemDrops_descriptor_; - metadata.reflection = CCSUsrMsg_SendPlayerItemDrops_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_SendPlayerItemFound::kIteminfoFieldNumber; -const int CCSUsrMsg_SendPlayerItemFound::kEntindexFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SendPlayerItemFound::CCSUsrMsg_SendPlayerItemFound() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SendPlayerItemFound::InitAsDefaultInstance() { - iteminfo_ = const_cast< ::CEconItemPreviewDataBlock*>(&::CEconItemPreviewDataBlock::default_instance()); -} - -CCSUsrMsg_SendPlayerItemFound::CCSUsrMsg_SendPlayerItemFound(const CCSUsrMsg_SendPlayerItemFound& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SendPlayerItemFound::SharedCtor() { - _cached_size_ = 0; - iteminfo_ = NULL; - entindex_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SendPlayerItemFound::~CCSUsrMsg_SendPlayerItemFound() { - SharedDtor(); -} - -void CCSUsrMsg_SendPlayerItemFound::SharedDtor() { - if (this != default_instance_) { - delete iteminfo_; - } -} - -void CCSUsrMsg_SendPlayerItemFound::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SendPlayerItemFound::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SendPlayerItemFound_descriptor_; -} - -const CCSUsrMsg_SendPlayerItemFound& CCSUsrMsg_SendPlayerItemFound::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SendPlayerItemFound* CCSUsrMsg_SendPlayerItemFound::default_instance_ = NULL; - -CCSUsrMsg_SendPlayerItemFound* CCSUsrMsg_SendPlayerItemFound::New() const { - return new CCSUsrMsg_SendPlayerItemFound; -} - -void CCSUsrMsg_SendPlayerItemFound::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (has_iteminfo()) { - if (iteminfo_ != NULL) iteminfo_->::CEconItemPreviewDataBlock::Clear(); - } - entindex_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SendPlayerItemFound::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional .CEconItemPreviewDataBlock iteminfo = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_iteminfo())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_entindex; - break; - } - - // optional int32 entindex = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_entindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entindex_))); - set_has_entindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SendPlayerItemFound::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional .CEconItemPreviewDataBlock iteminfo = 1; - if (has_iteminfo()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->iteminfo(), output); - } - - // optional int32 entindex = 2; - if (has_entindex()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->entindex(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SendPlayerItemFound::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional .CEconItemPreviewDataBlock iteminfo = 1; - if (has_iteminfo()) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->iteminfo(), target); - } - - // optional int32 entindex = 2; - if (has_entindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->entindex(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SendPlayerItemFound::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional .CEconItemPreviewDataBlock iteminfo = 1; - if (has_iteminfo()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->iteminfo()); - } - - // optional int32 entindex = 2; - if (has_entindex()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entindex()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SendPlayerItemFound::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SendPlayerItemFound* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SendPlayerItemFound::MergeFrom(const CCSUsrMsg_SendPlayerItemFound& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_iteminfo()) { - mutable_iteminfo()->::CEconItemPreviewDataBlock::MergeFrom(from.iteminfo()); - } - if (from.has_entindex()) { - set_entindex(from.entindex()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SendPlayerItemFound::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SendPlayerItemFound::CopyFrom(const CCSUsrMsg_SendPlayerItemFound& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SendPlayerItemFound::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SendPlayerItemFound::Swap(CCSUsrMsg_SendPlayerItemFound* other) { - if (other != this) { - std::swap(iteminfo_, other->iteminfo_); - std::swap(entindex_, other->entindex_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SendPlayerItemFound::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SendPlayerItemFound_descriptor_; - metadata.reflection = CCSUsrMsg_SendPlayerItemFound_reflection_; - return metadata; -} - - // =================================================================== #ifndef _MSC_VER @@ -11823,7 +11393,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ReloadEffect::descriptor() { } const CCSUsrMsg_ReloadEffect& CCSUsrMsg_ReloadEffect::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -12177,7 +11747,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_AdjustMoney::descriptor() { } const CCSUsrMsg_AdjustMoney& CCSUsrMsg_AdjustMoney::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -12391,7 +11961,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ReportHit::descriptor() { } const CCSUsrMsg_ReportHit& CCSUsrMsg_ReportHit::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -12709,7 +12279,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_KillCam::descriptor() { } const CCSUsrMsg_KillCam& CCSUsrMsg_KillCam::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -12999,7 +12569,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_DesiredTimescale::descriptor() { } const CCSUsrMsg_DesiredTimescale& CCSUsrMsg_DesiredTimescale::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -13315,7 +12885,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_CurrentTimescale::descriptor() { } const CCSUsrMsg_CurrentTimescale& CCSUsrMsg_CurrentTimescale::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -13525,7 +13095,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_AchievementEvent::descriptor() { } const CCSUsrMsg_AchievementEvent& CCSUsrMsg_AchievementEvent::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -13815,7 +13385,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_MatchEndConditions::descriptor() } const CCSUsrMsg_MatchEndConditions& CCSUsrMsg_MatchEndConditions::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -14139,7 +13709,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerStatsUpdate_Stat::descript } const CCSUsrMsg_PlayerStatsUpdate_Stat& CCSUsrMsg_PlayerStatsUpdate_Stat::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -14390,7 +13960,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerStatsUpdate::descriptor() } const CCSUsrMsg_PlayerStatsUpdate& CCSUsrMsg_PlayerStatsUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -14715,7 +14285,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_DisplayInventory::descriptor() { } const CCSUsrMsg_DisplayInventory& CCSUsrMsg_DisplayInventory::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -14913,6 +14483,332 @@ void CCSUsrMsg_DisplayInventory::Swap(CCSUsrMsg_DisplayInventory* other) { } +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_QuestProgress::kQuestIdFieldNumber; +const int CCSUsrMsg_QuestProgress::kNormalPointsFieldNumber; +const int CCSUsrMsg_QuestProgress::kBonusPointsFieldNumber; +const int CCSUsrMsg_QuestProgress::kIsEventQuestFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_QuestProgress::CCSUsrMsg_QuestProgress() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_QuestProgress::InitAsDefaultInstance() { +} + +CCSUsrMsg_QuestProgress::CCSUsrMsg_QuestProgress(const CCSUsrMsg_QuestProgress& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_QuestProgress::SharedCtor() { + _cached_size_ = 0; + quest_id_ = 0u; + normal_points_ = 0u; + bonus_points_ = 0u; + is_event_quest_ = false; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_QuestProgress::~CCSUsrMsg_QuestProgress() { + SharedDtor(); +} + +void CCSUsrMsg_QuestProgress::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_QuestProgress::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_QuestProgress::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_QuestProgress_descriptor_; +} + +const CCSUsrMsg_QuestProgress& CCSUsrMsg_QuestProgress::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_QuestProgress* CCSUsrMsg_QuestProgress::default_instance_ = NULL; + +CCSUsrMsg_QuestProgress* CCSUsrMsg_QuestProgress::New() const { + return new CCSUsrMsg_QuestProgress; +} + +void CCSUsrMsg_QuestProgress::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + quest_id_ = 0u; + normal_points_ = 0u; + bonus_points_ = 0u; + is_event_quest_ = false; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_QuestProgress::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional uint32 quest_id = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &quest_id_))); + set_has_quest_id(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_normal_points; + break; + } + + // optional uint32 normal_points = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_normal_points: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &normal_points_))); + set_has_normal_points(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_bonus_points; + break; + } + + // optional uint32 bonus_points = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_bonus_points: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( + input, &bonus_points_))); + set_has_bonus_points(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(32)) goto parse_is_event_quest; + break; + } + + // optional bool is_event_quest = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_is_event_quest: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &is_event_quest_))); + set_has_is_event_quest(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_QuestProgress::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional uint32 quest_id = 1; + if (has_quest_id()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->quest_id(), output); + } + + // optional uint32 normal_points = 2; + if (has_normal_points()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->normal_points(), output); + } + + // optional uint32 bonus_points = 3; + if (has_bonus_points()) { + ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->bonus_points(), output); + } + + // optional bool is_event_quest = 4; + if (has_is_event_quest()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->is_event_quest(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_QuestProgress::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional uint32 quest_id = 1; + if (has_quest_id()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->quest_id(), target); + } + + // optional uint32 normal_points = 2; + if (has_normal_points()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->normal_points(), target); + } + + // optional uint32 bonus_points = 3; + if (has_bonus_points()) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->bonus_points(), target); + } + + // optional bool is_event_quest = 4; + if (has_is_event_quest()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(4, this->is_event_quest(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_QuestProgress::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional uint32 quest_id = 1; + if (has_quest_id()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->quest_id()); + } + + // optional uint32 normal_points = 2; + if (has_normal_points()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->normal_points()); + } + + // optional uint32 bonus_points = 3; + if (has_bonus_points()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt32Size( + this->bonus_points()); + } + + // optional bool is_event_quest = 4; + if (has_is_event_quest()) { + total_size += 1 + 1; + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_QuestProgress::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_QuestProgress* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_QuestProgress::MergeFrom(const CCSUsrMsg_QuestProgress& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_quest_id()) { + set_quest_id(from.quest_id()); + } + if (from.has_normal_points()) { + set_normal_points(from.normal_points()); + } + if (from.has_bonus_points()) { + set_bonus_points(from.bonus_points()); + } + if (from.has_is_event_quest()) { + set_is_event_quest(from.is_event_quest()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_QuestProgress::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_QuestProgress::CopyFrom(const CCSUsrMsg_QuestProgress& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_QuestProgress::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_QuestProgress::Swap(CCSUsrMsg_QuestProgress* other) { + if (other != this) { + std::swap(quest_id_, other->quest_id_); + std::swap(normal_points_, other->normal_points_); + std::swap(bonus_points_, other->bonus_points_); + std::swap(is_event_quest_, other->is_event_quest_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_QuestProgress::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_QuestProgress_descriptor_; + metadata.reflection = CCSUsrMsg_QuestProgress_reflection_; + return metadata; +} + + // =================================================================== #ifndef _MSC_VER @@ -14961,7 +14857,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_XRankGet::descriptor() { } const CCSUsrMsg_XRankGet& CCSUsrMsg_XRankGet::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -15211,7 +15107,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_XRankUpd::descriptor() { } const CCSUsrMsg_XRankUpd& CCSUsrMsg_XRankUpd::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -15497,7 +15393,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_CallVoteFailed::descriptor() { } const CCSUsrMsg_CallVoteFailed& CCSUsrMsg_CallVoteFailed::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -15766,7 +15662,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VoteStart::descriptor() { } const CCSUsrMsg_VoteStart& CCSUsrMsg_VoteStart::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -16292,7 +16188,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VotePass::descriptor() { } const CCSUsrMsg_VotePass& CCSUsrMsg_VotePass::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -16644,7 +16540,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VoteFailed::descriptor() { } const CCSUsrMsg_VoteFailed& CCSUsrMsg_VoteFailed::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -16889,7 +16785,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_VoteSetup::descriptor() { } const CCSUsrMsg_VoteSetup& CCSUsrMsg_VoteSetup::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -17107,7 +17003,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_SendLastKillerDamageToClient::de } const CCSUsrMsg_SendLastKillerDamageToClient& CCSUsrMsg_SendLastKillerDamageToClient::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -17391,7 +17287,6 @@ const int CCSUsrMsg_ServerRankUpdate_RankUpdate::kRankOldFieldNumber; const int CCSUsrMsg_ServerRankUpdate_RankUpdate::kRankNewFieldNumber; const int CCSUsrMsg_ServerRankUpdate_RankUpdate::kNumWinsFieldNumber; const int CCSUsrMsg_ServerRankUpdate_RankUpdate::kRankChangeFieldNumber; -const int CCSUsrMsg_ServerRankUpdate_RankUpdate::kRankTypeIdFieldNumber; #endif // !_MSC_VER CCSUsrMsg_ServerRankUpdate_RankUpdate::CCSUsrMsg_ServerRankUpdate_RankUpdate() @@ -17415,7 +17310,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::SharedCtor() { rank_new_ = 0; num_wins_ = 0; rank_change_ = 0; - rank_type_id_ = 0; ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -17439,7 +17333,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ServerRankUpdate_RankUpdate::des } const CCSUsrMsg_ServerRankUpdate_RankUpdate& CCSUsrMsg_ServerRankUpdate_RankUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -17456,7 +17350,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::Clear() { rank_new_ = 0; num_wins_ = 0; rank_change_ = 0; - rank_type_id_ = 0; } ::memset(_has_bits_, 0, sizeof(_has_bits_)); mutable_unknown_fields()->Clear(); @@ -17543,22 +17436,6 @@ bool CCSUsrMsg_ServerRankUpdate_RankUpdate::MergePartialFromCodedStream( } else { goto handle_uninterpreted; } - if (input->ExpectTag(48)) goto parse_rank_type_id; - break; - } - - // optional int32 rank_type_id = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_rank_type_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &rank_type_id_))); - set_has_rank_type_id(); - } else { - goto handle_uninterpreted; - } if (input->ExpectAtEnd()) return true; break; } @@ -17606,11 +17483,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteFloat(5, this->rank_change(), output); } - // optional int32 rank_type_id = 6; - if (has_rank_type_id()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(6, this->rank_type_id(), output); - } - if (!unknown_fields().empty()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( unknown_fields(), output); @@ -17644,11 +17516,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::SerializeWithCachedSizes( target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(5, this->rank_change(), target); } - // optional int32 rank_type_id = 6; - if (has_rank_type_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(6, this->rank_type_id(), target); - } - if (!unknown_fields().empty()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( unknown_fields(), target); @@ -17693,13 +17560,6 @@ int CCSUsrMsg_ServerRankUpdate_RankUpdate::ByteSize() const { total_size += 1 + 4; } - // optional int32 rank_type_id = 6; - if (has_rank_type_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->rank_type_id()); - } - } if (!unknown_fields().empty()) { total_size += @@ -17742,9 +17602,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::MergeFrom(const CCSUsrMsg_ServerRank if (from.has_rank_change()) { set_rank_change(from.rank_change()); } - if (from.has_rank_type_id()) { - set_rank_type_id(from.rank_type_id()); - } } mutable_unknown_fields()->MergeFrom(from.unknown_fields()); } @@ -17773,7 +17630,6 @@ void CCSUsrMsg_ServerRankUpdate_RankUpdate::Swap(CCSUsrMsg_ServerRankUpdate_Rank std::swap(rank_new_, other->rank_new_); std::swap(num_wins_, other->num_wins_); std::swap(rank_change_, other->rank_change_); - std::swap(rank_type_id_, other->rank_type_id_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.Swap(&other->_unknown_fields_); std::swap(_cached_size_, other->_cached_size_); @@ -17834,7 +17690,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ServerRankUpdate::descriptor() { } const CCSUsrMsg_ServerRankUpdate& CCSUsrMsg_ServerRankUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -18041,7 +17897,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ItemPickup::descriptor() { } const CCSUsrMsg_ItemPickup& CCSUsrMsg_ItemPickup::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -18270,7 +18126,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ShowMenu::descriptor() { } const CCSUsrMsg_ShowMenu& CCSUsrMsg_ShowMenu::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -18571,7 +18427,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_BarTime::descriptor() { } const CCSUsrMsg_BarTime& CCSUsrMsg_BarTime::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -18793,7 +18649,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_AmmoDenied::descriptor() { } const CCSUsrMsg_AmmoDenied& CCSUsrMsg_AmmoDenied::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -19004,7 +18860,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_MarkAchievement::descriptor() { } const CCSUsrMsg_MarkAchievement& CCSUsrMsg_MarkAchievement::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -19229,7 +19085,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_MatchStatsUpdate::descriptor() { } const CCSUsrMsg_MatchStatsUpdate& CCSUsrMsg_MatchStatsUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -19453,7 +19309,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ItemDrop::descriptor() { } const CCSUsrMsg_ItemDrop& CCSUsrMsg_ItemDrop::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -19697,7 +19553,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_GlowPropTurnOff::descriptor() { } const CCSUsrMsg_GlowPropTurnOff& CCSUsrMsg_GlowPropTurnOff::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -19917,7 +19773,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_RoundBackupFilenames::descriptor } const CCSUsrMsg_RoundBackupFilenames& CCSUsrMsg_RoundBackupFilenames::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -20221,6874 +20077,6 @@ void CCSUsrMsg_RoundBackupFilenames::Swap(CCSUsrMsg_RoundBackupFilenames* other) } -// =================================================================== - -#ifndef _MSC_VER -const int XpProgressData::kXpPointsFieldNumber; -const int XpProgressData::kXpCategoryFieldNumber; -#endif // !_MSC_VER - -XpProgressData::XpProgressData() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void XpProgressData::InitAsDefaultInstance() { -} - -XpProgressData::XpProgressData(const XpProgressData& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void XpProgressData::SharedCtor() { - _cached_size_ = 0; - xp_points_ = 0u; - xp_category_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -XpProgressData::~XpProgressData() { - SharedDtor(); -} - -void XpProgressData::SharedDtor() { - if (this != default_instance_) { - } -} - -void XpProgressData::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* XpProgressData::descriptor() { - protobuf_AssignDescriptorsOnce(); - return XpProgressData_descriptor_; -} - -const XpProgressData& XpProgressData::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -XpProgressData* XpProgressData::default_instance_ = NULL; - -XpProgressData* XpProgressData::New() const { - return new XpProgressData; -} - -void XpProgressData::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - xp_points_ = 0u; - xp_category_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool XpProgressData::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 xp_points = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &xp_points_))); - set_has_xp_points(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_xp_category; - break; - } - - // optional int32 xp_category = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_xp_category: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &xp_category_))); - set_has_xp_category(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void XpProgressData::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 xp_points = 1; - if (has_xp_points()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->xp_points(), output); - } - - // optional int32 xp_category = 2; - if (has_xp_category()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->xp_category(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* XpProgressData::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 xp_points = 1; - if (has_xp_points()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->xp_points(), target); - } - - // optional int32 xp_category = 2; - if (has_xp_category()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->xp_category(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int XpProgressData::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 xp_points = 1; - if (has_xp_points()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->xp_points()); - } - - // optional int32 xp_category = 2; - if (has_xp_category()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->xp_category()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void XpProgressData::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const XpProgressData* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void XpProgressData::MergeFrom(const XpProgressData& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_xp_points()) { - set_xp_points(from.xp_points()); - } - if (from.has_xp_category()) { - set_xp_category(from.xp_category()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void XpProgressData::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void XpProgressData::CopyFrom(const XpProgressData& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool XpProgressData::IsInitialized() const { - - return true; -} - -void XpProgressData::Swap(XpProgressData* other) { - if (other != this) { - std::swap(xp_points_, other->xp_points_); - std::swap(xp_category_, other->xp_category_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata XpProgressData::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = XpProgressData_descriptor_; - metadata.reflection = XpProgressData_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kXpProgressDataFieldNumber; -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kAccountIdFieldNumber; -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kCurrentXpFieldNumber; -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kCurrentLevelFieldNumber; -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kUpgradedDefidxFieldNumber; -const int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::kOperationPointsAwardedFieldNumber; -#endif // !_MSC_VER - -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::InitAsDefaultInstance() { -} - -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::SharedCtor() { - _cached_size_ = 0; - account_id_ = 0u; - current_xp_ = 0u; - current_level_ = 0u; - upgraded_defidx_ = 0u; - operation_points_awarded_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::~CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded() { - SharedDtor(); -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::SharedDtor() { - if (this != default_instance_) { - } -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_; -} - -const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance_ = NULL; - -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::New() const { - return new CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded; -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::Clear() { - if (_has_bits_[1 / 32] & (0xffu << (1 % 32))) { - account_id_ = 0u; - current_xp_ = 0u; - current_level_ = 0u; - upgraded_defidx_ = 0u; - operation_points_awarded_ = 0u; - } - xp_progress_data_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .XpProgressData xp_progress_data = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_xp_progress_data: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_xp_progress_data())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(10)) goto parse_xp_progress_data; - if (input->ExpectTag(16)) goto parse_account_id; - break; - } - - // optional uint32 account_id = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_account_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &account_id_))); - set_has_account_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_current_xp; - break; - } - - // optional uint32 current_xp = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_current_xp: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, ¤t_xp_))); - set_has_current_xp(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_current_level; - break; - } - - // optional uint32 current_level = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_current_level: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, ¤t_level_))); - set_has_current_level(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(40)) goto parse_upgraded_defidx; - break; - } - - // optional uint32 upgraded_defidx = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_upgraded_defidx: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &upgraded_defidx_))); - set_has_upgraded_defidx(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(48)) goto parse_operation_points_awarded; - break; - } - - // optional uint32 operation_points_awarded = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_operation_points_awarded: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &operation_points_awarded_))); - set_has_operation_points_awarded(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // repeated .XpProgressData xp_progress_data = 1; - for (int i = 0; i < this->xp_progress_data_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->xp_progress_data(i), output); - } - - // optional uint32 account_id = 2; - if (has_account_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->account_id(), output); - } - - // optional uint32 current_xp = 3; - if (has_current_xp()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->current_xp(), output); - } - - // optional uint32 current_level = 4; - if (has_current_level()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->current_level(), output); - } - - // optional uint32 upgraded_defidx = 5; - if (has_upgraded_defidx()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(5, this->upgraded_defidx(), output); - } - - // optional uint32 operation_points_awarded = 6; - if (has_operation_points_awarded()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(6, this->operation_points_awarded(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // repeated .XpProgressData xp_progress_data = 1; - for (int i = 0; i < this->xp_progress_data_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->xp_progress_data(i), target); - } - - // optional uint32 account_id = 2; - if (has_account_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->account_id(), target); - } - - // optional uint32 current_xp = 3; - if (has_current_xp()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->current_xp(), target); - } - - // optional uint32 current_level = 4; - if (has_current_level()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->current_level(), target); - } - - // optional uint32 upgraded_defidx = 5; - if (has_upgraded_defidx()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(5, this->upgraded_defidx(), target); - } - - // optional uint32 operation_points_awarded = 6; - if (has_operation_points_awarded()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(6, this->operation_points_awarded(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::ByteSize() const { - int total_size = 0; - - if (_has_bits_[1 / 32] & (0xffu << (1 % 32))) { - // optional uint32 account_id = 2; - if (has_account_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->account_id()); - } - - // optional uint32 current_xp = 3; - if (has_current_xp()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->current_xp()); - } - - // optional uint32 current_level = 4; - if (has_current_level()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->current_level()); - } - - // optional uint32 upgraded_defidx = 5; - if (has_upgraded_defidx()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->upgraded_defidx()); - } - - // optional uint32 operation_points_awarded = 6; - if (has_operation_points_awarded()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->operation_points_awarded()); - } - - } - // repeated .XpProgressData xp_progress_data = 1; - total_size += 1 * this->xp_progress_data_size(); - for (int i = 0; i < this->xp_progress_data_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->xp_progress_data(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::MergeFrom(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from) { - GOOGLE_CHECK_NE(&from, this); - xp_progress_data_.MergeFrom(from.xp_progress_data_); - if (from._has_bits_[1 / 32] & (0xffu << (1 % 32))) { - if (from.has_account_id()) { - set_account_id(from.account_id()); - } - if (from.has_current_xp()) { - set_current_xp(from.current_xp()); - } - if (from.has_current_level()) { - set_current_level(from.current_level()); - } - if (from.has_upgraded_defidx()) { - set_upgraded_defidx(from.upgraded_defidx()); - } - if (from.has_operation_points_awarded()) { - set_operation_points_awarded(from.operation_points_awarded()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::CopyFrom(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::IsInitialized() const { - - return true; -} - -void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::Swap(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* other) { - if (other != this) { - xp_progress_data_.Swap(&other->xp_progress_data_); - std::swap(account_id_, other->account_id_); - std::swap(current_xp_, other->current_xp_); - std::swap(current_level_, other->current_level_); - std::swap(upgraded_defidx_, other->upgraded_defidx_); - std::swap(operation_points_awarded_, other->operation_points_awarded_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_descriptor_; - metadata.reflection = CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_XpUpdate::kDataFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_XpUpdate::CCSUsrMsg_XpUpdate() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_XpUpdate::InitAsDefaultInstance() { - data_ = const_cast< ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded*>(&::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::default_instance()); -} - -CCSUsrMsg_XpUpdate::CCSUsrMsg_XpUpdate(const CCSUsrMsg_XpUpdate& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_XpUpdate::SharedCtor() { - _cached_size_ = 0; - data_ = NULL; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_XpUpdate::~CCSUsrMsg_XpUpdate() { - SharedDtor(); -} - -void CCSUsrMsg_XpUpdate::SharedDtor() { - if (this != default_instance_) { - delete data_; - } -} - -void CCSUsrMsg_XpUpdate::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_XpUpdate::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_XpUpdate_descriptor_; -} - -const CCSUsrMsg_XpUpdate& CCSUsrMsg_XpUpdate::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_XpUpdate* CCSUsrMsg_XpUpdate::default_instance_ = NULL; - -CCSUsrMsg_XpUpdate* CCSUsrMsg_XpUpdate::New() const { - return new CCSUsrMsg_XpUpdate; -} - -void CCSUsrMsg_XpUpdate::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (has_data()) { - if (data_ != NULL) data_->::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::Clear(); - } - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_XpUpdate::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_data())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_XpUpdate::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; - if (has_data()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->data(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_XpUpdate::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; - if (has_data()) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->data(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_XpUpdate::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; - if (has_data()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->data()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_XpUpdate::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_XpUpdate* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_XpUpdate::MergeFrom(const CCSUsrMsg_XpUpdate& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_data()) { - mutable_data()->::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::MergeFrom(from.data()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_XpUpdate::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_XpUpdate::CopyFrom(const CCSUsrMsg_XpUpdate& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_XpUpdate::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_XpUpdate::Swap(CCSUsrMsg_XpUpdate* other) { - if (other != this) { - std::swap(data_, other->data_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_XpUpdate::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_XpUpdate_descriptor_; - metadata.reflection = CCSUsrMsg_XpUpdate_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_QuestProgress::kQuestIdFieldNumber; -const int CCSUsrMsg_QuestProgress::kNormalPointsFieldNumber; -const int CCSUsrMsg_QuestProgress::kBonusPointsFieldNumber; -const int CCSUsrMsg_QuestProgress::kIsEventQuestFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_QuestProgress::CCSUsrMsg_QuestProgress() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_QuestProgress::InitAsDefaultInstance() { -} - -CCSUsrMsg_QuestProgress::CCSUsrMsg_QuestProgress(const CCSUsrMsg_QuestProgress& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_QuestProgress::SharedCtor() { - _cached_size_ = 0; - quest_id_ = 0u; - normal_points_ = 0u; - bonus_points_ = 0u; - is_event_quest_ = false; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_QuestProgress::~CCSUsrMsg_QuestProgress() { - SharedDtor(); -} - -void CCSUsrMsg_QuestProgress::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_QuestProgress::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_QuestProgress::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_QuestProgress_descriptor_; -} - -const CCSUsrMsg_QuestProgress& CCSUsrMsg_QuestProgress::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_QuestProgress* CCSUsrMsg_QuestProgress::default_instance_ = NULL; - -CCSUsrMsg_QuestProgress* CCSUsrMsg_QuestProgress::New() const { - return new CCSUsrMsg_QuestProgress; -} - -void CCSUsrMsg_QuestProgress::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - quest_id_ = 0u; - normal_points_ = 0u; - bonus_points_ = 0u; - is_event_quest_ = false; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_QuestProgress::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 quest_id = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &quest_id_))); - set_has_quest_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_normal_points; - break; - } - - // optional uint32 normal_points = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_normal_points: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &normal_points_))); - set_has_normal_points(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_bonus_points; - break; - } - - // optional uint32 bonus_points = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_bonus_points: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &bonus_points_))); - set_has_bonus_points(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_is_event_quest; - break; - } - - // optional bool is_event_quest = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_is_event_quest: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &is_event_quest_))); - set_has_is_event_quest(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_QuestProgress::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 quest_id = 1; - if (has_quest_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->quest_id(), output); - } - - // optional uint32 normal_points = 2; - if (has_normal_points()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->normal_points(), output); - } - - // optional uint32 bonus_points = 3; - if (has_bonus_points()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->bonus_points(), output); - } - - // optional bool is_event_quest = 4; - if (has_is_event_quest()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->is_event_quest(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_QuestProgress::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 quest_id = 1; - if (has_quest_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->quest_id(), target); - } - - // optional uint32 normal_points = 2; - if (has_normal_points()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->normal_points(), target); - } - - // optional uint32 bonus_points = 3; - if (has_bonus_points()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->bonus_points(), target); - } - - // optional bool is_event_quest = 4; - if (has_is_event_quest()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(4, this->is_event_quest(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_QuestProgress::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 quest_id = 1; - if (has_quest_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->quest_id()); - } - - // optional uint32 normal_points = 2; - if (has_normal_points()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->normal_points()); - } - - // optional uint32 bonus_points = 3; - if (has_bonus_points()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->bonus_points()); - } - - // optional bool is_event_quest = 4; - if (has_is_event_quest()) { - total_size += 1 + 1; - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_QuestProgress::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_QuestProgress* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_QuestProgress::MergeFrom(const CCSUsrMsg_QuestProgress& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_quest_id()) { - set_quest_id(from.quest_id()); - } - if (from.has_normal_points()) { - set_normal_points(from.normal_points()); - } - if (from.has_bonus_points()) { - set_bonus_points(from.bonus_points()); - } - if (from.has_is_event_quest()) { - set_is_event_quest(from.is_event_quest()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_QuestProgress::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_QuestProgress::CopyFrom(const CCSUsrMsg_QuestProgress& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_QuestProgress::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_QuestProgress::Swap(CCSUsrMsg_QuestProgress* other) { - if (other != this) { - std::swap(quest_id_, other->quest_id_); - std::swap(normal_points_, other->normal_points_); - std::swap(bonus_points_, other->bonus_points_); - std::swap(is_event_quest_, other->is_event_quest_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_QuestProgress::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_QuestProgress_descriptor_; - metadata.reflection = CCSUsrMsg_QuestProgress_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int ScoreLeaderboardData_Entry::kTagFieldNumber; -const int ScoreLeaderboardData_Entry::kValFieldNumber; -#endif // !_MSC_VER - -ScoreLeaderboardData_Entry::ScoreLeaderboardData_Entry() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void ScoreLeaderboardData_Entry::InitAsDefaultInstance() { -} - -ScoreLeaderboardData_Entry::ScoreLeaderboardData_Entry(const ScoreLeaderboardData_Entry& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void ScoreLeaderboardData_Entry::SharedCtor() { - _cached_size_ = 0; - tag_ = 0u; - val_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -ScoreLeaderboardData_Entry::~ScoreLeaderboardData_Entry() { - SharedDtor(); -} - -void ScoreLeaderboardData_Entry::SharedDtor() { - if (this != default_instance_) { - } -} - -void ScoreLeaderboardData_Entry::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* ScoreLeaderboardData_Entry::descriptor() { - protobuf_AssignDescriptorsOnce(); - return ScoreLeaderboardData_Entry_descriptor_; -} - -const ScoreLeaderboardData_Entry& ScoreLeaderboardData_Entry::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -ScoreLeaderboardData_Entry* ScoreLeaderboardData_Entry::default_instance_ = NULL; - -ScoreLeaderboardData_Entry* ScoreLeaderboardData_Entry::New() const { - return new ScoreLeaderboardData_Entry; -} - -void ScoreLeaderboardData_Entry::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - tag_ = 0u; - val_ = 0u; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool ScoreLeaderboardData_Entry::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 tag = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &tag_))); - set_has_tag(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_val; - break; - } - - // optional uint32 val = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_val: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &val_))); - set_has_val(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void ScoreLeaderboardData_Entry::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 tag = 1; - if (has_tag()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->tag(), output); - } - - // optional uint32 val = 2; - if (has_val()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->val(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* ScoreLeaderboardData_Entry::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 tag = 1; - if (has_tag()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->tag(), target); - } - - // optional uint32 val = 2; - if (has_val()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->val(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int ScoreLeaderboardData_Entry::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 tag = 1; - if (has_tag()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->tag()); - } - - // optional uint32 val = 2; - if (has_val()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->val()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void ScoreLeaderboardData_Entry::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const ScoreLeaderboardData_Entry* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void ScoreLeaderboardData_Entry::MergeFrom(const ScoreLeaderboardData_Entry& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_tag()) { - set_tag(from.tag()); - } - if (from.has_val()) { - set_val(from.val()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void ScoreLeaderboardData_Entry::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ScoreLeaderboardData_Entry::CopyFrom(const ScoreLeaderboardData_Entry& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ScoreLeaderboardData_Entry::IsInitialized() const { - - return true; -} - -void ScoreLeaderboardData_Entry::Swap(ScoreLeaderboardData_Entry* other) { - if (other != this) { - std::swap(tag_, other->tag_); - std::swap(val_, other->val_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata ScoreLeaderboardData_Entry::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = ScoreLeaderboardData_Entry_descriptor_; - metadata.reflection = ScoreLeaderboardData_Entry_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int ScoreLeaderboardData_AccountEntries::kAccountidFieldNumber; -const int ScoreLeaderboardData_AccountEntries::kEntriesFieldNumber; -#endif // !_MSC_VER - -ScoreLeaderboardData_AccountEntries::ScoreLeaderboardData_AccountEntries() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void ScoreLeaderboardData_AccountEntries::InitAsDefaultInstance() { -} - -ScoreLeaderboardData_AccountEntries::ScoreLeaderboardData_AccountEntries(const ScoreLeaderboardData_AccountEntries& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void ScoreLeaderboardData_AccountEntries::SharedCtor() { - _cached_size_ = 0; - accountid_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -ScoreLeaderboardData_AccountEntries::~ScoreLeaderboardData_AccountEntries() { - SharedDtor(); -} - -void ScoreLeaderboardData_AccountEntries::SharedDtor() { - if (this != default_instance_) { - } -} - -void ScoreLeaderboardData_AccountEntries::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* ScoreLeaderboardData_AccountEntries::descriptor() { - protobuf_AssignDescriptorsOnce(); - return ScoreLeaderboardData_AccountEntries_descriptor_; -} - -const ScoreLeaderboardData_AccountEntries& ScoreLeaderboardData_AccountEntries::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -ScoreLeaderboardData_AccountEntries* ScoreLeaderboardData_AccountEntries::default_instance_ = NULL; - -ScoreLeaderboardData_AccountEntries* ScoreLeaderboardData_AccountEntries::New() const { - return new ScoreLeaderboardData_AccountEntries; -} - -void ScoreLeaderboardData_AccountEntries::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - accountid_ = 0u; - } - entries_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool ScoreLeaderboardData_AccountEntries::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint32 accountid = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &accountid_))); - set_has_accountid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(18)) goto parse_entries; - break; - } - - // repeated .ScoreLeaderboardData.Entry entries = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_entries: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_entries())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(18)) goto parse_entries; - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void ScoreLeaderboardData_AccountEntries::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint32 accountid = 1; - if (has_accountid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->accountid(), output); - } - - // repeated .ScoreLeaderboardData.Entry entries = 2; - for (int i = 0; i < this->entries_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, this->entries(i), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* ScoreLeaderboardData_AccountEntries::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint32 accountid = 1; - if (has_accountid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->accountid(), target); - } - - // repeated .ScoreLeaderboardData.Entry entries = 2; - for (int i = 0; i < this->entries_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 2, this->entries(i), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int ScoreLeaderboardData_AccountEntries::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint32 accountid = 1; - if (has_accountid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->accountid()); - } - - } - // repeated .ScoreLeaderboardData.Entry entries = 2; - total_size += 1 * this->entries_size(); - for (int i = 0; i < this->entries_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->entries(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void ScoreLeaderboardData_AccountEntries::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const ScoreLeaderboardData_AccountEntries* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void ScoreLeaderboardData_AccountEntries::MergeFrom(const ScoreLeaderboardData_AccountEntries& from) { - GOOGLE_CHECK_NE(&from, this); - entries_.MergeFrom(from.entries_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_accountid()) { - set_accountid(from.accountid()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void ScoreLeaderboardData_AccountEntries::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ScoreLeaderboardData_AccountEntries::CopyFrom(const ScoreLeaderboardData_AccountEntries& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ScoreLeaderboardData_AccountEntries::IsInitialized() const { - - return true; -} - -void ScoreLeaderboardData_AccountEntries::Swap(ScoreLeaderboardData_AccountEntries* other) { - if (other != this) { - std::swap(accountid_, other->accountid_); - entries_.Swap(&other->entries_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata ScoreLeaderboardData_AccountEntries::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = ScoreLeaderboardData_AccountEntries_descriptor_; - metadata.reflection = ScoreLeaderboardData_AccountEntries_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int ScoreLeaderboardData::kQuestIdFieldNumber; -const int ScoreLeaderboardData::kScoreFieldNumber; -const int ScoreLeaderboardData::kAccountentriesFieldNumber; -const int ScoreLeaderboardData::kMatchentriesFieldNumber; -#endif // !_MSC_VER - -ScoreLeaderboardData::ScoreLeaderboardData() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void ScoreLeaderboardData::InitAsDefaultInstance() { -} - -ScoreLeaderboardData::ScoreLeaderboardData(const ScoreLeaderboardData& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void ScoreLeaderboardData::SharedCtor() { - _cached_size_ = 0; - quest_id_ = GOOGLE_ULONGLONG(0); - score_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -ScoreLeaderboardData::~ScoreLeaderboardData() { - SharedDtor(); -} - -void ScoreLeaderboardData::SharedDtor() { - if (this != default_instance_) { - } -} - -void ScoreLeaderboardData::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* ScoreLeaderboardData::descriptor() { - protobuf_AssignDescriptorsOnce(); - return ScoreLeaderboardData_descriptor_; -} - -const ScoreLeaderboardData& ScoreLeaderboardData::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -ScoreLeaderboardData* ScoreLeaderboardData::default_instance_ = NULL; - -ScoreLeaderboardData* ScoreLeaderboardData::New() const { - return new ScoreLeaderboardData; -} - -void ScoreLeaderboardData::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - quest_id_ = GOOGLE_ULONGLONG(0); - score_ = 0u; - } - accountentries_.Clear(); - matchentries_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool ScoreLeaderboardData::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint64 quest_id = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &quest_id_))); - set_has_quest_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_score; - break; - } - - // optional uint32 score = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_score: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &score_))); - set_has_score(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(26)) goto parse_accountentries; - break; - } - - // repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_accountentries: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_accountentries())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(26)) goto parse_accountentries; - if (input->ExpectTag(42)) goto parse_matchentries; - break; - } - - // repeated .ScoreLeaderboardData.Entry matchentries = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_matchentries: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_matchentries())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(42)) goto parse_matchentries; - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void ScoreLeaderboardData::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint64 quest_id = 1; - if (has_quest_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->quest_id(), output); - } - - // optional uint32 score = 2; - if (has_score()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->score(), output); - } - - // repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; - for (int i = 0; i < this->accountentries_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 3, this->accountentries(i), output); - } - - // repeated .ScoreLeaderboardData.Entry matchentries = 5; - for (int i = 0; i < this->matchentries_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 5, this->matchentries(i), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* ScoreLeaderboardData::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint64 quest_id = 1; - if (has_quest_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->quest_id(), target); - } - - // optional uint32 score = 2; - if (has_score()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->score(), target); - } - - // repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; - for (int i = 0; i < this->accountentries_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 3, this->accountentries(i), target); - } - - // repeated .ScoreLeaderboardData.Entry matchentries = 5; - for (int i = 0; i < this->matchentries_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 5, this->matchentries(i), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int ScoreLeaderboardData::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint64 quest_id = 1; - if (has_quest_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->quest_id()); - } - - // optional uint32 score = 2; - if (has_score()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->score()); - } - - } - // repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; - total_size += 1 * this->accountentries_size(); - for (int i = 0; i < this->accountentries_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->accountentries(i)); - } - - // repeated .ScoreLeaderboardData.Entry matchentries = 5; - total_size += 1 * this->matchentries_size(); - for (int i = 0; i < this->matchentries_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->matchentries(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void ScoreLeaderboardData::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const ScoreLeaderboardData* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void ScoreLeaderboardData::MergeFrom(const ScoreLeaderboardData& from) { - GOOGLE_CHECK_NE(&from, this); - accountentries_.MergeFrom(from.accountentries_); - matchentries_.MergeFrom(from.matchentries_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_quest_id()) { - set_quest_id(from.quest_id()); - } - if (from.has_score()) { - set_score(from.score()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void ScoreLeaderboardData::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void ScoreLeaderboardData::CopyFrom(const ScoreLeaderboardData& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool ScoreLeaderboardData::IsInitialized() const { - - return true; -} - -void ScoreLeaderboardData::Swap(ScoreLeaderboardData* other) { - if (other != this) { - std::swap(quest_id_, other->quest_id_); - std::swap(score_, other->score_); - accountentries_.Swap(&other->accountentries_); - matchentries_.Swap(&other->matchentries_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata ScoreLeaderboardData::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = ScoreLeaderboardData_descriptor_; - metadata.reflection = ScoreLeaderboardData_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_ScoreLeaderboardData::kDataFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_ScoreLeaderboardData::CCSUsrMsg_ScoreLeaderboardData() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_ScoreLeaderboardData::InitAsDefaultInstance() { - data_ = const_cast< ::ScoreLeaderboardData*>(&::ScoreLeaderboardData::default_instance()); -} - -CCSUsrMsg_ScoreLeaderboardData::CCSUsrMsg_ScoreLeaderboardData(const CCSUsrMsg_ScoreLeaderboardData& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_ScoreLeaderboardData::SharedCtor() { - _cached_size_ = 0; - data_ = NULL; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_ScoreLeaderboardData::~CCSUsrMsg_ScoreLeaderboardData() { - SharedDtor(); -} - -void CCSUsrMsg_ScoreLeaderboardData::SharedDtor() { - if (this != default_instance_) { - delete data_; - } -} - -void CCSUsrMsg_ScoreLeaderboardData::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_ScoreLeaderboardData::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_ScoreLeaderboardData_descriptor_; -} - -const CCSUsrMsg_ScoreLeaderboardData& CCSUsrMsg_ScoreLeaderboardData::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::default_instance_ = NULL; - -CCSUsrMsg_ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::New() const { - return new CCSUsrMsg_ScoreLeaderboardData; -} - -void CCSUsrMsg_ScoreLeaderboardData::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (has_data()) { - if (data_ != NULL) data_->::ScoreLeaderboardData::Clear(); - } - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_ScoreLeaderboardData::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional .ScoreLeaderboardData data = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_data())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_ScoreLeaderboardData::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional .ScoreLeaderboardData data = 1; - if (has_data()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->data(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_ScoreLeaderboardData::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional .ScoreLeaderboardData data = 1; - if (has_data()) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->data(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_ScoreLeaderboardData::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional .ScoreLeaderboardData data = 1; - if (has_data()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->data()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_ScoreLeaderboardData::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_ScoreLeaderboardData* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_ScoreLeaderboardData::MergeFrom(const CCSUsrMsg_ScoreLeaderboardData& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_data()) { - mutable_data()->::ScoreLeaderboardData::MergeFrom(from.data()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_ScoreLeaderboardData::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_ScoreLeaderboardData::CopyFrom(const CCSUsrMsg_ScoreLeaderboardData& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_ScoreLeaderboardData::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_ScoreLeaderboardData::Swap(CCSUsrMsg_ScoreLeaderboardData* other) { - if (other != this) { - std::swap(data_, other->data_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_ScoreLeaderboardData::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_ScoreLeaderboardData_descriptor_; - metadata.reflection = CCSUsrMsg_ScoreLeaderboardData_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int PlayerDecalDigitalSignature::kSignatureFieldNumber; -const int PlayerDecalDigitalSignature::kAccountidFieldNumber; -const int PlayerDecalDigitalSignature::kRtimeFieldNumber; -const int PlayerDecalDigitalSignature::kEndposFieldNumber; -const int PlayerDecalDigitalSignature::kStartposFieldNumber; -const int PlayerDecalDigitalSignature::kRightFieldNumber; -const int PlayerDecalDigitalSignature::kTxDefidxFieldNumber; -const int PlayerDecalDigitalSignature::kEntindexFieldNumber; -const int PlayerDecalDigitalSignature::kHitboxFieldNumber; -const int PlayerDecalDigitalSignature::kCreationtimeFieldNumber; -const int PlayerDecalDigitalSignature::kEquipslotFieldNumber; -const int PlayerDecalDigitalSignature::kTraceIdFieldNumber; -const int PlayerDecalDigitalSignature::kNormalFieldNumber; -const int PlayerDecalDigitalSignature::kTintIdFieldNumber; -#endif // !_MSC_VER - -PlayerDecalDigitalSignature::PlayerDecalDigitalSignature() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void PlayerDecalDigitalSignature::InitAsDefaultInstance() { -} - -PlayerDecalDigitalSignature::PlayerDecalDigitalSignature(const PlayerDecalDigitalSignature& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void PlayerDecalDigitalSignature::SharedCtor() { - _cached_size_ = 0; - signature_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - accountid_ = 0u; - rtime_ = 0u; - tx_defidx_ = 0u; - entindex_ = 0; - hitbox_ = 0u; - creationtime_ = 0; - equipslot_ = 0u; - trace_id_ = 0u; - tint_id_ = 0u; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -PlayerDecalDigitalSignature::~PlayerDecalDigitalSignature() { - SharedDtor(); -} - -void PlayerDecalDigitalSignature::SharedDtor() { - if (signature_ != &::google::protobuf::internal::kEmptyString) { - delete signature_; - } - if (this != default_instance_) { - } -} - -void PlayerDecalDigitalSignature::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* PlayerDecalDigitalSignature::descriptor() { - protobuf_AssignDescriptorsOnce(); - return PlayerDecalDigitalSignature_descriptor_; -} - -const PlayerDecalDigitalSignature& PlayerDecalDigitalSignature::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -PlayerDecalDigitalSignature* PlayerDecalDigitalSignature::default_instance_ = NULL; - -PlayerDecalDigitalSignature* PlayerDecalDigitalSignature::New() const { - return new PlayerDecalDigitalSignature; -} - -void PlayerDecalDigitalSignature::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (has_signature()) { - if (signature_ != &::google::protobuf::internal::kEmptyString) { - signature_->clear(); - } - } - accountid_ = 0u; - rtime_ = 0u; - tx_defidx_ = 0u; - entindex_ = 0; - } - if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { - hitbox_ = 0u; - creationtime_ = 0; - equipslot_ = 0u; - trace_id_ = 0u; - tint_id_ = 0u; - } - endpos_.Clear(); - startpos_.Clear(); - right_.Clear(); - normal_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool PlayerDecalDigitalSignature::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional bytes signature = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( - input, this->mutable_signature())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_accountid; - break; - } - - // optional uint32 accountid = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_accountid: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &accountid_))); - set_has_accountid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_rtime; - break; - } - - // optional uint32 rtime = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_rtime: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &rtime_))); - set_has_rtime(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(37)) goto parse_endpos; - break; - } - - // repeated float endpos = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_endpos: - DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - 1, 37, input, this->mutable_endpos()))); - } else if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) - == ::google::protobuf::internal::WireFormatLite:: - WIRETYPE_LENGTH_DELIMITED) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, this->mutable_endpos()))); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(37)) goto parse_endpos; - if (input->ExpectTag(45)) goto parse_startpos; - break; - } - - // repeated float startpos = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_startpos: - DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - 1, 45, input, this->mutable_startpos()))); - } else if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) - == ::google::protobuf::internal::WireFormatLite:: - WIRETYPE_LENGTH_DELIMITED) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, this->mutable_startpos()))); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(45)) goto parse_startpos; - if (input->ExpectTag(53)) goto parse_right; - break; - } - - // repeated float right = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_right: - DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - 1, 53, input, this->mutable_right()))); - } else if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) - == ::google::protobuf::internal::WireFormatLite:: - WIRETYPE_LENGTH_DELIMITED) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, this->mutable_right()))); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(53)) goto parse_right; - if (input->ExpectTag(56)) goto parse_tx_defidx; - break; - } - - // optional uint32 tx_defidx = 7; - case 7: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_tx_defidx: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &tx_defidx_))); - set_has_tx_defidx(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(64)) goto parse_entindex; - break; - } - - // optional int32 entindex = 8; - case 8: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_entindex: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entindex_))); - set_has_entindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(72)) goto parse_hitbox; - break; - } - - // optional uint32 hitbox = 9; - case 9: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_hitbox: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &hitbox_))); - set_has_hitbox(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(85)) goto parse_creationtime; - break; - } - - // optional float creationtime = 10; - case 10: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_creationtime: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &creationtime_))); - set_has_creationtime(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(88)) goto parse_equipslot; - break; - } - - // optional uint32 equipslot = 11; - case 11: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_equipslot: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &equipslot_))); - set_has_equipslot(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(96)) goto parse_trace_id; - break; - } - - // optional uint32 trace_id = 12; - case 12: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_trace_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &trace_id_))); - set_has_trace_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(109)) goto parse_normal; - break; - } - - // repeated float normal = 13; - case 13: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_normal: - DO_((::google::protobuf::internal::WireFormatLite::ReadRepeatedPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - 1, 109, input, this->mutable_normal()))); - } else if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) - == ::google::protobuf::internal::WireFormatLite:: - WIRETYPE_LENGTH_DELIMITED) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPackedPrimitiveNoInline< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, this->mutable_normal()))); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(109)) goto parse_normal; - if (input->ExpectTag(112)) goto parse_tint_id; - break; - } - - // optional uint32 tint_id = 14; - case 14: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_tint_id: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>( - input, &tint_id_))); - set_has_tint_id(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void PlayerDecalDigitalSignature::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional bytes signature = 1; - if (has_signature()) { - ::google::protobuf::internal::WireFormatLite::WriteBytes( - 1, this->signature(), output); - } - - // optional uint32 accountid = 2; - if (has_accountid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->accountid(), output); - } - - // optional uint32 rtime = 3; - if (has_rtime()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->rtime(), output); - } - - // repeated float endpos = 4; - for (int i = 0; i < this->endpos_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteFloat( - 4, this->endpos(i), output); - } - - // repeated float startpos = 5; - for (int i = 0; i < this->startpos_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteFloat( - 5, this->startpos(i), output); - } - - // repeated float right = 6; - for (int i = 0; i < this->right_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteFloat( - 6, this->right(i), output); - } - - // optional uint32 tx_defidx = 7; - if (has_tx_defidx()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(7, this->tx_defidx(), output); - } - - // optional int32 entindex = 8; - if (has_entindex()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(8, this->entindex(), output); - } - - // optional uint32 hitbox = 9; - if (has_hitbox()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(9, this->hitbox(), output); - } - - // optional float creationtime = 10; - if (has_creationtime()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(10, this->creationtime(), output); - } - - // optional uint32 equipslot = 11; - if (has_equipslot()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(11, this->equipslot(), output); - } - - // optional uint32 trace_id = 12; - if (has_trace_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(12, this->trace_id(), output); - } - - // repeated float normal = 13; - for (int i = 0; i < this->normal_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteFloat( - 13, this->normal(i), output); - } - - // optional uint32 tint_id = 14; - if (has_tint_id()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt32(14, this->tint_id(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* PlayerDecalDigitalSignature::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional bytes signature = 1; - if (has_signature()) { - target = - ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( - 1, this->signature(), target); - } - - // optional uint32 accountid = 2; - if (has_accountid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->accountid(), target); - } - - // optional uint32 rtime = 3; - if (has_rtime()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->rtime(), target); - } - - // repeated float endpos = 4; - for (int i = 0; i < this->endpos_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteFloatToArray(4, this->endpos(i), target); - } - - // repeated float startpos = 5; - for (int i = 0; i < this->startpos_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteFloatToArray(5, this->startpos(i), target); - } - - // repeated float right = 6; - for (int i = 0; i < this->right_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteFloatToArray(6, this->right(i), target); - } - - // optional uint32 tx_defidx = 7; - if (has_tx_defidx()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(7, this->tx_defidx(), target); - } - - // optional int32 entindex = 8; - if (has_entindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(8, this->entindex(), target); - } - - // optional uint32 hitbox = 9; - if (has_hitbox()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(9, this->hitbox(), target); - } - - // optional float creationtime = 10; - if (has_creationtime()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(10, this->creationtime(), target); - } - - // optional uint32 equipslot = 11; - if (has_equipslot()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(11, this->equipslot(), target); - } - - // optional uint32 trace_id = 12; - if (has_trace_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(12, this->trace_id(), target); - } - - // repeated float normal = 13; - for (int i = 0; i < this->normal_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteFloatToArray(13, this->normal(i), target); - } - - // optional uint32 tint_id = 14; - if (has_tint_id()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(14, this->tint_id(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int PlayerDecalDigitalSignature::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional bytes signature = 1; - if (has_signature()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::BytesSize( - this->signature()); - } - - // optional uint32 accountid = 2; - if (has_accountid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->accountid()); - } - - // optional uint32 rtime = 3; - if (has_rtime()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->rtime()); - } - - // optional uint32 tx_defidx = 7; - if (has_tx_defidx()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->tx_defidx()); - } - - // optional int32 entindex = 8; - if (has_entindex()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entindex()); - } - - } - if (_has_bits_[8 / 32] & (0xffu << (8 % 32))) { - // optional uint32 hitbox = 9; - if (has_hitbox()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->hitbox()); - } - - // optional float creationtime = 10; - if (has_creationtime()) { - total_size += 1 + 4; - } - - // optional uint32 equipslot = 11; - if (has_equipslot()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->equipslot()); - } - - // optional uint32 trace_id = 12; - if (has_trace_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->trace_id()); - } - - // optional uint32 tint_id = 14; - if (has_tint_id()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt32Size( - this->tint_id()); - } - - } - // repeated float endpos = 4; - { - int data_size = 0; - data_size = 4 * this->endpos_size(); - total_size += 1 * this->endpos_size() + data_size; - } - - // repeated float startpos = 5; - { - int data_size = 0; - data_size = 4 * this->startpos_size(); - total_size += 1 * this->startpos_size() + data_size; - } - - // repeated float right = 6; - { - int data_size = 0; - data_size = 4 * this->right_size(); - total_size += 1 * this->right_size() + data_size; - } - - // repeated float normal = 13; - { - int data_size = 0; - data_size = 4 * this->normal_size(); - total_size += 1 * this->normal_size() + data_size; - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void PlayerDecalDigitalSignature::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const PlayerDecalDigitalSignature* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void PlayerDecalDigitalSignature::MergeFrom(const PlayerDecalDigitalSignature& from) { - GOOGLE_CHECK_NE(&from, this); - endpos_.MergeFrom(from.endpos_); - startpos_.MergeFrom(from.startpos_); - right_.MergeFrom(from.right_); - normal_.MergeFrom(from.normal_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_signature()) { - set_signature(from.signature()); - } - if (from.has_accountid()) { - set_accountid(from.accountid()); - } - if (from.has_rtime()) { - set_rtime(from.rtime()); - } - if (from.has_tx_defidx()) { - set_tx_defidx(from.tx_defidx()); - } - if (from.has_entindex()) { - set_entindex(from.entindex()); - } - } - if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { - if (from.has_hitbox()) { - set_hitbox(from.hitbox()); - } - if (from.has_creationtime()) { - set_creationtime(from.creationtime()); - } - if (from.has_equipslot()) { - set_equipslot(from.equipslot()); - } - if (from.has_trace_id()) { - set_trace_id(from.trace_id()); - } - if (from.has_tint_id()) { - set_tint_id(from.tint_id()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void PlayerDecalDigitalSignature::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void PlayerDecalDigitalSignature::CopyFrom(const PlayerDecalDigitalSignature& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool PlayerDecalDigitalSignature::IsInitialized() const { - - return true; -} - -void PlayerDecalDigitalSignature::Swap(PlayerDecalDigitalSignature* other) { - if (other != this) { - std::swap(signature_, other->signature_); - std::swap(accountid_, other->accountid_); - std::swap(rtime_, other->rtime_); - endpos_.Swap(&other->endpos_); - startpos_.Swap(&other->startpos_); - right_.Swap(&other->right_); - std::swap(tx_defidx_, other->tx_defidx_); - std::swap(entindex_, other->entindex_); - std::swap(hitbox_, other->hitbox_); - std::swap(creationtime_, other->creationtime_); - std::swap(equipslot_, other->equipslot_); - std::swap(trace_id_, other->trace_id_); - normal_.Swap(&other->normal_); - std::swap(tint_id_, other->tint_id_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata PlayerDecalDigitalSignature::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = PlayerDecalDigitalSignature_descriptor_; - metadata.reflection = PlayerDecalDigitalSignature_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_PlayerDecalDigitalSignature::kDataFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_PlayerDecalDigitalSignature::CCSUsrMsg_PlayerDecalDigitalSignature() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::InitAsDefaultInstance() { - data_ = const_cast< ::PlayerDecalDigitalSignature*>(&::PlayerDecalDigitalSignature::default_instance()); -} - -CCSUsrMsg_PlayerDecalDigitalSignature::CCSUsrMsg_PlayerDecalDigitalSignature(const CCSUsrMsg_PlayerDecalDigitalSignature& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::SharedCtor() { - _cached_size_ = 0; - data_ = NULL; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_PlayerDecalDigitalSignature::~CCSUsrMsg_PlayerDecalDigitalSignature() { - SharedDtor(); -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::SharedDtor() { - if (this != default_instance_) { - delete data_; - } -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_PlayerDecalDigitalSignature::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_; -} - -const CCSUsrMsg_PlayerDecalDigitalSignature& CCSUsrMsg_PlayerDecalDigitalSignature::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_PlayerDecalDigitalSignature* CCSUsrMsg_PlayerDecalDigitalSignature::default_instance_ = NULL; - -CCSUsrMsg_PlayerDecalDigitalSignature* CCSUsrMsg_PlayerDecalDigitalSignature::New() const { - return new CCSUsrMsg_PlayerDecalDigitalSignature; -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (has_data()) { - if (data_ != NULL) data_->::PlayerDecalDigitalSignature::Clear(); - } - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_PlayerDecalDigitalSignature::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional .PlayerDecalDigitalSignature data = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_data())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional .PlayerDecalDigitalSignature data = 1; - if (has_data()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->data(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_PlayerDecalDigitalSignature::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional .PlayerDecalDigitalSignature data = 1; - if (has_data()) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->data(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_PlayerDecalDigitalSignature::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional .PlayerDecalDigitalSignature data = 1; - if (has_data()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->data()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_PlayerDecalDigitalSignature* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::MergeFrom(const CCSUsrMsg_PlayerDecalDigitalSignature& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_data()) { - mutable_data()->::PlayerDecalDigitalSignature::MergeFrom(from.data()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::CopyFrom(const CCSUsrMsg_PlayerDecalDigitalSignature& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_PlayerDecalDigitalSignature::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_PlayerDecalDigitalSignature::Swap(CCSUsrMsg_PlayerDecalDigitalSignature* other) { - if (other != this) { - std::swap(data_, other->data_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_PlayerDecalDigitalSignature::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_PlayerDecalDigitalSignature_descriptor_; - metadata.reflection = CCSUsrMsg_PlayerDecalDigitalSignature_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_WeaponSound::kEntidxFieldNumber; -const int CCSUsrMsg_WeaponSound::kOriginXFieldNumber; -const int CCSUsrMsg_WeaponSound::kOriginYFieldNumber; -const int CCSUsrMsg_WeaponSound::kOriginZFieldNumber; -const int CCSUsrMsg_WeaponSound::kSoundFieldNumber; -const int CCSUsrMsg_WeaponSound::kTimestampFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_WeaponSound::CCSUsrMsg_WeaponSound() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_WeaponSound::InitAsDefaultInstance() { -} - -CCSUsrMsg_WeaponSound::CCSUsrMsg_WeaponSound(const CCSUsrMsg_WeaponSound& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_WeaponSound::SharedCtor() { - _cached_size_ = 0; - entidx_ = 0; - origin_x_ = 0; - origin_y_ = 0; - origin_z_ = 0; - sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - timestamp_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_WeaponSound::~CCSUsrMsg_WeaponSound() { - SharedDtor(); -} - -void CCSUsrMsg_WeaponSound::SharedDtor() { - if (sound_ != &::google::protobuf::internal::kEmptyString) { - delete sound_; - } - if (this != default_instance_) { - } -} - -void CCSUsrMsg_WeaponSound::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_WeaponSound::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_WeaponSound_descriptor_; -} - -const CCSUsrMsg_WeaponSound& CCSUsrMsg_WeaponSound::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_WeaponSound* CCSUsrMsg_WeaponSound::default_instance_ = NULL; - -CCSUsrMsg_WeaponSound* CCSUsrMsg_WeaponSound::New() const { - return new CCSUsrMsg_WeaponSound; -} - -void CCSUsrMsg_WeaponSound::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - entidx_ = 0; - origin_x_ = 0; - origin_y_ = 0; - origin_z_ = 0; - if (has_sound()) { - if (sound_ != &::google::protobuf::internal::kEmptyString) { - sound_->clear(); - } - } - timestamp_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_WeaponSound::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 entidx = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entidx_))); - set_has_entidx(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(21)) goto parse_origin_x; - break; - } - - // optional float origin_x = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_origin_x: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &origin_x_))); - set_has_origin_x(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(29)) goto parse_origin_y; - break; - } - - // optional float origin_y = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_origin_y: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &origin_y_))); - set_has_origin_y(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(37)) goto parse_origin_z; - break; - } - - // optional float origin_z = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_origin_z: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &origin_z_))); - set_has_origin_z(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(42)) goto parse_sound; - break; - } - - // optional string sound = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_sound: - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_sound())); - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->sound().data(), this->sound().length(), - ::google::protobuf::internal::WireFormat::PARSE); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(53)) goto parse_timestamp; - break; - } - - // optional float timestamp = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_timestamp: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, ×tamp_))); - set_has_timestamp(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_WeaponSound::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 entidx = 1; - if (has_entidx()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); - } - - // optional float origin_x = 2; - if (has_origin_x()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->origin_x(), output); - } - - // optional float origin_y = 3; - if (has_origin_y()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->origin_y(), output); - } - - // optional float origin_z = 4; - if (has_origin_z()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->origin_z(), output); - } - - // optional string sound = 5; - if (has_sound()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->sound().data(), this->sound().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - ::google::protobuf::internal::WireFormatLite::WriteString( - 5, this->sound(), output); - } - - // optional float timestamp = 6; - if (has_timestamp()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(6, this->timestamp(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_WeaponSound::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 entidx = 1; - if (has_entidx()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); - } - - // optional float origin_x = 2; - if (has_origin_x()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->origin_x(), target); - } - - // optional float origin_y = 3; - if (has_origin_y()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->origin_y(), target); - } - - // optional float origin_z = 4; - if (has_origin_z()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(4, this->origin_z(), target); - } - - // optional string sound = 5; - if (has_sound()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->sound().data(), this->sound().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - target = - ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 5, this->sound(), target); - } - - // optional float timestamp = 6; - if (has_timestamp()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(6, this->timestamp(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_WeaponSound::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 entidx = 1; - if (has_entidx()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entidx()); - } - - // optional float origin_x = 2; - if (has_origin_x()) { - total_size += 1 + 4; - } - - // optional float origin_y = 3; - if (has_origin_y()) { - total_size += 1 + 4; - } - - // optional float origin_z = 4; - if (has_origin_z()) { - total_size += 1 + 4; - } - - // optional string sound = 5; - if (has_sound()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->sound()); - } - - // optional float timestamp = 6; - if (has_timestamp()) { - total_size += 1 + 4; - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_WeaponSound::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_WeaponSound* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_WeaponSound::MergeFrom(const CCSUsrMsg_WeaponSound& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_entidx()) { - set_entidx(from.entidx()); - } - if (from.has_origin_x()) { - set_origin_x(from.origin_x()); - } - if (from.has_origin_y()) { - set_origin_y(from.origin_y()); - } - if (from.has_origin_z()) { - set_origin_z(from.origin_z()); - } - if (from.has_sound()) { - set_sound(from.sound()); - } - if (from.has_timestamp()) { - set_timestamp(from.timestamp()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_WeaponSound::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_WeaponSound::CopyFrom(const CCSUsrMsg_WeaponSound& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_WeaponSound::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_WeaponSound::Swap(CCSUsrMsg_WeaponSound* other) { - if (other != this) { - std::swap(entidx_, other->entidx_); - std::swap(origin_x_, other->origin_x_); - std::swap(origin_y_, other->origin_y_); - std::swap(origin_z_, other->origin_z_); - std::swap(sound_, other->sound_); - std::swap(timestamp_, other->timestamp_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_WeaponSound::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_WeaponSound_descriptor_; - metadata.reflection = CCSUsrMsg_WeaponSound_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_UpdateScreenHealthBar::kEntidxFieldNumber; -const int CCSUsrMsg_UpdateScreenHealthBar::kHealthratioOldFieldNumber; -const int CCSUsrMsg_UpdateScreenHealthBar::kHealthratioNewFieldNumber; -const int CCSUsrMsg_UpdateScreenHealthBar::kStyleFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_UpdateScreenHealthBar::CCSUsrMsg_UpdateScreenHealthBar() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_UpdateScreenHealthBar::InitAsDefaultInstance() { -} - -CCSUsrMsg_UpdateScreenHealthBar::CCSUsrMsg_UpdateScreenHealthBar(const CCSUsrMsg_UpdateScreenHealthBar& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_UpdateScreenHealthBar::SharedCtor() { - _cached_size_ = 0; - entidx_ = 0; - healthratio_old_ = 0; - healthratio_new_ = 0; - style_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_UpdateScreenHealthBar::~CCSUsrMsg_UpdateScreenHealthBar() { - SharedDtor(); -} - -void CCSUsrMsg_UpdateScreenHealthBar::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_UpdateScreenHealthBar::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_UpdateScreenHealthBar::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_UpdateScreenHealthBar_descriptor_; -} - -const CCSUsrMsg_UpdateScreenHealthBar& CCSUsrMsg_UpdateScreenHealthBar::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_UpdateScreenHealthBar* CCSUsrMsg_UpdateScreenHealthBar::default_instance_ = NULL; - -CCSUsrMsg_UpdateScreenHealthBar* CCSUsrMsg_UpdateScreenHealthBar::New() const { - return new CCSUsrMsg_UpdateScreenHealthBar; -} - -void CCSUsrMsg_UpdateScreenHealthBar::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - entidx_ = 0; - healthratio_old_ = 0; - healthratio_new_ = 0; - style_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_UpdateScreenHealthBar::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 entidx = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entidx_))); - set_has_entidx(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(21)) goto parse_healthratio_old; - break; - } - - // optional float healthratio_old = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_healthratio_old: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &healthratio_old_))); - set_has_healthratio_old(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(29)) goto parse_healthratio_new; - break; - } - - // optional float healthratio_new = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_healthratio_new: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &healthratio_new_))); - set_has_healthratio_new(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_style; - break; - } - - // optional int32 style = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_style: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &style_))); - set_has_style(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_UpdateScreenHealthBar::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 entidx = 1; - if (has_entidx()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); - } - - // optional float healthratio_old = 2; - if (has_healthratio_old()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->healthratio_old(), output); - } - - // optional float healthratio_new = 3; - if (has_healthratio_new()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->healthratio_new(), output); - } - - // optional int32 style = 4; - if (has_style()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->style(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_UpdateScreenHealthBar::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 entidx = 1; - if (has_entidx()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); - } - - // optional float healthratio_old = 2; - if (has_healthratio_old()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->healthratio_old(), target); - } - - // optional float healthratio_new = 3; - if (has_healthratio_new()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->healthratio_new(), target); - } - - // optional int32 style = 4; - if (has_style()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->style(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_UpdateScreenHealthBar::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 entidx = 1; - if (has_entidx()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entidx()); - } - - // optional float healthratio_old = 2; - if (has_healthratio_old()) { - total_size += 1 + 4; - } - - // optional float healthratio_new = 3; - if (has_healthratio_new()) { - total_size += 1 + 4; - } - - // optional int32 style = 4; - if (has_style()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->style()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_UpdateScreenHealthBar::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_UpdateScreenHealthBar* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_UpdateScreenHealthBar::MergeFrom(const CCSUsrMsg_UpdateScreenHealthBar& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_entidx()) { - set_entidx(from.entidx()); - } - if (from.has_healthratio_old()) { - set_healthratio_old(from.healthratio_old()); - } - if (from.has_healthratio_new()) { - set_healthratio_new(from.healthratio_new()); - } - if (from.has_style()) { - set_style(from.style()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_UpdateScreenHealthBar::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_UpdateScreenHealthBar::CopyFrom(const CCSUsrMsg_UpdateScreenHealthBar& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_UpdateScreenHealthBar::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_UpdateScreenHealthBar::Swap(CCSUsrMsg_UpdateScreenHealthBar* other) { - if (other != this) { - std::swap(entidx_, other->entidx_); - std::swap(healthratio_old_, other->healthratio_old_); - std::swap(healthratio_new_, other->healthratio_new_); - std::swap(style_, other->style_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_UpdateScreenHealthBar::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_UpdateScreenHealthBar_descriptor_; - metadata.reflection = CCSUsrMsg_UpdateScreenHealthBar_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_EntityOutlineHighlight::kEntidxFieldNumber; -const int CCSUsrMsg_EntityOutlineHighlight::kRemovehighlightFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_EntityOutlineHighlight::CCSUsrMsg_EntityOutlineHighlight() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_EntityOutlineHighlight::InitAsDefaultInstance() { -} - -CCSUsrMsg_EntityOutlineHighlight::CCSUsrMsg_EntityOutlineHighlight(const CCSUsrMsg_EntityOutlineHighlight& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_EntityOutlineHighlight::SharedCtor() { - _cached_size_ = 0; - entidx_ = 0; - removehighlight_ = false; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_EntityOutlineHighlight::~CCSUsrMsg_EntityOutlineHighlight() { - SharedDtor(); -} - -void CCSUsrMsg_EntityOutlineHighlight::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_EntityOutlineHighlight::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_EntityOutlineHighlight::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_EntityOutlineHighlight_descriptor_; -} - -const CCSUsrMsg_EntityOutlineHighlight& CCSUsrMsg_EntityOutlineHighlight::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_EntityOutlineHighlight* CCSUsrMsg_EntityOutlineHighlight::default_instance_ = NULL; - -CCSUsrMsg_EntityOutlineHighlight* CCSUsrMsg_EntityOutlineHighlight::New() const { - return new CCSUsrMsg_EntityOutlineHighlight; -} - -void CCSUsrMsg_EntityOutlineHighlight::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - entidx_ = 0; - removehighlight_ = false; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_EntityOutlineHighlight::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 entidx = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entidx_))); - set_has_entidx(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_removehighlight; - break; - } - - // optional bool removehighlight = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_removehighlight: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &removehighlight_))); - set_has_removehighlight(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_EntityOutlineHighlight::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 entidx = 1; - if (has_entidx()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); - } - - // optional bool removehighlight = 2; - if (has_removehighlight()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->removehighlight(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_EntityOutlineHighlight::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 entidx = 1; - if (has_entidx()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); - } - - // optional bool removehighlight = 2; - if (has_removehighlight()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(2, this->removehighlight(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_EntityOutlineHighlight::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 entidx = 1; - if (has_entidx()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entidx()); - } - - // optional bool removehighlight = 2; - if (has_removehighlight()) { - total_size += 1 + 1; - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_EntityOutlineHighlight::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_EntityOutlineHighlight* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_EntityOutlineHighlight::MergeFrom(const CCSUsrMsg_EntityOutlineHighlight& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_entidx()) { - set_entidx(from.entidx()); - } - if (from.has_removehighlight()) { - set_removehighlight(from.removehighlight()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_EntityOutlineHighlight::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_EntityOutlineHighlight::CopyFrom(const CCSUsrMsg_EntityOutlineHighlight& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_EntityOutlineHighlight::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_EntityOutlineHighlight::Swap(CCSUsrMsg_EntityOutlineHighlight* other) { - if (other != this) { - std::swap(entidx_, other->entidx_); - std::swap(removehighlight_, other->removehighlight_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_EntityOutlineHighlight::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_EntityOutlineHighlight_descriptor_; - metadata.reflection = CCSUsrMsg_EntityOutlineHighlight_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_SSUI::kShowFieldNumber; -const int CCSUsrMsg_SSUI::kStartTimeFieldNumber; -const int CCSUsrMsg_SSUI::kEndTimeFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SSUI::CCSUsrMsg_SSUI() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SSUI::InitAsDefaultInstance() { -} - -CCSUsrMsg_SSUI::CCSUsrMsg_SSUI(const CCSUsrMsg_SSUI& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SSUI::SharedCtor() { - _cached_size_ = 0; - show_ = false; - start_time_ = 0; - end_time_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SSUI::~CCSUsrMsg_SSUI() { - SharedDtor(); -} - -void CCSUsrMsg_SSUI::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SSUI::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SSUI::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SSUI_descriptor_; -} - -const CCSUsrMsg_SSUI& CCSUsrMsg_SSUI::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SSUI* CCSUsrMsg_SSUI::default_instance_ = NULL; - -CCSUsrMsg_SSUI* CCSUsrMsg_SSUI::New() const { - return new CCSUsrMsg_SSUI; -} - -void CCSUsrMsg_SSUI::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - show_ = false; - start_time_ = 0; - end_time_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SSUI::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional bool show = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &show_))); - set_has_show(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(21)) goto parse_start_time; - break; - } - - // optional float start_time = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_start_time: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &start_time_))); - set_has_start_time(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(29)) goto parse_end_time; - break; - } - - // optional float end_time = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_end_time: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &end_time_))); - set_has_end_time(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SSUI::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional bool show = 1; - if (has_show()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(1, this->show(), output); - } - - // optional float start_time = 2; - if (has_start_time()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->start_time(), output); - } - - // optional float end_time = 3; - if (has_end_time()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->end_time(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SSUI::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional bool show = 1; - if (has_show()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(1, this->show(), target); - } - - // optional float start_time = 2; - if (has_start_time()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->start_time(), target); - } - - // optional float end_time = 3; - if (has_end_time()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->end_time(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SSUI::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional bool show = 1; - if (has_show()) { - total_size += 1 + 1; - } - - // optional float start_time = 2; - if (has_start_time()) { - total_size += 1 + 4; - } - - // optional float end_time = 3; - if (has_end_time()) { - total_size += 1 + 4; - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SSUI::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SSUI* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SSUI::MergeFrom(const CCSUsrMsg_SSUI& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_show()) { - set_show(from.show()); - } - if (from.has_start_time()) { - set_start_time(from.start_time()); - } - if (from.has_end_time()) { - set_end_time(from.end_time()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SSUI::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SSUI::CopyFrom(const CCSUsrMsg_SSUI& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SSUI::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SSUI::Swap(CCSUsrMsg_SSUI* other) { - if (other != this) { - std::swap(show_, other->show_); - std::swap(start_time_, other->start_time_); - std::swap(end_time_, other->end_time_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SSUI::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SSUI_descriptor_; - metadata.reflection = CCSUsrMsg_SSUI_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_SurvivalStats_Fact::kTypeFieldNumber; -const int CCSUsrMsg_SurvivalStats_Fact::kDisplayFieldNumber; -const int CCSUsrMsg_SurvivalStats_Fact::kValueFieldNumber; -const int CCSUsrMsg_SurvivalStats_Fact::kInterestingnessFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SurvivalStats_Fact::CCSUsrMsg_SurvivalStats_Fact() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SurvivalStats_Fact::InitAsDefaultInstance() { -} - -CCSUsrMsg_SurvivalStats_Fact::CCSUsrMsg_SurvivalStats_Fact(const CCSUsrMsg_SurvivalStats_Fact& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Fact::SharedCtor() { - _cached_size_ = 0; - type_ = 0; - display_ = 0; - value_ = 0; - interestingness_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SurvivalStats_Fact::~CCSUsrMsg_SurvivalStats_Fact() { - SharedDtor(); -} - -void CCSUsrMsg_SurvivalStats_Fact::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SurvivalStats_Fact::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Fact::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SurvivalStats_Fact_descriptor_; -} - -const CCSUsrMsg_SurvivalStats_Fact& CCSUsrMsg_SurvivalStats_Fact::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SurvivalStats_Fact* CCSUsrMsg_SurvivalStats_Fact::default_instance_ = NULL; - -CCSUsrMsg_SurvivalStats_Fact* CCSUsrMsg_SurvivalStats_Fact::New() const { - return new CCSUsrMsg_SurvivalStats_Fact; -} - -void CCSUsrMsg_SurvivalStats_Fact::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - type_ = 0; - display_ = 0; - value_ = 0; - interestingness_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SurvivalStats_Fact::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 type = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &type_))); - set_has_type(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_display; - break; - } - - // optional int32 display = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_display: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &display_))); - set_has_display(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_value; - break; - } - - // optional int32 value = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_value: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &value_))); - set_has_value(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(37)) goto parse_interestingness; - break; - } - - // optional float interestingness = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_interestingness: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &interestingness_))); - set_has_interestingness(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SurvivalStats_Fact::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 type = 1; - if (has_type()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->type(), output); - } - - // optional int32 display = 2; - if (has_display()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->display(), output); - } - - // optional int32 value = 3; - if (has_value()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->value(), output); - } - - // optional float interestingness = 4; - if (has_interestingness()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->interestingness(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SurvivalStats_Fact::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 type = 1; - if (has_type()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->type(), target); - } - - // optional int32 display = 2; - if (has_display()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->display(), target); - } - - // optional int32 value = 3; - if (has_value()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->value(), target); - } - - // optional float interestingness = 4; - if (has_interestingness()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(4, this->interestingness(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SurvivalStats_Fact::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 type = 1; - if (has_type()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->type()); - } - - // optional int32 display = 2; - if (has_display()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->display()); - } - - // optional int32 value = 3; - if (has_value()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->value()); - } - - // optional float interestingness = 4; - if (has_interestingness()) { - total_size += 1 + 4; - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SurvivalStats_Fact::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SurvivalStats_Fact* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SurvivalStats_Fact::MergeFrom(const CCSUsrMsg_SurvivalStats_Fact& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_type()) { - set_type(from.type()); - } - if (from.has_display()) { - set_display(from.display()); - } - if (from.has_value()) { - set_value(from.value()); - } - if (from.has_interestingness()) { - set_interestingness(from.interestingness()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SurvivalStats_Fact::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Fact::CopyFrom(const CCSUsrMsg_SurvivalStats_Fact& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SurvivalStats_Fact::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SurvivalStats_Fact::Swap(CCSUsrMsg_SurvivalStats_Fact* other) { - if (other != this) { - std::swap(type_, other->type_); - std::swap(display_, other->display_); - std::swap(value_, other->value_); - std::swap(interestingness_, other->interestingness_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SurvivalStats_Fact::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SurvivalStats_Fact_descriptor_; - metadata.reflection = CCSUsrMsg_SurvivalStats_Fact_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CCSUsrMsg_SurvivalStats_Placement::kXuidFieldNumber; -const int CCSUsrMsg_SurvivalStats_Placement::kTeamnumberFieldNumber; -const int CCSUsrMsg_SurvivalStats_Placement::kPlacementFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SurvivalStats_Placement::CCSUsrMsg_SurvivalStats_Placement() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SurvivalStats_Placement::InitAsDefaultInstance() { -} - -CCSUsrMsg_SurvivalStats_Placement::CCSUsrMsg_SurvivalStats_Placement(const CCSUsrMsg_SurvivalStats_Placement& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Placement::SharedCtor() { - _cached_size_ = 0; - xuid_ = GOOGLE_ULONGLONG(0); - teamnumber_ = 0; - placement_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SurvivalStats_Placement::~CCSUsrMsg_SurvivalStats_Placement() { - SharedDtor(); -} - -void CCSUsrMsg_SurvivalStats_Placement::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SurvivalStats_Placement::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Placement::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SurvivalStats_Placement_descriptor_; -} - -const CCSUsrMsg_SurvivalStats_Placement& CCSUsrMsg_SurvivalStats_Placement::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SurvivalStats_Placement* CCSUsrMsg_SurvivalStats_Placement::default_instance_ = NULL; - -CCSUsrMsg_SurvivalStats_Placement* CCSUsrMsg_SurvivalStats_Placement::New() const { - return new CCSUsrMsg_SurvivalStats_Placement; -} - -void CCSUsrMsg_SurvivalStats_Placement::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - xuid_ = GOOGLE_ULONGLONG(0); - teamnumber_ = 0; - placement_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SurvivalStats_Placement::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint64 xuid = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &xuid_))); - set_has_xuid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_teamnumber; - break; - } - - // optional int32 teamnumber = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_teamnumber: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &teamnumber_))); - set_has_teamnumber(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_placement; - break; - } - - // optional int32 placement = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_placement: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &placement_))); - set_has_placement(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SurvivalStats_Placement::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->xuid(), output); - } - - // optional int32 teamnumber = 2; - if (has_teamnumber()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->teamnumber(), output); - } - - // optional int32 placement = 3; - if (has_placement()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->placement(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SurvivalStats_Placement::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->xuid(), target); - } - - // optional int32 teamnumber = 2; - if (has_teamnumber()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->teamnumber(), target); - } - - // optional int32 placement = 3; - if (has_placement()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->placement(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SurvivalStats_Placement::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint64 xuid = 1; - if (has_xuid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->xuid()); - } - - // optional int32 teamnumber = 2; - if (has_teamnumber()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->teamnumber()); - } - - // optional int32 placement = 3; - if (has_placement()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->placement()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SurvivalStats_Placement::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SurvivalStats_Placement* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SurvivalStats_Placement::MergeFrom(const CCSUsrMsg_SurvivalStats_Placement& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_xuid()) { - set_xuid(from.xuid()); - } - if (from.has_teamnumber()) { - set_teamnumber(from.teamnumber()); - } - if (from.has_placement()) { - set_placement(from.placement()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SurvivalStats_Placement::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Placement::CopyFrom(const CCSUsrMsg_SurvivalStats_Placement& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SurvivalStats_Placement::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SurvivalStats_Placement::Swap(CCSUsrMsg_SurvivalStats_Placement* other) { - if (other != this) { - std::swap(xuid_, other->xuid_); - std::swap(teamnumber_, other->teamnumber_); - std::swap(placement_, other->placement_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SurvivalStats_Placement::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SurvivalStats_Placement_descriptor_; - metadata.reflection = CCSUsrMsg_SurvivalStats_Placement_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CCSUsrMsg_SurvivalStats_Damage::kXuidFieldNumber; -const int CCSUsrMsg_SurvivalStats_Damage::kToFieldNumber; -const int CCSUsrMsg_SurvivalStats_Damage::kToHitsFieldNumber; -const int CCSUsrMsg_SurvivalStats_Damage::kFromFieldNumber; -const int CCSUsrMsg_SurvivalStats_Damage::kFromHitsFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SurvivalStats_Damage::CCSUsrMsg_SurvivalStats_Damage() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SurvivalStats_Damage::InitAsDefaultInstance() { -} - -CCSUsrMsg_SurvivalStats_Damage::CCSUsrMsg_SurvivalStats_Damage(const CCSUsrMsg_SurvivalStats_Damage& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Damage::SharedCtor() { - _cached_size_ = 0; - xuid_ = GOOGLE_ULONGLONG(0); - to_ = 0; - to_hits_ = 0; - from_ = 0; - from_hits_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SurvivalStats_Damage::~CCSUsrMsg_SurvivalStats_Damage() { - SharedDtor(); -} - -void CCSUsrMsg_SurvivalStats_Damage::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SurvivalStats_Damage::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats_Damage::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SurvivalStats_Damage_descriptor_; -} - -const CCSUsrMsg_SurvivalStats_Damage& CCSUsrMsg_SurvivalStats_Damage::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SurvivalStats_Damage* CCSUsrMsg_SurvivalStats_Damage::default_instance_ = NULL; - -CCSUsrMsg_SurvivalStats_Damage* CCSUsrMsg_SurvivalStats_Damage::New() const { - return new CCSUsrMsg_SurvivalStats_Damage; -} - -void CCSUsrMsg_SurvivalStats_Damage::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - xuid_ = GOOGLE_ULONGLONG(0); - to_ = 0; - to_hits_ = 0; - from_ = 0; - from_hits_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SurvivalStats_Damage::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint64 xuid = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &xuid_))); - set_has_xuid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_to; - break; - } - - // optional int32 to = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_to: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &to_))); - set_has_to(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_to_hits; - break; - } - - // optional int32 to_hits = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_to_hits: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &to_hits_))); - set_has_to_hits(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_from; - break; - } - - // optional int32 from = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_from: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &from_))); - set_has_from(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(40)) goto parse_from_hits; - break; - } - - // optional int32 from_hits = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_from_hits: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &from_hits_))); - set_has_from_hits(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SurvivalStats_Damage::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->xuid(), output); - } - - // optional int32 to = 2; - if (has_to()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->to(), output); - } - - // optional int32 to_hits = 3; - if (has_to_hits()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->to_hits(), output); - } - - // optional int32 from = 4; - if (has_from()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->from(), output); - } - - // optional int32 from_hits = 5; - if (has_from_hits()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(5, this->from_hits(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SurvivalStats_Damage::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->xuid(), target); - } - - // optional int32 to = 2; - if (has_to()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->to(), target); - } - - // optional int32 to_hits = 3; - if (has_to_hits()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->to_hits(), target); - } - - // optional int32 from = 4; - if (has_from()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->from(), target); - } - - // optional int32 from_hits = 5; - if (has_from_hits()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(5, this->from_hits(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SurvivalStats_Damage::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint64 xuid = 1; - if (has_xuid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->xuid()); - } - - // optional int32 to = 2; - if (has_to()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->to()); - } - - // optional int32 to_hits = 3; - if (has_to_hits()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->to_hits()); - } - - // optional int32 from = 4; - if (has_from()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->from()); - } - - // optional int32 from_hits = 5; - if (has_from_hits()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->from_hits()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SurvivalStats_Damage::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SurvivalStats_Damage* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SurvivalStats_Damage::MergeFrom(const CCSUsrMsg_SurvivalStats_Damage& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_xuid()) { - set_xuid(from.xuid()); - } - if (from.has_to()) { - set_to(from.to()); - } - if (from.has_to_hits()) { - set_to_hits(from.to_hits()); - } - if (from.has_from()) { - set_from(from.from()); - } - if (from.has_from_hits()) { - set_from_hits(from.from_hits()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SurvivalStats_Damage::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats_Damage::CopyFrom(const CCSUsrMsg_SurvivalStats_Damage& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SurvivalStats_Damage::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SurvivalStats_Damage::Swap(CCSUsrMsg_SurvivalStats_Damage* other) { - if (other != this) { - std::swap(xuid_, other->xuid_); - std::swap(to_, other->to_); - std::swap(to_hits_, other->to_hits_); - std::swap(from_, other->from_); - std::swap(from_hits_, other->from_hits_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SurvivalStats_Damage::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SurvivalStats_Damage_descriptor_; - metadata.reflection = CCSUsrMsg_SurvivalStats_Damage_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CCSUsrMsg_SurvivalStats::kXuidFieldNumber; -const int CCSUsrMsg_SurvivalStats::kFactsFieldNumber; -const int CCSUsrMsg_SurvivalStats::kUsersFieldNumber; -const int CCSUsrMsg_SurvivalStats::kDamagesFieldNumber; -const int CCSUsrMsg_SurvivalStats::kTicknumberFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_SurvivalStats::CCSUsrMsg_SurvivalStats() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_SurvivalStats::InitAsDefaultInstance() { -} - -CCSUsrMsg_SurvivalStats::CCSUsrMsg_SurvivalStats(const CCSUsrMsg_SurvivalStats& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats::SharedCtor() { - _cached_size_ = 0; - xuid_ = GOOGLE_ULONGLONG(0); - ticknumber_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_SurvivalStats::~CCSUsrMsg_SurvivalStats() { - SharedDtor(); -} - -void CCSUsrMsg_SurvivalStats::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_SurvivalStats::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_SurvivalStats::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_SurvivalStats_descriptor_; -} - -const CCSUsrMsg_SurvivalStats& CCSUsrMsg_SurvivalStats::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_SurvivalStats* CCSUsrMsg_SurvivalStats::default_instance_ = NULL; - -CCSUsrMsg_SurvivalStats* CCSUsrMsg_SurvivalStats::New() const { - return new CCSUsrMsg_SurvivalStats; -} - -void CCSUsrMsg_SurvivalStats::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - xuid_ = GOOGLE_ULONGLONG(0); - ticknumber_ = 0; - } - facts_.Clear(); - users_.Clear(); - damages_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_SurvivalStats::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional uint64 xuid = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &xuid_))); - set_has_xuid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(18)) goto parse_facts; - break; - } - - // repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_facts: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_facts())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(18)) goto parse_facts; - if (input->ExpectTag(26)) goto parse_users; - break; - } - - // repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_users: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_users())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(26)) goto parse_users; - if (input->ExpectTag(32)) goto parse_ticknumber; - break; - } - - // optional int32 ticknumber = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_ticknumber: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &ticknumber_))); - set_has_ticknumber(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(42)) goto parse_damages; - break; - } - - // repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_damages: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_damages())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(42)) goto parse_damages; - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_SurvivalStats::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(1, this->xuid(), output); - } - - // repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; - for (int i = 0; i < this->facts_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, this->facts(i), output); - } - - // repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; - for (int i = 0; i < this->users_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 3, this->users(i), output); - } - - // optional int32 ticknumber = 4; - if (has_ticknumber()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->ticknumber(), output); - } - - // repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; - for (int i = 0; i < this->damages_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 5, this->damages(i), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_SurvivalStats::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional uint64 xuid = 1; - if (has_xuid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(1, this->xuid(), target); - } - - // repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; - for (int i = 0; i < this->facts_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 2, this->facts(i), target); - } - - // repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; - for (int i = 0; i < this->users_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 3, this->users(i), target); - } - - // optional int32 ticknumber = 4; - if (has_ticknumber()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->ticknumber(), target); - } - - // repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; - for (int i = 0; i < this->damages_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 5, this->damages(i), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_SurvivalStats::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional uint64 xuid = 1; - if (has_xuid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->xuid()); - } - - // optional int32 ticknumber = 4; - if (has_ticknumber()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->ticknumber()); - } - - } - // repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; - total_size += 1 * this->facts_size(); - for (int i = 0; i < this->facts_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->facts(i)); - } - - // repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; - total_size += 1 * this->users_size(); - for (int i = 0; i < this->users_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->users(i)); - } - - // repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; - total_size += 1 * this->damages_size(); - for (int i = 0; i < this->damages_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->damages(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_SurvivalStats::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_SurvivalStats* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_SurvivalStats::MergeFrom(const CCSUsrMsg_SurvivalStats& from) { - GOOGLE_CHECK_NE(&from, this); - facts_.MergeFrom(from.facts_); - users_.MergeFrom(from.users_); - damages_.MergeFrom(from.damages_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_xuid()) { - set_xuid(from.xuid()); - } - if (from.has_ticknumber()) { - set_ticknumber(from.ticknumber()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_SurvivalStats::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_SurvivalStats::CopyFrom(const CCSUsrMsg_SurvivalStats& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_SurvivalStats::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_SurvivalStats::Swap(CCSUsrMsg_SurvivalStats* other) { - if (other != this) { - std::swap(xuid_, other->xuid_); - facts_.Swap(&other->facts_); - users_.Swap(&other->users_); - damages_.Swap(&other->damages_); - std::swap(ticknumber_, other->ticknumber_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_SurvivalStats::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_SurvivalStats_descriptor_; - metadata.reflection = CCSUsrMsg_SurvivalStats_reflection_; - return metadata; -} - - -// =================================================================== - -#ifndef _MSC_VER -const int CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::kEaccoladeFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::kValueFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::kPositionFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::InitAsDefaultInstance() { -} - -CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::SharedCtor() { - _cached_size_ = 0; - eaccolade_ = 0; - value_ = 0; - position_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::~CCSUsrMsg_EndOfMatchAllPlayersData_Accolade() { - SharedDtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_; -} - -const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance_ = NULL; - -CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::New() const { - return new CCSUsrMsg_EndOfMatchAllPlayersData_Accolade; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - eaccolade_ = 0; - value_ = 0; - position_ = 0; - } - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 eaccolade = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &eaccolade_))); - set_has_eaccolade(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(21)) goto parse_value; - break; - } - - // optional float value = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { - parse_value: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( - input, &value_))); - set_has_value(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(24)) goto parse_position; - break; - } - - // optional int32 position = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_position: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &position_))); - set_has_position(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 eaccolade = 1; - if (has_eaccolade()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->eaccolade(), output); - } - - // optional float value = 2; - if (has_value()) { - ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->value(), output); - } - - // optional int32 position = 3; - if (has_position()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->position(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 eaccolade = 1; - if (has_eaccolade()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->eaccolade(), target); - } - - // optional float value = 2; - if (has_value()) { - target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->value(), target); - } - - // optional int32 position = 3; - if (has_position()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->position(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 eaccolade = 1; - if (has_eaccolade()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->eaccolade()); - } - - // optional float value = 2; - if (has_value()) { - total_size += 1 + 4; - } - - // optional int32 position = 3; - if (has_position()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->position()); - } - - } - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from) { - GOOGLE_CHECK_NE(&from, this); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_eaccolade()) { - set_eaccolade(from.eaccolade()); - } - if (from.has_value()) { - set_value(from.value()); - } - if (from.has_position()) { - set_position(from.position()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::Swap(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* other) { - if (other != this) { - std::swap(eaccolade_, other->eaccolade_); - std::swap(value_, other->value_); - std::swap(position_, other->position_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_descriptor_; - metadata.reflection = CCSUsrMsg_EndOfMatchAllPlayersData_Accolade_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kEntindexFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kXuidFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kNameFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kTeamnumberFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kNominationFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kItemsFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kPlayercolorFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::kIsbotFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::InitAsDefaultInstance() { - nomination_ = const_cast< ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade*>(&::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::default_instance()); -} - -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::SharedCtor() { - _cached_size_ = 0; - entindex_ = 0; - xuid_ = GOOGLE_ULONGLONG(0); - name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - teamnumber_ = 0; - nomination_ = NULL; - playercolor_ = 0; - isbot_ = false; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::~CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData() { - SharedDtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::SharedDtor() { - if (name_ != &::google::protobuf::internal::kEmptyString) { - delete name_; - } - if (this != default_instance_) { - delete nomination_; - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_; -} - -const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::default_instance_ = NULL; - -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::New() const { - return new CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::Clear() { - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - entindex_ = 0; - xuid_ = GOOGLE_ULONGLONG(0); - if (has_name()) { - if (name_ != &::google::protobuf::internal::kEmptyString) { - name_->clear(); - } - } - teamnumber_ = 0; - if (has_nomination()) { - if (nomination_ != NULL) nomination_->::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::Clear(); - } - playercolor_ = 0; - isbot_ = false; - } - items_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // optional int32 entindex = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &entindex_))); - set_has_entindex(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(16)) goto parse_xuid; - break; - } - - // optional uint64 xuid = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_xuid: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( - input, &xuid_))); - set_has_xuid(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(26)) goto parse_name; - break; - } - - // optional string name = 3; - case 3: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_name: - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormat::PARSE); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(32)) goto parse_teamnumber; - break; - } - - // optional int32 teamnumber = 4; - case 4: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_teamnumber: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &teamnumber_))); - set_has_teamnumber(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(42)) goto parse_nomination; - break; - } - - // optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; - case 5: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_nomination: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, mutable_nomination())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(50)) goto parse_items; - break; - } - - // repeated .CEconItemPreviewDataBlock items = 6; - case 6: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_items: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_items())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(50)) goto parse_items; - if (input->ExpectTag(56)) goto parse_playercolor; - break; - } - - // optional int32 playercolor = 7; - case 7: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_playercolor: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &playercolor_))); - set_has_playercolor(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(64)) goto parse_isbot; - break; - } - - // optional bool isbot = 8; - case 8: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_isbot: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &isbot_))); - set_has_isbot(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // optional int32 entindex = 1; - if (has_entindex()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entindex(), output); - } - - // optional uint64 xuid = 2; - if (has_xuid()) { - ::google::protobuf::internal::WireFormatLite::WriteUInt64(2, this->xuid(), output); - } - - // optional string name = 3; - if (has_name()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - ::google::protobuf::internal::WireFormatLite::WriteString( - 3, this->name(), output); - } - - // optional int32 teamnumber = 4; - if (has_teamnumber()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->teamnumber(), output); - } - - // optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; - if (has_nomination()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 5, this->nomination(), output); - } - - // repeated .CEconItemPreviewDataBlock items = 6; - for (int i = 0; i < this->items_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 6, this->items(i), output); - } - - // optional int32 playercolor = 7; - if (has_playercolor()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(7, this->playercolor(), output); - } - - // optional bool isbot = 8; - if (has_isbot()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(8, this->isbot(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // optional int32 entindex = 1; - if (has_entindex()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entindex(), target); - } - - // optional uint64 xuid = 2; - if (has_xuid()) { - target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(2, this->xuid(), target); - } - - // optional string name = 3; - if (has_name()) { - ::google::protobuf::internal::WireFormat::VerifyUTF8String( - this->name().data(), this->name().length(), - ::google::protobuf::internal::WireFormat::SERIALIZE); - target = - ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 3, this->name(), target); - } - - // optional int32 teamnumber = 4; - if (has_teamnumber()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->teamnumber(), target); - } - - // optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; - if (has_nomination()) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 5, this->nomination(), target); - } - - // repeated .CEconItemPreviewDataBlock items = 6; - for (int i = 0; i < this->items_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 6, this->items(i), target); - } - - // optional int32 playercolor = 7; - if (has_playercolor()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(7, this->playercolor(), target); - } - - // optional bool isbot = 8; - if (has_isbot()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(8, this->isbot(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::ByteSize() const { - int total_size = 0; - - if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { - // optional int32 entindex = 1; - if (has_entindex()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->entindex()); - } - - // optional uint64 xuid = 2; - if (has_xuid()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::UInt64Size( - this->xuid()); - } - - // optional string name = 3; - if (has_name()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); - } - - // optional int32 teamnumber = 4; - if (has_teamnumber()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->teamnumber()); - } - - // optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; - if (has_nomination()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->nomination()); - } - - // optional int32 playercolor = 7; - if (has_playercolor()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->playercolor()); - } - - // optional bool isbot = 8; - if (has_isbot()) { - total_size += 1 + 1; - } - - } - // repeated .CEconItemPreviewDataBlock items = 6; - total_size += 1 * this->items_size(); - for (int i = 0; i < this->items_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->items(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from) { - GOOGLE_CHECK_NE(&from, this); - items_.MergeFrom(from.items_); - if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { - if (from.has_entindex()) { - set_entindex(from.entindex()); - } - if (from.has_xuid()) { - set_xuid(from.xuid()); - } - if (from.has_name()) { - set_name(from.name()); - } - if (from.has_teamnumber()) { - set_teamnumber(from.teamnumber()); - } - if (from.has_nomination()) { - mutable_nomination()->::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::MergeFrom(from.nomination()); - } - if (from.has_playercolor()) { - set_playercolor(from.playercolor()); - } - if (from.has_isbot()) { - set_isbot(from.isbot()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::Swap(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* other) { - if (other != this) { - std::swap(entindex_, other->entindex_); - std::swap(xuid_, other->xuid_); - std::swap(name_, other->name_); - std::swap(teamnumber_, other->teamnumber_); - std::swap(nomination_, other->nomination_); - items_.Swap(&other->items_); - std::swap(playercolor_, other->playercolor_); - std::swap(isbot_, other->isbot_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_descriptor_; - metadata.reflection = CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData_reflection_; - return metadata; -} - - -// ------------------------------------------------------------------- - -#ifndef _MSC_VER -const int CCSUsrMsg_EndOfMatchAllPlayersData::kAllplayerdataFieldNumber; -const int CCSUsrMsg_EndOfMatchAllPlayersData::kSceneFieldNumber; -#endif // !_MSC_VER - -CCSUsrMsg_EndOfMatchAllPlayersData::CCSUsrMsg_EndOfMatchAllPlayersData() - : ::google::protobuf::Message() { - SharedCtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::InitAsDefaultInstance() { -} - -CCSUsrMsg_EndOfMatchAllPlayersData::CCSUsrMsg_EndOfMatchAllPlayersData(const CCSUsrMsg_EndOfMatchAllPlayersData& from) - : ::google::protobuf::Message() { - SharedCtor(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::SharedCtor() { - _cached_size_ = 0; - scene_ = 0; - ::memset(_has_bits_, 0, sizeof(_has_bits_)); -} - -CCSUsrMsg_EndOfMatchAllPlayersData::~CCSUsrMsg_EndOfMatchAllPlayersData() { - SharedDtor(); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::SharedDtor() { - if (this != default_instance_) { - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::SetCachedSize(int size) const { - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); -} -const ::google::protobuf::Descriptor* CCSUsrMsg_EndOfMatchAllPlayersData::descriptor() { - protobuf_AssignDescriptorsOnce(); - return CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_; -} - -const CCSUsrMsg_EndOfMatchAllPlayersData& CCSUsrMsg_EndOfMatchAllPlayersData::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - return *default_instance_; -} - -CCSUsrMsg_EndOfMatchAllPlayersData* CCSUsrMsg_EndOfMatchAllPlayersData::default_instance_ = NULL; - -CCSUsrMsg_EndOfMatchAllPlayersData* CCSUsrMsg_EndOfMatchAllPlayersData::New() const { - return new CCSUsrMsg_EndOfMatchAllPlayersData; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::Clear() { - if (_has_bits_[1 / 32] & (0xffu << (1 % 32))) { - scene_ = 0; - } - allplayerdata_.Clear(); - ::memset(_has_bits_, 0, sizeof(_has_bits_)); - mutable_unknown_fields()->Clear(); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!(EXPRESSION)) return false - ::google::protobuf::uint32 tag; - while ((tag = input->ReadTag()) != 0) { - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; - case 1: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { - parse_allplayerdata: - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, add_allplayerdata())); - } else { - goto handle_uninterpreted; - } - if (input->ExpectTag(10)) goto parse_allplayerdata; - if (input->ExpectTag(16)) goto parse_scene; - break; - } - - // optional int32 scene = 2; - case 2: { - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { - parse_scene: - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( - input, &scene_))); - set_has_scene(); - } else { - goto handle_uninterpreted; - } - if (input->ExpectAtEnd()) return true; - break; - } - - default: { - handle_uninterpreted: - if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == - ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { - return true; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, mutable_unknown_fields())); - break; - } - } - } - return true; -#undef DO_ -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; - for (int i = 0; i < this->allplayerdata_size(); i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, this->allplayerdata(i), output); - } - - // optional int32 scene = 2; - if (has_scene()) { - ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->scene(), output); - } - - if (!unknown_fields().empty()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - unknown_fields(), output); - } -} - -::google::protobuf::uint8* CCSUsrMsg_EndOfMatchAllPlayersData::SerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; - for (int i = 0; i < this->allplayerdata_size(); i++) { - target = ::google::protobuf::internal::WireFormatLite:: - WriteMessageNoVirtualToArray( - 1, this->allplayerdata(i), target); - } - - // optional int32 scene = 2; - if (has_scene()) { - target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->scene(), target); - } - - if (!unknown_fields().empty()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - unknown_fields(), target); - } - return target; -} - -int CCSUsrMsg_EndOfMatchAllPlayersData::ByteSize() const { - int total_size = 0; - - if (_has_bits_[1 / 32] & (0xffu << (1 % 32))) { - // optional int32 scene = 2; - if (has_scene()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::Int32Size( - this->scene()); - } - - } - // repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; - total_size += 1 * this->allplayerdata_size(); - for (int i = 0; i < this->allplayerdata_size(); i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( - this->allplayerdata(i)); - } - - if (!unknown_fields().empty()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - unknown_fields()); - } - GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); - _cached_size_ = total_size; - GOOGLE_SAFE_CONCURRENT_WRITES_END(); - return total_size; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::MergeFrom(const ::google::protobuf::Message& from) { - GOOGLE_CHECK_NE(&from, this); - const CCSUsrMsg_EndOfMatchAllPlayersData* source = - ::google::protobuf::internal::dynamic_cast_if_available( - &from); - if (source == NULL) { - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - MergeFrom(*source); - } -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData& from) { - GOOGLE_CHECK_NE(&from, this); - allplayerdata_.MergeFrom(from.allplayerdata_); - if (from._has_bits_[1 / 32] & (0xffu << (1 % 32))) { - if (from.has_scene()) { - set_scene(from.scene()); - } - } - mutable_unknown_fields()->MergeFrom(from.unknown_fields()); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::CopyFrom(const ::google::protobuf::Message& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData& from) { - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool CCSUsrMsg_EndOfMatchAllPlayersData::IsInitialized() const { - - return true; -} - -void CCSUsrMsg_EndOfMatchAllPlayersData::Swap(CCSUsrMsg_EndOfMatchAllPlayersData* other) { - if (other != this) { - allplayerdata_.Swap(&other->allplayerdata_); - std::swap(scene_, other->scene_); - std::swap(_has_bits_[0], other->_has_bits_[0]); - _unknown_fields_.Swap(&other->_unknown_fields_); - std::swap(_cached_size_, other->_cached_size_); - } -} - -::google::protobuf::Metadata CCSUsrMsg_EndOfMatchAllPlayersData::GetMetadata() const { - protobuf_AssignDescriptorsOnce(); - ::google::protobuf::Metadata metadata; - metadata.descriptor = CCSUsrMsg_EndOfMatchAllPlayersData_descriptor_; - metadata.reflection = CCSUsrMsg_EndOfMatchAllPlayersData_reflection_; - return metadata; -} - - // =================================================================== #ifndef _MSC_VER @@ -27135,7 +20123,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ResetHud::descriptor() { } const CCSUsrMsg_ResetHud& CCSUsrMsg_ResetHud::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -27341,7 +20329,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_GameTitle::descriptor() { } const CCSUsrMsg_GameTitle& CCSUsrMsg_GameTitle::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -27549,7 +20537,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_RequestState::descriptor() { } const CCSUsrMsg_RequestState& CCSUsrMsg_RequestState::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -27757,7 +20745,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_StopSpectatorMode::descriptor() } const CCSUsrMsg_StopSpectatorMode& CCSUsrMsg_StopSpectatorMode::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -27965,7 +20953,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_DisconnectToLobby::descriptor() } const CCSUsrMsg_DisconnectToLobby& CCSUsrMsg_DisconnectToLobby::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -28173,7 +21161,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_WarmupHasEnded::descriptor() { } const CCSUsrMsg_WarmupHasEnded& CCSUsrMsg_WarmupHasEnded::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -28381,7 +21369,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ClientInfo::descriptor() { } const CCSUsrMsg_ClientInfo& CCSUsrMsg_ClientInfo::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -28589,7 +21577,7 @@ const ::google::protobuf::Descriptor* CCSUsrMsg_ServerRankRevealAll::descriptor( } const CCSUsrMsg_ServerRankRevealAll& CCSUsrMsg_ServerRankRevealAll::default_instance() { - if (default_instance_ == NULL) protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); return *default_instance_; } @@ -28751,6 +21739,2782 @@ void CCSUsrMsg_ServerRankRevealAll::Swap(CCSUsrMsg_ServerRankRevealAll* other) { } +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_WeaponSound::kEntidxFieldNumber; +const int CCSUsrMsg_WeaponSound::kOriginXFieldNumber; +const int CCSUsrMsg_WeaponSound::kOriginYFieldNumber; +const int CCSUsrMsg_WeaponSound::kOriginZFieldNumber; +const int CCSUsrMsg_WeaponSound::kSoundFieldNumber; +const int CCSUsrMsg_WeaponSound::kTimestampFieldNumber; +const int CCSUsrMsg_WeaponSound::kStopFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_WeaponSound::CCSUsrMsg_WeaponSound() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_WeaponSound::InitAsDefaultInstance() { +} + +CCSUsrMsg_WeaponSound::CCSUsrMsg_WeaponSound(const CCSUsrMsg_WeaponSound& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_WeaponSound::SharedCtor() { + _cached_size_ = 0; + entidx_ = 0; + origin_x_ = 0; + origin_y_ = 0; + origin_z_ = 0; + sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + timestamp_ = 0; + stop_ = false; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_WeaponSound::~CCSUsrMsg_WeaponSound() { + SharedDtor(); +} + +void CCSUsrMsg_WeaponSound::SharedDtor() { + if (sound_ != &::google::protobuf::internal::kEmptyString) { + delete sound_; + } + if (this != default_instance_) { + } +} + +void CCSUsrMsg_WeaponSound::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_WeaponSound::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_WeaponSound_descriptor_; +} + +const CCSUsrMsg_WeaponSound& CCSUsrMsg_WeaponSound::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_WeaponSound* CCSUsrMsg_WeaponSound::default_instance_ = NULL; + +CCSUsrMsg_WeaponSound* CCSUsrMsg_WeaponSound::New() const { + return new CCSUsrMsg_WeaponSound; +} + +void CCSUsrMsg_WeaponSound::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + entidx_ = 0; + origin_x_ = 0; + origin_y_ = 0; + origin_z_ = 0; + if (has_sound()) { + if (sound_ != &::google::protobuf::internal::kEmptyString) { + sound_->clear(); + } + } + timestamp_ = 0; + stop_ = false; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_WeaponSound::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 entidx = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &entidx_))); + set_has_entidx(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(21)) goto parse_origin_x; + break; + } + + // optional float origin_x = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_origin_x: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_x_))); + set_has_origin_x(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(29)) goto parse_origin_y; + break; + } + + // optional float origin_y = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_origin_y: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_y_))); + set_has_origin_y(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(37)) goto parse_origin_z; + break; + } + + // optional float origin_z = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_origin_z: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &origin_z_))); + set_has_origin_z(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(42)) goto parse_sound; + break; + } + + // optional string sound = 5; + case 5: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_sound: + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_sound())); + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->sound().data(), this->sound().length(), + ::google::protobuf::internal::WireFormat::PARSE); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(53)) goto parse_timestamp; + break; + } + + // optional float timestamp = 6; + case 6: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_timestamp: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, ×tamp_))); + set_has_timestamp(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(56)) goto parse_stop; + break; + } + + // optional bool stop = 7; + case 7: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_stop: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &stop_))); + set_has_stop(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_WeaponSound::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 entidx = 1; + if (has_entidx()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); + } + + // optional float origin_x = 2; + if (has_origin_x()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->origin_x(), output); + } + + // optional float origin_y = 3; + if (has_origin_y()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(3, this->origin_y(), output); + } + + // optional float origin_z = 4; + if (has_origin_z()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(4, this->origin_z(), output); + } + + // optional string sound = 5; + if (has_sound()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->sound().data(), this->sound().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + ::google::protobuf::internal::WireFormatLite::WriteString( + 5, this->sound(), output); + } + + // optional float timestamp = 6; + if (has_timestamp()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(6, this->timestamp(), output); + } + + // optional bool stop = 7; + if (has_stop()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(7, this->stop(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_WeaponSound::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 entidx = 1; + if (has_entidx()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); + } + + // optional float origin_x = 2; + if (has_origin_x()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->origin_x(), target); + } + + // optional float origin_y = 3; + if (has_origin_y()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(3, this->origin_y(), target); + } + + // optional float origin_z = 4; + if (has_origin_z()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(4, this->origin_z(), target); + } + + // optional string sound = 5; + if (has_sound()) { + ::google::protobuf::internal::WireFormat::VerifyUTF8String( + this->sound().data(), this->sound().length(), + ::google::protobuf::internal::WireFormat::SERIALIZE); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 5, this->sound(), target); + } + + // optional float timestamp = 6; + if (has_timestamp()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(6, this->timestamp(), target); + } + + // optional bool stop = 7; + if (has_stop()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(7, this->stop(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_WeaponSound::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 entidx = 1; + if (has_entidx()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->entidx()); + } + + // optional float origin_x = 2; + if (has_origin_x()) { + total_size += 1 + 4; + } + + // optional float origin_y = 3; + if (has_origin_y()) { + total_size += 1 + 4; + } + + // optional float origin_z = 4; + if (has_origin_z()) { + total_size += 1 + 4; + } + + // optional string sound = 5; + if (has_sound()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->sound()); + } + + // optional float timestamp = 6; + if (has_timestamp()) { + total_size += 1 + 4; + } + + // optional bool stop = 7; + if (has_stop()) { + total_size += 1 + 1; + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_WeaponSound::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_WeaponSound* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_WeaponSound::MergeFrom(const CCSUsrMsg_WeaponSound& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_entidx()) { + set_entidx(from.entidx()); + } + if (from.has_origin_x()) { + set_origin_x(from.origin_x()); + } + if (from.has_origin_y()) { + set_origin_y(from.origin_y()); + } + if (from.has_origin_z()) { + set_origin_z(from.origin_z()); + } + if (from.has_sound()) { + set_sound(from.sound()); + } + if (from.has_timestamp()) { + set_timestamp(from.timestamp()); + } + if (from.has_stop()) { + set_stop(from.stop()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_WeaponSound::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_WeaponSound::CopyFrom(const CCSUsrMsg_WeaponSound& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_WeaponSound::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_WeaponSound::Swap(CCSUsrMsg_WeaponSound* other) { + if (other != this) { + std::swap(entidx_, other->entidx_); + std::swap(origin_x_, other->origin_x_); + std::swap(origin_y_, other->origin_y_); + std::swap(origin_z_, other->origin_z_); + std::swap(sound_, other->sound_); + std::swap(timestamp_, other->timestamp_); + std::swap(stop_, other->stop_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_WeaponSound::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_WeaponSound_descriptor_; + metadata.reflection = CCSUsrMsg_WeaponSound_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_EntityOutlineHighlight::kEntidxFieldNumber; +const int CCSUsrMsg_EntityOutlineHighlight::kDurationFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_EntityOutlineHighlight::CCSUsrMsg_EntityOutlineHighlight() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_EntityOutlineHighlight::InitAsDefaultInstance() { +} + +CCSUsrMsg_EntityOutlineHighlight::CCSUsrMsg_EntityOutlineHighlight(const CCSUsrMsg_EntityOutlineHighlight& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_EntityOutlineHighlight::SharedCtor() { + _cached_size_ = 0; + entidx_ = 0; + duration_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_EntityOutlineHighlight::~CCSUsrMsg_EntityOutlineHighlight() { + SharedDtor(); +} + +void CCSUsrMsg_EntityOutlineHighlight::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_EntityOutlineHighlight::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_EntityOutlineHighlight::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_EntityOutlineHighlight_descriptor_; +} + +const CCSUsrMsg_EntityOutlineHighlight& CCSUsrMsg_EntityOutlineHighlight::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_EntityOutlineHighlight* CCSUsrMsg_EntityOutlineHighlight::default_instance_ = NULL; + +CCSUsrMsg_EntityOutlineHighlight* CCSUsrMsg_EntityOutlineHighlight::New() const { + return new CCSUsrMsg_EntityOutlineHighlight; +} + +void CCSUsrMsg_EntityOutlineHighlight::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + entidx_ = 0; + duration_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_EntityOutlineHighlight::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 entidx = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &entidx_))); + set_has_entidx(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(21)) goto parse_duration; + break; + } + + // optional float duration = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + parse_duration: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &duration_))); + set_has_duration(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_EntityOutlineHighlight::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 entidx = 1; + if (has_entidx()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); + } + + // optional float duration = 2; + if (has_duration()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->duration(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_EntityOutlineHighlight::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 entidx = 1; + if (has_entidx()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); + } + + // optional float duration = 2; + if (has_duration()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->duration(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_EntityOutlineHighlight::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 entidx = 1; + if (has_entidx()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->entidx()); + } + + // optional float duration = 2; + if (has_duration()) { + total_size += 1 + 4; + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_EntityOutlineHighlight::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_EntityOutlineHighlight* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_EntityOutlineHighlight::MergeFrom(const CCSUsrMsg_EntityOutlineHighlight& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_entidx()) { + set_entidx(from.entidx()); + } + if (from.has_duration()) { + set_duration(from.duration()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_EntityOutlineHighlight::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_EntityOutlineHighlight::CopyFrom(const CCSUsrMsg_EntityOutlineHighlight& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_EntityOutlineHighlight::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_EntityOutlineHighlight::Swap(CCSUsrMsg_EntityOutlineHighlight* other) { + if (other != this) { + std::swap(entidx_, other->entidx_); + std::swap(duration_, other->duration_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_EntityOutlineHighlight::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_EntityOutlineHighlight_descriptor_; + metadata.reflection = CCSUsrMsg_EntityOutlineHighlight_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_SquadMemberDied::kDummyFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_SquadMemberDied::CCSUsrMsg_SquadMemberDied() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_SquadMemberDied::InitAsDefaultInstance() { +} + +CCSUsrMsg_SquadMemberDied::CCSUsrMsg_SquadMemberDied(const CCSUsrMsg_SquadMemberDied& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_SquadMemberDied::SharedCtor() { + _cached_size_ = 0; + dummy_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_SquadMemberDied::~CCSUsrMsg_SquadMemberDied() { + SharedDtor(); +} + +void CCSUsrMsg_SquadMemberDied::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_SquadMemberDied::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_SquadMemberDied::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_SquadMemberDied_descriptor_; +} + +const CCSUsrMsg_SquadMemberDied& CCSUsrMsg_SquadMemberDied::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_SquadMemberDied* CCSUsrMsg_SquadMemberDied::default_instance_ = NULL; + +CCSUsrMsg_SquadMemberDied* CCSUsrMsg_SquadMemberDied::New() const { + return new CCSUsrMsg_SquadMemberDied; +} + +void CCSUsrMsg_SquadMemberDied::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + dummy_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_SquadMemberDied::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 dummy = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &dummy_))); + set_has_dummy(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_SquadMemberDied::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 dummy = 1; + if (has_dummy()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->dummy(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_SquadMemberDied::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 dummy = 1; + if (has_dummy()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->dummy(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_SquadMemberDied::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 dummy = 1; + if (has_dummy()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->dummy()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_SquadMemberDied::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_SquadMemberDied* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_SquadMemberDied::MergeFrom(const CCSUsrMsg_SquadMemberDied& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_dummy()) { + set_dummy(from.dummy()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_SquadMemberDied::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_SquadMemberDied::CopyFrom(const CCSUsrMsg_SquadMemberDied& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_SquadMemberDied::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_SquadMemberDied::Swap(CCSUsrMsg_SquadMemberDied* other) { + if (other != this) { + std::swap(dummy_, other->dummy_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_SquadMemberDied::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_SquadMemberDied_descriptor_; + metadata.reflection = CCSUsrMsg_SquadMemberDied_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_Battery::kNewBatteryFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_Battery::CCSUsrMsg_Battery() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_Battery::InitAsDefaultInstance() { +} + +CCSUsrMsg_Battery::CCSUsrMsg_Battery(const CCSUsrMsg_Battery& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_Battery::SharedCtor() { + _cached_size_ = 0; + new_battery_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_Battery::~CCSUsrMsg_Battery() { + SharedDtor(); +} + +void CCSUsrMsg_Battery::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_Battery::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_Battery::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_Battery_descriptor_; +} + +const CCSUsrMsg_Battery& CCSUsrMsg_Battery::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_Battery* CCSUsrMsg_Battery::default_instance_ = NULL; + +CCSUsrMsg_Battery* CCSUsrMsg_Battery::New() const { + return new CCSUsrMsg_Battery; +} + +void CCSUsrMsg_Battery::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + new_battery_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_Battery::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 new_battery = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &new_battery_))); + set_has_new_battery(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_Battery::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 new_battery = 1; + if (has_new_battery()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->new_battery(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_Battery::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 new_battery = 1; + if (has_new_battery()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->new_battery(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_Battery::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 new_battery = 1; + if (has_new_battery()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->new_battery()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_Battery::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_Battery* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_Battery::MergeFrom(const CCSUsrMsg_Battery& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_new_battery()) { + set_new_battery(from.new_battery()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_Battery::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_Battery::CopyFrom(const CCSUsrMsg_Battery& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_Battery::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_Battery::Swap(CCSUsrMsg_Battery* other) { + if (other != this) { + std::swap(new_battery_, other->new_battery_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_Battery::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_Battery_descriptor_; + metadata.reflection = CCSUsrMsg_Battery_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_CreditsMsg::kCreditsTypeFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_CreditsMsg::CCSUsrMsg_CreditsMsg() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_CreditsMsg::InitAsDefaultInstance() { +} + +CCSUsrMsg_CreditsMsg::CCSUsrMsg_CreditsMsg(const CCSUsrMsg_CreditsMsg& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_CreditsMsg::SharedCtor() { + _cached_size_ = 0; + credits_type_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_CreditsMsg::~CCSUsrMsg_CreditsMsg() { + SharedDtor(); +} + +void CCSUsrMsg_CreditsMsg::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_CreditsMsg::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_CreditsMsg::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_CreditsMsg_descriptor_; +} + +const CCSUsrMsg_CreditsMsg& CCSUsrMsg_CreditsMsg::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_CreditsMsg* CCSUsrMsg_CreditsMsg::default_instance_ = NULL; + +CCSUsrMsg_CreditsMsg* CCSUsrMsg_CreditsMsg::New() const { + return new CCSUsrMsg_CreditsMsg; +} + +void CCSUsrMsg_CreditsMsg::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + credits_type_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_CreditsMsg::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 credits_type = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &credits_type_))); + set_has_credits_type(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_CreditsMsg::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 credits_type = 1; + if (has_credits_type()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->credits_type(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_CreditsMsg::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 credits_type = 1; + if (has_credits_type()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->credits_type(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_CreditsMsg::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 credits_type = 1; + if (has_credits_type()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->credits_type()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_CreditsMsg::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_CreditsMsg* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_CreditsMsg::MergeFrom(const CCSUsrMsg_CreditsMsg& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_credits_type()) { + set_credits_type(from.credits_type()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_CreditsMsg::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_CreditsMsg::CopyFrom(const CCSUsrMsg_CreditsMsg& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_CreditsMsg::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_CreditsMsg::Swap(CCSUsrMsg_CreditsMsg* other) { + if (other != this) { + std::swap(credits_type_, other->credits_type_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_CreditsMsg::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_CreditsMsg_descriptor_; + metadata.reflection = CCSUsrMsg_CreditsMsg_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_LogoTimeMsg::kLogoLengthFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_LogoTimeMsg::CCSUsrMsg_LogoTimeMsg() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_LogoTimeMsg::InitAsDefaultInstance() { +} + +CCSUsrMsg_LogoTimeMsg::CCSUsrMsg_LogoTimeMsg(const CCSUsrMsg_LogoTimeMsg& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_LogoTimeMsg::SharedCtor() { + _cached_size_ = 0; + logo_length_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_LogoTimeMsg::~CCSUsrMsg_LogoTimeMsg() { + SharedDtor(); +} + +void CCSUsrMsg_LogoTimeMsg::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_LogoTimeMsg::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_LogoTimeMsg::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_LogoTimeMsg_descriptor_; +} + +const CCSUsrMsg_LogoTimeMsg& CCSUsrMsg_LogoTimeMsg::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_LogoTimeMsg* CCSUsrMsg_LogoTimeMsg::default_instance_ = NULL; + +CCSUsrMsg_LogoTimeMsg* CCSUsrMsg_LogoTimeMsg::New() const { + return new CCSUsrMsg_LogoTimeMsg; +} + +void CCSUsrMsg_LogoTimeMsg::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + logo_length_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_LogoTimeMsg::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 logo_length = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &logo_length_))); + set_has_logo_length(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_LogoTimeMsg::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 logo_length = 1; + if (has_logo_length()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->logo_length(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_LogoTimeMsg::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 logo_length = 1; + if (has_logo_length()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->logo_length(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_LogoTimeMsg::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 logo_length = 1; + if (has_logo_length()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->logo_length()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_LogoTimeMsg::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_LogoTimeMsg* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_LogoTimeMsg::MergeFrom(const CCSUsrMsg_LogoTimeMsg& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_logo_length()) { + set_logo_length(from.logo_length()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_LogoTimeMsg::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_LogoTimeMsg::CopyFrom(const CCSUsrMsg_LogoTimeMsg& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_LogoTimeMsg::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_LogoTimeMsg::Swap(CCSUsrMsg_LogoTimeMsg* other) { + if (other != this) { + std::swap(logo_length_, other->logo_length_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_LogoTimeMsg::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_LogoTimeMsg_descriptor_; + metadata.reflection = CCSUsrMsg_LogoTimeMsg_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_DamageIndicator::kArmorFieldNumber; +const int CCSUsrMsg_DamageIndicator::kDamageTakenFieldNumber; +const int CCSUsrMsg_DamageIndicator::kBitsDamageFieldNumber; +const int CCSUsrMsg_DamageIndicator::kFromFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_DamageIndicator::CCSUsrMsg_DamageIndicator() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_DamageIndicator::InitAsDefaultInstance() { + from_ = const_cast< ::CMsgVector*>(&::CMsgVector::default_instance()); +} + +CCSUsrMsg_DamageIndicator::CCSUsrMsg_DamageIndicator(const CCSUsrMsg_DamageIndicator& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_DamageIndicator::SharedCtor() { + _cached_size_ = 0; + armor_ = 0; + damage_taken_ = 0; + bits_damage_ = 0; + from_ = NULL; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_DamageIndicator::~CCSUsrMsg_DamageIndicator() { + SharedDtor(); +} + +void CCSUsrMsg_DamageIndicator::SharedDtor() { + if (this != default_instance_) { + delete from_; + } +} + +void CCSUsrMsg_DamageIndicator::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_DamageIndicator::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_DamageIndicator_descriptor_; +} + +const CCSUsrMsg_DamageIndicator& CCSUsrMsg_DamageIndicator::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_DamageIndicator* CCSUsrMsg_DamageIndicator::default_instance_ = NULL; + +CCSUsrMsg_DamageIndicator* CCSUsrMsg_DamageIndicator::New() const { + return new CCSUsrMsg_DamageIndicator; +} + +void CCSUsrMsg_DamageIndicator::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + armor_ = 0; + damage_taken_ = 0; + bits_damage_ = 0; + if (has_from()) { + if (from_ != NULL) from_->::CMsgVector::Clear(); + } + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_DamageIndicator::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 armor = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &armor_))); + set_has_armor(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_damage_taken; + break; + } + + // optional int32 damage_taken = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_damage_taken: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &damage_taken_))); + set_has_damage_taken(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_bits_damage; + break; + } + + // optional int32 bits_damage = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_bits_damage: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &bits_damage_))); + set_has_bits_damage(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(34)) goto parse_from; + break; + } + + // optional .CMsgVector from = 4; + case 4: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) { + parse_from: + DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( + input, mutable_from())); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_DamageIndicator::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 armor = 1; + if (has_armor()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->armor(), output); + } + + // optional int32 damage_taken = 2; + if (has_damage_taken()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->damage_taken(), output); + } + + // optional int32 bits_damage = 3; + if (has_bits_damage()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->bits_damage(), output); + } + + // optional .CMsgVector from = 4; + if (has_from()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, this->from(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_DamageIndicator::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 armor = 1; + if (has_armor()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->armor(), target); + } + + // optional int32 damage_taken = 2; + if (has_damage_taken()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->damage_taken(), target); + } + + // optional int32 bits_damage = 3; + if (has_bits_damage()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->bits_damage(), target); + } + + // optional .CMsgVector from = 4; + if (has_from()) { + target = ::google::protobuf::internal::WireFormatLite:: + WriteMessageNoVirtualToArray( + 4, this->from(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_DamageIndicator::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 armor = 1; + if (has_armor()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->armor()); + } + + // optional int32 damage_taken = 2; + if (has_damage_taken()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->damage_taken()); + } + + // optional int32 bits_damage = 3; + if (has_bits_damage()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->bits_damage()); + } + + // optional .CMsgVector from = 4; + if (has_from()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( + this->from()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_DamageIndicator::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_DamageIndicator* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_DamageIndicator::MergeFrom(const CCSUsrMsg_DamageIndicator& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_armor()) { + set_armor(from.armor()); + } + if (from.has_damage_taken()) { + set_damage_taken(from.damage_taken()); + } + if (from.has_bits_damage()) { + set_bits_damage(from.bits_damage()); + } + if (from.has_from()) { + mutable_from()->::CMsgVector::MergeFrom(from.from()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_DamageIndicator::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_DamageIndicator::CopyFrom(const CCSUsrMsg_DamageIndicator& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_DamageIndicator::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_DamageIndicator::Swap(CCSUsrMsg_DamageIndicator* other) { + if (other != this) { + std::swap(armor_, other->armor_); + std::swap(damage_taken_, other->damage_taken_); + std::swap(bits_damage_, other->bits_damage_); + std::swap(from_, other->from_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_DamageIndicator::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_DamageIndicator_descriptor_; + metadata.reflection = CCSUsrMsg_DamageIndicator_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_ViewmodelAnimevent::kEntidxFieldNumber; +const int CCSUsrMsg_ViewmodelAnimevent::kAnimeventFieldNumber; +const int CCSUsrMsg_ViewmodelAnimevent::kNDataFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_ViewmodelAnimevent::CCSUsrMsg_ViewmodelAnimevent() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_ViewmodelAnimevent::InitAsDefaultInstance() { +} + +CCSUsrMsg_ViewmodelAnimevent::CCSUsrMsg_ViewmodelAnimevent(const CCSUsrMsg_ViewmodelAnimevent& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_ViewmodelAnimevent::SharedCtor() { + _cached_size_ = 0; + entidx_ = 0; + animevent_ = 0; + ndata_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_ViewmodelAnimevent::~CCSUsrMsg_ViewmodelAnimevent() { + SharedDtor(); +} + +void CCSUsrMsg_ViewmodelAnimevent::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_ViewmodelAnimevent::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_ViewmodelAnimevent::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_ViewmodelAnimevent_descriptor_; +} + +const CCSUsrMsg_ViewmodelAnimevent& CCSUsrMsg_ViewmodelAnimevent::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_ViewmodelAnimevent* CCSUsrMsg_ViewmodelAnimevent::default_instance_ = NULL; + +CCSUsrMsg_ViewmodelAnimevent* CCSUsrMsg_ViewmodelAnimevent::New() const { + return new CCSUsrMsg_ViewmodelAnimevent; +} + +void CCSUsrMsg_ViewmodelAnimevent::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + entidx_ = 0; + animevent_ = 0; + ndata_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_ViewmodelAnimevent::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 entidx = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &entidx_))); + set_has_entidx(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(16)) goto parse_animevent; + break; + } + + // optional int32 animevent = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_animevent: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &animevent_))); + set_has_animevent(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectTag(24)) goto parse_nData; + break; + } + + // optional int32 nData = 3; + case 3: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + parse_nData: + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &ndata_))); + set_has_ndata(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_ViewmodelAnimevent::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 entidx = 1; + if (has_entidx()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->entidx(), output); + } + + // optional int32 animevent = 2; + if (has_animevent()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->animevent(), output); + } + + // optional int32 nData = 3; + if (has_ndata()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->ndata(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_ViewmodelAnimevent::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 entidx = 1; + if (has_entidx()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->entidx(), target); + } + + // optional int32 animevent = 2; + if (has_animevent()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(2, this->animevent(), target); + } + + // optional int32 nData = 3; + if (has_ndata()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->ndata(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_ViewmodelAnimevent::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 entidx = 1; + if (has_entidx()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->entidx()); + } + + // optional int32 animevent = 2; + if (has_animevent()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->animevent()); + } + + // optional int32 nData = 3; + if (has_ndata()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->ndata()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_ViewmodelAnimevent::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_ViewmodelAnimevent* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_ViewmodelAnimevent::MergeFrom(const CCSUsrMsg_ViewmodelAnimevent& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_entidx()) { + set_entidx(from.entidx()); + } + if (from.has_animevent()) { + set_animevent(from.animevent()); + } + if (from.has_ndata()) { + set_ndata(from.ndata()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_ViewmodelAnimevent::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_ViewmodelAnimevent::CopyFrom(const CCSUsrMsg_ViewmodelAnimevent& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_ViewmodelAnimevent::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_ViewmodelAnimevent::Swap(CCSUsrMsg_ViewmodelAnimevent* other) { + if (other != this) { + std::swap(entidx_, other->entidx_); + std::swap(animevent_, other->animevent_); + std::swap(ndata_, other->ndata_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_ViewmodelAnimevent::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_ViewmodelAnimevent_descriptor_; + metadata.reflection = CCSUsrMsg_ViewmodelAnimevent_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_Heal::kAmountFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_Heal::CCSUsrMsg_Heal() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_Heal::InitAsDefaultInstance() { +} + +CCSUsrMsg_Heal::CCSUsrMsg_Heal(const CCSUsrMsg_Heal& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_Heal::SharedCtor() { + _cached_size_ = 0; + amount_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_Heal::~CCSUsrMsg_Heal() { + SharedDtor(); +} + +void CCSUsrMsg_Heal::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_Heal::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_Heal::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_Heal_descriptor_; +} + +const CCSUsrMsg_Heal& CCSUsrMsg_Heal::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_Heal* CCSUsrMsg_Heal::default_instance_ = NULL; + +CCSUsrMsg_Heal* CCSUsrMsg_Heal::New() const { + return new CCSUsrMsg_Heal; +} + +void CCSUsrMsg_Heal::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + amount_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_Heal::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 amount = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &amount_))); + set_has_amount(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_Heal::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 amount = 1; + if (has_amount()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->amount(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_Heal::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 amount = 1; + if (has_amount()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->amount(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_Heal::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 amount = 1; + if (has_amount()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->amount()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_Heal::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_Heal* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_Heal::MergeFrom(const CCSUsrMsg_Heal& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_amount()) { + set_amount(from.amount()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_Heal::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_Heal::CopyFrom(const CCSUsrMsg_Heal& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_Heal::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_Heal::Swap(CCSUsrMsg_Heal* other) { + if (other != this) { + std::swap(amount_, other->amount_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_Heal::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_Heal_descriptor_; + metadata.reflection = CCSUsrMsg_Heal_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_Ammo::kAmountFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_Ammo::CCSUsrMsg_Ammo() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_Ammo::InitAsDefaultInstance() { +} + +CCSUsrMsg_Ammo::CCSUsrMsg_Ammo(const CCSUsrMsg_Ammo& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_Ammo::SharedCtor() { + _cached_size_ = 0; + amount_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_Ammo::~CCSUsrMsg_Ammo() { + SharedDtor(); +} + +void CCSUsrMsg_Ammo::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_Ammo::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_Ammo::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_Ammo_descriptor_; +} + +const CCSUsrMsg_Ammo& CCSUsrMsg_Ammo::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_Ammo* CCSUsrMsg_Ammo::default_instance_ = NULL; + +CCSUsrMsg_Ammo* CCSUsrMsg_Ammo::New() const { + return new CCSUsrMsg_Ammo; +} + +void CCSUsrMsg_Ammo::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + amount_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_Ammo::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional int32 amount = 1; + case 1: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_VARINT) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>( + input, &amount_))); + set_has_amount(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_Ammo::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional int32 amount = 1; + if (has_amount()) { + ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->amount(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_Ammo::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional int32 amount = 1; + if (has_amount()) { + target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->amount(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_Ammo::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional int32 amount = 1; + if (has_amount()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::Int32Size( + this->amount()); + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_Ammo::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_Ammo* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_Ammo::MergeFrom(const CCSUsrMsg_Ammo& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_amount()) { + set_amount(from.amount()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_Ammo::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_Ammo::CopyFrom(const CCSUsrMsg_Ammo& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_Ammo::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_Ammo::Swap(CCSUsrMsg_Ammo* other) { + if (other != this) { + std::swap(amount_, other->amount_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_Ammo::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_Ammo_descriptor_; + metadata.reflection = CCSUsrMsg_Ammo_reflection_; + return metadata; +} + + +// =================================================================== + +#ifndef _MSC_VER +const int CCSUsrMsg_ActionProgress::kDurationFieldNumber; +#endif // !_MSC_VER + +CCSUsrMsg_ActionProgress::CCSUsrMsg_ActionProgress() + : ::google::protobuf::Message() { + SharedCtor(); +} + +void CCSUsrMsg_ActionProgress::InitAsDefaultInstance() { +} + +CCSUsrMsg_ActionProgress::CCSUsrMsg_ActionProgress(const CCSUsrMsg_ActionProgress& from) + : ::google::protobuf::Message() { + SharedCtor(); + MergeFrom(from); +} + +void CCSUsrMsg_ActionProgress::SharedCtor() { + _cached_size_ = 0; + duration_ = 0; + ::memset(_has_bits_, 0, sizeof(_has_bits_)); +} + +CCSUsrMsg_ActionProgress::~CCSUsrMsg_ActionProgress() { + SharedDtor(); +} + +void CCSUsrMsg_ActionProgress::SharedDtor() { + if (this != default_instance_) { + } +} + +void CCSUsrMsg_ActionProgress::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* CCSUsrMsg_ActionProgress::descriptor() { + protobuf_AssignDescriptorsOnce(); + return CCSUsrMsg_ActionProgress_descriptor_; +} + +const CCSUsrMsg_ActionProgress& CCSUsrMsg_ActionProgress::default_instance() { + if (default_instance_ == NULL) protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + return *default_instance_; +} + +CCSUsrMsg_ActionProgress* CCSUsrMsg_ActionProgress::default_instance_ = NULL; + +CCSUsrMsg_ActionProgress* CCSUsrMsg_ActionProgress::New() const { + return new CCSUsrMsg_ActionProgress; +} + +void CCSUsrMsg_ActionProgress::Clear() { + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + duration_ = 0; + } + ::memset(_has_bits_, 0, sizeof(_has_bits_)); + mutable_unknown_fields()->Clear(); +} + +bool CCSUsrMsg_ActionProgress::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!(EXPRESSION)) return false + ::google::protobuf::uint32 tag; + while ((tag = input->ReadTag()) != 0) { + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // optional float duration = 2; + case 2: { + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_FIXED32) { + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + float, ::google::protobuf::internal::WireFormatLite::TYPE_FLOAT>( + input, &duration_))); + set_has_duration(); + } else { + goto handle_uninterpreted; + } + if (input->ExpectAtEnd()) return true; + break; + } + + default: { + handle_uninterpreted: + if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == + ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) { + return true; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, mutable_unknown_fields())); + break; + } + } + } + return true; +#undef DO_ +} + +void CCSUsrMsg_ActionProgress::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // optional float duration = 2; + if (has_duration()) { + ::google::protobuf::internal::WireFormatLite::WriteFloat(2, this->duration(), output); + } + + if (!unknown_fields().empty()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + unknown_fields(), output); + } +} + +::google::protobuf::uint8* CCSUsrMsg_ActionProgress::SerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // optional float duration = 2; + if (has_duration()) { + target = ::google::protobuf::internal::WireFormatLite::WriteFloatToArray(2, this->duration(), target); + } + + if (!unknown_fields().empty()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + unknown_fields(), target); + } + return target; +} + +int CCSUsrMsg_ActionProgress::ByteSize() const { + int total_size = 0; + + if (_has_bits_[0 / 32] & (0xffu << (0 % 32))) { + // optional float duration = 2; + if (has_duration()) { + total_size += 1 + 4; + } + + } + if (!unknown_fields().empty()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + unknown_fields()); + } + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = total_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void CCSUsrMsg_ActionProgress::MergeFrom(const ::google::protobuf::Message& from) { + GOOGLE_CHECK_NE(&from, this); + const CCSUsrMsg_ActionProgress* source = + ::google::protobuf::internal::dynamic_cast_if_available( + &from); + if (source == NULL) { + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + MergeFrom(*source); + } +} + +void CCSUsrMsg_ActionProgress::MergeFrom(const CCSUsrMsg_ActionProgress& from) { + GOOGLE_CHECK_NE(&from, this); + if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { + if (from.has_duration()) { + set_duration(from.duration()); + } + } + mutable_unknown_fields()->MergeFrom(from.unknown_fields()); +} + +void CCSUsrMsg_ActionProgress::CopyFrom(const ::google::protobuf::Message& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CCSUsrMsg_ActionProgress::CopyFrom(const CCSUsrMsg_ActionProgress& from) { + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CCSUsrMsg_ActionProgress::IsInitialized() const { + + return true; +} + +void CCSUsrMsg_ActionProgress::Swap(CCSUsrMsg_ActionProgress* other) { + if (other != this) { + std::swap(duration_, other->duration_); + std::swap(_has_bits_[0], other->_has_bits_[0]); + _unknown_fields_.Swap(&other->_unknown_fields_); + std::swap(_cached_size_, other->_cached_size_); + } +} + +::google::protobuf::Metadata CCSUsrMsg_ActionProgress::GetMetadata() const { + protobuf_AssignDescriptorsOnce(); + ::google::protobuf::Metadata metadata; + metadata.descriptor = CCSUsrMsg_ActionProgress_descriptor_; + metadata.reflection = CCSUsrMsg_ActionProgress_reflection_; + return metadata; +} + + // @@protoc_insertion_point(namespace_scope) // @@protoc_insertion_point(global_scope) diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.h b/public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.h similarity index 71% rename from public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.h rename to public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.h index 618ee081..64ae56f2 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessages.pb.h +++ b/public/game/shared/vietnam/protobuf/vietnam_usermessages.pb.h @@ -1,8 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: cstrike15_usermessages.proto +// source: vietnam_usermessages.proto -#ifndef PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED -#define PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED +#ifndef PROTOBUF_vietnam_5fusermessages_2eproto__INCLUDED +#define PROTOBUF_vietnam_5fusermessages_2eproto__INCLUDED #include @@ -27,12 +27,13 @@ #include #include "google/protobuf/descriptor.pb.h" #include "netmessages.pb.h" +#include "vietnam_gcmessages.pb.h" // @@protoc_insertion_point(includes) // Internal implementation detail -- do not call these. -void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); -void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); -void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); +void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); +void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); +void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); class CCSUsrMsg_VGUIMenu; class CCSUsrMsg_VGUIMenu_Subkey; @@ -56,12 +57,13 @@ class CCSUsrMsg_Damage; class CCSUsrMsg_RadioText; class CCSUsrMsg_HintText; class CCSUsrMsg_KeyHintText; +class CCSUsrMsg_HintTextExtended; +class CCSUsrMsg_PlayerScore; +class CCSUsrMsg_SpottedDuration; +class CCSUsrMsg_Ribbon; +class CCSUsrMsg_PointOfInterest; class CCSUsrMsg_ProcessSpottedEntityUpdate; class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate; -class CEconItemPreviewDataBlock; -class CEconItemPreviewDataBlock_Sticker; -class CCSUsrMsg_SendPlayerItemDrops; -class CCSUsrMsg_SendPlayerItemFound; class CCSUsrMsg_ReloadEffect; class CCSUsrMsg_AdjustMoney; class CCSUsrMsg_ReportHit; @@ -73,6 +75,7 @@ class CCSUsrMsg_MatchEndConditions; class CCSUsrMsg_PlayerStatsUpdate; class CCSUsrMsg_PlayerStatsUpdate_Stat; class CCSUsrMsg_DisplayInventory; +class CCSUsrMsg_QuestProgress; class CCSUsrMsg_XRankGet; class CCSUsrMsg_XRankUpd; class CCSUsrMsg_CallVoteFailed; @@ -92,27 +95,6 @@ class CCSUsrMsg_MatchStatsUpdate; class CCSUsrMsg_ItemDrop; class CCSUsrMsg_GlowPropTurnOff; class CCSUsrMsg_RoundBackupFilenames; -class XpProgressData; -class CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded; -class CCSUsrMsg_XpUpdate; -class CCSUsrMsg_QuestProgress; -class ScoreLeaderboardData; -class ScoreLeaderboardData_Entry; -class ScoreLeaderboardData_AccountEntries; -class CCSUsrMsg_ScoreLeaderboardData; -class PlayerDecalDigitalSignature; -class CCSUsrMsg_PlayerDecalDigitalSignature; -class CCSUsrMsg_WeaponSound; -class CCSUsrMsg_UpdateScreenHealthBar; -class CCSUsrMsg_EntityOutlineHighlight; -class CCSUsrMsg_SSUI; -class CCSUsrMsg_SurvivalStats; -class CCSUsrMsg_SurvivalStats_Fact; -class CCSUsrMsg_SurvivalStats_Placement; -class CCSUsrMsg_SurvivalStats_Damage; -class CCSUsrMsg_EndOfMatchAllPlayersData; -class CCSUsrMsg_EndOfMatchAllPlayersData_Accolade; -class CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData; class CCSUsrMsg_ResetHud; class CCSUsrMsg_GameTitle; class CCSUsrMsg_RequestState; @@ -121,6 +103,17 @@ class CCSUsrMsg_DisconnectToLobby; class CCSUsrMsg_WarmupHasEnded; class CCSUsrMsg_ClientInfo; class CCSUsrMsg_ServerRankRevealAll; +class CCSUsrMsg_WeaponSound; +class CCSUsrMsg_EntityOutlineHighlight; +class CCSUsrMsg_SquadMemberDied; +class CCSUsrMsg_Battery; +class CCSUsrMsg_CreditsMsg; +class CCSUsrMsg_LogoTimeMsg; +class CCSUsrMsg_DamageIndicator; +class CCSUsrMsg_ViewmodelAnimevent; +class CCSUsrMsg_Heal; +class CCSUsrMsg_Ammo; +class CCSUsrMsg_ActionProgress; enum ECstrike15UserMessages { CS_UM_VGUIMenu = 1, @@ -187,17 +180,26 @@ enum ECstrike15UserMessages { CS_UM_QuestProgress = 66, CS_UM_ScoreLeaderboardData = 67, CS_UM_PlayerDecalDigitalSignature = 68, - CS_UM_WeaponSound = 69, - CS_UM_UpdateScreenHealthBar = 70, - CS_UM_EntityOutlineHighlight = 71, - CS_UM_SSUI = 72, - CS_UM_SurvivalStats = 73, - CS_UM_DisconnectToLobby2 = 74, - CS_UM_EndOfMatchAllPlayersData = 75 + CS_UM_SquadMemberDied = 69, + CS_UM_Battery = 70, + CS_UM_CreditsMsg = 71, + CS_UM_LogoTimeMsg = 72, + CS_UM_DamageIndicator = 73, + CS_UM_WeaponSound = 74, + CS_UM_EntityOutlineHighlight = 75, + CS_UM_HintTextExtended = 76, + CS_UM_PlayerScore = 77, + CS_UM_SpottedDuration = 78, + CS_UM_Ribbon = 79, + CS_UM_PointOfInterest = 80, + CS_UM_ViewmodelAnimevent = 81, + CS_UM_Heal = 82, + CS_UM_Ammo = 83, + CS_UM_ActionProgress = 84 }; bool ECstrike15UserMessages_IsValid(int value); const ECstrike15UserMessages ECstrike15UserMessages_MIN = CS_UM_VGUIMenu; -const ECstrike15UserMessages ECstrike15UserMessages_MAX = CS_UM_EndOfMatchAllPlayersData; +const ECstrike15UserMessages ECstrike15UserMessages_MAX = CS_UM_ActionProgress; const int ECstrike15UserMessages_ARRAYSIZE = ECstrike15UserMessages_MAX + 1; const ::google::protobuf::EnumDescriptor* ECstrike15UserMessages_descriptor(); @@ -210,25 +212,6 @@ inline bool ECstrike15UserMessages_Parse( return ::google::protobuf::internal::ParseNamedEnum( ECstrike15UserMessages_descriptor(), name, value); } -enum ECSUsrMsg_DisconnectToLobby_Action { - k_ECSUsrMsg_DisconnectToLobby_Action_Default = 0, - k_ECSUsrMsg_DisconnectToLobby_Action_GoQueue = 1 -}; -bool ECSUsrMsg_DisconnectToLobby_Action_IsValid(int value); -const ECSUsrMsg_DisconnectToLobby_Action ECSUsrMsg_DisconnectToLobby_Action_MIN = k_ECSUsrMsg_DisconnectToLobby_Action_Default; -const ECSUsrMsg_DisconnectToLobby_Action ECSUsrMsg_DisconnectToLobby_Action_MAX = k_ECSUsrMsg_DisconnectToLobby_Action_GoQueue; -const int ECSUsrMsg_DisconnectToLobby_Action_ARRAYSIZE = ECSUsrMsg_DisconnectToLobby_Action_MAX + 1; - -const ::google::protobuf::EnumDescriptor* ECSUsrMsg_DisconnectToLobby_Action_descriptor(); -inline const ::std::string& ECSUsrMsg_DisconnectToLobby_Action_Name(ECSUsrMsg_DisconnectToLobby_Action value) { - return ::google::protobuf::internal::NameOfEnum( - ECSUsrMsg_DisconnectToLobby_Action_descriptor(), value); -} -inline bool ECSUsrMsg_DisconnectToLobby_Action_Parse( - const ::std::string& name, ECSUsrMsg_DisconnectToLobby_Action* value) { - return ::google::protobuf::internal::ParseNamedEnum( - ECSUsrMsg_DisconnectToLobby_Action_descriptor(), name, value); -} // =================================================================== class CCSUsrMsg_VGUIMenu_Subkey : public ::google::protobuf::Message { @@ -324,9 +307,9 @@ class CCSUsrMsg_VGUIMenu_Subkey : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VGUIMenu_Subkey* default_instance_; @@ -436,9 +419,9 @@ class CCSUsrMsg_VGUIMenu : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VGUIMenu* default_instance_; @@ -518,9 +501,9 @@ class CCSUsrMsg_Geiger : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Geiger* default_instance_; @@ -600,9 +583,9 @@ class CCSUsrMsg_Train : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Train* default_instance_; @@ -687,9 +670,9 @@ class CCSUsrMsg_HudText : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_HudText* default_instance_; @@ -783,6 +766,13 @@ class CCSUsrMsg_SayText : public ::google::protobuf::Message { inline bool textallchat() const; inline void set_textallchat(bool value); + // optional bool formatwithprefixorlocation = 5; + inline bool has_formatwithprefixorlocation() const; + inline void clear_formatwithprefixorlocation(); + static const int kFormatwithprefixorlocationFieldNumber = 5; + inline bool formatwithprefixorlocation() const; + inline void set_formatwithprefixorlocation(bool value); + // @@protoc_insertion_point(class_scope:CCSUsrMsg_SayText) private: inline void set_has_ent_idx(); @@ -793,6 +783,8 @@ class CCSUsrMsg_SayText : public ::google::protobuf::Message { inline void clear_has_chat(); inline void set_has_textallchat(); inline void clear_has_textallchat(); + inline void set_has_formatwithprefixorlocation(); + inline void clear_has_formatwithprefixorlocation(); ::google::protobuf::UnknownFieldSet _unknown_fields_; @@ -800,13 +792,14 @@ class CCSUsrMsg_SayText : public ::google::protobuf::Message { ::google::protobuf::int32 ent_idx_; bool chat_; bool textallchat_; + bool formatwithprefixorlocation_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_SayText* default_instance_; @@ -916,6 +909,13 @@ class CCSUsrMsg_SayText2 : public ::google::protobuf::Message { inline bool textallchat() const; inline void set_textallchat(bool value); + // optional bool commander = 6; + inline bool has_commander() const; + inline void clear_commander(); + static const int kCommanderFieldNumber = 6; + inline bool commander() const; + inline void set_commander(bool value); + // @@protoc_insertion_point(class_scope:CCSUsrMsg_SayText2) private: inline void set_has_ent_idx(); @@ -926,21 +926,24 @@ class CCSUsrMsg_SayText2 : public ::google::protobuf::Message { inline void clear_has_msg_name(); inline void set_has_textallchat(); inline void clear_has_textallchat(); + inline void set_has_commander(); + inline void clear_has_commander(); ::google::protobuf::UnknownFieldSet _unknown_fields_; + ::std::string* msg_name_; ::google::protobuf::int32 ent_idx_; bool chat_; bool textallchat_; - ::std::string* msg_name_; + bool commander_; ::google::protobuf::RepeatedPtrField< ::std::string> params_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_SayText2* default_instance_; @@ -1037,9 +1040,9 @@ class CCSUsrMsg_TextMsg : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_TextMsg* default_instance_; @@ -1220,9 +1223,9 @@ class CCSUsrMsg_HudMsg : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(10 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_HudMsg* default_instance_; @@ -1332,9 +1335,9 @@ class CCSUsrMsg_Shake : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Shake* default_instance_; @@ -1446,9 +1449,9 @@ class CCSUsrMsg_Fade : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Fade* default_instance_; @@ -1548,9 +1551,9 @@ class CCSUsrMsg_Rumble : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Rumble* default_instance_; @@ -1665,9 +1668,9 @@ class CCSUsrMsg_CloseCaption : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_CloseCaption* default_instance_; @@ -1767,9 +1770,9 @@ class CCSUsrMsg_CloseCaptionDirect : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_CloseCaptionDirect* default_instance_; @@ -1842,21 +1845,41 @@ class CCSUsrMsg_SendAudio : public ::google::protobuf::Message { inline ::std::string* release_radio_sound(); inline void set_allocated_radio_sound(::std::string* radio_sound); + // optional bool isradio = 2; + inline bool has_isradio() const; + inline void clear_isradio(); + static const int kIsradioFieldNumber = 2; + inline bool isradio() const; + inline void set_isradio(bool value); + + // optional bool iscommander = 3; + inline bool has_iscommander() const; + inline void clear_iscommander(); + static const int kIscommanderFieldNumber = 3; + inline bool iscommander() const; + inline void set_iscommander(bool value); + // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendAudio) private: inline void set_has_radio_sound(); inline void clear_has_radio_sound(); + inline void set_has_isradio(); + inline void clear_has_isradio(); + inline void set_has_iscommander(); + inline void clear_has_iscommander(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* radio_sound_; + bool isradio_; + bool iscommander_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_SendAudio* default_instance_; @@ -1971,9 +1994,9 @@ class CCSUsrMsg_RawAudio : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_RawAudio* default_instance_; @@ -2063,9 +2086,9 @@ class CCSUsrMsg_VoiceMask_PlayerMask : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VoiceMask_PlayerMask* default_instance_; @@ -2160,9 +2183,9 @@ class CCSUsrMsg_VoiceMask : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VoiceMask* default_instance_; @@ -2246,6 +2269,13 @@ class CCSUsrMsg_Damage : public ::google::protobuf::Message { inline ::google::protobuf::int32 victim_entindex() const; inline void set_victim_entindex(::google::protobuf::int32 value); + // optional int32 damagebits = 4; + inline bool has_damagebits() const; + inline void clear_damagebits(); + static const int kDamagebitsFieldNumber = 4; + inline ::google::protobuf::int32 damagebits() const; + inline void set_damagebits(::google::protobuf::int32 value); + // @@protoc_insertion_point(class_scope:CCSUsrMsg_Damage) private: inline void set_has_amount(); @@ -2254,19 +2284,22 @@ class CCSUsrMsg_Damage : public ::google::protobuf::Message { inline void clear_has_inflictor_world_pos(); inline void set_has_victim_entindex(); inline void clear_has_victim_entindex(); + inline void set_has_damagebits(); + inline void clear_has_damagebits(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::CMsgVector* inflictor_world_pos_; ::google::protobuf::int32 amount_; ::google::protobuf::int32 victim_entindex_; + ::google::protobuf::int32 damagebits_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_Damage* default_instance_; @@ -2388,9 +2421,9 @@ class CCSUsrMsg_RadioText : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_RadioText* default_instance_; @@ -2475,9 +2508,9 @@ class CCSUsrMsg_HintText : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_HintText* default_instance_; @@ -2564,15 +2597,527 @@ class CCSUsrMsg_KeyHintText : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_KeyHintText* default_instance_; }; // ------------------------------------------------------------------- +class CCSUsrMsg_HintTextExtended : public ::google::protobuf::Message { + public: + CCSUsrMsg_HintTextExtended(); + virtual ~CCSUsrMsg_HintTextExtended(); + + CCSUsrMsg_HintTextExtended(const CCSUsrMsg_HintTextExtended& from); + + inline CCSUsrMsg_HintTextExtended& operator=(const CCSUsrMsg_HintTextExtended& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_HintTextExtended& default_instance(); + + void Swap(CCSUsrMsg_HintTextExtended* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_HintTextExtended* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_HintTextExtended& from); + void MergeFrom(const CCSUsrMsg_HintTextExtended& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // repeated string hints = 1; + inline int hints_size() const; + inline void clear_hints(); + static const int kHintsFieldNumber = 1; + inline const ::std::string& hints(int index) const; + inline ::std::string* mutable_hints(int index); + inline void set_hints(int index, const ::std::string& value); + inline void set_hints(int index, const char* value); + inline void set_hints(int index, const char* value, size_t size); + inline ::std::string* add_hints(); + inline void add_hints(const ::std::string& value); + inline void add_hints(const char* value); + inline void add_hints(const char* value, size_t size); + inline const ::google::protobuf::RepeatedPtrField< ::std::string>& hints() const; + inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_hints(); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_HintTextExtended) + private: + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::RepeatedPtrField< ::std::string> hints_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_HintTextExtended* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_PlayerScore : public ::google::protobuf::Message { + public: + CCSUsrMsg_PlayerScore(); + virtual ~CCSUsrMsg_PlayerScore(); + + CCSUsrMsg_PlayerScore(const CCSUsrMsg_PlayerScore& from); + + inline CCSUsrMsg_PlayerScore& operator=(const CCSUsrMsg_PlayerScore& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_PlayerScore& default_instance(); + + void Swap(CCSUsrMsg_PlayerScore* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_PlayerScore* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_PlayerScore& from); + void MergeFrom(const CCSUsrMsg_PlayerScore& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 amount = 1; + inline bool has_amount() const; + inline void clear_amount(); + static const int kAmountFieldNumber = 1; + inline ::google::protobuf::int32 amount() const; + inline void set_amount(::google::protobuf::int32 value); + + // optional int32 scoretype = 2; + inline bool has_scoretype() const; + inline void clear_scoretype(); + static const int kScoretypeFieldNumber = 2; + inline ::google::protobuf::int32 scoretype() const; + inline void set_scoretype(::google::protobuf::int32 value); + + // optional string killedplayername = 3; + inline bool has_killedplayername() const; + inline void clear_killedplayername(); + static const int kKilledplayernameFieldNumber = 3; + inline const ::std::string& killedplayername() const; + inline void set_killedplayername(const ::std::string& value); + inline void set_killedplayername(const char* value); + inline void set_killedplayername(const char* value, size_t size); + inline ::std::string* mutable_killedplayername(); + inline ::std::string* release_killedplayername(); + inline void set_allocated_killedplayername(::std::string* killedplayername); + + // optional int32 killedplayerteam = 4; + inline bool has_killedplayerteam() const; + inline void clear_killedplayerteam(); + static const int kKilledplayerteamFieldNumber = 4; + inline ::google::protobuf::int32 killedplayerteam() const; + inline void set_killedplayerteam(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_PlayerScore) + private: + inline void set_has_amount(); + inline void clear_has_amount(); + inline void set_has_scoretype(); + inline void clear_has_scoretype(); + inline void set_has_killedplayername(); + inline void clear_has_killedplayername(); + inline void set_has_killedplayerteam(); + inline void clear_has_killedplayerteam(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 amount_; + ::google::protobuf::int32 scoretype_; + ::std::string* killedplayername_; + ::google::protobuf::int32 killedplayerteam_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_PlayerScore* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_SpottedDuration : public ::google::protobuf::Message { + public: + CCSUsrMsg_SpottedDuration(); + virtual ~CCSUsrMsg_SpottedDuration(); + + CCSUsrMsg_SpottedDuration(const CCSUsrMsg_SpottedDuration& from); + + inline CCSUsrMsg_SpottedDuration& operator=(const CCSUsrMsg_SpottedDuration& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_SpottedDuration& default_instance(); + + void Swap(CCSUsrMsg_SpottedDuration* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_SpottedDuration* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_SpottedDuration& from); + void MergeFrom(const CCSUsrMsg_SpottedDuration& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 spottedbyindex = 1; + inline bool has_spottedbyindex() const; + inline void clear_spottedbyindex(); + static const int kSpottedbyindexFieldNumber = 1; + inline ::google::protobuf::int32 spottedbyindex() const; + inline void set_spottedbyindex(::google::protobuf::int32 value); + + // optional int32 myindex = 2; + inline bool has_myindex() const; + inline void clear_myindex(); + static const int kMyindexFieldNumber = 2; + inline ::google::protobuf::int32 myindex() const; + inline void set_myindex(::google::protobuf::int32 value); + + // optional bool spotted = 3; + inline bool has_spotted() const; + inline void clear_spotted(); + static const int kSpottedFieldNumber = 3; + inline bool spotted() const; + inline void set_spotted(bool value); + + // optional float spottedduration = 4; + inline bool has_spottedduration() const; + inline void clear_spottedduration(); + static const int kSpotteddurationFieldNumber = 4; + inline float spottedduration() const; + inline void set_spottedduration(float value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_SpottedDuration) + private: + inline void set_has_spottedbyindex(); + inline void clear_has_spottedbyindex(); + inline void set_has_myindex(); + inline void clear_has_myindex(); + inline void set_has_spotted(); + inline void clear_has_spotted(); + inline void set_has_spottedduration(); + inline void clear_has_spottedduration(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 spottedbyindex_; + ::google::protobuf::int32 myindex_; + bool spotted_; + float spottedduration_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_SpottedDuration* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_Ribbon : public ::google::protobuf::Message { + public: + CCSUsrMsg_Ribbon(); + virtual ~CCSUsrMsg_Ribbon(); + + CCSUsrMsg_Ribbon(const CCSUsrMsg_Ribbon& from); + + inline CCSUsrMsg_Ribbon& operator=(const CCSUsrMsg_Ribbon& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_Ribbon& default_instance(); + + void Swap(CCSUsrMsg_Ribbon* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_Ribbon* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_Ribbon& from); + void MergeFrom(const CCSUsrMsg_Ribbon& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 ribbontype = 1; + inline bool has_ribbontype() const; + inline void clear_ribbontype(); + static const int kRibbontypeFieldNumber = 1; + inline ::google::protobuf::int32 ribbontype() const; + inline void set_ribbontype(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_Ribbon) + private: + inline void set_has_ribbontype(); + inline void clear_has_ribbontype(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 ribbontype_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_Ribbon* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_PointOfInterest : public ::google::protobuf::Message { + public: + CCSUsrMsg_PointOfInterest(); + virtual ~CCSUsrMsg_PointOfInterest(); + + CCSUsrMsg_PointOfInterest(const CCSUsrMsg_PointOfInterest& from); + + inline CCSUsrMsg_PointOfInterest& operator=(const CCSUsrMsg_PointOfInterest& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_PointOfInterest& default_instance(); + + void Swap(CCSUsrMsg_PointOfInterest* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_PointOfInterest* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_PointOfInterest& from); + void MergeFrom(const CCSUsrMsg_PointOfInterest& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional float origin_x = 1; + inline bool has_origin_x() const; + inline void clear_origin_x(); + static const int kOriginXFieldNumber = 1; + inline float origin_x() const; + inline void set_origin_x(float value); + + // optional float origin_y = 2; + inline bool has_origin_y() const; + inline void clear_origin_y(); + static const int kOriginYFieldNumber = 2; + inline float origin_y() const; + inline void set_origin_y(float value); + + // optional float origin_z = 3; + inline bool has_origin_z() const; + inline void clear_origin_z(); + static const int kOriginZFieldNumber = 3; + inline float origin_z() const; + inline void set_origin_z(float value); + + // optional int32 point_type = 4; + inline bool has_point_type() const; + inline void clear_point_type(); + static const int kPointTypeFieldNumber = 4; + inline ::google::protobuf::int32 point_type() const; + inline void set_point_type(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_PointOfInterest) + private: + inline void set_has_origin_x(); + inline void clear_has_origin_x(); + inline void set_has_origin_y(); + inline void clear_has_origin_y(); + inline void set_has_origin_z(); + inline void clear_has_origin_z(); + inline void set_has_point_type(); + inline void clear_has_point_type(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + float origin_x_; + float origin_y_; + float origin_z_; + ::google::protobuf::int32 point_type_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_PointOfInterest* default_instance_; +}; +// ------------------------------------------------------------------- + class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate : public ::google::protobuf::Message { public: CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate(); @@ -2669,24 +3214,31 @@ class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate : public ::google inline ::google::protobuf::int32 angle_y() const; inline void set_angle_y(::google::protobuf::int32 value); - // optional bool defuser = 7; + // optional int32 team = 7; + inline bool has_team() const; + inline void clear_team(); + static const int kTeamFieldNumber = 7; + inline ::google::protobuf::int32 team() const; + inline void set_team(::google::protobuf::int32 value); + + // optional bool defuser = 8; inline bool has_defuser() const; inline void clear_defuser(); - static const int kDefuserFieldNumber = 7; + static const int kDefuserFieldNumber = 8; inline bool defuser() const; inline void set_defuser(bool value); - // optional bool player_has_defuser = 8; + // optional bool player_has_defuser = 9; inline bool has_player_has_defuser() const; inline void clear_player_has_defuser(); - static const int kPlayerHasDefuserFieldNumber = 8; + static const int kPlayerHasDefuserFieldNumber = 9; inline bool player_has_defuser() const; inline void set_player_has_defuser(bool value); - // optional bool player_has_c4 = 9; + // optional bool player_has_c4 = 10; inline bool has_player_has_c4() const; inline void clear_player_has_c4(); - static const int kPlayerHasC4FieldNumber = 9; + static const int kPlayerHasC4FieldNumber = 10; inline bool player_has_c4() const; inline void set_player_has_c4(bool value); @@ -2704,6 +3256,8 @@ class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate : public ::google inline void clear_has_origin_z(); inline void set_has_angle_y(); inline void clear_has_angle_y(); + inline void set_has_team(); + inline void clear_has_team(); inline void set_has_defuser(); inline void clear_has_defuser(); inline void set_has_player_has_defuser(); @@ -2719,16 +3273,17 @@ class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate : public ::google ::google::protobuf::int32 origin_y_; ::google::protobuf::int32 origin_z_; ::google::protobuf::int32 angle_y_; + ::google::protobuf::int32 team_; bool defuser_; bool player_has_defuser_; bool player_has_c4_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(9 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(10 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* default_instance_; @@ -2823,588 +3378,15 @@ class CCSUsrMsg_ProcessSpottedEntityUpdate : public ::google::protobuf::Message mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ProcessSpottedEntityUpdate* default_instance_; }; // ------------------------------------------------------------------- -class CEconItemPreviewDataBlock_Sticker : public ::google::protobuf::Message { - public: - CEconItemPreviewDataBlock_Sticker(); - virtual ~CEconItemPreviewDataBlock_Sticker(); - - CEconItemPreviewDataBlock_Sticker(const CEconItemPreviewDataBlock_Sticker& from); - - inline CEconItemPreviewDataBlock_Sticker& operator=(const CEconItemPreviewDataBlock_Sticker& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CEconItemPreviewDataBlock_Sticker& default_instance(); - - void Swap(CEconItemPreviewDataBlock_Sticker* other); - - // implements Message ---------------------------------------------- - - CEconItemPreviewDataBlock_Sticker* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CEconItemPreviewDataBlock_Sticker& from); - void MergeFrom(const CEconItemPreviewDataBlock_Sticker& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional uint32 slot = 1; - inline bool has_slot() const; - inline void clear_slot(); - static const int kSlotFieldNumber = 1; - inline ::google::protobuf::uint32 slot() const; - inline void set_slot(::google::protobuf::uint32 value); - - // optional uint32 sticker_id = 2; - inline bool has_sticker_id() const; - inline void clear_sticker_id(); - static const int kStickerIdFieldNumber = 2; - inline ::google::protobuf::uint32 sticker_id() const; - inline void set_sticker_id(::google::protobuf::uint32 value); - - // optional float wear = 3; - inline bool has_wear() const; - inline void clear_wear(); - static const int kWearFieldNumber = 3; - inline float wear() const; - inline void set_wear(float value); - - // optional float scale = 4; - inline bool has_scale() const; - inline void clear_scale(); - static const int kScaleFieldNumber = 4; - inline float scale() const; - inline void set_scale(float value); - - // optional float rotation = 5; - inline bool has_rotation() const; - inline void clear_rotation(); - static const int kRotationFieldNumber = 5; - inline float rotation() const; - inline void set_rotation(float value); - - // optional uint32 tint_id = 6; - inline bool has_tint_id() const; - inline void clear_tint_id(); - static const int kTintIdFieldNumber = 6; - inline ::google::protobuf::uint32 tint_id() const; - inline void set_tint_id(::google::protobuf::uint32 value); - - // @@protoc_insertion_point(class_scope:CEconItemPreviewDataBlock.Sticker) - private: - inline void set_has_slot(); - inline void clear_has_slot(); - inline void set_has_sticker_id(); - inline void clear_has_sticker_id(); - inline void set_has_wear(); - inline void clear_has_wear(); - inline void set_has_scale(); - inline void clear_has_scale(); - inline void set_has_rotation(); - inline void clear_has_rotation(); - inline void set_has_tint_id(); - inline void clear_has_tint_id(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint32 slot_; - ::google::protobuf::uint32 sticker_id_; - float wear_; - float scale_; - float rotation_; - ::google::protobuf::uint32 tint_id_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CEconItemPreviewDataBlock_Sticker* default_instance_; -}; -// ------------------------------------------------------------------- - -class CEconItemPreviewDataBlock : public ::google::protobuf::Message { - public: - CEconItemPreviewDataBlock(); - virtual ~CEconItemPreviewDataBlock(); - - CEconItemPreviewDataBlock(const CEconItemPreviewDataBlock& from); - - inline CEconItemPreviewDataBlock& operator=(const CEconItemPreviewDataBlock& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CEconItemPreviewDataBlock& default_instance(); - - void Swap(CEconItemPreviewDataBlock* other); - - // implements Message ---------------------------------------------- - - CEconItemPreviewDataBlock* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CEconItemPreviewDataBlock& from); - void MergeFrom(const CEconItemPreviewDataBlock& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - typedef CEconItemPreviewDataBlock_Sticker Sticker; - - // accessors ------------------------------------------------------- - - // optional uint32 accountid = 1; - inline bool has_accountid() const; - inline void clear_accountid(); - static const int kAccountidFieldNumber = 1; - inline ::google::protobuf::uint32 accountid() const; - inline void set_accountid(::google::protobuf::uint32 value); - - // optional uint64 itemid = 2; - inline bool has_itemid() const; - inline void clear_itemid(); - static const int kItemidFieldNumber = 2; - inline ::google::protobuf::uint64 itemid() const; - inline void set_itemid(::google::protobuf::uint64 value); - - // optional uint32 defindex = 3; - inline bool has_defindex() const; - inline void clear_defindex(); - static const int kDefindexFieldNumber = 3; - inline ::google::protobuf::uint32 defindex() const; - inline void set_defindex(::google::protobuf::uint32 value); - - // optional uint32 paintindex = 4; - inline bool has_paintindex() const; - inline void clear_paintindex(); - static const int kPaintindexFieldNumber = 4; - inline ::google::protobuf::uint32 paintindex() const; - inline void set_paintindex(::google::protobuf::uint32 value); - - // optional uint32 rarity = 5; - inline bool has_rarity() const; - inline void clear_rarity(); - static const int kRarityFieldNumber = 5; - inline ::google::protobuf::uint32 rarity() const; - inline void set_rarity(::google::protobuf::uint32 value); - - // optional uint32 quality = 6; - inline bool has_quality() const; - inline void clear_quality(); - static const int kQualityFieldNumber = 6; - inline ::google::protobuf::uint32 quality() const; - inline void set_quality(::google::protobuf::uint32 value); - - // optional uint32 paintwear = 7; - inline bool has_paintwear() const; - inline void clear_paintwear(); - static const int kPaintwearFieldNumber = 7; - inline ::google::protobuf::uint32 paintwear() const; - inline void set_paintwear(::google::protobuf::uint32 value); - - // optional uint32 paintseed = 8; - inline bool has_paintseed() const; - inline void clear_paintseed(); - static const int kPaintseedFieldNumber = 8; - inline ::google::protobuf::uint32 paintseed() const; - inline void set_paintseed(::google::protobuf::uint32 value); - - // optional uint32 killeaterscoretype = 9; - inline bool has_killeaterscoretype() const; - inline void clear_killeaterscoretype(); - static const int kKilleaterscoretypeFieldNumber = 9; - inline ::google::protobuf::uint32 killeaterscoretype() const; - inline void set_killeaterscoretype(::google::protobuf::uint32 value); - - // optional uint32 killeatervalue = 10; - inline bool has_killeatervalue() const; - inline void clear_killeatervalue(); - static const int kKilleatervalueFieldNumber = 10; - inline ::google::protobuf::uint32 killeatervalue() const; - inline void set_killeatervalue(::google::protobuf::uint32 value); - - // optional string customname = 11; - inline bool has_customname() const; - inline void clear_customname(); - static const int kCustomnameFieldNumber = 11; - inline const ::std::string& customname() const; - inline void set_customname(const ::std::string& value); - inline void set_customname(const char* value); - inline void set_customname(const char* value, size_t size); - inline ::std::string* mutable_customname(); - inline ::std::string* release_customname(); - inline void set_allocated_customname(::std::string* customname); - - // repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; - inline int stickers_size() const; - inline void clear_stickers(); - static const int kStickersFieldNumber = 12; - inline const ::CEconItemPreviewDataBlock_Sticker& stickers(int index) const; - inline ::CEconItemPreviewDataBlock_Sticker* mutable_stickers(int index); - inline ::CEconItemPreviewDataBlock_Sticker* add_stickers(); - inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock_Sticker >& - stickers() const; - inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock_Sticker >* - mutable_stickers(); - - // optional uint32 inventory = 13; - inline bool has_inventory() const; - inline void clear_inventory(); - static const int kInventoryFieldNumber = 13; - inline ::google::protobuf::uint32 inventory() const; - inline void set_inventory(::google::protobuf::uint32 value); - - // optional uint32 origin = 14; - inline bool has_origin() const; - inline void clear_origin(); - static const int kOriginFieldNumber = 14; - inline ::google::protobuf::uint32 origin() const; - inline void set_origin(::google::protobuf::uint32 value); - - // optional uint32 questid = 15; - inline bool has_questid() const; - inline void clear_questid(); - static const int kQuestidFieldNumber = 15; - inline ::google::protobuf::uint32 questid() const; - inline void set_questid(::google::protobuf::uint32 value); - - // optional uint32 dropreason = 16; - inline bool has_dropreason() const; - inline void clear_dropreason(); - static const int kDropreasonFieldNumber = 16; - inline ::google::protobuf::uint32 dropreason() const; - inline void set_dropreason(::google::protobuf::uint32 value); - - // optional uint32 musicindex = 17; - inline bool has_musicindex() const; - inline void clear_musicindex(); - static const int kMusicindexFieldNumber = 17; - inline ::google::protobuf::uint32 musicindex() const; - inline void set_musicindex(::google::protobuf::uint32 value); - - // optional int32 entindex = 18; - inline bool has_entindex() const; - inline void clear_entindex(); - static const int kEntindexFieldNumber = 18; - inline ::google::protobuf::int32 entindex() const; - inline void set_entindex(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CEconItemPreviewDataBlock) - private: - inline void set_has_accountid(); - inline void clear_has_accountid(); - inline void set_has_itemid(); - inline void clear_has_itemid(); - inline void set_has_defindex(); - inline void clear_has_defindex(); - inline void set_has_paintindex(); - inline void clear_has_paintindex(); - inline void set_has_rarity(); - inline void clear_has_rarity(); - inline void set_has_quality(); - inline void clear_has_quality(); - inline void set_has_paintwear(); - inline void clear_has_paintwear(); - inline void set_has_paintseed(); - inline void clear_has_paintseed(); - inline void set_has_killeaterscoretype(); - inline void clear_has_killeaterscoretype(); - inline void set_has_killeatervalue(); - inline void clear_has_killeatervalue(); - inline void set_has_customname(); - inline void clear_has_customname(); - inline void set_has_inventory(); - inline void clear_has_inventory(); - inline void set_has_origin(); - inline void clear_has_origin(); - inline void set_has_questid(); - inline void clear_has_questid(); - inline void set_has_dropreason(); - inline void clear_has_dropreason(); - inline void set_has_musicindex(); - inline void clear_has_musicindex(); - inline void set_has_entindex(); - inline void clear_has_entindex(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint64 itemid_; - ::google::protobuf::uint32 accountid_; - ::google::protobuf::uint32 defindex_; - ::google::protobuf::uint32 paintindex_; - ::google::protobuf::uint32 rarity_; - ::google::protobuf::uint32 quality_; - ::google::protobuf::uint32 paintwear_; - ::google::protobuf::uint32 paintseed_; - ::google::protobuf::uint32 killeaterscoretype_; - ::std::string* customname_; - ::google::protobuf::uint32 killeatervalue_; - ::google::protobuf::uint32 inventory_; - ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock_Sticker > stickers_; - ::google::protobuf::uint32 origin_; - ::google::protobuf::uint32 questid_; - ::google::protobuf::uint32 dropreason_; - ::google::protobuf::uint32 musicindex_; - ::google::protobuf::int32 entindex_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(18 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CEconItemPreviewDataBlock* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_SendPlayerItemDrops : public ::google::protobuf::Message { - public: - CCSUsrMsg_SendPlayerItemDrops(); - virtual ~CCSUsrMsg_SendPlayerItemDrops(); - - CCSUsrMsg_SendPlayerItemDrops(const CCSUsrMsg_SendPlayerItemDrops& from); - - inline CCSUsrMsg_SendPlayerItemDrops& operator=(const CCSUsrMsg_SendPlayerItemDrops& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SendPlayerItemDrops& default_instance(); - - void Swap(CCSUsrMsg_SendPlayerItemDrops* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_SendPlayerItemDrops* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SendPlayerItemDrops& from); - void MergeFrom(const CCSUsrMsg_SendPlayerItemDrops& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // repeated .CEconItemPreviewDataBlock entity_updates = 1; - inline int entity_updates_size() const; - inline void clear_entity_updates(); - static const int kEntityUpdatesFieldNumber = 1; - inline const ::CEconItemPreviewDataBlock& entity_updates(int index) const; - inline ::CEconItemPreviewDataBlock* mutable_entity_updates(int index); - inline ::CEconItemPreviewDataBlock* add_entity_updates(); - inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >& - entity_updates() const; - inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >* - mutable_entity_updates(); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendPlayerItemDrops) - private: - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock > entity_updates_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_SendPlayerItemDrops* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_SendPlayerItemFound : public ::google::protobuf::Message { - public: - CCSUsrMsg_SendPlayerItemFound(); - virtual ~CCSUsrMsg_SendPlayerItemFound(); - - CCSUsrMsg_SendPlayerItemFound(const CCSUsrMsg_SendPlayerItemFound& from); - - inline CCSUsrMsg_SendPlayerItemFound& operator=(const CCSUsrMsg_SendPlayerItemFound& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SendPlayerItemFound& default_instance(); - - void Swap(CCSUsrMsg_SendPlayerItemFound* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_SendPlayerItemFound* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SendPlayerItemFound& from); - void MergeFrom(const CCSUsrMsg_SendPlayerItemFound& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional .CEconItemPreviewDataBlock iteminfo = 1; - inline bool has_iteminfo() const; - inline void clear_iteminfo(); - static const int kIteminfoFieldNumber = 1; - inline const ::CEconItemPreviewDataBlock& iteminfo() const; - inline ::CEconItemPreviewDataBlock* mutable_iteminfo(); - inline ::CEconItemPreviewDataBlock* release_iteminfo(); - inline void set_allocated_iteminfo(::CEconItemPreviewDataBlock* iteminfo); - - // optional int32 entindex = 2; - inline bool has_entindex() const; - inline void clear_entindex(); - static const int kEntindexFieldNumber = 2; - inline ::google::protobuf::int32 entindex() const; - inline void set_entindex(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendPlayerItemFound) - private: - inline void set_has_iteminfo(); - inline void clear_has_iteminfo(); - inline void set_has_entindex(); - inline void clear_has_entindex(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::CEconItemPreviewDataBlock* iteminfo_; - ::google::protobuf::int32 entindex_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_SendPlayerItemFound* default_instance_; -}; -// ------------------------------------------------------------------- - class CCSUsrMsg_ReloadEffect : public ::google::protobuf::Message { public: CCSUsrMsg_ReloadEffect(); @@ -3518,9 +3500,9 @@ class CCSUsrMsg_ReloadEffect : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ReloadEffect* default_instance_; @@ -3600,9 +3582,9 @@ class CCSUsrMsg_AdjustMoney : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_AdjustMoney* default_instance_; @@ -3712,9 +3694,9 @@ class CCSUsrMsg_ReportHit : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ReportHit* default_instance_; @@ -3814,9 +3796,9 @@ class CCSUsrMsg_KillCam : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_KillCam* default_instance_; @@ -3926,9 +3908,9 @@ class CCSUsrMsg_DesiredTimescale : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_DesiredTimescale* default_instance_; @@ -4008,9 +3990,9 @@ class CCSUsrMsg_CurrentTimescale : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_CurrentTimescale* default_instance_; @@ -4110,9 +4092,9 @@ class CCSUsrMsg_AchievementEvent : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_AchievementEvent* default_instance_; @@ -4222,9 +4204,9 @@ class CCSUsrMsg_MatchEndConditions : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_MatchEndConditions* default_instance_; @@ -4314,9 +4296,9 @@ class CCSUsrMsg_PlayerStatsUpdate_Stat : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_PlayerStatsUpdate_Stat* default_instance_; @@ -4431,9 +4413,9 @@ class CCSUsrMsg_PlayerStatsUpdate : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_PlayerStatsUpdate* default_instance_; @@ -4523,15 +4505,127 @@ class CCSUsrMsg_DisplayInventory : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_DisplayInventory* default_instance_; }; // ------------------------------------------------------------------- +class CCSUsrMsg_QuestProgress : public ::google::protobuf::Message { + public: + CCSUsrMsg_QuestProgress(); + virtual ~CCSUsrMsg_QuestProgress(); + + CCSUsrMsg_QuestProgress(const CCSUsrMsg_QuestProgress& from); + + inline CCSUsrMsg_QuestProgress& operator=(const CCSUsrMsg_QuestProgress& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_QuestProgress& default_instance(); + + void Swap(CCSUsrMsg_QuestProgress* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_QuestProgress* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_QuestProgress& from); + void MergeFrom(const CCSUsrMsg_QuestProgress& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional uint32 quest_id = 1; + inline bool has_quest_id() const; + inline void clear_quest_id(); + static const int kQuestIdFieldNumber = 1; + inline ::google::protobuf::uint32 quest_id() const; + inline void set_quest_id(::google::protobuf::uint32 value); + + // optional uint32 normal_points = 2; + inline bool has_normal_points() const; + inline void clear_normal_points(); + static const int kNormalPointsFieldNumber = 2; + inline ::google::protobuf::uint32 normal_points() const; + inline void set_normal_points(::google::protobuf::uint32 value); + + // optional uint32 bonus_points = 3; + inline bool has_bonus_points() const; + inline void clear_bonus_points(); + static const int kBonusPointsFieldNumber = 3; + inline ::google::protobuf::uint32 bonus_points() const; + inline void set_bonus_points(::google::protobuf::uint32 value); + + // optional bool is_event_quest = 4; + inline bool has_is_event_quest() const; + inline void clear_is_event_quest(); + static const int kIsEventQuestFieldNumber = 4; + inline bool is_event_quest() const; + inline void set_is_event_quest(bool value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_QuestProgress) + private: + inline void set_has_quest_id(); + inline void clear_has_quest_id(); + inline void set_has_normal_points(); + inline void clear_has_normal_points(); + inline void set_has_bonus_points(); + inline void clear_has_bonus_points(); + inline void set_has_is_event_quest(); + inline void clear_has_is_event_quest(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::uint32 quest_id_; + ::google::protobuf::uint32 normal_points_; + ::google::protobuf::uint32 bonus_points_; + bool is_event_quest_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_QuestProgress* default_instance_; +}; +// ------------------------------------------------------------------- + class CCSUsrMsg_XRankGet : public ::google::protobuf::Message { public: CCSUsrMsg_XRankGet(); @@ -4615,9 +4709,9 @@ class CCSUsrMsg_XRankGet : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_XRankGet* default_instance_; @@ -4717,9 +4811,9 @@ class CCSUsrMsg_XRankUpd : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_XRankUpd* default_instance_; @@ -4809,9 +4903,9 @@ class CCSUsrMsg_CallVoteFailed : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_CallVoteFailed* default_instance_; @@ -4976,9 +5070,9 @@ class CCSUsrMsg_VoteStart : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(8 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VoteStart* default_instance_; @@ -5098,9 +5192,9 @@ class CCSUsrMsg_VotePass : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VotePass* default_instance_; @@ -5190,9 +5284,9 @@ class CCSUsrMsg_VoteFailed : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VoteFailed* default_instance_; @@ -5279,9 +5373,9 @@ class CCSUsrMsg_VoteSetup : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_VoteSetup* default_instance_; @@ -5391,9 +5485,9 @@ class CCSUsrMsg_SendLastKillerDamageToClient : public ::google::protobuf::Messag mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_SendLastKillerDamageToClient* default_instance_; @@ -5489,13 +5583,6 @@ class CCSUsrMsg_ServerRankUpdate_RankUpdate : public ::google::protobuf::Message inline float rank_change() const; inline void set_rank_change(float value); - // optional int32 rank_type_id = 6; - inline bool has_rank_type_id() const; - inline void clear_rank_type_id(); - static const int kRankTypeIdFieldNumber = 6; - inline ::google::protobuf::int32 rank_type_id() const; - inline void set_rank_type_id(::google::protobuf::int32 value); - // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankUpdate.RankUpdate) private: inline void set_has_account_id(); @@ -5508,8 +5595,6 @@ class CCSUsrMsg_ServerRankUpdate_RankUpdate : public ::google::protobuf::Message inline void clear_has_num_wins(); inline void set_has_rank_change(); inline void clear_has_rank_change(); - inline void set_has_rank_type_id(); - inline void clear_has_rank_type_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; @@ -5518,14 +5603,13 @@ class CCSUsrMsg_ServerRankUpdate_RankUpdate : public ::google::protobuf::Message ::google::protobuf::int32 rank_new_; ::google::protobuf::int32 num_wins_; float rank_change_; - ::google::protobuf::int32 rank_type_id_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ServerRankUpdate_RankUpdate* default_instance_; @@ -5610,9 +5694,9 @@ class CCSUsrMsg_ServerRankUpdate : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ServerRankUpdate* default_instance_; @@ -5697,9 +5781,9 @@ class CCSUsrMsg_ItemPickup : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ItemPickup* default_instance_; @@ -5804,9 +5888,9 @@ class CCSUsrMsg_ShowMenu : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ShowMenu* default_instance_; @@ -5891,9 +5975,9 @@ class CCSUsrMsg_BarTime : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_BarTime* default_instance_; @@ -5973,9 +6057,9 @@ class CCSUsrMsg_AmmoDenied : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_AmmoDenied* default_instance_; @@ -6060,9 +6144,9 @@ class CCSUsrMsg_MarkAchievement : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_MarkAchievement* default_instance_; @@ -6147,9 +6231,9 @@ class CCSUsrMsg_MatchStatsUpdate : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_MatchStatsUpdate* default_instance_; @@ -6239,9 +6323,9 @@ class CCSUsrMsg_ItemDrop : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_ItemDrop* default_instance_; @@ -6321,9 +6405,9 @@ class CCSUsrMsg_GlowPropTurnOff : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_GlowPropTurnOff* default_instance_; @@ -6443,23 +6527,23 @@ class CCSUsrMsg_RoundBackupFilenames : public ::google::protobuf::Message { mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_RoundBackupFilenames* default_instance_; }; // ------------------------------------------------------------------- -class XpProgressData : public ::google::protobuf::Message { +class CCSUsrMsg_ResetHud : public ::google::protobuf::Message { public: - XpProgressData(); - virtual ~XpProgressData(); + CCSUsrMsg_ResetHud(); + virtual ~CCSUsrMsg_ResetHud(); - XpProgressData(const XpProgressData& from); + CCSUsrMsg_ResetHud(const CCSUsrMsg_ResetHud& from); - inline XpProgressData& operator=(const XpProgressData& from) { + inline CCSUsrMsg_ResetHud& operator=(const CCSUsrMsg_ResetHud& from) { CopyFrom(from); return *this; } @@ -6473,17 +6557,17 @@ class XpProgressData : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const XpProgressData& default_instance(); + static const CCSUsrMsg_ResetHud& default_instance(); - void Swap(XpProgressData* other); + void Swap(CCSUsrMsg_ResetHud* other); // implements Message ---------------------------------------------- - XpProgressData* New() const; + CCSUsrMsg_ResetHud* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const XpProgressData& from); - void MergeFrom(const XpProgressData& from); + void CopyFrom(const CCSUsrMsg_ResetHud& from); + void MergeFrom(const CCSUsrMsg_ResetHud& from); void Clear(); bool IsInitialized() const; @@ -6506,271 +6590,42 @@ class XpProgressData : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional uint32 xp_points = 1; - inline bool has_xp_points() const; - inline void clear_xp_points(); - static const int kXpPointsFieldNumber = 1; - inline ::google::protobuf::uint32 xp_points() const; - inline void set_xp_points(::google::protobuf::uint32 value); + // optional bool reset = 1; + inline bool has_reset() const; + inline void clear_reset(); + static const int kResetFieldNumber = 1; + inline bool reset() const; + inline void set_reset(bool value); - // optional int32 xp_category = 2; - inline bool has_xp_category() const; - inline void clear_xp_category(); - static const int kXpCategoryFieldNumber = 2; - inline ::google::protobuf::int32 xp_category() const; - inline void set_xp_category(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:XpProgressData) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_ResetHud) private: - inline void set_has_xp_points(); - inline void clear_has_xp_points(); - inline void set_has_xp_category(); - inline void clear_has_xp_category(); + inline void set_has_reset(); + inline void clear_has_reset(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::uint32 xp_points_; - ::google::protobuf::int32 xp_category_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static XpProgressData* default_instance_; -}; -// ------------------------------------------------------------------- - -class CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded : public ::google::protobuf::Message { - public: - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded(); - virtual ~CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded(); - - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from); - - inline CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& operator=(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& default_instance(); - - void Swap(CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* other); - - // implements Message ---------------------------------------------- - - CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from); - void MergeFrom(const CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // repeated .XpProgressData xp_progress_data = 1; - inline int xp_progress_data_size() const; - inline void clear_xp_progress_data(); - static const int kXpProgressDataFieldNumber = 1; - inline const ::XpProgressData& xp_progress_data(int index) const; - inline ::XpProgressData* mutable_xp_progress_data(int index); - inline ::XpProgressData* add_xp_progress_data(); - inline const ::google::protobuf::RepeatedPtrField< ::XpProgressData >& - xp_progress_data() const; - inline ::google::protobuf::RepeatedPtrField< ::XpProgressData >* - mutable_xp_progress_data(); - - // optional uint32 account_id = 2; - inline bool has_account_id() const; - inline void clear_account_id(); - static const int kAccountIdFieldNumber = 2; - inline ::google::protobuf::uint32 account_id() const; - inline void set_account_id(::google::protobuf::uint32 value); - - // optional uint32 current_xp = 3; - inline bool has_current_xp() const; - inline void clear_current_xp(); - static const int kCurrentXpFieldNumber = 3; - inline ::google::protobuf::uint32 current_xp() const; - inline void set_current_xp(::google::protobuf::uint32 value); - - // optional uint32 current_level = 4; - inline bool has_current_level() const; - inline void clear_current_level(); - static const int kCurrentLevelFieldNumber = 4; - inline ::google::protobuf::uint32 current_level() const; - inline void set_current_level(::google::protobuf::uint32 value); - - // optional uint32 upgraded_defidx = 5; - inline bool has_upgraded_defidx() const; - inline void clear_upgraded_defidx(); - static const int kUpgradedDefidxFieldNumber = 5; - inline ::google::protobuf::uint32 upgraded_defidx() const; - inline void set_upgraded_defidx(::google::protobuf::uint32 value); - - // optional uint32 operation_points_awarded = 6; - inline bool has_operation_points_awarded() const; - inline void clear_operation_points_awarded(); - static const int kOperationPointsAwardedFieldNumber = 6; - inline ::google::protobuf::uint32 operation_points_awarded() const; - inline void set_operation_points_awarded(::google::protobuf::uint32 value); - - // @@protoc_insertion_point(class_scope:CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded) - private: - inline void set_has_account_id(); - inline void clear_has_account_id(); - inline void set_has_current_xp(); - inline void clear_has_current_xp(); - inline void set_has_current_level(); - inline void clear_has_current_level(); - inline void set_has_upgraded_defidx(); - inline void clear_has_upgraded_defidx(); - inline void set_has_operation_points_awarded(); - inline void clear_has_operation_points_awarded(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::RepeatedPtrField< ::XpProgressData > xp_progress_data_; - ::google::protobuf::uint32 account_id_; - ::google::protobuf::uint32 current_xp_; - ::google::protobuf::uint32 current_level_; - ::google::protobuf::uint32 upgraded_defidx_; - ::google::protobuf::uint32 operation_points_awarded_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_XpUpdate : public ::google::protobuf::Message { - public: - CCSUsrMsg_XpUpdate(); - virtual ~CCSUsrMsg_XpUpdate(); - - CCSUsrMsg_XpUpdate(const CCSUsrMsg_XpUpdate& from); - - inline CCSUsrMsg_XpUpdate& operator=(const CCSUsrMsg_XpUpdate& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_XpUpdate& default_instance(); - - void Swap(CCSUsrMsg_XpUpdate* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_XpUpdate* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_XpUpdate& from); - void MergeFrom(const CCSUsrMsg_XpUpdate& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; - inline bool has_data() const; - inline void clear_data(); - static const int kDataFieldNumber = 1; - inline const ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& data() const; - inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* mutable_data(); - inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* release_data(); - inline void set_allocated_data(::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_XpUpdate) - private: - inline void set_has_data(); - inline void clear_has_data(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data_; + bool reset_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_XpUpdate* default_instance_; + static CCSUsrMsg_ResetHud* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_QuestProgress : public ::google::protobuf::Message { +class CCSUsrMsg_GameTitle : public ::google::protobuf::Message { public: - CCSUsrMsg_QuestProgress(); - virtual ~CCSUsrMsg_QuestProgress(); + CCSUsrMsg_GameTitle(); + virtual ~CCSUsrMsg_GameTitle(); - CCSUsrMsg_QuestProgress(const CCSUsrMsg_QuestProgress& from); + CCSUsrMsg_GameTitle(const CCSUsrMsg_GameTitle& from); - inline CCSUsrMsg_QuestProgress& operator=(const CCSUsrMsg_QuestProgress& from) { + inline CCSUsrMsg_GameTitle& operator=(const CCSUsrMsg_GameTitle& from) { CopyFrom(from); return *this; } @@ -6784,17 +6639,17 @@ class CCSUsrMsg_QuestProgress : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_QuestProgress& default_instance(); + static const CCSUsrMsg_GameTitle& default_instance(); - void Swap(CCSUsrMsg_QuestProgress* other); + void Swap(CCSUsrMsg_GameTitle* other); // implements Message ---------------------------------------------- - CCSUsrMsg_QuestProgress* New() const; + CCSUsrMsg_GameTitle* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_QuestProgress& from); - void MergeFrom(const CCSUsrMsg_QuestProgress& from); + void CopyFrom(const CCSUsrMsg_GameTitle& from); + void MergeFrom(const CCSUsrMsg_GameTitle& from); void Clear(); bool IsInitialized() const; @@ -6817,464 +6672,42 @@ class CCSUsrMsg_QuestProgress : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional uint32 quest_id = 1; - inline bool has_quest_id() const; - inline void clear_quest_id(); - static const int kQuestIdFieldNumber = 1; - inline ::google::protobuf::uint32 quest_id() const; - inline void set_quest_id(::google::protobuf::uint32 value); + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); - // optional uint32 normal_points = 2; - inline bool has_normal_points() const; - inline void clear_normal_points(); - static const int kNormalPointsFieldNumber = 2; - inline ::google::protobuf::uint32 normal_points() const; - inline void set_normal_points(::google::protobuf::uint32 value); - - // optional uint32 bonus_points = 3; - inline bool has_bonus_points() const; - inline void clear_bonus_points(); - static const int kBonusPointsFieldNumber = 3; - inline ::google::protobuf::uint32 bonus_points() const; - inline void set_bonus_points(::google::protobuf::uint32 value); - - // optional bool is_event_quest = 4; - inline bool has_is_event_quest() const; - inline void clear_is_event_quest(); - static const int kIsEventQuestFieldNumber = 4; - inline bool is_event_quest() const; - inline void set_is_event_quest(bool value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_QuestProgress) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_GameTitle) private: - inline void set_has_quest_id(); - inline void clear_has_quest_id(); - inline void set_has_normal_points(); - inline void clear_has_normal_points(); - inline void set_has_bonus_points(); - inline void clear_has_bonus_points(); - inline void set_has_is_event_quest(); - inline void clear_has_is_event_quest(); + inline void set_has_dummy(); + inline void clear_has_dummy(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::uint32 quest_id_; - ::google::protobuf::uint32 normal_points_; - ::google::protobuf::uint32 bonus_points_; - bool is_event_quest_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_QuestProgress* default_instance_; -}; -// ------------------------------------------------------------------- - -class ScoreLeaderboardData_Entry : public ::google::protobuf::Message { - public: - ScoreLeaderboardData_Entry(); - virtual ~ScoreLeaderboardData_Entry(); - - ScoreLeaderboardData_Entry(const ScoreLeaderboardData_Entry& from); - - inline ScoreLeaderboardData_Entry& operator=(const ScoreLeaderboardData_Entry& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const ScoreLeaderboardData_Entry& default_instance(); - - void Swap(ScoreLeaderboardData_Entry* other); - - // implements Message ---------------------------------------------- - - ScoreLeaderboardData_Entry* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const ScoreLeaderboardData_Entry& from); - void MergeFrom(const ScoreLeaderboardData_Entry& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional uint32 tag = 1; - inline bool has_tag() const; - inline void clear_tag(); - static const int kTagFieldNumber = 1; - inline ::google::protobuf::uint32 tag() const; - inline void set_tag(::google::protobuf::uint32 value); - - // optional uint32 val = 2; - inline bool has_val() const; - inline void clear_val(); - static const int kValFieldNumber = 2; - inline ::google::protobuf::uint32 val() const; - inline void set_val(::google::protobuf::uint32 value); - - // @@protoc_insertion_point(class_scope:ScoreLeaderboardData.Entry) - private: - inline void set_has_tag(); - inline void clear_has_tag(); - inline void set_has_val(); - inline void clear_has_val(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint32 tag_; - ::google::protobuf::uint32 val_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static ScoreLeaderboardData_Entry* default_instance_; -}; -// ------------------------------------------------------------------- - -class ScoreLeaderboardData_AccountEntries : public ::google::protobuf::Message { - public: - ScoreLeaderboardData_AccountEntries(); - virtual ~ScoreLeaderboardData_AccountEntries(); - - ScoreLeaderboardData_AccountEntries(const ScoreLeaderboardData_AccountEntries& from); - - inline ScoreLeaderboardData_AccountEntries& operator=(const ScoreLeaderboardData_AccountEntries& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const ScoreLeaderboardData_AccountEntries& default_instance(); - - void Swap(ScoreLeaderboardData_AccountEntries* other); - - // implements Message ---------------------------------------------- - - ScoreLeaderboardData_AccountEntries* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const ScoreLeaderboardData_AccountEntries& from); - void MergeFrom(const ScoreLeaderboardData_AccountEntries& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional uint32 accountid = 1; - inline bool has_accountid() const; - inline void clear_accountid(); - static const int kAccountidFieldNumber = 1; - inline ::google::protobuf::uint32 accountid() const; - inline void set_accountid(::google::protobuf::uint32 value); - - // repeated .ScoreLeaderboardData.Entry entries = 2; - inline int entries_size() const; - inline void clear_entries(); - static const int kEntriesFieldNumber = 2; - inline const ::ScoreLeaderboardData_Entry& entries(int index) const; - inline ::ScoreLeaderboardData_Entry* mutable_entries(int index); - inline ::ScoreLeaderboardData_Entry* add_entries(); - inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >& - entries() const; - inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >* - mutable_entries(); - - // @@protoc_insertion_point(class_scope:ScoreLeaderboardData.AccountEntries) - private: - inline void set_has_accountid(); - inline void clear_has_accountid(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry > entries_; - ::google::protobuf::uint32 accountid_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static ScoreLeaderboardData_AccountEntries* default_instance_; -}; -// ------------------------------------------------------------------- - -class ScoreLeaderboardData : public ::google::protobuf::Message { - public: - ScoreLeaderboardData(); - virtual ~ScoreLeaderboardData(); - - ScoreLeaderboardData(const ScoreLeaderboardData& from); - - inline ScoreLeaderboardData& operator=(const ScoreLeaderboardData& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const ScoreLeaderboardData& default_instance(); - - void Swap(ScoreLeaderboardData* other); - - // implements Message ---------------------------------------------- - - ScoreLeaderboardData* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const ScoreLeaderboardData& from); - void MergeFrom(const ScoreLeaderboardData& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - typedef ScoreLeaderboardData_Entry Entry; - typedef ScoreLeaderboardData_AccountEntries AccountEntries; - - // accessors ------------------------------------------------------- - - // optional uint64 quest_id = 1; - inline bool has_quest_id() const; - inline void clear_quest_id(); - static const int kQuestIdFieldNumber = 1; - inline ::google::protobuf::uint64 quest_id() const; - inline void set_quest_id(::google::protobuf::uint64 value); - - // optional uint32 score = 2; - inline bool has_score() const; - inline void clear_score(); - static const int kScoreFieldNumber = 2; - inline ::google::protobuf::uint32 score() const; - inline void set_score(::google::protobuf::uint32 value); - - // repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; - inline int accountentries_size() const; - inline void clear_accountentries(); - static const int kAccountentriesFieldNumber = 3; - inline const ::ScoreLeaderboardData_AccountEntries& accountentries(int index) const; - inline ::ScoreLeaderboardData_AccountEntries* mutable_accountentries(int index); - inline ::ScoreLeaderboardData_AccountEntries* add_accountentries(); - inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_AccountEntries >& - accountentries() const; - inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_AccountEntries >* - mutable_accountentries(); - - // repeated .ScoreLeaderboardData.Entry matchentries = 5; - inline int matchentries_size() const; - inline void clear_matchentries(); - static const int kMatchentriesFieldNumber = 5; - inline const ::ScoreLeaderboardData_Entry& matchentries(int index) const; - inline ::ScoreLeaderboardData_Entry* mutable_matchentries(int index); - inline ::ScoreLeaderboardData_Entry* add_matchentries(); - inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >& - matchentries() const; - inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >* - mutable_matchentries(); - - // @@protoc_insertion_point(class_scope:ScoreLeaderboardData) - private: - inline void set_has_quest_id(); - inline void clear_has_quest_id(); - inline void set_has_score(); - inline void clear_has_score(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint64 quest_id_; - ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_AccountEntries > accountentries_; - ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry > matchentries_; - ::google::protobuf::uint32 score_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static ScoreLeaderboardData* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_ScoreLeaderboardData : public ::google::protobuf::Message { - public: - CCSUsrMsg_ScoreLeaderboardData(); - virtual ~CCSUsrMsg_ScoreLeaderboardData(); - - CCSUsrMsg_ScoreLeaderboardData(const CCSUsrMsg_ScoreLeaderboardData& from); - - inline CCSUsrMsg_ScoreLeaderboardData& operator=(const CCSUsrMsg_ScoreLeaderboardData& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_ScoreLeaderboardData& default_instance(); - - void Swap(CCSUsrMsg_ScoreLeaderboardData* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_ScoreLeaderboardData* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_ScoreLeaderboardData& from); - void MergeFrom(const CCSUsrMsg_ScoreLeaderboardData& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional .ScoreLeaderboardData data = 1; - inline bool has_data() const; - inline void clear_data(); - static const int kDataFieldNumber = 1; - inline const ::ScoreLeaderboardData& data() const; - inline ::ScoreLeaderboardData* mutable_data(); - inline ::ScoreLeaderboardData* release_data(); - inline void set_allocated_data(::ScoreLeaderboardData* data); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_ScoreLeaderboardData) - private: - inline void set_has_data(); - inline void clear_has_data(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::ScoreLeaderboardData* data_; + ::google::protobuf::int32 dummy_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_ScoreLeaderboardData* default_instance_; + static CCSUsrMsg_GameTitle* default_instance_; }; // ------------------------------------------------------------------- -class PlayerDecalDigitalSignature : public ::google::protobuf::Message { +class CCSUsrMsg_RequestState : public ::google::protobuf::Message { public: - PlayerDecalDigitalSignature(); - virtual ~PlayerDecalDigitalSignature(); + CCSUsrMsg_RequestState(); + virtual ~CCSUsrMsg_RequestState(); - PlayerDecalDigitalSignature(const PlayerDecalDigitalSignature& from); + CCSUsrMsg_RequestState(const CCSUsrMsg_RequestState& from); - inline PlayerDecalDigitalSignature& operator=(const PlayerDecalDigitalSignature& from) { + inline CCSUsrMsg_RequestState& operator=(const CCSUsrMsg_RequestState& from) { CopyFrom(from); return *this; } @@ -7288,17 +6721,17 @@ class PlayerDecalDigitalSignature : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const PlayerDecalDigitalSignature& default_instance(); + static const CCSUsrMsg_RequestState& default_instance(); - void Swap(PlayerDecalDigitalSignature* other); + void Swap(CCSUsrMsg_RequestState* other); // implements Message ---------------------------------------------- - PlayerDecalDigitalSignature* New() const; + CCSUsrMsg_RequestState* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const PlayerDecalDigitalSignature& from); - void MergeFrom(const PlayerDecalDigitalSignature& from); + void CopyFrom(const CCSUsrMsg_RequestState& from); + void MergeFrom(const CCSUsrMsg_RequestState& from); void Clear(); bool IsInitialized() const; @@ -7321,262 +6754,441 @@ class PlayerDecalDigitalSignature : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional bytes signature = 1; - inline bool has_signature() const; - inline void clear_signature(); - static const int kSignatureFieldNumber = 1; - inline const ::std::string& signature() const; - inline void set_signature(const ::std::string& value); - inline void set_signature(const char* value); - inline void set_signature(const void* value, size_t size); - inline ::std::string* mutable_signature(); - inline ::std::string* release_signature(); - inline void set_allocated_signature(::std::string* signature); + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); - // optional uint32 accountid = 2; - inline bool has_accountid() const; - inline void clear_accountid(); - static const int kAccountidFieldNumber = 2; - inline ::google::protobuf::uint32 accountid() const; - inline void set_accountid(::google::protobuf::uint32 value); - - // optional uint32 rtime = 3; - inline bool has_rtime() const; - inline void clear_rtime(); - static const int kRtimeFieldNumber = 3; - inline ::google::protobuf::uint32 rtime() const; - inline void set_rtime(::google::protobuf::uint32 value); - - // repeated float endpos = 4; - inline int endpos_size() const; - inline void clear_endpos(); - static const int kEndposFieldNumber = 4; - inline float endpos(int index) const; - inline void set_endpos(int index, float value); - inline void add_endpos(float value); - inline const ::google::protobuf::RepeatedField< float >& - endpos() const; - inline ::google::protobuf::RepeatedField< float >* - mutable_endpos(); - - // repeated float startpos = 5; - inline int startpos_size() const; - inline void clear_startpos(); - static const int kStartposFieldNumber = 5; - inline float startpos(int index) const; - inline void set_startpos(int index, float value); - inline void add_startpos(float value); - inline const ::google::protobuf::RepeatedField< float >& - startpos() const; - inline ::google::protobuf::RepeatedField< float >* - mutable_startpos(); - - // repeated float right = 6; - inline int right_size() const; - inline void clear_right(); - static const int kRightFieldNumber = 6; - inline float right(int index) const; - inline void set_right(int index, float value); - inline void add_right(float value); - inline const ::google::protobuf::RepeatedField< float >& - right() const; - inline ::google::protobuf::RepeatedField< float >* - mutable_right(); - - // optional uint32 tx_defidx = 7; - inline bool has_tx_defidx() const; - inline void clear_tx_defidx(); - static const int kTxDefidxFieldNumber = 7; - inline ::google::protobuf::uint32 tx_defidx() const; - inline void set_tx_defidx(::google::protobuf::uint32 value); - - // optional int32 entindex = 8; - inline bool has_entindex() const; - inline void clear_entindex(); - static const int kEntindexFieldNumber = 8; - inline ::google::protobuf::int32 entindex() const; - inline void set_entindex(::google::protobuf::int32 value); - - // optional uint32 hitbox = 9; - inline bool has_hitbox() const; - inline void clear_hitbox(); - static const int kHitboxFieldNumber = 9; - inline ::google::protobuf::uint32 hitbox() const; - inline void set_hitbox(::google::protobuf::uint32 value); - - // optional float creationtime = 10; - inline bool has_creationtime() const; - inline void clear_creationtime(); - static const int kCreationtimeFieldNumber = 10; - inline float creationtime() const; - inline void set_creationtime(float value); - - // optional uint32 equipslot = 11; - inline bool has_equipslot() const; - inline void clear_equipslot(); - static const int kEquipslotFieldNumber = 11; - inline ::google::protobuf::uint32 equipslot() const; - inline void set_equipslot(::google::protobuf::uint32 value); - - // optional uint32 trace_id = 12; - inline bool has_trace_id() const; - inline void clear_trace_id(); - static const int kTraceIdFieldNumber = 12; - inline ::google::protobuf::uint32 trace_id() const; - inline void set_trace_id(::google::protobuf::uint32 value); - - // repeated float normal = 13; - inline int normal_size() const; - inline void clear_normal(); - static const int kNormalFieldNumber = 13; - inline float normal(int index) const; - inline void set_normal(int index, float value); - inline void add_normal(float value); - inline const ::google::protobuf::RepeatedField< float >& - normal() const; - inline ::google::protobuf::RepeatedField< float >* - mutable_normal(); - - // optional uint32 tint_id = 14; - inline bool has_tint_id() const; - inline void clear_tint_id(); - static const int kTintIdFieldNumber = 14; - inline ::google::protobuf::uint32 tint_id() const; - inline void set_tint_id(::google::protobuf::uint32 value); - - // @@protoc_insertion_point(class_scope:PlayerDecalDigitalSignature) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_RequestState) private: - inline void set_has_signature(); - inline void clear_has_signature(); - inline void set_has_accountid(); - inline void clear_has_accountid(); - inline void set_has_rtime(); - inline void clear_has_rtime(); - inline void set_has_tx_defidx(); - inline void clear_has_tx_defidx(); - inline void set_has_entindex(); - inline void clear_has_entindex(); - inline void set_has_hitbox(); - inline void clear_has_hitbox(); - inline void set_has_creationtime(); - inline void clear_has_creationtime(); - inline void set_has_equipslot(); - inline void clear_has_equipslot(); - inline void set_has_trace_id(); - inline void clear_has_trace_id(); - inline void set_has_tint_id(); - inline void clear_has_tint_id(); + inline void set_has_dummy(); + inline void clear_has_dummy(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::std::string* signature_; - ::google::protobuf::uint32 accountid_; - ::google::protobuf::uint32 rtime_; - ::google::protobuf::RepeatedField< float > endpos_; - ::google::protobuf::RepeatedField< float > startpos_; - ::google::protobuf::RepeatedField< float > right_; - ::google::protobuf::uint32 tx_defidx_; - ::google::protobuf::int32 entindex_; - ::google::protobuf::uint32 hitbox_; - float creationtime_; - ::google::protobuf::uint32 equipslot_; - ::google::protobuf::uint32 trace_id_; - ::google::protobuf::RepeatedField< float > normal_; - ::google::protobuf::uint32 tint_id_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(14 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static PlayerDecalDigitalSignature* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_PlayerDecalDigitalSignature : public ::google::protobuf::Message { - public: - CCSUsrMsg_PlayerDecalDigitalSignature(); - virtual ~CCSUsrMsg_PlayerDecalDigitalSignature(); - - CCSUsrMsg_PlayerDecalDigitalSignature(const CCSUsrMsg_PlayerDecalDigitalSignature& from); - - inline CCSUsrMsg_PlayerDecalDigitalSignature& operator=(const CCSUsrMsg_PlayerDecalDigitalSignature& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_PlayerDecalDigitalSignature& default_instance(); - - void Swap(CCSUsrMsg_PlayerDecalDigitalSignature* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_PlayerDecalDigitalSignature* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_PlayerDecalDigitalSignature& from); - void MergeFrom(const CCSUsrMsg_PlayerDecalDigitalSignature& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional .PlayerDecalDigitalSignature data = 1; - inline bool has_data() const; - inline void clear_data(); - static const int kDataFieldNumber = 1; - inline const ::PlayerDecalDigitalSignature& data() const; - inline ::PlayerDecalDigitalSignature* mutable_data(); - inline ::PlayerDecalDigitalSignature* release_data(); - inline void set_allocated_data(::PlayerDecalDigitalSignature* data); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_PlayerDecalDigitalSignature) - private: - inline void set_has_data(); - inline void clear_has_data(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::PlayerDecalDigitalSignature* data_; + ::google::protobuf::int32 dummy_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_PlayerDecalDigitalSignature* default_instance_; + static CCSUsrMsg_RequestState* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_StopSpectatorMode : public ::google::protobuf::Message { + public: + CCSUsrMsg_StopSpectatorMode(); + virtual ~CCSUsrMsg_StopSpectatorMode(); + + CCSUsrMsg_StopSpectatorMode(const CCSUsrMsg_StopSpectatorMode& from); + + inline CCSUsrMsg_StopSpectatorMode& operator=(const CCSUsrMsg_StopSpectatorMode& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_StopSpectatorMode& default_instance(); + + void Swap(CCSUsrMsg_StopSpectatorMode* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_StopSpectatorMode* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_StopSpectatorMode& from); + void MergeFrom(const CCSUsrMsg_StopSpectatorMode& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_StopSpectatorMode) + private: + inline void set_has_dummy(); + inline void clear_has_dummy(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 dummy_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_StopSpectatorMode* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_DisconnectToLobby : public ::google::protobuf::Message { + public: + CCSUsrMsg_DisconnectToLobby(); + virtual ~CCSUsrMsg_DisconnectToLobby(); + + CCSUsrMsg_DisconnectToLobby(const CCSUsrMsg_DisconnectToLobby& from); + + inline CCSUsrMsg_DisconnectToLobby& operator=(const CCSUsrMsg_DisconnectToLobby& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_DisconnectToLobby& default_instance(); + + void Swap(CCSUsrMsg_DisconnectToLobby* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_DisconnectToLobby* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_DisconnectToLobby& from); + void MergeFrom(const CCSUsrMsg_DisconnectToLobby& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_DisconnectToLobby) + private: + inline void set_has_dummy(); + inline void clear_has_dummy(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 dummy_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_DisconnectToLobby* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_WarmupHasEnded : public ::google::protobuf::Message { + public: + CCSUsrMsg_WarmupHasEnded(); + virtual ~CCSUsrMsg_WarmupHasEnded(); + + CCSUsrMsg_WarmupHasEnded(const CCSUsrMsg_WarmupHasEnded& from); + + inline CCSUsrMsg_WarmupHasEnded& operator=(const CCSUsrMsg_WarmupHasEnded& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_WarmupHasEnded& default_instance(); + + void Swap(CCSUsrMsg_WarmupHasEnded* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_WarmupHasEnded* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_WarmupHasEnded& from); + void MergeFrom(const CCSUsrMsg_WarmupHasEnded& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_WarmupHasEnded) + private: + inline void set_has_dummy(); + inline void clear_has_dummy(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 dummy_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_WarmupHasEnded* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_ClientInfo : public ::google::protobuf::Message { + public: + CCSUsrMsg_ClientInfo(); + virtual ~CCSUsrMsg_ClientInfo(); + + CCSUsrMsg_ClientInfo(const CCSUsrMsg_ClientInfo& from); + + inline CCSUsrMsg_ClientInfo& operator=(const CCSUsrMsg_ClientInfo& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_ClientInfo& default_instance(); + + void Swap(CCSUsrMsg_ClientInfo* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_ClientInfo* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_ClientInfo& from); + void MergeFrom(const CCSUsrMsg_ClientInfo& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_ClientInfo) + private: + inline void set_has_dummy(); + inline void clear_has_dummy(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 dummy_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_ClientInfo* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_ServerRankRevealAll : public ::google::protobuf::Message { + public: + CCSUsrMsg_ServerRankRevealAll(); + virtual ~CCSUsrMsg_ServerRankRevealAll(); + + CCSUsrMsg_ServerRankRevealAll(const CCSUsrMsg_ServerRankRevealAll& from); + + inline CCSUsrMsg_ServerRankRevealAll& operator=(const CCSUsrMsg_ServerRankRevealAll& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_ServerRankRevealAll& default_instance(); + + void Swap(CCSUsrMsg_ServerRankRevealAll* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_ServerRankRevealAll* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_ServerRankRevealAll& from); + void MergeFrom(const CCSUsrMsg_ServerRankRevealAll& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 seconds_till_shutdown = 1; + inline bool has_seconds_till_shutdown() const; + inline void clear_seconds_till_shutdown(); + static const int kSecondsTillShutdownFieldNumber = 1; + inline ::google::protobuf::int32 seconds_till_shutdown() const; + inline void set_seconds_till_shutdown(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankRevealAll) + private: + inline void set_has_seconds_till_shutdown(); + inline void clear_has_seconds_till_shutdown(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 seconds_till_shutdown_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_ServerRankRevealAll* default_instance_; }; // ------------------------------------------------------------------- @@ -7681,6 +7293,13 @@ class CCSUsrMsg_WeaponSound : public ::google::protobuf::Message { inline float timestamp() const; inline void set_timestamp(float value); + // optional bool stop = 7; + inline bool has_stop() const; + inline void clear_stop(); + static const int kStopFieldNumber = 7; + inline bool stop() const; + inline void set_stop(bool value); + // @@protoc_insertion_point(class_scope:CCSUsrMsg_WeaponSound) private: inline void set_has_entidx(); @@ -7695,6 +7314,8 @@ class CCSUsrMsg_WeaponSound : public ::google::protobuf::Message { inline void clear_has_sound(); inline void set_has_timestamp(); inline void clear_has_timestamp(); + inline void set_has_stop(); + inline void clear_has_stop(); ::google::protobuf::UnknownFieldSet _unknown_fields_; @@ -7704,131 +7325,20 @@ class CCSUsrMsg_WeaponSound : public ::google::protobuf::Message { float origin_z_; ::std::string* sound_; float timestamp_; + bool stop_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(7 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_WeaponSound* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_UpdateScreenHealthBar : public ::google::protobuf::Message { - public: - CCSUsrMsg_UpdateScreenHealthBar(); - virtual ~CCSUsrMsg_UpdateScreenHealthBar(); - - CCSUsrMsg_UpdateScreenHealthBar(const CCSUsrMsg_UpdateScreenHealthBar& from); - - inline CCSUsrMsg_UpdateScreenHealthBar& operator=(const CCSUsrMsg_UpdateScreenHealthBar& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_UpdateScreenHealthBar& default_instance(); - - void Swap(CCSUsrMsg_UpdateScreenHealthBar* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_UpdateScreenHealthBar* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_UpdateScreenHealthBar& from); - void MergeFrom(const CCSUsrMsg_UpdateScreenHealthBar& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 entidx = 1; - inline bool has_entidx() const; - inline void clear_entidx(); - static const int kEntidxFieldNumber = 1; - inline ::google::protobuf::int32 entidx() const; - inline void set_entidx(::google::protobuf::int32 value); - - // optional float healthratio_old = 2; - inline bool has_healthratio_old() const; - inline void clear_healthratio_old(); - static const int kHealthratioOldFieldNumber = 2; - inline float healthratio_old() const; - inline void set_healthratio_old(float value); - - // optional float healthratio_new = 3; - inline bool has_healthratio_new() const; - inline void clear_healthratio_new(); - static const int kHealthratioNewFieldNumber = 3; - inline float healthratio_new() const; - inline void set_healthratio_new(float value); - - // optional int32 style = 4; - inline bool has_style() const; - inline void clear_style(); - static const int kStyleFieldNumber = 4; - inline ::google::protobuf::int32 style() const; - inline void set_style(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_UpdateScreenHealthBar) - private: - inline void set_has_entidx(); - inline void clear_has_entidx(); - inline void set_has_healthratio_old(); - inline void clear_has_healthratio_old(); - inline void set_has_healthratio_new(); - inline void clear_has_healthratio_new(); - inline void set_has_style(); - inline void clear_has_style(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 entidx_; - float healthratio_old_; - float healthratio_new_; - ::google::protobuf::int32 style_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_UpdateScreenHealthBar* default_instance_; -}; -// ------------------------------------------------------------------- - class CCSUsrMsg_EntityOutlineHighlight : public ::google::protobuf::Message { public: CCSUsrMsg_EntityOutlineHighlight(); @@ -7890,45 +7400,45 @@ class CCSUsrMsg_EntityOutlineHighlight : public ::google::protobuf::Message { inline ::google::protobuf::int32 entidx() const; inline void set_entidx(::google::protobuf::int32 value); - // optional bool removehighlight = 2; - inline bool has_removehighlight() const; - inline void clear_removehighlight(); - static const int kRemovehighlightFieldNumber = 2; - inline bool removehighlight() const; - inline void set_removehighlight(bool value); + // optional float duration = 2; + inline bool has_duration() const; + inline void clear_duration(); + static const int kDurationFieldNumber = 2; + inline float duration() const; + inline void set_duration(float value); // @@protoc_insertion_point(class_scope:CCSUsrMsg_EntityOutlineHighlight) private: inline void set_has_entidx(); inline void clear_has_entidx(); - inline void set_has_removehighlight(); - inline void clear_has_removehighlight(); + inline void set_has_duration(); + inline void clear_has_duration(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::google::protobuf::int32 entidx_; - bool removehighlight_; + float duration_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); static CCSUsrMsg_EntityOutlineHighlight* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_SSUI : public ::google::protobuf::Message { +class CCSUsrMsg_SquadMemberDied : public ::google::protobuf::Message { public: - CCSUsrMsg_SSUI(); - virtual ~CCSUsrMsg_SSUI(); + CCSUsrMsg_SquadMemberDied(); + virtual ~CCSUsrMsg_SquadMemberDied(); - CCSUsrMsg_SSUI(const CCSUsrMsg_SSUI& from); + CCSUsrMsg_SquadMemberDied(const CCSUsrMsg_SquadMemberDied& from); - inline CCSUsrMsg_SSUI& operator=(const CCSUsrMsg_SSUI& from) { + inline CCSUsrMsg_SquadMemberDied& operator=(const CCSUsrMsg_SquadMemberDied& from) { CopyFrom(from); return *this; } @@ -7942,17 +7452,17 @@ class CCSUsrMsg_SSUI : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SSUI& default_instance(); + static const CCSUsrMsg_SquadMemberDied& default_instance(); - void Swap(CCSUsrMsg_SSUI* other); + void Swap(CCSUsrMsg_SquadMemberDied* other); // implements Message ---------------------------------------------- - CCSUsrMsg_SSUI* New() const; + CCSUsrMsg_SquadMemberDied* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SSUI& from); - void MergeFrom(const CCSUsrMsg_SSUI& from); + void CopyFrom(const CCSUsrMsg_SquadMemberDied& from); + void MergeFrom(const CCSUsrMsg_SquadMemberDied& from); void Clear(); bool IsInitialized() const; @@ -7975,62 +7485,42 @@ class CCSUsrMsg_SSUI : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional bool show = 1; - inline bool has_show() const; - inline void clear_show(); - static const int kShowFieldNumber = 1; - inline bool show() const; - inline void set_show(bool value); + // optional int32 dummy = 1; + inline bool has_dummy() const; + inline void clear_dummy(); + static const int kDummyFieldNumber = 1; + inline ::google::protobuf::int32 dummy() const; + inline void set_dummy(::google::protobuf::int32 value); - // optional float start_time = 2; - inline bool has_start_time() const; - inline void clear_start_time(); - static const int kStartTimeFieldNumber = 2; - inline float start_time() const; - inline void set_start_time(float value); - - // optional float end_time = 3; - inline bool has_end_time() const; - inline void clear_end_time(); - static const int kEndTimeFieldNumber = 3; - inline float end_time() const; - inline void set_end_time(float value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SSUI) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_SquadMemberDied) private: - inline void set_has_show(); - inline void clear_has_show(); - inline void set_has_start_time(); - inline void clear_has_start_time(); - inline void set_has_end_time(); - inline void clear_has_end_time(); + inline void set_has_dummy(); + inline void clear_has_dummy(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - bool show_; - float start_time_; - float end_time_; + ::google::protobuf::int32 dummy_; mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_SSUI* default_instance_; + static CCSUsrMsg_SquadMemberDied* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_SurvivalStats_Fact : public ::google::protobuf::Message { +class CCSUsrMsg_Battery : public ::google::protobuf::Message { public: - CCSUsrMsg_SurvivalStats_Fact(); - virtual ~CCSUsrMsg_SurvivalStats_Fact(); + CCSUsrMsg_Battery(); + virtual ~CCSUsrMsg_Battery(); - CCSUsrMsg_SurvivalStats_Fact(const CCSUsrMsg_SurvivalStats_Fact& from); + CCSUsrMsg_Battery(const CCSUsrMsg_Battery& from); - inline CCSUsrMsg_SurvivalStats_Fact& operator=(const CCSUsrMsg_SurvivalStats_Fact& from) { + inline CCSUsrMsg_Battery& operator=(const CCSUsrMsg_Battery& from) { CopyFrom(from); return *this; } @@ -8044,17 +7534,17 @@ class CCSUsrMsg_SurvivalStats_Fact : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SurvivalStats_Fact& default_instance(); + static const CCSUsrMsg_Battery& default_instance(); - void Swap(CCSUsrMsg_SurvivalStats_Fact* other); + void Swap(CCSUsrMsg_Battery* other); // implements Message ---------------------------------------------- - CCSUsrMsg_SurvivalStats_Fact* New() const; + CCSUsrMsg_Battery* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SurvivalStats_Fact& from); - void MergeFrom(const CCSUsrMsg_SurvivalStats_Fact& from); + void CopyFrom(const CCSUsrMsg_Battery& from); + void MergeFrom(const CCSUsrMsg_Battery& from); void Clear(); bool IsInitialized() const; @@ -8077,72 +7567,320 @@ class CCSUsrMsg_SurvivalStats_Fact : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional int32 type = 1; - inline bool has_type() const; - inline void clear_type(); - static const int kTypeFieldNumber = 1; - inline ::google::protobuf::int32 type() const; - inline void set_type(::google::protobuf::int32 value); + // optional int32 new_battery = 1; + inline bool has_new_battery() const; + inline void clear_new_battery(); + static const int kNewBatteryFieldNumber = 1; + inline ::google::protobuf::int32 new_battery() const; + inline void set_new_battery(::google::protobuf::int32 value); - // optional int32 display = 2; - inline bool has_display() const; - inline void clear_display(); - static const int kDisplayFieldNumber = 2; - inline ::google::protobuf::int32 display() const; - inline void set_display(::google::protobuf::int32 value); - - // optional int32 value = 3; - inline bool has_value() const; - inline void clear_value(); - static const int kValueFieldNumber = 3; - inline ::google::protobuf::int32 value() const; - inline void set_value(::google::protobuf::int32 value); - - // optional float interestingness = 4; - inline bool has_interestingness() const; - inline void clear_interestingness(); - static const int kInterestingnessFieldNumber = 4; - inline float interestingness() const; - inline void set_interestingness(float value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SurvivalStats.Fact) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_Battery) private: - inline void set_has_type(); - inline void clear_has_type(); - inline void set_has_display(); - inline void clear_has_display(); - inline void set_has_value(); - inline void clear_has_value(); - inline void set_has_interestingness(); - inline void clear_has_interestingness(); + inline void set_has_new_battery(); + inline void clear_has_new_battery(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::int32 type_; - ::google::protobuf::int32 display_; - ::google::protobuf::int32 value_; - float interestingness_; + ::google::protobuf::int32 new_battery_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_Battery* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_CreditsMsg : public ::google::protobuf::Message { + public: + CCSUsrMsg_CreditsMsg(); + virtual ~CCSUsrMsg_CreditsMsg(); + + CCSUsrMsg_CreditsMsg(const CCSUsrMsg_CreditsMsg& from); + + inline CCSUsrMsg_CreditsMsg& operator=(const CCSUsrMsg_CreditsMsg& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_CreditsMsg& default_instance(); + + void Swap(CCSUsrMsg_CreditsMsg* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_CreditsMsg* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_CreditsMsg& from); + void MergeFrom(const CCSUsrMsg_CreditsMsg& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 credits_type = 1; + inline bool has_credits_type() const; + inline void clear_credits_type(); + static const int kCreditsTypeFieldNumber = 1; + inline ::google::protobuf::int32 credits_type() const; + inline void set_credits_type(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_CreditsMsg) + private: + inline void set_has_credits_type(); + inline void clear_has_credits_type(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 credits_type_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_CreditsMsg* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_LogoTimeMsg : public ::google::protobuf::Message { + public: + CCSUsrMsg_LogoTimeMsg(); + virtual ~CCSUsrMsg_LogoTimeMsg(); + + CCSUsrMsg_LogoTimeMsg(const CCSUsrMsg_LogoTimeMsg& from); + + inline CCSUsrMsg_LogoTimeMsg& operator=(const CCSUsrMsg_LogoTimeMsg& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_LogoTimeMsg& default_instance(); + + void Swap(CCSUsrMsg_LogoTimeMsg* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_LogoTimeMsg* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_LogoTimeMsg& from); + void MergeFrom(const CCSUsrMsg_LogoTimeMsg& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 logo_length = 1; + inline bool has_logo_length() const; + inline void clear_logo_length(); + static const int kLogoLengthFieldNumber = 1; + inline ::google::protobuf::int32 logo_length() const; + inline void set_logo_length(::google::protobuf::int32 value); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_LogoTimeMsg) + private: + inline void set_has_logo_length(); + inline void clear_has_logo_length(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 logo_length_; + + mutable int _cached_size_; + ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; + + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); + + void InitAsDefaultInstance(); + static CCSUsrMsg_LogoTimeMsg* default_instance_; +}; +// ------------------------------------------------------------------- + +class CCSUsrMsg_DamageIndicator : public ::google::protobuf::Message { + public: + CCSUsrMsg_DamageIndicator(); + virtual ~CCSUsrMsg_DamageIndicator(); + + CCSUsrMsg_DamageIndicator(const CCSUsrMsg_DamageIndicator& from); + + inline CCSUsrMsg_DamageIndicator& operator=(const CCSUsrMsg_DamageIndicator& from) { + CopyFrom(from); + return *this; + } + + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { + return _unknown_fields_; + } + + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { + return &_unknown_fields_; + } + + static const ::google::protobuf::Descriptor* descriptor(); + static const CCSUsrMsg_DamageIndicator& default_instance(); + + void Swap(CCSUsrMsg_DamageIndicator* other); + + // implements Message ---------------------------------------------- + + CCSUsrMsg_DamageIndicator* New() const; + void CopyFrom(const ::google::protobuf::Message& from); + void MergeFrom(const ::google::protobuf::Message& from); + void CopyFrom(const CCSUsrMsg_DamageIndicator& from); + void MergeFrom(const CCSUsrMsg_DamageIndicator& from); + void Clear(); + bool IsInitialized() const; + + int ByteSize() const; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input); + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const; + ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; + int GetCachedSize() const { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const; + public: + + ::google::protobuf::Metadata GetMetadata() const; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // optional int32 armor = 1; + inline bool has_armor() const; + inline void clear_armor(); + static const int kArmorFieldNumber = 1; + inline ::google::protobuf::int32 armor() const; + inline void set_armor(::google::protobuf::int32 value); + + // optional int32 damage_taken = 2; + inline bool has_damage_taken() const; + inline void clear_damage_taken(); + static const int kDamageTakenFieldNumber = 2; + inline ::google::protobuf::int32 damage_taken() const; + inline void set_damage_taken(::google::protobuf::int32 value); + + // optional int32 bits_damage = 3; + inline bool has_bits_damage() const; + inline void clear_bits_damage(); + static const int kBitsDamageFieldNumber = 3; + inline ::google::protobuf::int32 bits_damage() const; + inline void set_bits_damage(::google::protobuf::int32 value); + + // optional .CMsgVector from = 4; + inline bool has_from() const; + inline void clear_from(); + static const int kFromFieldNumber = 4; + inline const ::CMsgVector& from() const; + inline ::CMsgVector* mutable_from(); + inline ::CMsgVector* release_from(); + inline void set_allocated_from(::CMsgVector* from); + + // @@protoc_insertion_point(class_scope:CCSUsrMsg_DamageIndicator) + private: + inline void set_has_armor(); + inline void clear_has_armor(); + inline void set_has_damage_taken(); + inline void clear_has_damage_taken(); + inline void set_has_bits_damage(); + inline void clear_has_bits_damage(); + inline void set_has_from(); + inline void clear_has_from(); + + ::google::protobuf::UnknownFieldSet _unknown_fields_; + + ::google::protobuf::int32 armor_; + ::google::protobuf::int32 damage_taken_; + ::CMsgVector* from_; + ::google::protobuf::int32 bits_damage_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_SurvivalStats_Fact* default_instance_; + static CCSUsrMsg_DamageIndicator* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_SurvivalStats_Placement : public ::google::protobuf::Message { +class CCSUsrMsg_ViewmodelAnimevent : public ::google::protobuf::Message { public: - CCSUsrMsg_SurvivalStats_Placement(); - virtual ~CCSUsrMsg_SurvivalStats_Placement(); + CCSUsrMsg_ViewmodelAnimevent(); + virtual ~CCSUsrMsg_ViewmodelAnimevent(); - CCSUsrMsg_SurvivalStats_Placement(const CCSUsrMsg_SurvivalStats_Placement& from); + CCSUsrMsg_ViewmodelAnimevent(const CCSUsrMsg_ViewmodelAnimevent& from); - inline CCSUsrMsg_SurvivalStats_Placement& operator=(const CCSUsrMsg_SurvivalStats_Placement& from) { + inline CCSUsrMsg_ViewmodelAnimevent& operator=(const CCSUsrMsg_ViewmodelAnimevent& from) { CopyFrom(from); return *this; } @@ -8156,17 +7894,17 @@ class CCSUsrMsg_SurvivalStats_Placement : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SurvivalStats_Placement& default_instance(); + static const CCSUsrMsg_ViewmodelAnimevent& default_instance(); - void Swap(CCSUsrMsg_SurvivalStats_Placement* other); + void Swap(CCSUsrMsg_ViewmodelAnimevent* other); // implements Message ---------------------------------------------- - CCSUsrMsg_SurvivalStats_Placement* New() const; + CCSUsrMsg_ViewmodelAnimevent* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SurvivalStats_Placement& from); - void MergeFrom(const CCSUsrMsg_SurvivalStats_Placement& from); + void CopyFrom(const CCSUsrMsg_ViewmodelAnimevent& from); + void MergeFrom(const CCSUsrMsg_ViewmodelAnimevent& from); void Clear(); bool IsInitialized() const; @@ -8189,62 +7927,62 @@ class CCSUsrMsg_SurvivalStats_Placement : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional uint64 xuid = 1; - inline bool has_xuid() const; - inline void clear_xuid(); - static const int kXuidFieldNumber = 1; - inline ::google::protobuf::uint64 xuid() const; - inline void set_xuid(::google::protobuf::uint64 value); + // optional int32 entidx = 1; + inline bool has_entidx() const; + inline void clear_entidx(); + static const int kEntidxFieldNumber = 1; + inline ::google::protobuf::int32 entidx() const; + inline void set_entidx(::google::protobuf::int32 value); - // optional int32 teamnumber = 2; - inline bool has_teamnumber() const; - inline void clear_teamnumber(); - static const int kTeamnumberFieldNumber = 2; - inline ::google::protobuf::int32 teamnumber() const; - inline void set_teamnumber(::google::protobuf::int32 value); + // optional int32 animevent = 2; + inline bool has_animevent() const; + inline void clear_animevent(); + static const int kAnimeventFieldNumber = 2; + inline ::google::protobuf::int32 animevent() const; + inline void set_animevent(::google::protobuf::int32 value); - // optional int32 placement = 3; - inline bool has_placement() const; - inline void clear_placement(); - static const int kPlacementFieldNumber = 3; - inline ::google::protobuf::int32 placement() const; - inline void set_placement(::google::protobuf::int32 value); + // optional int32 nData = 3; + inline bool has_ndata() const; + inline void clear_ndata(); + static const int kNDataFieldNumber = 3; + inline ::google::protobuf::int32 ndata() const; + inline void set_ndata(::google::protobuf::int32 value); - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SurvivalStats.Placement) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_ViewmodelAnimevent) private: - inline void set_has_xuid(); - inline void clear_has_xuid(); - inline void set_has_teamnumber(); - inline void clear_has_teamnumber(); - inline void set_has_placement(); - inline void clear_has_placement(); + inline void set_has_entidx(); + inline void clear_has_entidx(); + inline void set_has_animevent(); + inline void clear_has_animevent(); + inline void set_has_ndata(); + inline void clear_has_ndata(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::uint64 xuid_; - ::google::protobuf::int32 teamnumber_; - ::google::protobuf::int32 placement_; + ::google::protobuf::int32 entidx_; + ::google::protobuf::int32 animevent_; + ::google::protobuf::int32 ndata_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_SurvivalStats_Placement* default_instance_; + static CCSUsrMsg_ViewmodelAnimevent* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_SurvivalStats_Damage : public ::google::protobuf::Message { +class CCSUsrMsg_Heal : public ::google::protobuf::Message { public: - CCSUsrMsg_SurvivalStats_Damage(); - virtual ~CCSUsrMsg_SurvivalStats_Damage(); + CCSUsrMsg_Heal(); + virtual ~CCSUsrMsg_Heal(); - CCSUsrMsg_SurvivalStats_Damage(const CCSUsrMsg_SurvivalStats_Damage& from); + CCSUsrMsg_Heal(const CCSUsrMsg_Heal& from); - inline CCSUsrMsg_SurvivalStats_Damage& operator=(const CCSUsrMsg_SurvivalStats_Damage& from) { + inline CCSUsrMsg_Heal& operator=(const CCSUsrMsg_Heal& from) { CopyFrom(from); return *this; } @@ -8258,17 +7996,17 @@ class CCSUsrMsg_SurvivalStats_Damage : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SurvivalStats_Damage& default_instance(); + static const CCSUsrMsg_Heal& default_instance(); - void Swap(CCSUsrMsg_SurvivalStats_Damage* other); + void Swap(CCSUsrMsg_Heal* other); // implements Message ---------------------------------------------- - CCSUsrMsg_SurvivalStats_Damage* New() const; + CCSUsrMsg_Heal* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SurvivalStats_Damage& from); - void MergeFrom(const CCSUsrMsg_SurvivalStats_Damage& from); + void CopyFrom(const CCSUsrMsg_Heal& from); + void MergeFrom(const CCSUsrMsg_Heal& from); void Clear(); bool IsInitialized() const; @@ -8291,661 +8029,42 @@ class CCSUsrMsg_SurvivalStats_Damage : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional uint64 xuid = 1; - inline bool has_xuid() const; - inline void clear_xuid(); - static const int kXuidFieldNumber = 1; - inline ::google::protobuf::uint64 xuid() const; - inline void set_xuid(::google::protobuf::uint64 value); + // optional int32 amount = 1; + inline bool has_amount() const; + inline void clear_amount(); + static const int kAmountFieldNumber = 1; + inline ::google::protobuf::int32 amount() const; + inline void set_amount(::google::protobuf::int32 value); - // optional int32 to = 2; - inline bool has_to() const; - inline void clear_to(); - static const int kToFieldNumber = 2; - inline ::google::protobuf::int32 to() const; - inline void set_to(::google::protobuf::int32 value); - - // optional int32 to_hits = 3; - inline bool has_to_hits() const; - inline void clear_to_hits(); - static const int kToHitsFieldNumber = 3; - inline ::google::protobuf::int32 to_hits() const; - inline void set_to_hits(::google::protobuf::int32 value); - - // optional int32 from = 4; - inline bool has_from() const; - inline void clear_from(); - static const int kFromFieldNumber = 4; - inline ::google::protobuf::int32 from() const; - inline void set_from(::google::protobuf::int32 value); - - // optional int32 from_hits = 5; - inline bool has_from_hits() const; - inline void clear_from_hits(); - static const int kFromHitsFieldNumber = 5; - inline ::google::protobuf::int32 from_hits() const; - inline void set_from_hits(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SurvivalStats.Damage) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_Heal) private: - inline void set_has_xuid(); - inline void clear_has_xuid(); - inline void set_has_to(); - inline void clear_has_to(); - inline void set_has_to_hits(); - inline void clear_has_to_hits(); - inline void set_has_from(); - inline void clear_has_from(); - inline void set_has_from_hits(); - inline void clear_has_from_hits(); + inline void set_has_amount(); + inline void clear_has_amount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::uint64 xuid_; - ::google::protobuf::int32 to_; - ::google::protobuf::int32 to_hits_; - ::google::protobuf::int32 from_; - ::google::protobuf::int32 from_hits_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_SurvivalStats_Damage* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_SurvivalStats : public ::google::protobuf::Message { - public: - CCSUsrMsg_SurvivalStats(); - virtual ~CCSUsrMsg_SurvivalStats(); - - CCSUsrMsg_SurvivalStats(const CCSUsrMsg_SurvivalStats& from); - - inline CCSUsrMsg_SurvivalStats& operator=(const CCSUsrMsg_SurvivalStats& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_SurvivalStats& default_instance(); - - void Swap(CCSUsrMsg_SurvivalStats* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_SurvivalStats* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_SurvivalStats& from); - void MergeFrom(const CCSUsrMsg_SurvivalStats& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - typedef CCSUsrMsg_SurvivalStats_Fact Fact; - typedef CCSUsrMsg_SurvivalStats_Placement Placement; - typedef CCSUsrMsg_SurvivalStats_Damage Damage; - - // accessors ------------------------------------------------------- - - // optional uint64 xuid = 1; - inline bool has_xuid() const; - inline void clear_xuid(); - static const int kXuidFieldNumber = 1; - inline ::google::protobuf::uint64 xuid() const; - inline void set_xuid(::google::protobuf::uint64 value); - - // repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; - inline int facts_size() const; - inline void clear_facts(); - static const int kFactsFieldNumber = 2; - inline const ::CCSUsrMsg_SurvivalStats_Fact& facts(int index) const; - inline ::CCSUsrMsg_SurvivalStats_Fact* mutable_facts(int index); - inline ::CCSUsrMsg_SurvivalStats_Fact* add_facts(); - inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Fact >& - facts() const; - inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Fact >* - mutable_facts(); - - // repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; - inline int users_size() const; - inline void clear_users(); - static const int kUsersFieldNumber = 3; - inline const ::CCSUsrMsg_SurvivalStats_Placement& users(int index) const; - inline ::CCSUsrMsg_SurvivalStats_Placement* mutable_users(int index); - inline ::CCSUsrMsg_SurvivalStats_Placement* add_users(); - inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Placement >& - users() const; - inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Placement >* - mutable_users(); - - // repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; - inline int damages_size() const; - inline void clear_damages(); - static const int kDamagesFieldNumber = 5; - inline const ::CCSUsrMsg_SurvivalStats_Damage& damages(int index) const; - inline ::CCSUsrMsg_SurvivalStats_Damage* mutable_damages(int index); - inline ::CCSUsrMsg_SurvivalStats_Damage* add_damages(); - inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Damage >& - damages() const; - inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Damage >* - mutable_damages(); - - // optional int32 ticknumber = 4; - inline bool has_ticknumber() const; - inline void clear_ticknumber(); - static const int kTicknumberFieldNumber = 4; - inline ::google::protobuf::int32 ticknumber() const; - inline void set_ticknumber(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_SurvivalStats) - private: - inline void set_has_xuid(); - inline void clear_has_xuid(); - inline void set_has_ticknumber(); - inline void clear_has_ticknumber(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint64 xuid_; - ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Fact > facts_; - ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Placement > users_; - ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Damage > damages_; - ::google::protobuf::int32 ticknumber_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_SurvivalStats* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_EndOfMatchAllPlayersData_Accolade : public ::google::protobuf::Message { - public: - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade(); - virtual ~CCSUsrMsg_EndOfMatchAllPlayersData_Accolade(); - - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from); - - inline CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& operator=(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& default_instance(); - - void Swap(CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from); - void MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 eaccolade = 1; - inline bool has_eaccolade() const; - inline void clear_eaccolade(); - static const int kEaccoladeFieldNumber = 1; - inline ::google::protobuf::int32 eaccolade() const; - inline void set_eaccolade(::google::protobuf::int32 value); - - // optional float value = 2; - inline bool has_value() const; - inline void clear_value(); - static const int kValueFieldNumber = 2; - inline float value() const; - inline void set_value(float value); - - // optional int32 position = 3; - inline bool has_position() const; - inline void clear_position(); - static const int kPositionFieldNumber = 3; - inline ::google::protobuf::int32 position() const; - inline void set_position(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_EndOfMatchAllPlayersData.Accolade) - private: - inline void set_has_eaccolade(); - inline void clear_has_eaccolade(); - inline void set_has_value(); - inline void clear_has_value(); - inline void set_has_position(); - inline void clear_has_position(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 eaccolade_; - float value_; - ::google::protobuf::int32 position_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData : public ::google::protobuf::Message { - public: - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData(); - virtual ~CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData(); - - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from); - - inline CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& operator=(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& default_instance(); - - void Swap(CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from); - void MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 entindex = 1; - inline bool has_entindex() const; - inline void clear_entindex(); - static const int kEntindexFieldNumber = 1; - inline ::google::protobuf::int32 entindex() const; - inline void set_entindex(::google::protobuf::int32 value); - - // optional uint64 xuid = 2; - inline bool has_xuid() const; - inline void clear_xuid(); - static const int kXuidFieldNumber = 2; - inline ::google::protobuf::uint64 xuid() const; - inline void set_xuid(::google::protobuf::uint64 value); - - // optional string name = 3; - inline bool has_name() const; - inline void clear_name(); - static const int kNameFieldNumber = 3; - inline const ::std::string& name() const; - inline void set_name(const ::std::string& value); - inline void set_name(const char* value); - inline void set_name(const char* value, size_t size); - inline ::std::string* mutable_name(); - inline ::std::string* release_name(); - inline void set_allocated_name(::std::string* name); - - // optional int32 teamnumber = 4; - inline bool has_teamnumber() const; - inline void clear_teamnumber(); - static const int kTeamnumberFieldNumber = 4; - inline ::google::protobuf::int32 teamnumber() const; - inline void set_teamnumber(::google::protobuf::int32 value); - - // optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; - inline bool has_nomination() const; - inline void clear_nomination(); - static const int kNominationFieldNumber = 5; - inline const ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& nomination() const; - inline ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* mutable_nomination(); - inline ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* release_nomination(); - inline void set_allocated_nomination(::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* nomination); - - // repeated .CEconItemPreviewDataBlock items = 6; - inline int items_size() const; - inline void clear_items(); - static const int kItemsFieldNumber = 6; - inline const ::CEconItemPreviewDataBlock& items(int index) const; - inline ::CEconItemPreviewDataBlock* mutable_items(int index); - inline ::CEconItemPreviewDataBlock* add_items(); - inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >& - items() const; - inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >* - mutable_items(); - - // optional int32 playercolor = 7; - inline bool has_playercolor() const; - inline void clear_playercolor(); - static const int kPlayercolorFieldNumber = 7; - inline ::google::protobuf::int32 playercolor() const; - inline void set_playercolor(::google::protobuf::int32 value); - - // optional bool isbot = 8; - inline bool has_isbot() const; - inline void clear_isbot(); - static const int kIsbotFieldNumber = 8; - inline bool isbot() const; - inline void set_isbot(bool value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData) - private: - inline void set_has_entindex(); - inline void clear_has_entindex(); - inline void set_has_xuid(); - inline void clear_has_xuid(); - inline void set_has_name(); - inline void clear_has_name(); - inline void set_has_teamnumber(); - inline void clear_has_teamnumber(); - inline void set_has_nomination(); - inline void clear_has_nomination(); - inline void set_has_playercolor(); - inline void clear_has_playercolor(); - inline void set_has_isbot(); - inline void clear_has_isbot(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::uint64 xuid_; - ::google::protobuf::int32 entindex_; - ::google::protobuf::int32 teamnumber_; - ::std::string* name_; - ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* nomination_; - ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock > items_; - ::google::protobuf::int32 playercolor_; - bool isbot_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(8 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_EndOfMatchAllPlayersData : public ::google::protobuf::Message { - public: - CCSUsrMsg_EndOfMatchAllPlayersData(); - virtual ~CCSUsrMsg_EndOfMatchAllPlayersData(); - - CCSUsrMsg_EndOfMatchAllPlayersData(const CCSUsrMsg_EndOfMatchAllPlayersData& from); - - inline CCSUsrMsg_EndOfMatchAllPlayersData& operator=(const CCSUsrMsg_EndOfMatchAllPlayersData& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_EndOfMatchAllPlayersData& default_instance(); - - void Swap(CCSUsrMsg_EndOfMatchAllPlayersData* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_EndOfMatchAllPlayersData* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_EndOfMatchAllPlayersData& from); - void MergeFrom(const CCSUsrMsg_EndOfMatchAllPlayersData& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - typedef CCSUsrMsg_EndOfMatchAllPlayersData_Accolade Accolade; - typedef CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData PlayerData; - - // accessors ------------------------------------------------------- - - // repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; - inline int allplayerdata_size() const; - inline void clear_allplayerdata(); - static const int kAllplayerdataFieldNumber = 1; - inline const ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& allplayerdata(int index) const; - inline ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* mutable_allplayerdata(int index); - inline ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* add_allplayerdata(); - inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData >& - allplayerdata() const; - inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData >* - mutable_allplayerdata(); - - // optional int32 scene = 2; - inline bool has_scene() const; - inline void clear_scene(); - static const int kSceneFieldNumber = 2; - inline ::google::protobuf::int32 scene() const; - inline void set_scene(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_EndOfMatchAllPlayersData) - private: - inline void set_has_scene(); - inline void clear_has_scene(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData > allplayerdata_; - ::google::protobuf::int32 scene_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_EndOfMatchAllPlayersData* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_ResetHud : public ::google::protobuf::Message { - public: - CCSUsrMsg_ResetHud(); - virtual ~CCSUsrMsg_ResetHud(); - - CCSUsrMsg_ResetHud(const CCSUsrMsg_ResetHud& from); - - inline CCSUsrMsg_ResetHud& operator=(const CCSUsrMsg_ResetHud& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_ResetHud& default_instance(); - - void Swap(CCSUsrMsg_ResetHud* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_ResetHud* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_ResetHud& from); - void MergeFrom(const CCSUsrMsg_ResetHud& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional bool reset = 1; - inline bool has_reset() const; - inline void clear_reset(); - static const int kResetFieldNumber = 1; - inline bool reset() const; - inline void set_reset(bool value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_ResetHud) - private: - inline void set_has_reset(); - inline void clear_has_reset(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - bool reset_; + ::google::protobuf::int32 amount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_ResetHud* default_instance_; + static CCSUsrMsg_Heal* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_GameTitle : public ::google::protobuf::Message { +class CCSUsrMsg_Ammo : public ::google::protobuf::Message { public: - CCSUsrMsg_GameTitle(); - virtual ~CCSUsrMsg_GameTitle(); + CCSUsrMsg_Ammo(); + virtual ~CCSUsrMsg_Ammo(); - CCSUsrMsg_GameTitle(const CCSUsrMsg_GameTitle& from); + CCSUsrMsg_Ammo(const CCSUsrMsg_Ammo& from); - inline CCSUsrMsg_GameTitle& operator=(const CCSUsrMsg_GameTitle& from) { + inline CCSUsrMsg_Ammo& operator=(const CCSUsrMsg_Ammo& from) { CopyFrom(from); return *this; } @@ -8959,17 +8078,17 @@ class CCSUsrMsg_GameTitle : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_GameTitle& default_instance(); + static const CCSUsrMsg_Ammo& default_instance(); - void Swap(CCSUsrMsg_GameTitle* other); + void Swap(CCSUsrMsg_Ammo* other); // implements Message ---------------------------------------------- - CCSUsrMsg_GameTitle* New() const; + CCSUsrMsg_Ammo* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_GameTitle& from); - void MergeFrom(const CCSUsrMsg_GameTitle& from); + void CopyFrom(const CCSUsrMsg_Ammo& from); + void MergeFrom(const CCSUsrMsg_Ammo& from); void Clear(); bool IsInitialized() const; @@ -8992,42 +8111,42 @@ class CCSUsrMsg_GameTitle : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); + // optional int32 amount = 1; + inline bool has_amount() const; + inline void clear_amount(); + static const int kAmountFieldNumber = 1; + inline ::google::protobuf::int32 amount() const; + inline void set_amount(::google::protobuf::int32 value); - // @@protoc_insertion_point(class_scope:CCSUsrMsg_GameTitle) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_Ammo) private: - inline void set_has_dummy(); - inline void clear_has_dummy(); + inline void set_has_amount(); + inline void clear_has_amount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::int32 dummy_; + ::google::protobuf::int32 amount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_GameTitle* default_instance_; + static CCSUsrMsg_Ammo* default_instance_; }; // ------------------------------------------------------------------- -class CCSUsrMsg_RequestState : public ::google::protobuf::Message { +class CCSUsrMsg_ActionProgress : public ::google::protobuf::Message { public: - CCSUsrMsg_RequestState(); - virtual ~CCSUsrMsg_RequestState(); + CCSUsrMsg_ActionProgress(); + virtual ~CCSUsrMsg_ActionProgress(); - CCSUsrMsg_RequestState(const CCSUsrMsg_RequestState& from); + CCSUsrMsg_ActionProgress(const CCSUsrMsg_ActionProgress& from); - inline CCSUsrMsg_RequestState& operator=(const CCSUsrMsg_RequestState& from) { + inline CCSUsrMsg_ActionProgress& operator=(const CCSUsrMsg_ActionProgress& from) { CopyFrom(from); return *this; } @@ -9041,17 +8160,17 @@ class CCSUsrMsg_RequestState : public ::google::protobuf::Message { } static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_RequestState& default_instance(); + static const CCSUsrMsg_ActionProgress& default_instance(); - void Swap(CCSUsrMsg_RequestState* other); + void Swap(CCSUsrMsg_ActionProgress* other); // implements Message ---------------------------------------------- - CCSUsrMsg_RequestState* New() const; + CCSUsrMsg_ActionProgress* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_RequestState& from); - void MergeFrom(const CCSUsrMsg_RequestState& from); + void CopyFrom(const CCSUsrMsg_ActionProgress& from); + void MergeFrom(const CCSUsrMsg_ActionProgress& from); void Clear(); bool IsInitialized() const; @@ -9074,441 +8193,31 @@ class CCSUsrMsg_RequestState : public ::google::protobuf::Message { // accessors ------------------------------------------------------- - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); + // optional float duration = 2; + inline bool has_duration() const; + inline void clear_duration(); + static const int kDurationFieldNumber = 2; + inline float duration() const; + inline void set_duration(float value); - // @@protoc_insertion_point(class_scope:CCSUsrMsg_RequestState) + // @@protoc_insertion_point(class_scope:CCSUsrMsg_ActionProgress) private: - inline void set_has_dummy(); - inline void clear_has_dummy(); + inline void set_has_duration(); + inline void clear_has_duration(); ::google::protobuf::UnknownFieldSet _unknown_fields_; - ::google::protobuf::int32 dummy_; + float duration_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); + friend void protobuf_AddDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_AssignDesc_vietnam_5fusermessages_2eproto(); + friend void protobuf_ShutdownFile_vietnam_5fusermessages_2eproto(); void InitAsDefaultInstance(); - static CCSUsrMsg_RequestState* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_StopSpectatorMode : public ::google::protobuf::Message { - public: - CCSUsrMsg_StopSpectatorMode(); - virtual ~CCSUsrMsg_StopSpectatorMode(); - - CCSUsrMsg_StopSpectatorMode(const CCSUsrMsg_StopSpectatorMode& from); - - inline CCSUsrMsg_StopSpectatorMode& operator=(const CCSUsrMsg_StopSpectatorMode& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_StopSpectatorMode& default_instance(); - - void Swap(CCSUsrMsg_StopSpectatorMode* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_StopSpectatorMode* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_StopSpectatorMode& from); - void MergeFrom(const CCSUsrMsg_StopSpectatorMode& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_StopSpectatorMode) - private: - inline void set_has_dummy(); - inline void clear_has_dummy(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 dummy_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_StopSpectatorMode* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_DisconnectToLobby : public ::google::protobuf::Message { - public: - CCSUsrMsg_DisconnectToLobby(); - virtual ~CCSUsrMsg_DisconnectToLobby(); - - CCSUsrMsg_DisconnectToLobby(const CCSUsrMsg_DisconnectToLobby& from); - - inline CCSUsrMsg_DisconnectToLobby& operator=(const CCSUsrMsg_DisconnectToLobby& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_DisconnectToLobby& default_instance(); - - void Swap(CCSUsrMsg_DisconnectToLobby* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_DisconnectToLobby* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_DisconnectToLobby& from); - void MergeFrom(const CCSUsrMsg_DisconnectToLobby& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_DisconnectToLobby) - private: - inline void set_has_dummy(); - inline void clear_has_dummy(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 dummy_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_DisconnectToLobby* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_WarmupHasEnded : public ::google::protobuf::Message { - public: - CCSUsrMsg_WarmupHasEnded(); - virtual ~CCSUsrMsg_WarmupHasEnded(); - - CCSUsrMsg_WarmupHasEnded(const CCSUsrMsg_WarmupHasEnded& from); - - inline CCSUsrMsg_WarmupHasEnded& operator=(const CCSUsrMsg_WarmupHasEnded& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_WarmupHasEnded& default_instance(); - - void Swap(CCSUsrMsg_WarmupHasEnded* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_WarmupHasEnded* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_WarmupHasEnded& from); - void MergeFrom(const CCSUsrMsg_WarmupHasEnded& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_WarmupHasEnded) - private: - inline void set_has_dummy(); - inline void clear_has_dummy(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 dummy_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_WarmupHasEnded* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_ClientInfo : public ::google::protobuf::Message { - public: - CCSUsrMsg_ClientInfo(); - virtual ~CCSUsrMsg_ClientInfo(); - - CCSUsrMsg_ClientInfo(const CCSUsrMsg_ClientInfo& from); - - inline CCSUsrMsg_ClientInfo& operator=(const CCSUsrMsg_ClientInfo& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_ClientInfo& default_instance(); - - void Swap(CCSUsrMsg_ClientInfo* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_ClientInfo* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_ClientInfo& from); - void MergeFrom(const CCSUsrMsg_ClientInfo& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 dummy = 1; - inline bool has_dummy() const; - inline void clear_dummy(); - static const int kDummyFieldNumber = 1; - inline ::google::protobuf::int32 dummy() const; - inline void set_dummy(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_ClientInfo) - private: - inline void set_has_dummy(); - inline void clear_has_dummy(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 dummy_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_ClientInfo* default_instance_; -}; -// ------------------------------------------------------------------- - -class CCSUsrMsg_ServerRankRevealAll : public ::google::protobuf::Message { - public: - CCSUsrMsg_ServerRankRevealAll(); - virtual ~CCSUsrMsg_ServerRankRevealAll(); - - CCSUsrMsg_ServerRankRevealAll(const CCSUsrMsg_ServerRankRevealAll& from); - - inline CCSUsrMsg_ServerRankRevealAll& operator=(const CCSUsrMsg_ServerRankRevealAll& from) { - CopyFrom(from); - return *this; - } - - inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { - return _unknown_fields_; - } - - inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { - return &_unknown_fields_; - } - - static const ::google::protobuf::Descriptor* descriptor(); - static const CCSUsrMsg_ServerRankRevealAll& default_instance(); - - void Swap(CCSUsrMsg_ServerRankRevealAll* other); - - // implements Message ---------------------------------------------- - - CCSUsrMsg_ServerRankRevealAll* New() const; - void CopyFrom(const ::google::protobuf::Message& from); - void MergeFrom(const ::google::protobuf::Message& from); - void CopyFrom(const CCSUsrMsg_ServerRankRevealAll& from); - void MergeFrom(const CCSUsrMsg_ServerRankRevealAll& from); - void Clear(); - bool IsInitialized() const; - - int ByteSize() const; - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input); - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const; - ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; - int GetCachedSize() const { return _cached_size_; } - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const; - public: - - ::google::protobuf::Metadata GetMetadata() const; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // optional int32 seconds_till_shutdown = 1; - inline bool has_seconds_till_shutdown() const; - inline void clear_seconds_till_shutdown(); - static const int kSecondsTillShutdownFieldNumber = 1; - inline ::google::protobuf::int32 seconds_till_shutdown() const; - inline void set_seconds_till_shutdown(::google::protobuf::int32 value); - - // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankRevealAll) - private: - inline void set_has_seconds_till_shutdown(); - inline void clear_has_seconds_till_shutdown(); - - ::google::protobuf::UnknownFieldSet _unknown_fields_; - - ::google::protobuf::int32 seconds_till_shutdown_; - - mutable int _cached_size_; - ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; - - friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto(); - friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto(); - - void InitAsDefaultInstance(); - static CCSUsrMsg_ServerRankRevealAll* default_instance_; + static CCSUsrMsg_ActionProgress* default_instance_; }; // =================================================================== @@ -10044,6 +8753,28 @@ inline void CCSUsrMsg_SayText::set_textallchat(bool value) { textallchat_ = value; } +// optional bool formatwithprefixorlocation = 5; +inline bool CCSUsrMsg_SayText::has_formatwithprefixorlocation() const { + return (_has_bits_[0] & 0x00000010u) != 0; +} +inline void CCSUsrMsg_SayText::set_has_formatwithprefixorlocation() { + _has_bits_[0] |= 0x00000010u; +} +inline void CCSUsrMsg_SayText::clear_has_formatwithprefixorlocation() { + _has_bits_[0] &= ~0x00000010u; +} +inline void CCSUsrMsg_SayText::clear_formatwithprefixorlocation() { + formatwithprefixorlocation_ = false; + clear_has_formatwithprefixorlocation(); +} +inline bool CCSUsrMsg_SayText::formatwithprefixorlocation() const { + return formatwithprefixorlocation_; +} +inline void CCSUsrMsg_SayText::set_formatwithprefixorlocation(bool value) { + set_has_formatwithprefixorlocation(); + formatwithprefixorlocation_ = value; +} + // ------------------------------------------------------------------- // CCSUsrMsg_SayText2 @@ -10228,6 +8959,28 @@ inline void CCSUsrMsg_SayText2::set_textallchat(bool value) { textallchat_ = value; } +// optional bool commander = 6; +inline bool CCSUsrMsg_SayText2::has_commander() const { + return (_has_bits_[0] & 0x00000020u) != 0; +} +inline void CCSUsrMsg_SayText2::set_has_commander() { + _has_bits_[0] |= 0x00000020u; +} +inline void CCSUsrMsg_SayText2::clear_has_commander() { + _has_bits_[0] &= ~0x00000020u; +} +inline void CCSUsrMsg_SayText2::clear_commander() { + commander_ = false; + clear_has_commander(); +} +inline bool CCSUsrMsg_SayText2::commander() const { + return commander_; +} +inline void CCSUsrMsg_SayText2::set_commander(bool value) { + set_has_commander(); + commander_ = value; +} + // ------------------------------------------------------------------- // CCSUsrMsg_TextMsg @@ -11172,6 +9925,50 @@ inline void CCSUsrMsg_SendAudio::set_allocated_radio_sound(::std::string* radio_ } } +// optional bool isradio = 2; +inline bool CCSUsrMsg_SendAudio::has_isradio() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_SendAudio::set_has_isradio() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_SendAudio::clear_has_isradio() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_SendAudio::clear_isradio() { + isradio_ = false; + clear_has_isradio(); +} +inline bool CCSUsrMsg_SendAudio::isradio() const { + return isradio_; +} +inline void CCSUsrMsg_SendAudio::set_isradio(bool value) { + set_has_isradio(); + isradio_ = value; +} + +// optional bool iscommander = 3; +inline bool CCSUsrMsg_SendAudio::has_iscommander() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_SendAudio::set_has_iscommander() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_SendAudio::clear_has_iscommander() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_SendAudio::clear_iscommander() { + iscommander_ = false; + clear_has_iscommander(); +} +inline bool CCSUsrMsg_SendAudio::iscommander() const { + return iscommander_; +} +inline void CCSUsrMsg_SendAudio::set_iscommander(bool value) { + set_has_iscommander(); + iscommander_ = value; +} + // ------------------------------------------------------------------- // CCSUsrMsg_RawAudio @@ -11497,6 +10294,28 @@ inline void CCSUsrMsg_Damage::set_victim_entindex(::google::protobuf::int32 valu victim_entindex_ = value; } +// optional int32 damagebits = 4; +inline bool CCSUsrMsg_Damage::has_damagebits() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_Damage::set_has_damagebits() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_Damage::clear_has_damagebits() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_Damage::clear_damagebits() { + damagebits_ = 0; + clear_has_damagebits(); +} +inline ::google::protobuf::int32 CCSUsrMsg_Damage::damagebits() const { + return damagebits_; +} +inline void CCSUsrMsg_Damage::set_damagebits(::google::protobuf::int32 value) { + set_has_damagebits(); + damagebits_ = value; +} + // ------------------------------------------------------------------- // CCSUsrMsg_RadioText @@ -11783,6 +10602,404 @@ CCSUsrMsg_KeyHintText::mutable_hints() { // ------------------------------------------------------------------- +// CCSUsrMsg_HintTextExtended + +// repeated string hints = 1; +inline int CCSUsrMsg_HintTextExtended::hints_size() const { + return hints_.size(); +} +inline void CCSUsrMsg_HintTextExtended::clear_hints() { + hints_.Clear(); +} +inline const ::std::string& CCSUsrMsg_HintTextExtended::hints(int index) const { + return hints_.Get(index); +} +inline ::std::string* CCSUsrMsg_HintTextExtended::mutable_hints(int index) { + return hints_.Mutable(index); +} +inline void CCSUsrMsg_HintTextExtended::set_hints(int index, const ::std::string& value) { + hints_.Mutable(index)->assign(value); +} +inline void CCSUsrMsg_HintTextExtended::set_hints(int index, const char* value) { + hints_.Mutable(index)->assign(value); +} +inline void CCSUsrMsg_HintTextExtended::set_hints(int index, const char* value, size_t size) { + hints_.Mutable(index)->assign( + reinterpret_cast(value), size); +} +inline ::std::string* CCSUsrMsg_HintTextExtended::add_hints() { + return hints_.Add(); +} +inline void CCSUsrMsg_HintTextExtended::add_hints(const ::std::string& value) { + hints_.Add()->assign(value); +} +inline void CCSUsrMsg_HintTextExtended::add_hints(const char* value) { + hints_.Add()->assign(value); +} +inline void CCSUsrMsg_HintTextExtended::add_hints(const char* value, size_t size) { + hints_.Add()->assign(reinterpret_cast(value), size); +} +inline const ::google::protobuf::RepeatedPtrField< ::std::string>& +CCSUsrMsg_HintTextExtended::hints() const { + return hints_; +} +inline ::google::protobuf::RepeatedPtrField< ::std::string>* +CCSUsrMsg_HintTextExtended::mutable_hints() { + return &hints_; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_PlayerScore + +// optional int32 amount = 1; +inline bool CCSUsrMsg_PlayerScore::has_amount() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_PlayerScore::set_has_amount() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_PlayerScore::clear_has_amount() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_PlayerScore::clear_amount() { + amount_ = 0; + clear_has_amount(); +} +inline ::google::protobuf::int32 CCSUsrMsg_PlayerScore::amount() const { + return amount_; +} +inline void CCSUsrMsg_PlayerScore::set_amount(::google::protobuf::int32 value) { + set_has_amount(); + amount_ = value; +} + +// optional int32 scoretype = 2; +inline bool CCSUsrMsg_PlayerScore::has_scoretype() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_PlayerScore::set_has_scoretype() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_PlayerScore::clear_has_scoretype() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_PlayerScore::clear_scoretype() { + scoretype_ = 0; + clear_has_scoretype(); +} +inline ::google::protobuf::int32 CCSUsrMsg_PlayerScore::scoretype() const { + return scoretype_; +} +inline void CCSUsrMsg_PlayerScore::set_scoretype(::google::protobuf::int32 value) { + set_has_scoretype(); + scoretype_ = value; +} + +// optional string killedplayername = 3; +inline bool CCSUsrMsg_PlayerScore::has_killedplayername() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_PlayerScore::set_has_killedplayername() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_PlayerScore::clear_has_killedplayername() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_PlayerScore::clear_killedplayername() { + if (killedplayername_ != &::google::protobuf::internal::kEmptyString) { + killedplayername_->clear(); + } + clear_has_killedplayername(); +} +inline const ::std::string& CCSUsrMsg_PlayerScore::killedplayername() const { + return *killedplayername_; +} +inline void CCSUsrMsg_PlayerScore::set_killedplayername(const ::std::string& value) { + set_has_killedplayername(); + if (killedplayername_ == &::google::protobuf::internal::kEmptyString) { + killedplayername_ = new ::std::string; + } + killedplayername_->assign(value); +} +inline void CCSUsrMsg_PlayerScore::set_killedplayername(const char* value) { + set_has_killedplayername(); + if (killedplayername_ == &::google::protobuf::internal::kEmptyString) { + killedplayername_ = new ::std::string; + } + killedplayername_->assign(value); +} +inline void CCSUsrMsg_PlayerScore::set_killedplayername(const char* value, size_t size) { + set_has_killedplayername(); + if (killedplayername_ == &::google::protobuf::internal::kEmptyString) { + killedplayername_ = new ::std::string; + } + killedplayername_->assign(reinterpret_cast(value), size); +} +inline ::std::string* CCSUsrMsg_PlayerScore::mutable_killedplayername() { + set_has_killedplayername(); + if (killedplayername_ == &::google::protobuf::internal::kEmptyString) { + killedplayername_ = new ::std::string; + } + return killedplayername_; +} +inline ::std::string* CCSUsrMsg_PlayerScore::release_killedplayername() { + clear_has_killedplayername(); + if (killedplayername_ == &::google::protobuf::internal::kEmptyString) { + return NULL; + } else { + ::std::string* temp = killedplayername_; + killedplayername_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + return temp; + } +} +inline void CCSUsrMsg_PlayerScore::set_allocated_killedplayername(::std::string* killedplayername) { + if (killedplayername_ != &::google::protobuf::internal::kEmptyString) { + delete killedplayername_; + } + if (killedplayername) { + set_has_killedplayername(); + killedplayername_ = killedplayername; + } else { + clear_has_killedplayername(); + killedplayername_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + } +} + +// optional int32 killedplayerteam = 4; +inline bool CCSUsrMsg_PlayerScore::has_killedplayerteam() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_PlayerScore::set_has_killedplayerteam() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_PlayerScore::clear_has_killedplayerteam() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_PlayerScore::clear_killedplayerteam() { + killedplayerteam_ = 0; + clear_has_killedplayerteam(); +} +inline ::google::protobuf::int32 CCSUsrMsg_PlayerScore::killedplayerteam() const { + return killedplayerteam_; +} +inline void CCSUsrMsg_PlayerScore::set_killedplayerteam(::google::protobuf::int32 value) { + set_has_killedplayerteam(); + killedplayerteam_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_SpottedDuration + +// optional int32 spottedbyindex = 1; +inline bool CCSUsrMsg_SpottedDuration::has_spottedbyindex() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_SpottedDuration::set_has_spottedbyindex() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_SpottedDuration::clear_has_spottedbyindex() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_SpottedDuration::clear_spottedbyindex() { + spottedbyindex_ = 0; + clear_has_spottedbyindex(); +} +inline ::google::protobuf::int32 CCSUsrMsg_SpottedDuration::spottedbyindex() const { + return spottedbyindex_; +} +inline void CCSUsrMsg_SpottedDuration::set_spottedbyindex(::google::protobuf::int32 value) { + set_has_spottedbyindex(); + spottedbyindex_ = value; +} + +// optional int32 myindex = 2; +inline bool CCSUsrMsg_SpottedDuration::has_myindex() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_SpottedDuration::set_has_myindex() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_SpottedDuration::clear_has_myindex() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_SpottedDuration::clear_myindex() { + myindex_ = 0; + clear_has_myindex(); +} +inline ::google::protobuf::int32 CCSUsrMsg_SpottedDuration::myindex() const { + return myindex_; +} +inline void CCSUsrMsg_SpottedDuration::set_myindex(::google::protobuf::int32 value) { + set_has_myindex(); + myindex_ = value; +} + +// optional bool spotted = 3; +inline bool CCSUsrMsg_SpottedDuration::has_spotted() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_SpottedDuration::set_has_spotted() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_SpottedDuration::clear_has_spotted() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_SpottedDuration::clear_spotted() { + spotted_ = false; + clear_has_spotted(); +} +inline bool CCSUsrMsg_SpottedDuration::spotted() const { + return spotted_; +} +inline void CCSUsrMsg_SpottedDuration::set_spotted(bool value) { + set_has_spotted(); + spotted_ = value; +} + +// optional float spottedduration = 4; +inline bool CCSUsrMsg_SpottedDuration::has_spottedduration() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_SpottedDuration::set_has_spottedduration() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_SpottedDuration::clear_has_spottedduration() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_SpottedDuration::clear_spottedduration() { + spottedduration_ = 0; + clear_has_spottedduration(); +} +inline float CCSUsrMsg_SpottedDuration::spottedduration() const { + return spottedduration_; +} +inline void CCSUsrMsg_SpottedDuration::set_spottedduration(float value) { + set_has_spottedduration(); + spottedduration_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_Ribbon + +// optional int32 ribbontype = 1; +inline bool CCSUsrMsg_Ribbon::has_ribbontype() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_Ribbon::set_has_ribbontype() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_Ribbon::clear_has_ribbontype() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_Ribbon::clear_ribbontype() { + ribbontype_ = 0; + clear_has_ribbontype(); +} +inline ::google::protobuf::int32 CCSUsrMsg_Ribbon::ribbontype() const { + return ribbontype_; +} +inline void CCSUsrMsg_Ribbon::set_ribbontype(::google::protobuf::int32 value) { + set_has_ribbontype(); + ribbontype_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_PointOfInterest + +// optional float origin_x = 1; +inline bool CCSUsrMsg_PointOfInterest::has_origin_x() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_PointOfInterest::set_has_origin_x() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_PointOfInterest::clear_has_origin_x() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_PointOfInterest::clear_origin_x() { + origin_x_ = 0; + clear_has_origin_x(); +} +inline float CCSUsrMsg_PointOfInterest::origin_x() const { + return origin_x_; +} +inline void CCSUsrMsg_PointOfInterest::set_origin_x(float value) { + set_has_origin_x(); + origin_x_ = value; +} + +// optional float origin_y = 2; +inline bool CCSUsrMsg_PointOfInterest::has_origin_y() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_PointOfInterest::set_has_origin_y() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_PointOfInterest::clear_has_origin_y() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_PointOfInterest::clear_origin_y() { + origin_y_ = 0; + clear_has_origin_y(); +} +inline float CCSUsrMsg_PointOfInterest::origin_y() const { + return origin_y_; +} +inline void CCSUsrMsg_PointOfInterest::set_origin_y(float value) { + set_has_origin_y(); + origin_y_ = value; +} + +// optional float origin_z = 3; +inline bool CCSUsrMsg_PointOfInterest::has_origin_z() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_PointOfInterest::set_has_origin_z() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_PointOfInterest::clear_has_origin_z() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_PointOfInterest::clear_origin_z() { + origin_z_ = 0; + clear_has_origin_z(); +} +inline float CCSUsrMsg_PointOfInterest::origin_z() const { + return origin_z_; +} +inline void CCSUsrMsg_PointOfInterest::set_origin_z(float value) { + set_has_origin_z(); + origin_z_ = value; +} + +// optional int32 point_type = 4; +inline bool CCSUsrMsg_PointOfInterest::has_point_type() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_PointOfInterest::set_has_point_type() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_PointOfInterest::clear_has_point_type() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_PointOfInterest::clear_point_type() { + point_type_ = 0; + clear_has_point_type(); +} +inline ::google::protobuf::int32 CCSUsrMsg_PointOfInterest::point_type() const { + return point_type_; +} +inline void CCSUsrMsg_PointOfInterest::set_point_type(::google::protobuf::int32 value) { + set_has_point_type(); + point_type_ = value; +} + +// ------------------------------------------------------------------- + // CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate // optional int32 entity_idx = 1; @@ -11917,16 +11134,38 @@ inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_angle_ angle_y_ = value; } -// optional bool defuser = 7; -inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_defuser() const { +// optional int32 team = 7; +inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_team() const { return (_has_bits_[0] & 0x00000040u) != 0; } -inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_defuser() { +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_team() { _has_bits_[0] |= 0x00000040u; } -inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_defuser() { +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_team() { _has_bits_[0] &= ~0x00000040u; } +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_team() { + team_ = 0; + clear_has_team(); +} +inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::team() const { + return team_; +} +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_team(::google::protobuf::int32 value) { + set_has_team(); + team_ = value; +} + +// optional bool defuser = 8; +inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_defuser() const { + return (_has_bits_[0] & 0x00000080u) != 0; +} +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_defuser() { + _has_bits_[0] |= 0x00000080u; +} +inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_defuser() { + _has_bits_[0] &= ~0x00000080u; +} inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_defuser() { defuser_ = false; clear_has_defuser(); @@ -11939,15 +11178,15 @@ inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_defuse defuser_ = value; } -// optional bool player_has_defuser = 8; +// optional bool player_has_defuser = 9; inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_player_has_defuser() const { - return (_has_bits_[0] & 0x00000080u) != 0; + return (_has_bits_[0] & 0x00000100u) != 0; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_player_has_defuser() { - _has_bits_[0] |= 0x00000080u; + _has_bits_[0] |= 0x00000100u; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_player_has_defuser() { - _has_bits_[0] &= ~0x00000080u; + _has_bits_[0] &= ~0x00000100u; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_player_has_defuser() { player_has_defuser_ = false; @@ -11961,15 +11200,15 @@ inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_player player_has_defuser_ = value; } -// optional bool player_has_c4 = 9; +// optional bool player_has_c4 = 10; inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_player_has_c4() const { - return (_has_bits_[0] & 0x00000100u) != 0; + return (_has_bits_[0] & 0x00000200u) != 0; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_player_has_c4() { - _has_bits_[0] |= 0x00000100u; + _has_bits_[0] |= 0x00000200u; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_player_has_c4() { - _has_bits_[0] &= ~0x00000100u; + _has_bits_[0] &= ~0x00000200u; } inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_player_has_c4() { player_has_c4_ = false; @@ -12036,686 +11275,6 @@ CCSUsrMsg_ProcessSpottedEntityUpdate::mutable_entity_updates() { // ------------------------------------------------------------------- -// CEconItemPreviewDataBlock_Sticker - -// optional uint32 slot = 1; -inline bool CEconItemPreviewDataBlock_Sticker::has_slot() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_slot() { - _has_bits_[0] |= 0x00000001u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_slot() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_slot() { - slot_ = 0u; - clear_has_slot(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock_Sticker::slot() const { - return slot_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_slot(::google::protobuf::uint32 value) { - set_has_slot(); - slot_ = value; -} - -// optional uint32 sticker_id = 2; -inline bool CEconItemPreviewDataBlock_Sticker::has_sticker_id() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_sticker_id() { - _has_bits_[0] |= 0x00000002u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_sticker_id() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_sticker_id() { - sticker_id_ = 0u; - clear_has_sticker_id(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock_Sticker::sticker_id() const { - return sticker_id_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_sticker_id(::google::protobuf::uint32 value) { - set_has_sticker_id(); - sticker_id_ = value; -} - -// optional float wear = 3; -inline bool CEconItemPreviewDataBlock_Sticker::has_wear() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_wear() { - _has_bits_[0] |= 0x00000004u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_wear() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_wear() { - wear_ = 0; - clear_has_wear(); -} -inline float CEconItemPreviewDataBlock_Sticker::wear() const { - return wear_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_wear(float value) { - set_has_wear(); - wear_ = value; -} - -// optional float scale = 4; -inline bool CEconItemPreviewDataBlock_Sticker::has_scale() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_scale() { - _has_bits_[0] |= 0x00000008u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_scale() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_scale() { - scale_ = 0; - clear_has_scale(); -} -inline float CEconItemPreviewDataBlock_Sticker::scale() const { - return scale_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_scale(float value) { - set_has_scale(); - scale_ = value; -} - -// optional float rotation = 5; -inline bool CEconItemPreviewDataBlock_Sticker::has_rotation() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_rotation() { - _has_bits_[0] |= 0x00000010u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_rotation() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_rotation() { - rotation_ = 0; - clear_has_rotation(); -} -inline float CEconItemPreviewDataBlock_Sticker::rotation() const { - return rotation_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_rotation(float value) { - set_has_rotation(); - rotation_ = value; -} - -// optional uint32 tint_id = 6; -inline bool CEconItemPreviewDataBlock_Sticker::has_tint_id() const { - return (_has_bits_[0] & 0x00000020u) != 0; -} -inline void CEconItemPreviewDataBlock_Sticker::set_has_tint_id() { - _has_bits_[0] |= 0x00000020u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_has_tint_id() { - _has_bits_[0] &= ~0x00000020u; -} -inline void CEconItemPreviewDataBlock_Sticker::clear_tint_id() { - tint_id_ = 0u; - clear_has_tint_id(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock_Sticker::tint_id() const { - return tint_id_; -} -inline void CEconItemPreviewDataBlock_Sticker::set_tint_id(::google::protobuf::uint32 value) { - set_has_tint_id(); - tint_id_ = value; -} - -// ------------------------------------------------------------------- - -// CEconItemPreviewDataBlock - -// optional uint32 accountid = 1; -inline bool CEconItemPreviewDataBlock::has_accountid() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_accountid() { - _has_bits_[0] |= 0x00000001u; -} -inline void CEconItemPreviewDataBlock::clear_has_accountid() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CEconItemPreviewDataBlock::clear_accountid() { - accountid_ = 0u; - clear_has_accountid(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::accountid() const { - return accountid_; -} -inline void CEconItemPreviewDataBlock::set_accountid(::google::protobuf::uint32 value) { - set_has_accountid(); - accountid_ = value; -} - -// optional uint64 itemid = 2; -inline bool CEconItemPreviewDataBlock::has_itemid() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_itemid() { - _has_bits_[0] |= 0x00000002u; -} -inline void CEconItemPreviewDataBlock::clear_has_itemid() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CEconItemPreviewDataBlock::clear_itemid() { - itemid_ = GOOGLE_ULONGLONG(0); - clear_has_itemid(); -} -inline ::google::protobuf::uint64 CEconItemPreviewDataBlock::itemid() const { - return itemid_; -} -inline void CEconItemPreviewDataBlock::set_itemid(::google::protobuf::uint64 value) { - set_has_itemid(); - itemid_ = value; -} - -// optional uint32 defindex = 3; -inline bool CEconItemPreviewDataBlock::has_defindex() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_defindex() { - _has_bits_[0] |= 0x00000004u; -} -inline void CEconItemPreviewDataBlock::clear_has_defindex() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CEconItemPreviewDataBlock::clear_defindex() { - defindex_ = 0u; - clear_has_defindex(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::defindex() const { - return defindex_; -} -inline void CEconItemPreviewDataBlock::set_defindex(::google::protobuf::uint32 value) { - set_has_defindex(); - defindex_ = value; -} - -// optional uint32 paintindex = 4; -inline bool CEconItemPreviewDataBlock::has_paintindex() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_paintindex() { - _has_bits_[0] |= 0x00000008u; -} -inline void CEconItemPreviewDataBlock::clear_has_paintindex() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CEconItemPreviewDataBlock::clear_paintindex() { - paintindex_ = 0u; - clear_has_paintindex(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::paintindex() const { - return paintindex_; -} -inline void CEconItemPreviewDataBlock::set_paintindex(::google::protobuf::uint32 value) { - set_has_paintindex(); - paintindex_ = value; -} - -// optional uint32 rarity = 5; -inline bool CEconItemPreviewDataBlock::has_rarity() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_rarity() { - _has_bits_[0] |= 0x00000010u; -} -inline void CEconItemPreviewDataBlock::clear_has_rarity() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CEconItemPreviewDataBlock::clear_rarity() { - rarity_ = 0u; - clear_has_rarity(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::rarity() const { - return rarity_; -} -inline void CEconItemPreviewDataBlock::set_rarity(::google::protobuf::uint32 value) { - set_has_rarity(); - rarity_ = value; -} - -// optional uint32 quality = 6; -inline bool CEconItemPreviewDataBlock::has_quality() const { - return (_has_bits_[0] & 0x00000020u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_quality() { - _has_bits_[0] |= 0x00000020u; -} -inline void CEconItemPreviewDataBlock::clear_has_quality() { - _has_bits_[0] &= ~0x00000020u; -} -inline void CEconItemPreviewDataBlock::clear_quality() { - quality_ = 0u; - clear_has_quality(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::quality() const { - return quality_; -} -inline void CEconItemPreviewDataBlock::set_quality(::google::protobuf::uint32 value) { - set_has_quality(); - quality_ = value; -} - -// optional uint32 paintwear = 7; -inline bool CEconItemPreviewDataBlock::has_paintwear() const { - return (_has_bits_[0] & 0x00000040u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_paintwear() { - _has_bits_[0] |= 0x00000040u; -} -inline void CEconItemPreviewDataBlock::clear_has_paintwear() { - _has_bits_[0] &= ~0x00000040u; -} -inline void CEconItemPreviewDataBlock::clear_paintwear() { - paintwear_ = 0u; - clear_has_paintwear(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::paintwear() const { - return paintwear_; -} -inline void CEconItemPreviewDataBlock::set_paintwear(::google::protobuf::uint32 value) { - set_has_paintwear(); - paintwear_ = value; -} - -// optional uint32 paintseed = 8; -inline bool CEconItemPreviewDataBlock::has_paintseed() const { - return (_has_bits_[0] & 0x00000080u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_paintseed() { - _has_bits_[0] |= 0x00000080u; -} -inline void CEconItemPreviewDataBlock::clear_has_paintseed() { - _has_bits_[0] &= ~0x00000080u; -} -inline void CEconItemPreviewDataBlock::clear_paintseed() { - paintseed_ = 0u; - clear_has_paintseed(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::paintseed() const { - return paintseed_; -} -inline void CEconItemPreviewDataBlock::set_paintseed(::google::protobuf::uint32 value) { - set_has_paintseed(); - paintseed_ = value; -} - -// optional uint32 killeaterscoretype = 9; -inline bool CEconItemPreviewDataBlock::has_killeaterscoretype() const { - return (_has_bits_[0] & 0x00000100u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_killeaterscoretype() { - _has_bits_[0] |= 0x00000100u; -} -inline void CEconItemPreviewDataBlock::clear_has_killeaterscoretype() { - _has_bits_[0] &= ~0x00000100u; -} -inline void CEconItemPreviewDataBlock::clear_killeaterscoretype() { - killeaterscoretype_ = 0u; - clear_has_killeaterscoretype(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::killeaterscoretype() const { - return killeaterscoretype_; -} -inline void CEconItemPreviewDataBlock::set_killeaterscoretype(::google::protobuf::uint32 value) { - set_has_killeaterscoretype(); - killeaterscoretype_ = value; -} - -// optional uint32 killeatervalue = 10; -inline bool CEconItemPreviewDataBlock::has_killeatervalue() const { - return (_has_bits_[0] & 0x00000200u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_killeatervalue() { - _has_bits_[0] |= 0x00000200u; -} -inline void CEconItemPreviewDataBlock::clear_has_killeatervalue() { - _has_bits_[0] &= ~0x00000200u; -} -inline void CEconItemPreviewDataBlock::clear_killeatervalue() { - killeatervalue_ = 0u; - clear_has_killeatervalue(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::killeatervalue() const { - return killeatervalue_; -} -inline void CEconItemPreviewDataBlock::set_killeatervalue(::google::protobuf::uint32 value) { - set_has_killeatervalue(); - killeatervalue_ = value; -} - -// optional string customname = 11; -inline bool CEconItemPreviewDataBlock::has_customname() const { - return (_has_bits_[0] & 0x00000400u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_customname() { - _has_bits_[0] |= 0x00000400u; -} -inline void CEconItemPreviewDataBlock::clear_has_customname() { - _has_bits_[0] &= ~0x00000400u; -} -inline void CEconItemPreviewDataBlock::clear_customname() { - if (customname_ != &::google::protobuf::internal::kEmptyString) { - customname_->clear(); - } - clear_has_customname(); -} -inline const ::std::string& CEconItemPreviewDataBlock::customname() const { - return *customname_; -} -inline void CEconItemPreviewDataBlock::set_customname(const ::std::string& value) { - set_has_customname(); - if (customname_ == &::google::protobuf::internal::kEmptyString) { - customname_ = new ::std::string; - } - customname_->assign(value); -} -inline void CEconItemPreviewDataBlock::set_customname(const char* value) { - set_has_customname(); - if (customname_ == &::google::protobuf::internal::kEmptyString) { - customname_ = new ::std::string; - } - customname_->assign(value); -} -inline void CEconItemPreviewDataBlock::set_customname(const char* value, size_t size) { - set_has_customname(); - if (customname_ == &::google::protobuf::internal::kEmptyString) { - customname_ = new ::std::string; - } - customname_->assign(reinterpret_cast(value), size); -} -inline ::std::string* CEconItemPreviewDataBlock::mutable_customname() { - set_has_customname(); - if (customname_ == &::google::protobuf::internal::kEmptyString) { - customname_ = new ::std::string; - } - return customname_; -} -inline ::std::string* CEconItemPreviewDataBlock::release_customname() { - clear_has_customname(); - if (customname_ == &::google::protobuf::internal::kEmptyString) { - return NULL; - } else { - ::std::string* temp = customname_; - customname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - return temp; - } -} -inline void CEconItemPreviewDataBlock::set_allocated_customname(::std::string* customname) { - if (customname_ != &::google::protobuf::internal::kEmptyString) { - delete customname_; - } - if (customname) { - set_has_customname(); - customname_ = customname; - } else { - clear_has_customname(); - customname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - } -} - -// repeated .CEconItemPreviewDataBlock.Sticker stickers = 12; -inline int CEconItemPreviewDataBlock::stickers_size() const { - return stickers_.size(); -} -inline void CEconItemPreviewDataBlock::clear_stickers() { - stickers_.Clear(); -} -inline const ::CEconItemPreviewDataBlock_Sticker& CEconItemPreviewDataBlock::stickers(int index) const { - return stickers_.Get(index); -} -inline ::CEconItemPreviewDataBlock_Sticker* CEconItemPreviewDataBlock::mutable_stickers(int index) { - return stickers_.Mutable(index); -} -inline ::CEconItemPreviewDataBlock_Sticker* CEconItemPreviewDataBlock::add_stickers() { - return stickers_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock_Sticker >& -CEconItemPreviewDataBlock::stickers() const { - return stickers_; -} -inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock_Sticker >* -CEconItemPreviewDataBlock::mutable_stickers() { - return &stickers_; -} - -// optional uint32 inventory = 13; -inline bool CEconItemPreviewDataBlock::has_inventory() const { - return (_has_bits_[0] & 0x00001000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_inventory() { - _has_bits_[0] |= 0x00001000u; -} -inline void CEconItemPreviewDataBlock::clear_has_inventory() { - _has_bits_[0] &= ~0x00001000u; -} -inline void CEconItemPreviewDataBlock::clear_inventory() { - inventory_ = 0u; - clear_has_inventory(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::inventory() const { - return inventory_; -} -inline void CEconItemPreviewDataBlock::set_inventory(::google::protobuf::uint32 value) { - set_has_inventory(); - inventory_ = value; -} - -// optional uint32 origin = 14; -inline bool CEconItemPreviewDataBlock::has_origin() const { - return (_has_bits_[0] & 0x00002000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_origin() { - _has_bits_[0] |= 0x00002000u; -} -inline void CEconItemPreviewDataBlock::clear_has_origin() { - _has_bits_[0] &= ~0x00002000u; -} -inline void CEconItemPreviewDataBlock::clear_origin() { - origin_ = 0u; - clear_has_origin(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::origin() const { - return origin_; -} -inline void CEconItemPreviewDataBlock::set_origin(::google::protobuf::uint32 value) { - set_has_origin(); - origin_ = value; -} - -// optional uint32 questid = 15; -inline bool CEconItemPreviewDataBlock::has_questid() const { - return (_has_bits_[0] & 0x00004000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_questid() { - _has_bits_[0] |= 0x00004000u; -} -inline void CEconItemPreviewDataBlock::clear_has_questid() { - _has_bits_[0] &= ~0x00004000u; -} -inline void CEconItemPreviewDataBlock::clear_questid() { - questid_ = 0u; - clear_has_questid(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::questid() const { - return questid_; -} -inline void CEconItemPreviewDataBlock::set_questid(::google::protobuf::uint32 value) { - set_has_questid(); - questid_ = value; -} - -// optional uint32 dropreason = 16; -inline bool CEconItemPreviewDataBlock::has_dropreason() const { - return (_has_bits_[0] & 0x00008000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_dropreason() { - _has_bits_[0] |= 0x00008000u; -} -inline void CEconItemPreviewDataBlock::clear_has_dropreason() { - _has_bits_[0] &= ~0x00008000u; -} -inline void CEconItemPreviewDataBlock::clear_dropreason() { - dropreason_ = 0u; - clear_has_dropreason(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::dropreason() const { - return dropreason_; -} -inline void CEconItemPreviewDataBlock::set_dropreason(::google::protobuf::uint32 value) { - set_has_dropreason(); - dropreason_ = value; -} - -// optional uint32 musicindex = 17; -inline bool CEconItemPreviewDataBlock::has_musicindex() const { - return (_has_bits_[0] & 0x00010000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_musicindex() { - _has_bits_[0] |= 0x00010000u; -} -inline void CEconItemPreviewDataBlock::clear_has_musicindex() { - _has_bits_[0] &= ~0x00010000u; -} -inline void CEconItemPreviewDataBlock::clear_musicindex() { - musicindex_ = 0u; - clear_has_musicindex(); -} -inline ::google::protobuf::uint32 CEconItemPreviewDataBlock::musicindex() const { - return musicindex_; -} -inline void CEconItemPreviewDataBlock::set_musicindex(::google::protobuf::uint32 value) { - set_has_musicindex(); - musicindex_ = value; -} - -// optional int32 entindex = 18; -inline bool CEconItemPreviewDataBlock::has_entindex() const { - return (_has_bits_[0] & 0x00020000u) != 0; -} -inline void CEconItemPreviewDataBlock::set_has_entindex() { - _has_bits_[0] |= 0x00020000u; -} -inline void CEconItemPreviewDataBlock::clear_has_entindex() { - _has_bits_[0] &= ~0x00020000u; -} -inline void CEconItemPreviewDataBlock::clear_entindex() { - entindex_ = 0; - clear_has_entindex(); -} -inline ::google::protobuf::int32 CEconItemPreviewDataBlock::entindex() const { - return entindex_; -} -inline void CEconItemPreviewDataBlock::set_entindex(::google::protobuf::int32 value) { - set_has_entindex(); - entindex_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SendPlayerItemDrops - -// repeated .CEconItemPreviewDataBlock entity_updates = 1; -inline int CCSUsrMsg_SendPlayerItemDrops::entity_updates_size() const { - return entity_updates_.size(); -} -inline void CCSUsrMsg_SendPlayerItemDrops::clear_entity_updates() { - entity_updates_.Clear(); -} -inline const ::CEconItemPreviewDataBlock& CCSUsrMsg_SendPlayerItemDrops::entity_updates(int index) const { - return entity_updates_.Get(index); -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemDrops::mutable_entity_updates(int index) { - return entity_updates_.Mutable(index); -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemDrops::add_entity_updates() { - return entity_updates_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >& -CCSUsrMsg_SendPlayerItemDrops::entity_updates() const { - return entity_updates_; -} -inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >* -CCSUsrMsg_SendPlayerItemDrops::mutable_entity_updates() { - return &entity_updates_; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SendPlayerItemFound - -// optional .CEconItemPreviewDataBlock iteminfo = 1; -inline bool CCSUsrMsg_SendPlayerItemFound::has_iteminfo() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SendPlayerItemFound::set_has_iteminfo() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SendPlayerItemFound::clear_has_iteminfo() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SendPlayerItemFound::clear_iteminfo() { - if (iteminfo_ != NULL) iteminfo_->::CEconItemPreviewDataBlock::Clear(); - clear_has_iteminfo(); -} -inline const ::CEconItemPreviewDataBlock& CCSUsrMsg_SendPlayerItemFound::iteminfo() const { - return iteminfo_ != NULL ? *iteminfo_ : *default_instance_->iteminfo_; -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemFound::mutable_iteminfo() { - set_has_iteminfo(); - if (iteminfo_ == NULL) iteminfo_ = new ::CEconItemPreviewDataBlock; - return iteminfo_; -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemFound::release_iteminfo() { - clear_has_iteminfo(); - ::CEconItemPreviewDataBlock* temp = iteminfo_; - iteminfo_ = NULL; - return temp; -} -inline void CCSUsrMsg_SendPlayerItemFound::set_allocated_iteminfo(::CEconItemPreviewDataBlock* iteminfo) { - delete iteminfo_; - iteminfo_ = iteminfo; - if (iteminfo) { - set_has_iteminfo(); - } else { - clear_has_iteminfo(); - } -} - -// optional int32 entindex = 2; -inline bool CCSUsrMsg_SendPlayerItemFound::has_entindex() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_SendPlayerItemFound::set_has_entindex() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_SendPlayerItemFound::clear_has_entindex() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_SendPlayerItemFound::clear_entindex() { - entindex_ = 0; - clear_has_entindex(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SendPlayerItemFound::entindex() const { - return entindex_; -} -inline void CCSUsrMsg_SendPlayerItemFound::set_entindex(::google::protobuf::int32 value) { - set_has_entindex(); - entindex_ = value; -} - -// ------------------------------------------------------------------- - // CCSUsrMsg_ReloadEffect // optional int32 entidx = 1; @@ -13489,6 +12048,98 @@ inline void CCSUsrMsg_DisplayInventory::set_user_id(::google::protobuf::int32 va // ------------------------------------------------------------------- +// CCSUsrMsg_QuestProgress + +// optional uint32 quest_id = 1; +inline bool CCSUsrMsg_QuestProgress::has_quest_id() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_QuestProgress::set_has_quest_id() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_QuestProgress::clear_has_quest_id() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_QuestProgress::clear_quest_id() { + quest_id_ = 0u; + clear_has_quest_id(); +} +inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::quest_id() const { + return quest_id_; +} +inline void CCSUsrMsg_QuestProgress::set_quest_id(::google::protobuf::uint32 value) { + set_has_quest_id(); + quest_id_ = value; +} + +// optional uint32 normal_points = 2; +inline bool CCSUsrMsg_QuestProgress::has_normal_points() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_QuestProgress::set_has_normal_points() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_QuestProgress::clear_has_normal_points() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_QuestProgress::clear_normal_points() { + normal_points_ = 0u; + clear_has_normal_points(); +} +inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::normal_points() const { + return normal_points_; +} +inline void CCSUsrMsg_QuestProgress::set_normal_points(::google::protobuf::uint32 value) { + set_has_normal_points(); + normal_points_ = value; +} + +// optional uint32 bonus_points = 3; +inline bool CCSUsrMsg_QuestProgress::has_bonus_points() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_QuestProgress::set_has_bonus_points() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_QuestProgress::clear_has_bonus_points() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_QuestProgress::clear_bonus_points() { + bonus_points_ = 0u; + clear_has_bonus_points(); +} +inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::bonus_points() const { + return bonus_points_; +} +inline void CCSUsrMsg_QuestProgress::set_bonus_points(::google::protobuf::uint32 value) { + set_has_bonus_points(); + bonus_points_ = value; +} + +// optional bool is_event_quest = 4; +inline bool CCSUsrMsg_QuestProgress::has_is_event_quest() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_QuestProgress::set_has_is_event_quest() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_QuestProgress::clear_has_is_event_quest() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_QuestProgress::clear_is_event_quest() { + is_event_quest_ = false; + clear_has_is_event_quest(); +} +inline bool CCSUsrMsg_QuestProgress::is_event_quest() const { + return is_event_quest_; +} +inline void CCSUsrMsg_QuestProgress::set_is_event_quest(bool value) { + set_has_is_event_quest(); + is_event_quest_ = value; +} + +// ------------------------------------------------------------------- + // CCSUsrMsg_XRankGet // optional int32 mode_idx = 1; @@ -14467,28 +13118,6 @@ inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_rank_change(float value) rank_change_ = value; } -// optional int32 rank_type_id = 6; -inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_rank_type_id() const { - return (_has_bits_[0] & 0x00000020u) != 0; -} -inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_rank_type_id() { - _has_bits_[0] |= 0x00000020u; -} -inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_rank_type_id() { - _has_bits_[0] &= ~0x00000020u; -} -inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_rank_type_id() { - rank_type_id_ = 0; - clear_has_rank_type_id(); -} -inline ::google::protobuf::int32 CCSUsrMsg_ServerRankUpdate_RankUpdate::rank_type_id() const { - return rank_type_id_; -} -inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_rank_type_id(::google::protobuf::int32 value) { - set_has_rank_type_id(); - rank_type_id_ = value; -} - // ------------------------------------------------------------------- // CCSUsrMsg_ServerRankUpdate @@ -15222,2141 +13851,6 @@ inline void CCSUsrMsg_RoundBackupFilenames::set_allocated_nicename(::std::string // ------------------------------------------------------------------- -// XpProgressData - -// optional uint32 xp_points = 1; -inline bool XpProgressData::has_xp_points() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void XpProgressData::set_has_xp_points() { - _has_bits_[0] |= 0x00000001u; -} -inline void XpProgressData::clear_has_xp_points() { - _has_bits_[0] &= ~0x00000001u; -} -inline void XpProgressData::clear_xp_points() { - xp_points_ = 0u; - clear_has_xp_points(); -} -inline ::google::protobuf::uint32 XpProgressData::xp_points() const { - return xp_points_; -} -inline void XpProgressData::set_xp_points(::google::protobuf::uint32 value) { - set_has_xp_points(); - xp_points_ = value; -} - -// optional int32 xp_category = 2; -inline bool XpProgressData::has_xp_category() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void XpProgressData::set_has_xp_category() { - _has_bits_[0] |= 0x00000002u; -} -inline void XpProgressData::clear_has_xp_category() { - _has_bits_[0] &= ~0x00000002u; -} -inline void XpProgressData::clear_xp_category() { - xp_category_ = 0; - clear_has_xp_category(); -} -inline ::google::protobuf::int32 XpProgressData::xp_category() const { - return xp_category_; -} -inline void XpProgressData::set_xp_category(::google::protobuf::int32 value) { - set_has_xp_category(); - xp_category_ = value; -} - -// ------------------------------------------------------------------- - -// CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded - -// repeated .XpProgressData xp_progress_data = 1; -inline int CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::xp_progress_data_size() const { - return xp_progress_data_.size(); -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_xp_progress_data() { - xp_progress_data_.Clear(); -} -inline const ::XpProgressData& CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::xp_progress_data(int index) const { - return xp_progress_data_.Get(index); -} -inline ::XpProgressData* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::mutable_xp_progress_data(int index) { - return xp_progress_data_.Mutable(index); -} -inline ::XpProgressData* CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::add_xp_progress_data() { - return xp_progress_data_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::XpProgressData >& -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::xp_progress_data() const { - return xp_progress_data_; -} -inline ::google::protobuf::RepeatedPtrField< ::XpProgressData >* -CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::mutable_xp_progress_data() { - return &xp_progress_data_; -} - -// optional uint32 account_id = 2; -inline bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::has_account_id() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_has_account_id() { - _has_bits_[0] |= 0x00000002u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_has_account_id() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_account_id() { - account_id_ = 0u; - clear_has_account_id(); -} -inline ::google::protobuf::uint32 CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::account_id() const { - return account_id_; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_account_id(::google::protobuf::uint32 value) { - set_has_account_id(); - account_id_ = value; -} - -// optional uint32 current_xp = 3; -inline bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::has_current_xp() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_has_current_xp() { - _has_bits_[0] |= 0x00000004u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_has_current_xp() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_current_xp() { - current_xp_ = 0u; - clear_has_current_xp(); -} -inline ::google::protobuf::uint32 CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::current_xp() const { - return current_xp_; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_current_xp(::google::protobuf::uint32 value) { - set_has_current_xp(); - current_xp_ = value; -} - -// optional uint32 current_level = 4; -inline bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::has_current_level() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_has_current_level() { - _has_bits_[0] |= 0x00000008u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_has_current_level() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_current_level() { - current_level_ = 0u; - clear_has_current_level(); -} -inline ::google::protobuf::uint32 CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::current_level() const { - return current_level_; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_current_level(::google::protobuf::uint32 value) { - set_has_current_level(); - current_level_ = value; -} - -// optional uint32 upgraded_defidx = 5; -inline bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::has_upgraded_defidx() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_has_upgraded_defidx() { - _has_bits_[0] |= 0x00000010u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_has_upgraded_defidx() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_upgraded_defidx() { - upgraded_defidx_ = 0u; - clear_has_upgraded_defidx(); -} -inline ::google::protobuf::uint32 CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::upgraded_defidx() const { - return upgraded_defidx_; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_upgraded_defidx(::google::protobuf::uint32 value) { - set_has_upgraded_defidx(); - upgraded_defidx_ = value; -} - -// optional uint32 operation_points_awarded = 6; -inline bool CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::has_operation_points_awarded() const { - return (_has_bits_[0] & 0x00000020u) != 0; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_has_operation_points_awarded() { - _has_bits_[0] |= 0x00000020u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_has_operation_points_awarded() { - _has_bits_[0] &= ~0x00000020u; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::clear_operation_points_awarded() { - operation_points_awarded_ = 0u; - clear_has_operation_points_awarded(); -} -inline ::google::protobuf::uint32 CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::operation_points_awarded() const { - return operation_points_awarded_; -} -inline void CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::set_operation_points_awarded(::google::protobuf::uint32 value) { - set_has_operation_points_awarded(); - operation_points_awarded_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_XpUpdate - -// optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1; -inline bool CCSUsrMsg_XpUpdate::has_data() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_XpUpdate::set_has_data() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_XpUpdate::clear_has_data() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_XpUpdate::clear_data() { - if (data_ != NULL) data_->::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::Clear(); - clear_has_data(); -} -inline const ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& CCSUsrMsg_XpUpdate::data() const { - return data_ != NULL ? *data_ : *default_instance_->data_; -} -inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CCSUsrMsg_XpUpdate::mutable_data() { - set_has_data(); - if (data_ == NULL) data_ = new ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded; - return data_; -} -inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CCSUsrMsg_XpUpdate::release_data() { - clear_has_data(); - ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* temp = data_; - data_ = NULL; - return temp; -} -inline void CCSUsrMsg_XpUpdate::set_allocated_data(::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data) { - delete data_; - data_ = data; - if (data) { - set_has_data(); - } else { - clear_has_data(); - } -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_QuestProgress - -// optional uint32 quest_id = 1; -inline bool CCSUsrMsg_QuestProgress::has_quest_id() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_QuestProgress::set_has_quest_id() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_QuestProgress::clear_has_quest_id() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_QuestProgress::clear_quest_id() { - quest_id_ = 0u; - clear_has_quest_id(); -} -inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::quest_id() const { - return quest_id_; -} -inline void CCSUsrMsg_QuestProgress::set_quest_id(::google::protobuf::uint32 value) { - set_has_quest_id(); - quest_id_ = value; -} - -// optional uint32 normal_points = 2; -inline bool CCSUsrMsg_QuestProgress::has_normal_points() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_QuestProgress::set_has_normal_points() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_QuestProgress::clear_has_normal_points() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_QuestProgress::clear_normal_points() { - normal_points_ = 0u; - clear_has_normal_points(); -} -inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::normal_points() const { - return normal_points_; -} -inline void CCSUsrMsg_QuestProgress::set_normal_points(::google::protobuf::uint32 value) { - set_has_normal_points(); - normal_points_ = value; -} - -// optional uint32 bonus_points = 3; -inline bool CCSUsrMsg_QuestProgress::has_bonus_points() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_QuestProgress::set_has_bonus_points() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_QuestProgress::clear_has_bonus_points() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_QuestProgress::clear_bonus_points() { - bonus_points_ = 0u; - clear_has_bonus_points(); -} -inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::bonus_points() const { - return bonus_points_; -} -inline void CCSUsrMsg_QuestProgress::set_bonus_points(::google::protobuf::uint32 value) { - set_has_bonus_points(); - bonus_points_ = value; -} - -// optional bool is_event_quest = 4; -inline bool CCSUsrMsg_QuestProgress::has_is_event_quest() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_QuestProgress::set_has_is_event_quest() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_QuestProgress::clear_has_is_event_quest() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_QuestProgress::clear_is_event_quest() { - is_event_quest_ = false; - clear_has_is_event_quest(); -} -inline bool CCSUsrMsg_QuestProgress::is_event_quest() const { - return is_event_quest_; -} -inline void CCSUsrMsg_QuestProgress::set_is_event_quest(bool value) { - set_has_is_event_quest(); - is_event_quest_ = value; -} - -// ------------------------------------------------------------------- - -// ScoreLeaderboardData_Entry - -// optional uint32 tag = 1; -inline bool ScoreLeaderboardData_Entry::has_tag() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void ScoreLeaderboardData_Entry::set_has_tag() { - _has_bits_[0] |= 0x00000001u; -} -inline void ScoreLeaderboardData_Entry::clear_has_tag() { - _has_bits_[0] &= ~0x00000001u; -} -inline void ScoreLeaderboardData_Entry::clear_tag() { - tag_ = 0u; - clear_has_tag(); -} -inline ::google::protobuf::uint32 ScoreLeaderboardData_Entry::tag() const { - return tag_; -} -inline void ScoreLeaderboardData_Entry::set_tag(::google::protobuf::uint32 value) { - set_has_tag(); - tag_ = value; -} - -// optional uint32 val = 2; -inline bool ScoreLeaderboardData_Entry::has_val() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void ScoreLeaderboardData_Entry::set_has_val() { - _has_bits_[0] |= 0x00000002u; -} -inline void ScoreLeaderboardData_Entry::clear_has_val() { - _has_bits_[0] &= ~0x00000002u; -} -inline void ScoreLeaderboardData_Entry::clear_val() { - val_ = 0u; - clear_has_val(); -} -inline ::google::protobuf::uint32 ScoreLeaderboardData_Entry::val() const { - return val_; -} -inline void ScoreLeaderboardData_Entry::set_val(::google::protobuf::uint32 value) { - set_has_val(); - val_ = value; -} - -// ------------------------------------------------------------------- - -// ScoreLeaderboardData_AccountEntries - -// optional uint32 accountid = 1; -inline bool ScoreLeaderboardData_AccountEntries::has_accountid() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void ScoreLeaderboardData_AccountEntries::set_has_accountid() { - _has_bits_[0] |= 0x00000001u; -} -inline void ScoreLeaderboardData_AccountEntries::clear_has_accountid() { - _has_bits_[0] &= ~0x00000001u; -} -inline void ScoreLeaderboardData_AccountEntries::clear_accountid() { - accountid_ = 0u; - clear_has_accountid(); -} -inline ::google::protobuf::uint32 ScoreLeaderboardData_AccountEntries::accountid() const { - return accountid_; -} -inline void ScoreLeaderboardData_AccountEntries::set_accountid(::google::protobuf::uint32 value) { - set_has_accountid(); - accountid_ = value; -} - -// repeated .ScoreLeaderboardData.Entry entries = 2; -inline int ScoreLeaderboardData_AccountEntries::entries_size() const { - return entries_.size(); -} -inline void ScoreLeaderboardData_AccountEntries::clear_entries() { - entries_.Clear(); -} -inline const ::ScoreLeaderboardData_Entry& ScoreLeaderboardData_AccountEntries::entries(int index) const { - return entries_.Get(index); -} -inline ::ScoreLeaderboardData_Entry* ScoreLeaderboardData_AccountEntries::mutable_entries(int index) { - return entries_.Mutable(index); -} -inline ::ScoreLeaderboardData_Entry* ScoreLeaderboardData_AccountEntries::add_entries() { - return entries_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >& -ScoreLeaderboardData_AccountEntries::entries() const { - return entries_; -} -inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >* -ScoreLeaderboardData_AccountEntries::mutable_entries() { - return &entries_; -} - -// ------------------------------------------------------------------- - -// ScoreLeaderboardData - -// optional uint64 quest_id = 1; -inline bool ScoreLeaderboardData::has_quest_id() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void ScoreLeaderboardData::set_has_quest_id() { - _has_bits_[0] |= 0x00000001u; -} -inline void ScoreLeaderboardData::clear_has_quest_id() { - _has_bits_[0] &= ~0x00000001u; -} -inline void ScoreLeaderboardData::clear_quest_id() { - quest_id_ = GOOGLE_ULONGLONG(0); - clear_has_quest_id(); -} -inline ::google::protobuf::uint64 ScoreLeaderboardData::quest_id() const { - return quest_id_; -} -inline void ScoreLeaderboardData::set_quest_id(::google::protobuf::uint64 value) { - set_has_quest_id(); - quest_id_ = value; -} - -// optional uint32 score = 2; -inline bool ScoreLeaderboardData::has_score() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void ScoreLeaderboardData::set_has_score() { - _has_bits_[0] |= 0x00000002u; -} -inline void ScoreLeaderboardData::clear_has_score() { - _has_bits_[0] &= ~0x00000002u; -} -inline void ScoreLeaderboardData::clear_score() { - score_ = 0u; - clear_has_score(); -} -inline ::google::protobuf::uint32 ScoreLeaderboardData::score() const { - return score_; -} -inline void ScoreLeaderboardData::set_score(::google::protobuf::uint32 value) { - set_has_score(); - score_ = value; -} - -// repeated .ScoreLeaderboardData.AccountEntries accountentries = 3; -inline int ScoreLeaderboardData::accountentries_size() const { - return accountentries_.size(); -} -inline void ScoreLeaderboardData::clear_accountentries() { - accountentries_.Clear(); -} -inline const ::ScoreLeaderboardData_AccountEntries& ScoreLeaderboardData::accountentries(int index) const { - return accountentries_.Get(index); -} -inline ::ScoreLeaderboardData_AccountEntries* ScoreLeaderboardData::mutable_accountentries(int index) { - return accountentries_.Mutable(index); -} -inline ::ScoreLeaderboardData_AccountEntries* ScoreLeaderboardData::add_accountentries() { - return accountentries_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_AccountEntries >& -ScoreLeaderboardData::accountentries() const { - return accountentries_; -} -inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_AccountEntries >* -ScoreLeaderboardData::mutable_accountentries() { - return &accountentries_; -} - -// repeated .ScoreLeaderboardData.Entry matchentries = 5; -inline int ScoreLeaderboardData::matchentries_size() const { - return matchentries_.size(); -} -inline void ScoreLeaderboardData::clear_matchentries() { - matchentries_.Clear(); -} -inline const ::ScoreLeaderboardData_Entry& ScoreLeaderboardData::matchentries(int index) const { - return matchentries_.Get(index); -} -inline ::ScoreLeaderboardData_Entry* ScoreLeaderboardData::mutable_matchentries(int index) { - return matchentries_.Mutable(index); -} -inline ::ScoreLeaderboardData_Entry* ScoreLeaderboardData::add_matchentries() { - return matchentries_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >& -ScoreLeaderboardData::matchentries() const { - return matchentries_; -} -inline ::google::protobuf::RepeatedPtrField< ::ScoreLeaderboardData_Entry >* -ScoreLeaderboardData::mutable_matchentries() { - return &matchentries_; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_ScoreLeaderboardData - -// optional .ScoreLeaderboardData data = 1; -inline bool CCSUsrMsg_ScoreLeaderboardData::has_data() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_ScoreLeaderboardData::set_has_data() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_ScoreLeaderboardData::clear_has_data() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_ScoreLeaderboardData::clear_data() { - if (data_ != NULL) data_->::ScoreLeaderboardData::Clear(); - clear_has_data(); -} -inline const ::ScoreLeaderboardData& CCSUsrMsg_ScoreLeaderboardData::data() const { - return data_ != NULL ? *data_ : *default_instance_->data_; -} -inline ::ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::mutable_data() { - set_has_data(); - if (data_ == NULL) data_ = new ::ScoreLeaderboardData; - return data_; -} -inline ::ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::release_data() { - clear_has_data(); - ::ScoreLeaderboardData* temp = data_; - data_ = NULL; - return temp; -} -inline void CCSUsrMsg_ScoreLeaderboardData::set_allocated_data(::ScoreLeaderboardData* data) { - delete data_; - data_ = data; - if (data) { - set_has_data(); - } else { - clear_has_data(); - } -} - -// ------------------------------------------------------------------- - -// PlayerDecalDigitalSignature - -// optional bytes signature = 1; -inline bool PlayerDecalDigitalSignature::has_signature() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_signature() { - _has_bits_[0] |= 0x00000001u; -} -inline void PlayerDecalDigitalSignature::clear_has_signature() { - _has_bits_[0] &= ~0x00000001u; -} -inline void PlayerDecalDigitalSignature::clear_signature() { - if (signature_ != &::google::protobuf::internal::kEmptyString) { - signature_->clear(); - } - clear_has_signature(); -} -inline const ::std::string& PlayerDecalDigitalSignature::signature() const { - return *signature_; -} -inline void PlayerDecalDigitalSignature::set_signature(const ::std::string& value) { - set_has_signature(); - if (signature_ == &::google::protobuf::internal::kEmptyString) { - signature_ = new ::std::string; - } - signature_->assign(value); -} -inline void PlayerDecalDigitalSignature::set_signature(const char* value) { - set_has_signature(); - if (signature_ == &::google::protobuf::internal::kEmptyString) { - signature_ = new ::std::string; - } - signature_->assign(value); -} -inline void PlayerDecalDigitalSignature::set_signature(const void* value, size_t size) { - set_has_signature(); - if (signature_ == &::google::protobuf::internal::kEmptyString) { - signature_ = new ::std::string; - } - signature_->assign(reinterpret_cast(value), size); -} -inline ::std::string* PlayerDecalDigitalSignature::mutable_signature() { - set_has_signature(); - if (signature_ == &::google::protobuf::internal::kEmptyString) { - signature_ = new ::std::string; - } - return signature_; -} -inline ::std::string* PlayerDecalDigitalSignature::release_signature() { - clear_has_signature(); - if (signature_ == &::google::protobuf::internal::kEmptyString) { - return NULL; - } else { - ::std::string* temp = signature_; - signature_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - return temp; - } -} -inline void PlayerDecalDigitalSignature::set_allocated_signature(::std::string* signature) { - if (signature_ != &::google::protobuf::internal::kEmptyString) { - delete signature_; - } - if (signature) { - set_has_signature(); - signature_ = signature; - } else { - clear_has_signature(); - signature_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - } -} - -// optional uint32 accountid = 2; -inline bool PlayerDecalDigitalSignature::has_accountid() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_accountid() { - _has_bits_[0] |= 0x00000002u; -} -inline void PlayerDecalDigitalSignature::clear_has_accountid() { - _has_bits_[0] &= ~0x00000002u; -} -inline void PlayerDecalDigitalSignature::clear_accountid() { - accountid_ = 0u; - clear_has_accountid(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::accountid() const { - return accountid_; -} -inline void PlayerDecalDigitalSignature::set_accountid(::google::protobuf::uint32 value) { - set_has_accountid(); - accountid_ = value; -} - -// optional uint32 rtime = 3; -inline bool PlayerDecalDigitalSignature::has_rtime() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_rtime() { - _has_bits_[0] |= 0x00000004u; -} -inline void PlayerDecalDigitalSignature::clear_has_rtime() { - _has_bits_[0] &= ~0x00000004u; -} -inline void PlayerDecalDigitalSignature::clear_rtime() { - rtime_ = 0u; - clear_has_rtime(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::rtime() const { - return rtime_; -} -inline void PlayerDecalDigitalSignature::set_rtime(::google::protobuf::uint32 value) { - set_has_rtime(); - rtime_ = value; -} - -// repeated float endpos = 4; -inline int PlayerDecalDigitalSignature::endpos_size() const { - return endpos_.size(); -} -inline void PlayerDecalDigitalSignature::clear_endpos() { - endpos_.Clear(); -} -inline float PlayerDecalDigitalSignature::endpos(int index) const { - return endpos_.Get(index); -} -inline void PlayerDecalDigitalSignature::set_endpos(int index, float value) { - endpos_.Set(index, value); -} -inline void PlayerDecalDigitalSignature::add_endpos(float value) { - endpos_.Add(value); -} -inline const ::google::protobuf::RepeatedField< float >& -PlayerDecalDigitalSignature::endpos() const { - return endpos_; -} -inline ::google::protobuf::RepeatedField< float >* -PlayerDecalDigitalSignature::mutable_endpos() { - return &endpos_; -} - -// repeated float startpos = 5; -inline int PlayerDecalDigitalSignature::startpos_size() const { - return startpos_.size(); -} -inline void PlayerDecalDigitalSignature::clear_startpos() { - startpos_.Clear(); -} -inline float PlayerDecalDigitalSignature::startpos(int index) const { - return startpos_.Get(index); -} -inline void PlayerDecalDigitalSignature::set_startpos(int index, float value) { - startpos_.Set(index, value); -} -inline void PlayerDecalDigitalSignature::add_startpos(float value) { - startpos_.Add(value); -} -inline const ::google::protobuf::RepeatedField< float >& -PlayerDecalDigitalSignature::startpos() const { - return startpos_; -} -inline ::google::protobuf::RepeatedField< float >* -PlayerDecalDigitalSignature::mutable_startpos() { - return &startpos_; -} - -// repeated float right = 6; -inline int PlayerDecalDigitalSignature::right_size() const { - return right_.size(); -} -inline void PlayerDecalDigitalSignature::clear_right() { - right_.Clear(); -} -inline float PlayerDecalDigitalSignature::right(int index) const { - return right_.Get(index); -} -inline void PlayerDecalDigitalSignature::set_right(int index, float value) { - right_.Set(index, value); -} -inline void PlayerDecalDigitalSignature::add_right(float value) { - right_.Add(value); -} -inline const ::google::protobuf::RepeatedField< float >& -PlayerDecalDigitalSignature::right() const { - return right_; -} -inline ::google::protobuf::RepeatedField< float >* -PlayerDecalDigitalSignature::mutable_right() { - return &right_; -} - -// optional uint32 tx_defidx = 7; -inline bool PlayerDecalDigitalSignature::has_tx_defidx() const { - return (_has_bits_[0] & 0x00000040u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_tx_defidx() { - _has_bits_[0] |= 0x00000040u; -} -inline void PlayerDecalDigitalSignature::clear_has_tx_defidx() { - _has_bits_[0] &= ~0x00000040u; -} -inline void PlayerDecalDigitalSignature::clear_tx_defidx() { - tx_defidx_ = 0u; - clear_has_tx_defidx(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::tx_defidx() const { - return tx_defidx_; -} -inline void PlayerDecalDigitalSignature::set_tx_defidx(::google::protobuf::uint32 value) { - set_has_tx_defidx(); - tx_defidx_ = value; -} - -// optional int32 entindex = 8; -inline bool PlayerDecalDigitalSignature::has_entindex() const { - return (_has_bits_[0] & 0x00000080u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_entindex() { - _has_bits_[0] |= 0x00000080u; -} -inline void PlayerDecalDigitalSignature::clear_has_entindex() { - _has_bits_[0] &= ~0x00000080u; -} -inline void PlayerDecalDigitalSignature::clear_entindex() { - entindex_ = 0; - clear_has_entindex(); -} -inline ::google::protobuf::int32 PlayerDecalDigitalSignature::entindex() const { - return entindex_; -} -inline void PlayerDecalDigitalSignature::set_entindex(::google::protobuf::int32 value) { - set_has_entindex(); - entindex_ = value; -} - -// optional uint32 hitbox = 9; -inline bool PlayerDecalDigitalSignature::has_hitbox() const { - return (_has_bits_[0] & 0x00000100u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_hitbox() { - _has_bits_[0] |= 0x00000100u; -} -inline void PlayerDecalDigitalSignature::clear_has_hitbox() { - _has_bits_[0] &= ~0x00000100u; -} -inline void PlayerDecalDigitalSignature::clear_hitbox() { - hitbox_ = 0u; - clear_has_hitbox(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::hitbox() const { - return hitbox_; -} -inline void PlayerDecalDigitalSignature::set_hitbox(::google::protobuf::uint32 value) { - set_has_hitbox(); - hitbox_ = value; -} - -// optional float creationtime = 10; -inline bool PlayerDecalDigitalSignature::has_creationtime() const { - return (_has_bits_[0] & 0x00000200u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_creationtime() { - _has_bits_[0] |= 0x00000200u; -} -inline void PlayerDecalDigitalSignature::clear_has_creationtime() { - _has_bits_[0] &= ~0x00000200u; -} -inline void PlayerDecalDigitalSignature::clear_creationtime() { - creationtime_ = 0; - clear_has_creationtime(); -} -inline float PlayerDecalDigitalSignature::creationtime() const { - return creationtime_; -} -inline void PlayerDecalDigitalSignature::set_creationtime(float value) { - set_has_creationtime(); - creationtime_ = value; -} - -// optional uint32 equipslot = 11; -inline bool PlayerDecalDigitalSignature::has_equipslot() const { - return (_has_bits_[0] & 0x00000400u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_equipslot() { - _has_bits_[0] |= 0x00000400u; -} -inline void PlayerDecalDigitalSignature::clear_has_equipslot() { - _has_bits_[0] &= ~0x00000400u; -} -inline void PlayerDecalDigitalSignature::clear_equipslot() { - equipslot_ = 0u; - clear_has_equipslot(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::equipslot() const { - return equipslot_; -} -inline void PlayerDecalDigitalSignature::set_equipslot(::google::protobuf::uint32 value) { - set_has_equipslot(); - equipslot_ = value; -} - -// optional uint32 trace_id = 12; -inline bool PlayerDecalDigitalSignature::has_trace_id() const { - return (_has_bits_[0] & 0x00000800u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_trace_id() { - _has_bits_[0] |= 0x00000800u; -} -inline void PlayerDecalDigitalSignature::clear_has_trace_id() { - _has_bits_[0] &= ~0x00000800u; -} -inline void PlayerDecalDigitalSignature::clear_trace_id() { - trace_id_ = 0u; - clear_has_trace_id(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::trace_id() const { - return trace_id_; -} -inline void PlayerDecalDigitalSignature::set_trace_id(::google::protobuf::uint32 value) { - set_has_trace_id(); - trace_id_ = value; -} - -// repeated float normal = 13; -inline int PlayerDecalDigitalSignature::normal_size() const { - return normal_.size(); -} -inline void PlayerDecalDigitalSignature::clear_normal() { - normal_.Clear(); -} -inline float PlayerDecalDigitalSignature::normal(int index) const { - return normal_.Get(index); -} -inline void PlayerDecalDigitalSignature::set_normal(int index, float value) { - normal_.Set(index, value); -} -inline void PlayerDecalDigitalSignature::add_normal(float value) { - normal_.Add(value); -} -inline const ::google::protobuf::RepeatedField< float >& -PlayerDecalDigitalSignature::normal() const { - return normal_; -} -inline ::google::protobuf::RepeatedField< float >* -PlayerDecalDigitalSignature::mutable_normal() { - return &normal_; -} - -// optional uint32 tint_id = 14; -inline bool PlayerDecalDigitalSignature::has_tint_id() const { - return (_has_bits_[0] & 0x00002000u) != 0; -} -inline void PlayerDecalDigitalSignature::set_has_tint_id() { - _has_bits_[0] |= 0x00002000u; -} -inline void PlayerDecalDigitalSignature::clear_has_tint_id() { - _has_bits_[0] &= ~0x00002000u; -} -inline void PlayerDecalDigitalSignature::clear_tint_id() { - tint_id_ = 0u; - clear_has_tint_id(); -} -inline ::google::protobuf::uint32 PlayerDecalDigitalSignature::tint_id() const { - return tint_id_; -} -inline void PlayerDecalDigitalSignature::set_tint_id(::google::protobuf::uint32 value) { - set_has_tint_id(); - tint_id_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_PlayerDecalDigitalSignature - -// optional .PlayerDecalDigitalSignature data = 1; -inline bool CCSUsrMsg_PlayerDecalDigitalSignature::has_data() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_PlayerDecalDigitalSignature::set_has_data() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_PlayerDecalDigitalSignature::clear_has_data() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_PlayerDecalDigitalSignature::clear_data() { - if (data_ != NULL) data_->::PlayerDecalDigitalSignature::Clear(); - clear_has_data(); -} -inline const ::PlayerDecalDigitalSignature& CCSUsrMsg_PlayerDecalDigitalSignature::data() const { - return data_ != NULL ? *data_ : *default_instance_->data_; -} -inline ::PlayerDecalDigitalSignature* CCSUsrMsg_PlayerDecalDigitalSignature::mutable_data() { - set_has_data(); - if (data_ == NULL) data_ = new ::PlayerDecalDigitalSignature; - return data_; -} -inline ::PlayerDecalDigitalSignature* CCSUsrMsg_PlayerDecalDigitalSignature::release_data() { - clear_has_data(); - ::PlayerDecalDigitalSignature* temp = data_; - data_ = NULL; - return temp; -} -inline void CCSUsrMsg_PlayerDecalDigitalSignature::set_allocated_data(::PlayerDecalDigitalSignature* data) { - delete data_; - data_ = data; - if (data) { - set_has_data(); - } else { - clear_has_data(); - } -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_WeaponSound - -// optional int32 entidx = 1; -inline bool CCSUsrMsg_WeaponSound::has_entidx() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_entidx() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_entidx() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_WeaponSound::clear_entidx() { - entidx_ = 0; - clear_has_entidx(); -} -inline ::google::protobuf::int32 CCSUsrMsg_WeaponSound::entidx() const { - return entidx_; -} -inline void CCSUsrMsg_WeaponSound::set_entidx(::google::protobuf::int32 value) { - set_has_entidx(); - entidx_ = value; -} - -// optional float origin_x = 2; -inline bool CCSUsrMsg_WeaponSound::has_origin_x() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_origin_x() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_origin_x() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_WeaponSound::clear_origin_x() { - origin_x_ = 0; - clear_has_origin_x(); -} -inline float CCSUsrMsg_WeaponSound::origin_x() const { - return origin_x_; -} -inline void CCSUsrMsg_WeaponSound::set_origin_x(float value) { - set_has_origin_x(); - origin_x_ = value; -} - -// optional float origin_y = 3; -inline bool CCSUsrMsg_WeaponSound::has_origin_y() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_origin_y() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_origin_y() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_WeaponSound::clear_origin_y() { - origin_y_ = 0; - clear_has_origin_y(); -} -inline float CCSUsrMsg_WeaponSound::origin_y() const { - return origin_y_; -} -inline void CCSUsrMsg_WeaponSound::set_origin_y(float value) { - set_has_origin_y(); - origin_y_ = value; -} - -// optional float origin_z = 4; -inline bool CCSUsrMsg_WeaponSound::has_origin_z() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_origin_z() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_origin_z() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_WeaponSound::clear_origin_z() { - origin_z_ = 0; - clear_has_origin_z(); -} -inline float CCSUsrMsg_WeaponSound::origin_z() const { - return origin_z_; -} -inline void CCSUsrMsg_WeaponSound::set_origin_z(float value) { - set_has_origin_z(); - origin_z_ = value; -} - -// optional string sound = 5; -inline bool CCSUsrMsg_WeaponSound::has_sound() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_sound() { - _has_bits_[0] |= 0x00000010u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_sound() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CCSUsrMsg_WeaponSound::clear_sound() { - if (sound_ != &::google::protobuf::internal::kEmptyString) { - sound_->clear(); - } - clear_has_sound(); -} -inline const ::std::string& CCSUsrMsg_WeaponSound::sound() const { - return *sound_; -} -inline void CCSUsrMsg_WeaponSound::set_sound(const ::std::string& value) { - set_has_sound(); - if (sound_ == &::google::protobuf::internal::kEmptyString) { - sound_ = new ::std::string; - } - sound_->assign(value); -} -inline void CCSUsrMsg_WeaponSound::set_sound(const char* value) { - set_has_sound(); - if (sound_ == &::google::protobuf::internal::kEmptyString) { - sound_ = new ::std::string; - } - sound_->assign(value); -} -inline void CCSUsrMsg_WeaponSound::set_sound(const char* value, size_t size) { - set_has_sound(); - if (sound_ == &::google::protobuf::internal::kEmptyString) { - sound_ = new ::std::string; - } - sound_->assign(reinterpret_cast(value), size); -} -inline ::std::string* CCSUsrMsg_WeaponSound::mutable_sound() { - set_has_sound(); - if (sound_ == &::google::protobuf::internal::kEmptyString) { - sound_ = new ::std::string; - } - return sound_; -} -inline ::std::string* CCSUsrMsg_WeaponSound::release_sound() { - clear_has_sound(); - if (sound_ == &::google::protobuf::internal::kEmptyString) { - return NULL; - } else { - ::std::string* temp = sound_; - sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - return temp; - } -} -inline void CCSUsrMsg_WeaponSound::set_allocated_sound(::std::string* sound) { - if (sound_ != &::google::protobuf::internal::kEmptyString) { - delete sound_; - } - if (sound) { - set_has_sound(); - sound_ = sound; - } else { - clear_has_sound(); - sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - } -} - -// optional float timestamp = 6; -inline bool CCSUsrMsg_WeaponSound::has_timestamp() const { - return (_has_bits_[0] & 0x00000020u) != 0; -} -inline void CCSUsrMsg_WeaponSound::set_has_timestamp() { - _has_bits_[0] |= 0x00000020u; -} -inline void CCSUsrMsg_WeaponSound::clear_has_timestamp() { - _has_bits_[0] &= ~0x00000020u; -} -inline void CCSUsrMsg_WeaponSound::clear_timestamp() { - timestamp_ = 0; - clear_has_timestamp(); -} -inline float CCSUsrMsg_WeaponSound::timestamp() const { - return timestamp_; -} -inline void CCSUsrMsg_WeaponSound::set_timestamp(float value) { - set_has_timestamp(); - timestamp_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_UpdateScreenHealthBar - -// optional int32 entidx = 1; -inline bool CCSUsrMsg_UpdateScreenHealthBar::has_entidx() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_has_entidx() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_has_entidx() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_entidx() { - entidx_ = 0; - clear_has_entidx(); -} -inline ::google::protobuf::int32 CCSUsrMsg_UpdateScreenHealthBar::entidx() const { - return entidx_; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_entidx(::google::protobuf::int32 value) { - set_has_entidx(); - entidx_ = value; -} - -// optional float healthratio_old = 2; -inline bool CCSUsrMsg_UpdateScreenHealthBar::has_healthratio_old() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_has_healthratio_old() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_has_healthratio_old() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_healthratio_old() { - healthratio_old_ = 0; - clear_has_healthratio_old(); -} -inline float CCSUsrMsg_UpdateScreenHealthBar::healthratio_old() const { - return healthratio_old_; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_healthratio_old(float value) { - set_has_healthratio_old(); - healthratio_old_ = value; -} - -// optional float healthratio_new = 3; -inline bool CCSUsrMsg_UpdateScreenHealthBar::has_healthratio_new() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_has_healthratio_new() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_has_healthratio_new() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_healthratio_new() { - healthratio_new_ = 0; - clear_has_healthratio_new(); -} -inline float CCSUsrMsg_UpdateScreenHealthBar::healthratio_new() const { - return healthratio_new_; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_healthratio_new(float value) { - set_has_healthratio_new(); - healthratio_new_ = value; -} - -// optional int32 style = 4; -inline bool CCSUsrMsg_UpdateScreenHealthBar::has_style() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_has_style() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_has_style() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::clear_style() { - style_ = 0; - clear_has_style(); -} -inline ::google::protobuf::int32 CCSUsrMsg_UpdateScreenHealthBar::style() const { - return style_; -} -inline void CCSUsrMsg_UpdateScreenHealthBar::set_style(::google::protobuf::int32 value) { - set_has_style(); - style_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_EntityOutlineHighlight - -// optional int32 entidx = 1; -inline bool CCSUsrMsg_EntityOutlineHighlight::has_entidx() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_EntityOutlineHighlight::set_has_entidx() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_EntityOutlineHighlight::clear_has_entidx() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_EntityOutlineHighlight::clear_entidx() { - entidx_ = 0; - clear_has_entidx(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EntityOutlineHighlight::entidx() const { - return entidx_; -} -inline void CCSUsrMsg_EntityOutlineHighlight::set_entidx(::google::protobuf::int32 value) { - set_has_entidx(); - entidx_ = value; -} - -// optional bool removehighlight = 2; -inline bool CCSUsrMsg_EntityOutlineHighlight::has_removehighlight() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_EntityOutlineHighlight::set_has_removehighlight() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_EntityOutlineHighlight::clear_has_removehighlight() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_EntityOutlineHighlight::clear_removehighlight() { - removehighlight_ = false; - clear_has_removehighlight(); -} -inline bool CCSUsrMsg_EntityOutlineHighlight::removehighlight() const { - return removehighlight_; -} -inline void CCSUsrMsg_EntityOutlineHighlight::set_removehighlight(bool value) { - set_has_removehighlight(); - removehighlight_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SSUI - -// optional bool show = 1; -inline bool CCSUsrMsg_SSUI::has_show() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SSUI::set_has_show() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SSUI::clear_has_show() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SSUI::clear_show() { - show_ = false; - clear_has_show(); -} -inline bool CCSUsrMsg_SSUI::show() const { - return show_; -} -inline void CCSUsrMsg_SSUI::set_show(bool value) { - set_has_show(); - show_ = value; -} - -// optional float start_time = 2; -inline bool CCSUsrMsg_SSUI::has_start_time() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_SSUI::set_has_start_time() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_SSUI::clear_has_start_time() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_SSUI::clear_start_time() { - start_time_ = 0; - clear_has_start_time(); -} -inline float CCSUsrMsg_SSUI::start_time() const { - return start_time_; -} -inline void CCSUsrMsg_SSUI::set_start_time(float value) { - set_has_start_time(); - start_time_ = value; -} - -// optional float end_time = 3; -inline bool CCSUsrMsg_SSUI::has_end_time() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_SSUI::set_has_end_time() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_SSUI::clear_has_end_time() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_SSUI::clear_end_time() { - end_time_ = 0; - clear_has_end_time(); -} -inline float CCSUsrMsg_SSUI::end_time() const { - return end_time_; -} -inline void CCSUsrMsg_SSUI::set_end_time(float value) { - set_has_end_time(); - end_time_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SurvivalStats_Fact - -// optional int32 type = 1; -inline bool CCSUsrMsg_SurvivalStats_Fact::has_type() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_has_type() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_has_type() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_type() { - type_ = 0; - clear_has_type(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Fact::type() const { - return type_; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_type(::google::protobuf::int32 value) { - set_has_type(); - type_ = value; -} - -// optional int32 display = 2; -inline bool CCSUsrMsg_SurvivalStats_Fact::has_display() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_has_display() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_has_display() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_display() { - display_ = 0; - clear_has_display(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Fact::display() const { - return display_; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_display(::google::protobuf::int32 value) { - set_has_display(); - display_ = value; -} - -// optional int32 value = 3; -inline bool CCSUsrMsg_SurvivalStats_Fact::has_value() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_has_value() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_has_value() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_value() { - value_ = 0; - clear_has_value(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Fact::value() const { - return value_; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_value(::google::protobuf::int32 value) { - set_has_value(); - value_ = value; -} - -// optional float interestingness = 4; -inline bool CCSUsrMsg_SurvivalStats_Fact::has_interestingness() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_has_interestingness() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_has_interestingness() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_SurvivalStats_Fact::clear_interestingness() { - interestingness_ = 0; - clear_has_interestingness(); -} -inline float CCSUsrMsg_SurvivalStats_Fact::interestingness() const { - return interestingness_; -} -inline void CCSUsrMsg_SurvivalStats_Fact::set_interestingness(float value) { - set_has_interestingness(); - interestingness_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SurvivalStats_Placement - -// optional uint64 xuid = 1; -inline bool CCSUsrMsg_SurvivalStats_Placement::has_xuid() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_has_xuid() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_has_xuid() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_xuid() { - xuid_ = GOOGLE_ULONGLONG(0); - clear_has_xuid(); -} -inline ::google::protobuf::uint64 CCSUsrMsg_SurvivalStats_Placement::xuid() const { - return xuid_; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_xuid(::google::protobuf::uint64 value) { - set_has_xuid(); - xuid_ = value; -} - -// optional int32 teamnumber = 2; -inline bool CCSUsrMsg_SurvivalStats_Placement::has_teamnumber() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_has_teamnumber() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_has_teamnumber() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_teamnumber() { - teamnumber_ = 0; - clear_has_teamnumber(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Placement::teamnumber() const { - return teamnumber_; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_teamnumber(::google::protobuf::int32 value) { - set_has_teamnumber(); - teamnumber_ = value; -} - -// optional int32 placement = 3; -inline bool CCSUsrMsg_SurvivalStats_Placement::has_placement() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_has_placement() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_has_placement() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Placement::clear_placement() { - placement_ = 0; - clear_has_placement(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Placement::placement() const { - return placement_; -} -inline void CCSUsrMsg_SurvivalStats_Placement::set_placement(::google::protobuf::int32 value) { - set_has_placement(); - placement_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SurvivalStats_Damage - -// optional uint64 xuid = 1; -inline bool CCSUsrMsg_SurvivalStats_Damage::has_xuid() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_has_xuid() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_has_xuid() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_xuid() { - xuid_ = GOOGLE_ULONGLONG(0); - clear_has_xuid(); -} -inline ::google::protobuf::uint64 CCSUsrMsg_SurvivalStats_Damage::xuid() const { - return xuid_; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_xuid(::google::protobuf::uint64 value) { - set_has_xuid(); - xuid_ = value; -} - -// optional int32 to = 2; -inline bool CCSUsrMsg_SurvivalStats_Damage::has_to() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_has_to() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_has_to() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_to() { - to_ = 0; - clear_has_to(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Damage::to() const { - return to_; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_to(::google::protobuf::int32 value) { - set_has_to(); - to_ = value; -} - -// optional int32 to_hits = 3; -inline bool CCSUsrMsg_SurvivalStats_Damage::has_to_hits() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_has_to_hits() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_has_to_hits() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_to_hits() { - to_hits_ = 0; - clear_has_to_hits(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Damage::to_hits() const { - return to_hits_; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_to_hits(::google::protobuf::int32 value) { - set_has_to_hits(); - to_hits_ = value; -} - -// optional int32 from = 4; -inline bool CCSUsrMsg_SurvivalStats_Damage::has_from() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_has_from() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_has_from() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_from() { - from_ = 0; - clear_has_from(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Damage::from() const { - return from_; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_from(::google::protobuf::int32 value) { - set_has_from(); - from_ = value; -} - -// optional int32 from_hits = 5; -inline bool CCSUsrMsg_SurvivalStats_Damage::has_from_hits() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_has_from_hits() { - _has_bits_[0] |= 0x00000010u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_has_from_hits() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CCSUsrMsg_SurvivalStats_Damage::clear_from_hits() { - from_hits_ = 0; - clear_has_from_hits(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats_Damage::from_hits() const { - return from_hits_; -} -inline void CCSUsrMsg_SurvivalStats_Damage::set_from_hits(::google::protobuf::int32 value) { - set_has_from_hits(); - from_hits_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_SurvivalStats - -// optional uint64 xuid = 1; -inline bool CCSUsrMsg_SurvivalStats::has_xuid() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_SurvivalStats::set_has_xuid() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats::clear_has_xuid() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_SurvivalStats::clear_xuid() { - xuid_ = GOOGLE_ULONGLONG(0); - clear_has_xuid(); -} -inline ::google::protobuf::uint64 CCSUsrMsg_SurvivalStats::xuid() const { - return xuid_; -} -inline void CCSUsrMsg_SurvivalStats::set_xuid(::google::protobuf::uint64 value) { - set_has_xuid(); - xuid_ = value; -} - -// repeated .CCSUsrMsg_SurvivalStats.Fact facts = 2; -inline int CCSUsrMsg_SurvivalStats::facts_size() const { - return facts_.size(); -} -inline void CCSUsrMsg_SurvivalStats::clear_facts() { - facts_.Clear(); -} -inline const ::CCSUsrMsg_SurvivalStats_Fact& CCSUsrMsg_SurvivalStats::facts(int index) const { - return facts_.Get(index); -} -inline ::CCSUsrMsg_SurvivalStats_Fact* CCSUsrMsg_SurvivalStats::mutable_facts(int index) { - return facts_.Mutable(index); -} -inline ::CCSUsrMsg_SurvivalStats_Fact* CCSUsrMsg_SurvivalStats::add_facts() { - return facts_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Fact >& -CCSUsrMsg_SurvivalStats::facts() const { - return facts_; -} -inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Fact >* -CCSUsrMsg_SurvivalStats::mutable_facts() { - return &facts_; -} - -// repeated .CCSUsrMsg_SurvivalStats.Placement users = 3; -inline int CCSUsrMsg_SurvivalStats::users_size() const { - return users_.size(); -} -inline void CCSUsrMsg_SurvivalStats::clear_users() { - users_.Clear(); -} -inline const ::CCSUsrMsg_SurvivalStats_Placement& CCSUsrMsg_SurvivalStats::users(int index) const { - return users_.Get(index); -} -inline ::CCSUsrMsg_SurvivalStats_Placement* CCSUsrMsg_SurvivalStats::mutable_users(int index) { - return users_.Mutable(index); -} -inline ::CCSUsrMsg_SurvivalStats_Placement* CCSUsrMsg_SurvivalStats::add_users() { - return users_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Placement >& -CCSUsrMsg_SurvivalStats::users() const { - return users_; -} -inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Placement >* -CCSUsrMsg_SurvivalStats::mutable_users() { - return &users_; -} - -// repeated .CCSUsrMsg_SurvivalStats.Damage damages = 5; -inline int CCSUsrMsg_SurvivalStats::damages_size() const { - return damages_.size(); -} -inline void CCSUsrMsg_SurvivalStats::clear_damages() { - damages_.Clear(); -} -inline const ::CCSUsrMsg_SurvivalStats_Damage& CCSUsrMsg_SurvivalStats::damages(int index) const { - return damages_.Get(index); -} -inline ::CCSUsrMsg_SurvivalStats_Damage* CCSUsrMsg_SurvivalStats::mutable_damages(int index) { - return damages_.Mutable(index); -} -inline ::CCSUsrMsg_SurvivalStats_Damage* CCSUsrMsg_SurvivalStats::add_damages() { - return damages_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Damage >& -CCSUsrMsg_SurvivalStats::damages() const { - return damages_; -} -inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_SurvivalStats_Damage >* -CCSUsrMsg_SurvivalStats::mutable_damages() { - return &damages_; -} - -// optional int32 ticknumber = 4; -inline bool CCSUsrMsg_SurvivalStats::has_ticknumber() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CCSUsrMsg_SurvivalStats::set_has_ticknumber() { - _has_bits_[0] |= 0x00000010u; -} -inline void CCSUsrMsg_SurvivalStats::clear_has_ticknumber() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CCSUsrMsg_SurvivalStats::clear_ticknumber() { - ticknumber_ = 0; - clear_has_ticknumber(); -} -inline ::google::protobuf::int32 CCSUsrMsg_SurvivalStats::ticknumber() const { - return ticknumber_; -} -inline void CCSUsrMsg_SurvivalStats::set_ticknumber(::google::protobuf::int32 value) { - set_has_ticknumber(); - ticknumber_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_EndOfMatchAllPlayersData_Accolade - -// optional int32 eaccolade = 1; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::has_eaccolade() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_has_eaccolade() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_has_eaccolade() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_eaccolade() { - eaccolade_ = 0; - clear_has_eaccolade(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::eaccolade() const { - return eaccolade_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_eaccolade(::google::protobuf::int32 value) { - set_has_eaccolade(); - eaccolade_ = value; -} - -// optional float value = 2; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::has_value() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_has_value() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_has_value() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_value() { - value_ = 0; - clear_has_value(); -} -inline float CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::value() const { - return value_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_value(float value) { - set_has_value(); - value_ = value; -} - -// optional int32 position = 3; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::has_position() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_has_position() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_has_position() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::clear_position() { - position_ = 0; - clear_has_position(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::position() const { - return position_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::set_position(::google::protobuf::int32 value) { - set_has_position(); - position_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData - -// optional int32 entindex = 1; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_entindex() const { - return (_has_bits_[0] & 0x00000001u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_entindex() { - _has_bits_[0] |= 0x00000001u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_entindex() { - _has_bits_[0] &= ~0x00000001u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_entindex() { - entindex_ = 0; - clear_has_entindex(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::entindex() const { - return entindex_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_entindex(::google::protobuf::int32 value) { - set_has_entindex(); - entindex_ = value; -} - -// optional uint64 xuid = 2; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_xuid() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_xuid() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_xuid() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_xuid() { - xuid_ = GOOGLE_ULONGLONG(0); - clear_has_xuid(); -} -inline ::google::protobuf::uint64 CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::xuid() const { - return xuid_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_xuid(::google::protobuf::uint64 value) { - set_has_xuid(); - xuid_ = value; -} - -// optional string name = 3; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_name() const { - return (_has_bits_[0] & 0x00000004u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_name() { - _has_bits_[0] |= 0x00000004u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_name() { - _has_bits_[0] &= ~0x00000004u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_name() { - if (name_ != &::google::protobuf::internal::kEmptyString) { - name_->clear(); - } - clear_has_name(); -} -inline const ::std::string& CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::name() const { - return *name_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_name(const ::std::string& value) { - set_has_name(); - if (name_ == &::google::protobuf::internal::kEmptyString) { - name_ = new ::std::string; - } - name_->assign(value); -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_name(const char* value) { - set_has_name(); - if (name_ == &::google::protobuf::internal::kEmptyString) { - name_ = new ::std::string; - } - name_->assign(value); -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_name(const char* value, size_t size) { - set_has_name(); - if (name_ == &::google::protobuf::internal::kEmptyString) { - name_ = new ::std::string; - } - name_->assign(reinterpret_cast(value), size); -} -inline ::std::string* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::mutable_name() { - set_has_name(); - if (name_ == &::google::protobuf::internal::kEmptyString) { - name_ = new ::std::string; - } - return name_; -} -inline ::std::string* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::release_name() { - clear_has_name(); - if (name_ == &::google::protobuf::internal::kEmptyString) { - return NULL; - } else { - ::std::string* temp = name_; - name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - return temp; - } -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_allocated_name(::std::string* name) { - if (name_ != &::google::protobuf::internal::kEmptyString) { - delete name_; - } - if (name) { - set_has_name(); - name_ = name; - } else { - clear_has_name(); - name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); - } -} - -// optional int32 teamnumber = 4; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_teamnumber() const { - return (_has_bits_[0] & 0x00000008u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_teamnumber() { - _has_bits_[0] |= 0x00000008u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_teamnumber() { - _has_bits_[0] &= ~0x00000008u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_teamnumber() { - teamnumber_ = 0; - clear_has_teamnumber(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::teamnumber() const { - return teamnumber_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_teamnumber(::google::protobuf::int32 value) { - set_has_teamnumber(); - teamnumber_ = value; -} - -// optional .CCSUsrMsg_EndOfMatchAllPlayersData.Accolade nomination = 5; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_nomination() const { - return (_has_bits_[0] & 0x00000010u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_nomination() { - _has_bits_[0] |= 0x00000010u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_nomination() { - _has_bits_[0] &= ~0x00000010u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_nomination() { - if (nomination_ != NULL) nomination_->::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade::Clear(); - clear_has_nomination(); -} -inline const ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade& CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::nomination() const { - return nomination_ != NULL ? *nomination_ : *default_instance_->nomination_; -} -inline ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::mutable_nomination() { - set_has_nomination(); - if (nomination_ == NULL) nomination_ = new ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade; - return nomination_; -} -inline ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::release_nomination() { - clear_has_nomination(); - ::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* temp = nomination_; - nomination_ = NULL; - return temp; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_allocated_nomination(::CCSUsrMsg_EndOfMatchAllPlayersData_Accolade* nomination) { - delete nomination_; - nomination_ = nomination; - if (nomination) { - set_has_nomination(); - } else { - clear_has_nomination(); - } -} - -// repeated .CEconItemPreviewDataBlock items = 6; -inline int CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::items_size() const { - return items_.size(); -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_items() { - items_.Clear(); -} -inline const ::CEconItemPreviewDataBlock& CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::items(int index) const { - return items_.Get(index); -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::mutable_items(int index) { - return items_.Mutable(index); -} -inline ::CEconItemPreviewDataBlock* CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::add_items() { - return items_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >& -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::items() const { - return items_; -} -inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >* -CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::mutable_items() { - return &items_; -} - -// optional int32 playercolor = 7; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_playercolor() const { - return (_has_bits_[0] & 0x00000040u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_playercolor() { - _has_bits_[0] |= 0x00000040u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_playercolor() { - _has_bits_[0] &= ~0x00000040u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_playercolor() { - playercolor_ = 0; - clear_has_playercolor(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::playercolor() const { - return playercolor_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_playercolor(::google::protobuf::int32 value) { - set_has_playercolor(); - playercolor_ = value; -} - -// optional bool isbot = 8; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::has_isbot() const { - return (_has_bits_[0] & 0x00000080u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_has_isbot() { - _has_bits_[0] |= 0x00000080u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_has_isbot() { - _has_bits_[0] &= ~0x00000080u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::clear_isbot() { - isbot_ = false; - clear_has_isbot(); -} -inline bool CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::isbot() const { - return isbot_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData::set_isbot(bool value) { - set_has_isbot(); - isbot_ = value; -} - -// ------------------------------------------------------------------- - -// CCSUsrMsg_EndOfMatchAllPlayersData - -// repeated .CCSUsrMsg_EndOfMatchAllPlayersData.PlayerData allplayerdata = 1; -inline int CCSUsrMsg_EndOfMatchAllPlayersData::allplayerdata_size() const { - return allplayerdata_.size(); -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData::clear_allplayerdata() { - allplayerdata_.Clear(); -} -inline const ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData& CCSUsrMsg_EndOfMatchAllPlayersData::allplayerdata(int index) const { - return allplayerdata_.Get(index); -} -inline ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* CCSUsrMsg_EndOfMatchAllPlayersData::mutable_allplayerdata(int index) { - return allplayerdata_.Mutable(index); -} -inline ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData* CCSUsrMsg_EndOfMatchAllPlayersData::add_allplayerdata() { - return allplayerdata_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData >& -CCSUsrMsg_EndOfMatchAllPlayersData::allplayerdata() const { - return allplayerdata_; -} -inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_EndOfMatchAllPlayersData_PlayerData >* -CCSUsrMsg_EndOfMatchAllPlayersData::mutable_allplayerdata() { - return &allplayerdata_; -} - -// optional int32 scene = 2; -inline bool CCSUsrMsg_EndOfMatchAllPlayersData::has_scene() const { - return (_has_bits_[0] & 0x00000002u) != 0; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData::set_has_scene() { - _has_bits_[0] |= 0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData::clear_has_scene() { - _has_bits_[0] &= ~0x00000002u; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData::clear_scene() { - scene_ = 0; - clear_has_scene(); -} -inline ::google::protobuf::int32 CCSUsrMsg_EndOfMatchAllPlayersData::scene() const { - return scene_; -} -inline void CCSUsrMsg_EndOfMatchAllPlayersData::set_scene(::google::protobuf::int32 value) { - set_has_scene(); - scene_ = value; -} - -// ------------------------------------------------------------------- - // CCSUsrMsg_ResetHud // optional bool reset = 1; @@ -17563,6 +14057,620 @@ inline void CCSUsrMsg_ServerRankRevealAll::set_seconds_till_shutdown(::google::p seconds_till_shutdown_ = value; } +// ------------------------------------------------------------------- + +// CCSUsrMsg_WeaponSound + +// optional int32 entidx = 1; +inline bool CCSUsrMsg_WeaponSound::has_entidx() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_entidx() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_entidx() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_WeaponSound::clear_entidx() { + entidx_ = 0; + clear_has_entidx(); +} +inline ::google::protobuf::int32 CCSUsrMsg_WeaponSound::entidx() const { + return entidx_; +} +inline void CCSUsrMsg_WeaponSound::set_entidx(::google::protobuf::int32 value) { + set_has_entidx(); + entidx_ = value; +} + +// optional float origin_x = 2; +inline bool CCSUsrMsg_WeaponSound::has_origin_x() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_origin_x() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_origin_x() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_WeaponSound::clear_origin_x() { + origin_x_ = 0; + clear_has_origin_x(); +} +inline float CCSUsrMsg_WeaponSound::origin_x() const { + return origin_x_; +} +inline void CCSUsrMsg_WeaponSound::set_origin_x(float value) { + set_has_origin_x(); + origin_x_ = value; +} + +// optional float origin_y = 3; +inline bool CCSUsrMsg_WeaponSound::has_origin_y() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_origin_y() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_origin_y() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_WeaponSound::clear_origin_y() { + origin_y_ = 0; + clear_has_origin_y(); +} +inline float CCSUsrMsg_WeaponSound::origin_y() const { + return origin_y_; +} +inline void CCSUsrMsg_WeaponSound::set_origin_y(float value) { + set_has_origin_y(); + origin_y_ = value; +} + +// optional float origin_z = 4; +inline bool CCSUsrMsg_WeaponSound::has_origin_z() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_origin_z() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_origin_z() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_WeaponSound::clear_origin_z() { + origin_z_ = 0; + clear_has_origin_z(); +} +inline float CCSUsrMsg_WeaponSound::origin_z() const { + return origin_z_; +} +inline void CCSUsrMsg_WeaponSound::set_origin_z(float value) { + set_has_origin_z(); + origin_z_ = value; +} + +// optional string sound = 5; +inline bool CCSUsrMsg_WeaponSound::has_sound() const { + return (_has_bits_[0] & 0x00000010u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_sound() { + _has_bits_[0] |= 0x00000010u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_sound() { + _has_bits_[0] &= ~0x00000010u; +} +inline void CCSUsrMsg_WeaponSound::clear_sound() { + if (sound_ != &::google::protobuf::internal::kEmptyString) { + sound_->clear(); + } + clear_has_sound(); +} +inline const ::std::string& CCSUsrMsg_WeaponSound::sound() const { + return *sound_; +} +inline void CCSUsrMsg_WeaponSound::set_sound(const ::std::string& value) { + set_has_sound(); + if (sound_ == &::google::protobuf::internal::kEmptyString) { + sound_ = new ::std::string; + } + sound_->assign(value); +} +inline void CCSUsrMsg_WeaponSound::set_sound(const char* value) { + set_has_sound(); + if (sound_ == &::google::protobuf::internal::kEmptyString) { + sound_ = new ::std::string; + } + sound_->assign(value); +} +inline void CCSUsrMsg_WeaponSound::set_sound(const char* value, size_t size) { + set_has_sound(); + if (sound_ == &::google::protobuf::internal::kEmptyString) { + sound_ = new ::std::string; + } + sound_->assign(reinterpret_cast(value), size); +} +inline ::std::string* CCSUsrMsg_WeaponSound::mutable_sound() { + set_has_sound(); + if (sound_ == &::google::protobuf::internal::kEmptyString) { + sound_ = new ::std::string; + } + return sound_; +} +inline ::std::string* CCSUsrMsg_WeaponSound::release_sound() { + clear_has_sound(); + if (sound_ == &::google::protobuf::internal::kEmptyString) { + return NULL; + } else { + ::std::string* temp = sound_; + sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + return temp; + } +} +inline void CCSUsrMsg_WeaponSound::set_allocated_sound(::std::string* sound) { + if (sound_ != &::google::protobuf::internal::kEmptyString) { + delete sound_; + } + if (sound) { + set_has_sound(); + sound_ = sound; + } else { + clear_has_sound(); + sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); + } +} + +// optional float timestamp = 6; +inline bool CCSUsrMsg_WeaponSound::has_timestamp() const { + return (_has_bits_[0] & 0x00000020u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_timestamp() { + _has_bits_[0] |= 0x00000020u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_timestamp() { + _has_bits_[0] &= ~0x00000020u; +} +inline void CCSUsrMsg_WeaponSound::clear_timestamp() { + timestamp_ = 0; + clear_has_timestamp(); +} +inline float CCSUsrMsg_WeaponSound::timestamp() const { + return timestamp_; +} +inline void CCSUsrMsg_WeaponSound::set_timestamp(float value) { + set_has_timestamp(); + timestamp_ = value; +} + +// optional bool stop = 7; +inline bool CCSUsrMsg_WeaponSound::has_stop() const { + return (_has_bits_[0] & 0x00000040u) != 0; +} +inline void CCSUsrMsg_WeaponSound::set_has_stop() { + _has_bits_[0] |= 0x00000040u; +} +inline void CCSUsrMsg_WeaponSound::clear_has_stop() { + _has_bits_[0] &= ~0x00000040u; +} +inline void CCSUsrMsg_WeaponSound::clear_stop() { + stop_ = false; + clear_has_stop(); +} +inline bool CCSUsrMsg_WeaponSound::stop() const { + return stop_; +} +inline void CCSUsrMsg_WeaponSound::set_stop(bool value) { + set_has_stop(); + stop_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_EntityOutlineHighlight + +// optional int32 entidx = 1; +inline bool CCSUsrMsg_EntityOutlineHighlight::has_entidx() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_EntityOutlineHighlight::set_has_entidx() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_EntityOutlineHighlight::clear_has_entidx() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_EntityOutlineHighlight::clear_entidx() { + entidx_ = 0; + clear_has_entidx(); +} +inline ::google::protobuf::int32 CCSUsrMsg_EntityOutlineHighlight::entidx() const { + return entidx_; +} +inline void CCSUsrMsg_EntityOutlineHighlight::set_entidx(::google::protobuf::int32 value) { + set_has_entidx(); + entidx_ = value; +} + +// optional float duration = 2; +inline bool CCSUsrMsg_EntityOutlineHighlight::has_duration() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_EntityOutlineHighlight::set_has_duration() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_EntityOutlineHighlight::clear_has_duration() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_EntityOutlineHighlight::clear_duration() { + duration_ = 0; + clear_has_duration(); +} +inline float CCSUsrMsg_EntityOutlineHighlight::duration() const { + return duration_; +} +inline void CCSUsrMsg_EntityOutlineHighlight::set_duration(float value) { + set_has_duration(); + duration_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_SquadMemberDied + +// optional int32 dummy = 1; +inline bool CCSUsrMsg_SquadMemberDied::has_dummy() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_SquadMemberDied::set_has_dummy() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_SquadMemberDied::clear_has_dummy() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_SquadMemberDied::clear_dummy() { + dummy_ = 0; + clear_has_dummy(); +} +inline ::google::protobuf::int32 CCSUsrMsg_SquadMemberDied::dummy() const { + return dummy_; +} +inline void CCSUsrMsg_SquadMemberDied::set_dummy(::google::protobuf::int32 value) { + set_has_dummy(); + dummy_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_Battery + +// optional int32 new_battery = 1; +inline bool CCSUsrMsg_Battery::has_new_battery() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_Battery::set_has_new_battery() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_Battery::clear_has_new_battery() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_Battery::clear_new_battery() { + new_battery_ = 0; + clear_has_new_battery(); +} +inline ::google::protobuf::int32 CCSUsrMsg_Battery::new_battery() const { + return new_battery_; +} +inline void CCSUsrMsg_Battery::set_new_battery(::google::protobuf::int32 value) { + set_has_new_battery(); + new_battery_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_CreditsMsg + +// optional int32 credits_type = 1; +inline bool CCSUsrMsg_CreditsMsg::has_credits_type() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_CreditsMsg::set_has_credits_type() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_CreditsMsg::clear_has_credits_type() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_CreditsMsg::clear_credits_type() { + credits_type_ = 0; + clear_has_credits_type(); +} +inline ::google::protobuf::int32 CCSUsrMsg_CreditsMsg::credits_type() const { + return credits_type_; +} +inline void CCSUsrMsg_CreditsMsg::set_credits_type(::google::protobuf::int32 value) { + set_has_credits_type(); + credits_type_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_LogoTimeMsg + +// optional int32 logo_length = 1; +inline bool CCSUsrMsg_LogoTimeMsg::has_logo_length() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_LogoTimeMsg::set_has_logo_length() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_LogoTimeMsg::clear_has_logo_length() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_LogoTimeMsg::clear_logo_length() { + logo_length_ = 0; + clear_has_logo_length(); +} +inline ::google::protobuf::int32 CCSUsrMsg_LogoTimeMsg::logo_length() const { + return logo_length_; +} +inline void CCSUsrMsg_LogoTimeMsg::set_logo_length(::google::protobuf::int32 value) { + set_has_logo_length(); + logo_length_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_DamageIndicator + +// optional int32 armor = 1; +inline bool CCSUsrMsg_DamageIndicator::has_armor() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_DamageIndicator::set_has_armor() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_DamageIndicator::clear_has_armor() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_DamageIndicator::clear_armor() { + armor_ = 0; + clear_has_armor(); +} +inline ::google::protobuf::int32 CCSUsrMsg_DamageIndicator::armor() const { + return armor_; +} +inline void CCSUsrMsg_DamageIndicator::set_armor(::google::protobuf::int32 value) { + set_has_armor(); + armor_ = value; +} + +// optional int32 damage_taken = 2; +inline bool CCSUsrMsg_DamageIndicator::has_damage_taken() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_DamageIndicator::set_has_damage_taken() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_DamageIndicator::clear_has_damage_taken() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_DamageIndicator::clear_damage_taken() { + damage_taken_ = 0; + clear_has_damage_taken(); +} +inline ::google::protobuf::int32 CCSUsrMsg_DamageIndicator::damage_taken() const { + return damage_taken_; +} +inline void CCSUsrMsg_DamageIndicator::set_damage_taken(::google::protobuf::int32 value) { + set_has_damage_taken(); + damage_taken_ = value; +} + +// optional int32 bits_damage = 3; +inline bool CCSUsrMsg_DamageIndicator::has_bits_damage() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_DamageIndicator::set_has_bits_damage() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_DamageIndicator::clear_has_bits_damage() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_DamageIndicator::clear_bits_damage() { + bits_damage_ = 0; + clear_has_bits_damage(); +} +inline ::google::protobuf::int32 CCSUsrMsg_DamageIndicator::bits_damage() const { + return bits_damage_; +} +inline void CCSUsrMsg_DamageIndicator::set_bits_damage(::google::protobuf::int32 value) { + set_has_bits_damage(); + bits_damage_ = value; +} + +// optional .CMsgVector from = 4; +inline bool CCSUsrMsg_DamageIndicator::has_from() const { + return (_has_bits_[0] & 0x00000008u) != 0; +} +inline void CCSUsrMsg_DamageIndicator::set_has_from() { + _has_bits_[0] |= 0x00000008u; +} +inline void CCSUsrMsg_DamageIndicator::clear_has_from() { + _has_bits_[0] &= ~0x00000008u; +} +inline void CCSUsrMsg_DamageIndicator::clear_from() { + if (from_ != NULL) from_->::CMsgVector::Clear(); + clear_has_from(); +} +inline const ::CMsgVector& CCSUsrMsg_DamageIndicator::from() const { + return from_ != NULL ? *from_ : *default_instance_->from_; +} +inline ::CMsgVector* CCSUsrMsg_DamageIndicator::mutable_from() { + set_has_from(); + if (from_ == NULL) from_ = new ::CMsgVector; + return from_; +} +inline ::CMsgVector* CCSUsrMsg_DamageIndicator::release_from() { + clear_has_from(); + ::CMsgVector* temp = from_; + from_ = NULL; + return temp; +} +inline void CCSUsrMsg_DamageIndicator::set_allocated_from(::CMsgVector* from) { + delete from_; + from_ = from; + if (from) { + set_has_from(); + } else { + clear_has_from(); + } +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_ViewmodelAnimevent + +// optional int32 entidx = 1; +inline bool CCSUsrMsg_ViewmodelAnimevent::has_entidx() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_has_entidx() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_has_entidx() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_entidx() { + entidx_ = 0; + clear_has_entidx(); +} +inline ::google::protobuf::int32 CCSUsrMsg_ViewmodelAnimevent::entidx() const { + return entidx_; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_entidx(::google::protobuf::int32 value) { + set_has_entidx(); + entidx_ = value; +} + +// optional int32 animevent = 2; +inline bool CCSUsrMsg_ViewmodelAnimevent::has_animevent() const { + return (_has_bits_[0] & 0x00000002u) != 0; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_has_animevent() { + _has_bits_[0] |= 0x00000002u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_has_animevent() { + _has_bits_[0] &= ~0x00000002u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_animevent() { + animevent_ = 0; + clear_has_animevent(); +} +inline ::google::protobuf::int32 CCSUsrMsg_ViewmodelAnimevent::animevent() const { + return animevent_; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_animevent(::google::protobuf::int32 value) { + set_has_animevent(); + animevent_ = value; +} + +// optional int32 nData = 3; +inline bool CCSUsrMsg_ViewmodelAnimevent::has_ndata() const { + return (_has_bits_[0] & 0x00000004u) != 0; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_has_ndata() { + _has_bits_[0] |= 0x00000004u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_has_ndata() { + _has_bits_[0] &= ~0x00000004u; +} +inline void CCSUsrMsg_ViewmodelAnimevent::clear_ndata() { + ndata_ = 0; + clear_has_ndata(); +} +inline ::google::protobuf::int32 CCSUsrMsg_ViewmodelAnimevent::ndata() const { + return ndata_; +} +inline void CCSUsrMsg_ViewmodelAnimevent::set_ndata(::google::protobuf::int32 value) { + set_has_ndata(); + ndata_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_Heal + +// optional int32 amount = 1; +inline bool CCSUsrMsg_Heal::has_amount() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_Heal::set_has_amount() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_Heal::clear_has_amount() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_Heal::clear_amount() { + amount_ = 0; + clear_has_amount(); +} +inline ::google::protobuf::int32 CCSUsrMsg_Heal::amount() const { + return amount_; +} +inline void CCSUsrMsg_Heal::set_amount(::google::protobuf::int32 value) { + set_has_amount(); + amount_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_Ammo + +// optional int32 amount = 1; +inline bool CCSUsrMsg_Ammo::has_amount() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_Ammo::set_has_amount() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_Ammo::clear_has_amount() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_Ammo::clear_amount() { + amount_ = 0; + clear_has_amount(); +} +inline ::google::protobuf::int32 CCSUsrMsg_Ammo::amount() const { + return amount_; +} +inline void CCSUsrMsg_Ammo::set_amount(::google::protobuf::int32 value) { + set_has_amount(); + amount_ = value; +} + +// ------------------------------------------------------------------- + +// CCSUsrMsg_ActionProgress + +// optional float duration = 2; +inline bool CCSUsrMsg_ActionProgress::has_duration() const { + return (_has_bits_[0] & 0x00000001u) != 0; +} +inline void CCSUsrMsg_ActionProgress::set_has_duration() { + _has_bits_[0] |= 0x00000001u; +} +inline void CCSUsrMsg_ActionProgress::clear_has_duration() { + _has_bits_[0] &= ~0x00000001u; +} +inline void CCSUsrMsg_ActionProgress::clear_duration() { + duration_ = 0; + clear_has_duration(); +} +inline float CCSUsrMsg_ActionProgress::duration() const { + return duration_; +} +inline void CCSUsrMsg_ActionProgress::set_duration(float value) { + set_has_duration(); + duration_ = value; +} + // @@protoc_insertion_point(namespace_scope) @@ -17574,10 +14682,6 @@ template <> inline const EnumDescriptor* GetEnumDescriptor< ::ECstrike15UserMessages>() { return ::ECstrike15UserMessages_descriptor(); } -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::ECSUsrMsg_DisconnectToLobby_Action>() { - return ::ECSUsrMsg_DisconnectToLobby_Action_descriptor(); -} } // namespace google } // namespace protobuf @@ -17585,4 +14689,4 @@ inline const EnumDescriptor* GetEnumDescriptor< ::ECSUsrMsg_DisconnectToLobby_Ac // @@protoc_insertion_point(global_scope) -#endif // PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED +#endif // PROTOBUF_vietnam_5fusermessages_2eproto__INCLUDED diff --git a/public/game/shared/vietnam/protobuf/vietnam_usermessages.proto b/public/game/shared/vietnam/protobuf/vietnam_usermessages.proto new file mode 100644 index 00000000..e6d6d841 --- /dev/null +++ b/public/game/shared/vietnam/protobuf/vietnam_usermessages.proto @@ -0,0 +1,537 @@ +import "google/protobuf/descriptor.proto"; +import "netmessages.proto"; +import "vietnam_gcmessages.proto"; + +option optimize_for = SPEED; +option cc_generic_services = false; + +enum ECstrike15UserMessages { + CS_UM_VGUIMenu = 1; + CS_UM_Geiger = 2; + CS_UM_Train = 3; + CS_UM_HudText = 4; + CS_UM_SayText = 5; + CS_UM_SayText2 = 6; + CS_UM_TextMsg = 7; + CS_UM_HudMsg = 8; + CS_UM_ResetHud = 9; + CS_UM_GameTitle = 10; + CS_UM_Shake = 12; + CS_UM_Fade = 13; + CS_UM_Rumble = 14; + CS_UM_CloseCaption = 15; + CS_UM_CloseCaptionDirect = 16; + CS_UM_SendAudio = 17; + CS_UM_RawAudio = 18; + CS_UM_VoiceMask = 19; + CS_UM_RequestState = 20; + CS_UM_Damage = 21; + CS_UM_RadioText = 22; + CS_UM_HintText = 23; + CS_UM_KeyHintText = 24; + CS_UM_ProcessSpottedEntityUpdate = 25; + CS_UM_ReloadEffect = 26; + CS_UM_AdjustMoney = 27; + CS_UM_UpdateTeamMoney = 28; + CS_UM_StopSpectatorMode = 29; + CS_UM_KillCam = 30; + CS_UM_DesiredTimescale = 31; + CS_UM_CurrentTimescale = 32; + CS_UM_AchievementEvent = 33; + CS_UM_MatchEndConditions = 34; + CS_UM_DisconnectToLobby = 35; + CS_UM_PlayerStatsUpdate = 36; + CS_UM_DisplayInventory = 37; + CS_UM_WarmupHasEnded = 38; + CS_UM_ClientInfo = 39; + CS_UM_XRankGet = 40; + CS_UM_XRankUpd = 41; + CS_UM_CallVoteFailed = 45; + CS_UM_VoteStart = 46; + CS_UM_VotePass = 47; + CS_UM_VoteFailed = 48; + CS_UM_VoteSetup = 49; + CS_UM_ServerRankRevealAll = 50; + CS_UM_SendLastKillerDamageToClient = 51; + CS_UM_ServerRankUpdate = 52; + CS_UM_ItemPickup = 53; + CS_UM_ShowMenu = 54; + CS_UM_BarTime = 55; + CS_UM_AmmoDenied = 56; + CS_UM_MarkAchievement = 57; + CS_UM_MatchStatsUpdate = 58; + CS_UM_ItemDrop = 59; + CS_UM_GlowPropTurnOff = 60; + CS_UM_SendPlayerItemDrops = 61; + CS_UM_RoundBackupFilenames = 62; + CS_UM_SendPlayerItemFound = 63; + CS_UM_ReportHit = 64; + CS_UM_XpUpdate = 65; + CS_UM_QuestProgress = 66; + CS_UM_ScoreLeaderboardData = 67; + CS_UM_PlayerDecalDigitalSignature = 68; + CS_UM_SquadMemberDied = 69; + CS_UM_Battery = 70; + CS_UM_CreditsMsg = 71; + CS_UM_LogoTimeMsg = 72; + CS_UM_DamageIndicator = 73; + CS_UM_WeaponSound = 74; + CS_UM_EntityOutlineHighlight = 75; + CS_UM_HintTextExtended = 76; + CS_UM_PlayerScore = 77; + CS_UM_SpottedDuration = 78; + CS_UM_Ribbon = 79; + CS_UM_PointOfInterest = 80; + CS_UM_ViewmodelAnimevent = 81; + CS_UM_Heal = 82; + CS_UM_Ammo = 83; + CS_UM_ActionProgress = 84; +} + +message CCSUsrMsg_VGUIMenu { + message Subkey { + optional string name = 1; + optional string str = 2; + } + + optional string name = 1; + optional bool show = 2; + repeated .CCSUsrMsg_VGUIMenu.Subkey subkeys = 3; +} + +message CCSUsrMsg_Geiger { + optional int32 range = 1; +} + +message CCSUsrMsg_Train { + optional int32 train = 1; +} + +message CCSUsrMsg_HudText { + optional string text = 1; +} + +message CCSUsrMsg_SayText { + optional int32 ent_idx = 1; + optional string text = 2; + optional bool chat = 3; + optional bool textallchat = 4; + optional bool formatwithprefixorlocation = 5; +} + +message CCSUsrMsg_SayText2 { + optional int32 ent_idx = 1; + optional bool chat = 2; + optional string msg_name = 3; + repeated string params = 4; + optional bool textallchat = 5; + optional bool commander = 6; +} + +message CCSUsrMsg_TextMsg { + optional int32 msg_dst = 1; + repeated string params = 3; +} + +message CCSUsrMsg_HudMsg { + optional int32 channel = 1; + optional .CMsgVector2D pos = 2; + optional .CMsgRGBA clr1 = 3; + optional .CMsgRGBA clr2 = 4; + optional int32 effect = 5; + optional float fade_in_time = 6; + optional float fade_out_time = 7; + optional float hold_time = 9; + optional float fx_time = 10; + optional string text = 11; +} + +message CCSUsrMsg_Shake { + optional int32 command = 1; + optional float local_amplitude = 2; + optional float frequency = 3; + optional float duration = 4; +} + +message CCSUsrMsg_Fade { + optional int32 duration = 1; + optional int32 hold_time = 2; + optional int32 flags = 3; + optional .CMsgRGBA clr = 4; +} + +message CCSUsrMsg_Rumble { + optional int32 index = 1; + optional int32 data = 2; + optional int32 flags = 3; +} + +message CCSUsrMsg_CloseCaption { + optional uint32 hash = 1; + optional int32 duration = 2; + optional bool from_player = 3; + optional string cctoken = 4; +} + +message CCSUsrMsg_CloseCaptionDirect { + optional uint32 hash = 1; + optional int32 duration = 2; + optional bool from_player = 3; +} + +message CCSUsrMsg_SendAudio { + optional string radio_sound = 1; + optional bool isradio = 2; + optional bool iscommander = 3; +} + +message CCSUsrMsg_RawAudio { + optional int32 pitch = 1; + optional int32 entidx = 2; + optional float duration = 3; + optional string voice_filename = 4; +} + +message CCSUsrMsg_VoiceMask { + message PlayerMask { + optional int32 game_rules_mask = 1; + optional int32 ban_masks = 2; + } + + repeated .CCSUsrMsg_VoiceMask.PlayerMask player_masks = 1; + optional bool player_mod_enable = 2; +} + +message CCSUsrMsg_Damage { + optional int32 amount = 1; + optional .CMsgVector inflictor_world_pos = 2; + optional int32 victim_entindex = 3; + optional int32 damagebits = 4; +} + +message CCSUsrMsg_RadioText { + optional int32 msg_dst = 1; + optional int32 client = 2; + optional string msg_name = 3; + repeated string params = 4; +} + +message CCSUsrMsg_HintText { + optional string text = 1; +} + +message CCSUsrMsg_KeyHintText { + repeated string hints = 1; +} + +message CCSUsrMsg_HintTextExtended { + repeated string hints = 1; +} + +message CCSUsrMsg_PlayerScore { + optional int32 amount = 1; + optional int32 scoretype = 2; + optional string killedplayername = 3; + optional int32 killedplayerteam = 4; +} + +message CCSUsrMsg_SpottedDuration { + optional int32 spottedbyindex = 1; + optional int32 myindex = 2; + optional bool spotted = 3; + optional float spottedduration = 4; +} + +message CCSUsrMsg_Ribbon { + optional int32 ribbontype = 1; +} + +message CCSUsrMsg_PointOfInterest { + optional float origin_x = 1; + optional float origin_y = 2; + optional float origin_z = 3; + optional int32 point_type = 4; +} + +message CCSUsrMsg_ProcessSpottedEntityUpdate { + message SpottedEntityUpdate { + optional int32 entity_idx = 1; + optional int32 class_id = 2; + optional int32 origin_x = 3; + optional int32 origin_y = 4; + optional int32 origin_z = 5; + optional int32 angle_y = 6; + optional int32 team = 7; + optional bool defuser = 8; + optional bool player_has_defuser = 9; + optional bool player_has_c4 = 10; + } + + optional bool new_update = 1; + repeated .CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate entity_updates = 2; +} + +message CCSUsrMsg_ReloadEffect { + optional int32 entidx = 1; + optional int32 actanim = 2; + optional float origin_x = 3; + optional float origin_y = 4; + optional float origin_z = 5; +} + +message CCSUsrMsg_AdjustMoney { + 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 { + optional int32 obs_mode = 1; + optional int32 first_target = 2; + optional int32 second_target = 3; +} + +message CCSUsrMsg_DesiredTimescale { + optional float desired_timescale = 1; + optional float duration_realtime_sec = 2; + optional int32 interpolator_type = 3; + optional float start_blend_time = 4; +} + +message CCSUsrMsg_CurrentTimescale { + optional float cur_timescale = 1; +} + +message CCSUsrMsg_AchievementEvent { + optional int32 achievement = 1; + optional int32 count = 2; + optional int32 user_id = 3; +} + +message CCSUsrMsg_MatchEndConditions { + optional int32 fraglimit = 1; + optional int32 mp_maxrounds = 2; + optional int32 mp_winlimit = 3; + optional int32 mp_timelimit = 4; +} + +message CCSUsrMsg_PlayerStatsUpdate { + message Stat { + optional int32 idx = 1; + optional int32 delta = 2; + } + + optional int32 version = 1; + repeated .CCSUsrMsg_PlayerStatsUpdate.Stat stats = 4; + optional int32 user_id = 5; + optional int32 crc = 6; +} + +message CCSUsrMsg_DisplayInventory { + optional bool display = 1; + optional int32 user_id = 2; +} + +message CCSUsrMsg_QuestProgress { + optional uint32 quest_id = 1; + optional uint32 normal_points = 2; + optional uint32 bonus_points = 3; + optional bool is_event_quest = 4; +} + +message CCSUsrMsg_XRankGet { + optional int32 mode_idx = 1; + optional int32 controller = 2; +} + +message CCSUsrMsg_XRankUpd { + optional int32 mode_idx = 1; + optional int32 controller = 2; + optional int32 ranking = 3; +} + +message CCSUsrMsg_CallVoteFailed { + optional int32 reason = 1; + optional int32 time = 2; +} + +message CCSUsrMsg_VoteStart { + optional int32 team = 1; + optional int32 ent_idx = 2; + optional int32 vote_type = 3; + optional string disp_str = 4; + optional string details_str = 5; + optional string other_team_str = 6; + optional bool is_yes_no_vote = 7; + optional int32 entidx_target = 8; +} + +message CCSUsrMsg_VotePass { + optional int32 team = 1; + optional int32 vote_type = 2; + optional string disp_str = 3; + optional string details_str = 4; +} + +message CCSUsrMsg_VoteFailed { + optional int32 team = 1; + optional int32 reason = 2; +} + +message CCSUsrMsg_VoteSetup { + repeated string potential_issues = 1; +} + +message CCSUsrMsg_SendLastKillerDamageToClient { + optional int32 num_hits_given = 1; + optional int32 damage_given = 2; + optional int32 num_hits_taken = 3; + optional int32 damage_taken = 4; +} + +message CCSUsrMsg_ServerRankUpdate { + message RankUpdate { + optional int32 account_id = 1; + optional int32 rank_old = 2; + optional int32 rank_new = 3; + optional int32 num_wins = 4; + optional float rank_change = 5; + } + + repeated .CCSUsrMsg_ServerRankUpdate.RankUpdate rank_update = 1; +} + +message CCSUsrMsg_ItemPickup { + optional string item = 1; +} + +message CCSUsrMsg_ShowMenu { + optional int32 bits_valid_slots = 1; + optional int32 display_time = 2; + optional string menu_string = 3; +} + +message CCSUsrMsg_BarTime { + optional string time = 1; +} + +message CCSUsrMsg_AmmoDenied { + optional int32 ammoIdx = 1; +} + +message CCSUsrMsg_MarkAchievement { + optional string achievement = 1; +} + +message CCSUsrMsg_MatchStatsUpdate { + optional string update = 1; +} + +message CCSUsrMsg_ItemDrop { + optional int64 itemid = 1; + optional bool death = 2; +} + +message CCSUsrMsg_GlowPropTurnOff { + optional int32 entidx = 1; +} + +message CCSUsrMsg_RoundBackupFilenames { + optional int32 count = 1; + optional int32 index = 2; + optional string filename = 3; + optional string nicename = 4; +} + +message CCSUsrMsg_ResetHud { + optional bool reset = 1; +} + +message CCSUsrMsg_GameTitle { + optional int32 dummy = 1; +} + +message CCSUsrMsg_RequestState { + optional int32 dummy = 1; +} + +message CCSUsrMsg_StopSpectatorMode { + optional int32 dummy = 1; +} + +message CCSUsrMsg_DisconnectToLobby { + optional int32 dummy = 1; +} + +message CCSUsrMsg_WarmupHasEnded { + optional int32 dummy = 1; +} + +message CCSUsrMsg_ClientInfo { + optional int32 dummy = 1; +} + +message CCSUsrMsg_ServerRankRevealAll { + optional int32 seconds_till_shutdown = 1; +} + +message CCSUsrMsg_WeaponSound { + optional int32 entidx = 1; + optional float origin_x = 2; + optional float origin_y = 3; + optional float origin_z = 4; + optional string sound = 5; + optional float timestamp = 6; + optional bool stop = 7; +} + +message CCSUsrMsg_EntityOutlineHighlight { + optional int32 entidx = 1; + optional float duration = 2; +} + +message CCSUsrMsg_SquadMemberDied { + optional int32 dummy = 1; +} + +message CCSUsrMsg_Battery { + optional int32 new_battery = 1; +} + +message CCSUsrMsg_CreditsMsg { + optional int32 credits_type = 1; +} + +message CCSUsrMsg_LogoTimeMsg { + optional int32 logo_length = 1; +} + +message CCSUsrMsg_DamageIndicator { + optional int32 armor = 1; + optional int32 damage_taken = 2; + optional int32 bits_damage = 3; + optional .CMsgVector from = 4; +} + +message CCSUsrMsg_ViewmodelAnimevent { + optional int32 entidx = 1; + optional int32 animevent = 2; + optional int32 nData = 3; +} + +message CCSUsrMsg_Heal { + optional int32 amount = 1; +} + +message CCSUsrMsg_Ammo { + optional int32 amount = 1; +} + +message CCSUsrMsg_ActionProgress { + optional float duration = 2; +}