Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12344 lines
395 KiB

  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: cstrike15_usermessages.proto
  3. #if _MSC_VER >= 1300
  4. #ifndef _PS3
  5. #pragma warning(push)
  6. #pragma warning(disable : 4530) // warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (disabled due to std headers having exception syntax)
  7. #pragma warning(disable : 4512) // warning C4512: assignment operator could not be generated
  8. #pragma warning(disable : 4244) // warning C4244: warning C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data
  9. #pragma warning(disable : 4267) // warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
  10. #pragma warning(disable : 4125) // warning C4125: decimal digit terminates octal escape sequence
  11. #pragma warning(disable : 4127) // warning C4127: conditional expression is constant
  12. #pragma warning(disable : 4100) // warning C4100: 'op' : unreferenced formal parameter
  13. #endif // _PS3
  14. #endif // _MSC_VER
  15. #if _GNUC
  16. #ifndef _PS3
  17. #pragma GCC diagnostic push
  18. #pragma GCC diagnostic ignored "-Wshadow"
  19. #endif // _PS3
  20. #endif // _GNUC
  21. #ifndef PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED
  22. #define PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED
  23. #include <string>
  24. #include <google/protobuf/stubs/common.h>
  25. #if GOOGLE_PROTOBUF_VERSION < 2005000
  26. #error This file was generated by a newer version of protoc which is
  27. #error incompatible with your Protocol Buffer headers. Please update
  28. #error your headers.
  29. #endif
  30. #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
  31. #error This file was generated by an older version of protoc which is
  32. #error incompatible with your Protocol Buffer headers. Please
  33. #error regenerate this file with a newer version of protoc.
  34. #endif
  35. #include <google/protobuf/generated_message_util.h>
  36. #include <google/protobuf/message.h>
  37. #include <google/protobuf/repeated_field.h>
  38. #include <google/protobuf/extension_set.h>
  39. #include <google/protobuf/generated_enum_reflection.h>
  40. #include <google/protobuf/unknown_field_set.h>
  41. #include "google/protobuf/descriptor.pb.h"
  42. #include "netmessages.pb.h"
  43. #include "cstrike15_gcmessages.pb.h"
  44. // @@protoc_insertion_point(includes)
  45. // Internal implementation detail -- do not call these.
  46. void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  47. void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  48. void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  49. class CCSUsrMsg_VGUIMenu;
  50. class CCSUsrMsg_VGUIMenu_Subkey;
  51. class CCSUsrMsg_Geiger;
  52. class CCSUsrMsg_Train;
  53. class CCSUsrMsg_HudText;
  54. class CCSUsrMsg_SayText;
  55. class CCSUsrMsg_SayText2;
  56. class CCSUsrMsg_TextMsg;
  57. class CCSUsrMsg_HudMsg;
  58. class CCSUsrMsg_Shake;
  59. class CCSUsrMsg_Fade;
  60. class CCSUsrMsg_Rumble;
  61. class CCSUsrMsg_CloseCaption;
  62. class CCSUsrMsg_CloseCaptionDirect;
  63. class CCSUsrMsg_SendAudio;
  64. class CCSUsrMsg_RawAudio;
  65. class CCSUsrMsg_VoiceMask;
  66. class CCSUsrMsg_VoiceMask_PlayerMask;
  67. class CCSUsrMsg_Damage;
  68. class CCSUsrMsg_RadioText;
  69. class CCSUsrMsg_HintText;
  70. class CCSUsrMsg_KeyHintText;
  71. class CCSUsrMsg_ProcessSpottedEntityUpdate;
  72. class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate;
  73. class CCSUsrMsg_SendPlayerItemDrops;
  74. class CCSUsrMsg_SendPlayerItemFound;
  75. class CCSUsrMsg_ReloadEffect;
  76. class CCSUsrMsg_AdjustMoney;
  77. class CCSUsrMsg_ReportHit;
  78. class CCSUsrMsg_KillCam;
  79. class CCSUsrMsg_DesiredTimescale;
  80. class CCSUsrMsg_CurrentTimescale;
  81. class CCSUsrMsg_AchievementEvent;
  82. class CCSUsrMsg_MatchEndConditions;
  83. class CCSUsrMsg_PlayerStatsUpdate;
  84. class CCSUsrMsg_PlayerStatsUpdate_Stat;
  85. class CCSUsrMsg_DisplayInventory;
  86. class CCSUsrMsg_QuestProgress;
  87. class CCSUsrMsg_ScoreLeaderboardData;
  88. class CCSUsrMsg_XRankGet;
  89. class CCSUsrMsg_XRankUpd;
  90. class CCSUsrMsg_CallVoteFailed;
  91. class CCSUsrMsg_VoteStart;
  92. class CCSUsrMsg_VotePass;
  93. class CCSUsrMsg_VoteFailed;
  94. class CCSUsrMsg_VoteSetup;
  95. class CCSUsrMsg_SendLastKillerDamageToClient;
  96. class CCSUsrMsg_ServerRankUpdate;
  97. class CCSUsrMsg_ServerRankUpdate_RankUpdate;
  98. class CCSUsrMsg_XpUpdate;
  99. class CCSUsrMsg_ItemPickup;
  100. class CCSUsrMsg_ShowMenu;
  101. class CCSUsrMsg_BarTime;
  102. class CCSUsrMsg_AmmoDenied;
  103. class CCSUsrMsg_MarkAchievement;
  104. class CCSUsrMsg_MatchStatsUpdate;
  105. class CCSUsrMsg_ItemDrop;
  106. class CCSUsrMsg_GlowPropTurnOff;
  107. class CCSUsrMsg_RoundBackupFilenames;
  108. class CCSUsrMsg_ResetHud;
  109. class CCSUsrMsg_GameTitle;
  110. class CCSUsrMsg_RequestState;
  111. class CCSUsrMsg_StopSpectatorMode;
  112. class CCSUsrMsg_DisconnectToLobby;
  113. class CCSUsrMsg_WarmupHasEnded;
  114. class CCSUsrMsg_ClientInfo;
  115. class CCSUsrMsg_ServerRankRevealAll;
  116. enum ECstrike15UserMessages {
  117. CS_UM_VGUIMenu = 1,
  118. CS_UM_Geiger = 2,
  119. CS_UM_Train = 3,
  120. CS_UM_HudText = 4,
  121. CS_UM_SayText = 5,
  122. CS_UM_SayText2 = 6,
  123. CS_UM_TextMsg = 7,
  124. CS_UM_HudMsg = 8,
  125. CS_UM_ResetHud = 9,
  126. CS_UM_GameTitle = 10,
  127. CS_UM_Shake = 12,
  128. CS_UM_Fade = 13,
  129. CS_UM_Rumble = 14,
  130. CS_UM_CloseCaption = 15,
  131. CS_UM_CloseCaptionDirect = 16,
  132. CS_UM_SendAudio = 17,
  133. CS_UM_RawAudio = 18,
  134. CS_UM_VoiceMask = 19,
  135. CS_UM_RequestState = 20,
  136. CS_UM_Damage = 21,
  137. CS_UM_RadioText = 22,
  138. CS_UM_HintText = 23,
  139. CS_UM_KeyHintText = 24,
  140. CS_UM_ProcessSpottedEntityUpdate = 25,
  141. CS_UM_ReloadEffect = 26,
  142. CS_UM_AdjustMoney = 27,
  143. CS_UM_UpdateTeamMoney = 28,
  144. CS_UM_StopSpectatorMode = 29,
  145. CS_UM_KillCam = 30,
  146. CS_UM_DesiredTimescale = 31,
  147. CS_UM_CurrentTimescale = 32,
  148. CS_UM_AchievementEvent = 33,
  149. CS_UM_MatchEndConditions = 34,
  150. CS_UM_DisconnectToLobby = 35,
  151. CS_UM_PlayerStatsUpdate = 36,
  152. CS_UM_DisplayInventory = 37,
  153. CS_UM_WarmupHasEnded = 38,
  154. CS_UM_ClientInfo = 39,
  155. CS_UM_XRankGet = 40,
  156. CS_UM_XRankUpd = 41,
  157. CS_UM_CallVoteFailed = 45,
  158. CS_UM_VoteStart = 46,
  159. CS_UM_VotePass = 47,
  160. CS_UM_VoteFailed = 48,
  161. CS_UM_VoteSetup = 49,
  162. CS_UM_ServerRankRevealAll = 50,
  163. CS_UM_SendLastKillerDamageToClient = 51,
  164. CS_UM_ServerRankUpdate = 52,
  165. CS_UM_ItemPickup = 53,
  166. CS_UM_ShowMenu = 54,
  167. CS_UM_BarTime = 55,
  168. CS_UM_AmmoDenied = 56,
  169. CS_UM_MarkAchievement = 57,
  170. CS_UM_MatchStatsUpdate = 58,
  171. CS_UM_ItemDrop = 59,
  172. CS_UM_GlowPropTurnOff = 60,
  173. CS_UM_SendPlayerItemDrops = 61,
  174. CS_UM_RoundBackupFilenames = 62,
  175. CS_UM_SendPlayerItemFound = 63,
  176. CS_UM_ReportHit = 64,
  177. CS_UM_XpUpdate = 65,
  178. CS_UM_QuestProgress = 66,
  179. CS_UM_ScoreLeaderboardData = 67
  180. };
  181. bool ECstrike15UserMessages_IsValid(int value);
  182. const ECstrike15UserMessages ECstrike15UserMessages_MIN = CS_UM_VGUIMenu;
  183. const ECstrike15UserMessages ECstrike15UserMessages_MAX = CS_UM_ScoreLeaderboardData;
  184. const int ECstrike15UserMessages_ARRAYSIZE = ECstrike15UserMessages_MAX + 1;
  185. const ::google::protobuf::EnumDescriptor* ECstrike15UserMessages_descriptor();
  186. inline const ::std::string& ECstrike15UserMessages_Name(ECstrike15UserMessages value) {
  187. return ::google::protobuf::internal::NameOfEnum(
  188. ECstrike15UserMessages_descriptor(), value);
  189. }
  190. inline bool ECstrike15UserMessages_Parse(
  191. const ::std::string& name, ECstrike15UserMessages* value) {
  192. return ::google::protobuf::internal::ParseNamedEnum<ECstrike15UserMessages>(
  193. ECstrike15UserMessages_descriptor(), name, value);
  194. }
  195. // ===================================================================
  196. class CCSUsrMsg_VGUIMenu_Subkey : public ::google::protobuf::Message {
  197. public:
  198. CCSUsrMsg_VGUIMenu_Subkey();
  199. virtual ~CCSUsrMsg_VGUIMenu_Subkey();
  200. CCSUsrMsg_VGUIMenu_Subkey(const CCSUsrMsg_VGUIMenu_Subkey& from);
  201. inline CCSUsrMsg_VGUIMenu_Subkey& operator=(const CCSUsrMsg_VGUIMenu_Subkey& from) {
  202. CopyFrom(from);
  203. return *this;
  204. }
  205. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  206. return _unknown_fields_;
  207. }
  208. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  209. return &_unknown_fields_;
  210. }
  211. static const ::google::protobuf::Descriptor* descriptor();
  212. static const CCSUsrMsg_VGUIMenu_Subkey& default_instance();
  213. void Swap(CCSUsrMsg_VGUIMenu_Subkey* other);
  214. // implements Message ----------------------------------------------
  215. CCSUsrMsg_VGUIMenu_Subkey* New() const;
  216. void CopyFrom(const ::google::protobuf::Message& from);
  217. void MergeFrom(const ::google::protobuf::Message& from);
  218. void CopyFrom(const CCSUsrMsg_VGUIMenu_Subkey& from);
  219. void MergeFrom(const CCSUsrMsg_VGUIMenu_Subkey& from);
  220. void Clear();
  221. bool IsInitialized() const;
  222. int ByteSize() const;
  223. bool MergePartialFromCodedStream(
  224. ::google::protobuf::io::CodedInputStream* input);
  225. void SerializeWithCachedSizes(
  226. ::google::protobuf::io::CodedOutputStream* output) const;
  227. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  228. int GetCachedSize() const { return _cached_size_; }
  229. private:
  230. void SharedCtor();
  231. void SharedDtor();
  232. void SetCachedSize(int size) const;
  233. public:
  234. ::google::protobuf::Metadata GetMetadata() const;
  235. // nested types ----------------------------------------------------
  236. // accessors -------------------------------------------------------
  237. // optional string name = 1;
  238. inline bool has_name() const;
  239. inline void clear_name();
  240. static const int kNameFieldNumber = 1;
  241. inline const ::std::string& name() const;
  242. inline void set_name(const ::std::string& value);
  243. inline void set_name(const char* value);
  244. inline void set_name(const char* value, size_t size);
  245. inline ::std::string* mutable_name();
  246. inline ::std::string* release_name();
  247. inline void set_allocated_name(::std::string* name);
  248. // optional string str = 2;
  249. inline bool has_str() const;
  250. inline void clear_str();
  251. static const int kStrFieldNumber = 2;
  252. inline const ::std::string& str() const;
  253. inline void set_str(const ::std::string& value);
  254. inline void set_str(const char* value);
  255. inline void set_str(const char* value, size_t size);
  256. inline ::std::string* mutable_str();
  257. inline ::std::string* release_str();
  258. inline void set_allocated_str(::std::string* str);
  259. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VGUIMenu.Subkey)
  260. private:
  261. inline void set_has_name();
  262. inline void clear_has_name();
  263. inline void set_has_str();
  264. inline void clear_has_str();
  265. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  266. ::std::string* name_;
  267. ::std::string* str_;
  268. mutable int _cached_size_;
  269. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  270. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  271. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  272. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  273. void InitAsDefaultInstance();
  274. static CCSUsrMsg_VGUIMenu_Subkey* default_instance_;
  275. };
  276. // -------------------------------------------------------------------
  277. class CCSUsrMsg_VGUIMenu : public ::google::protobuf::Message {
  278. public:
  279. CCSUsrMsg_VGUIMenu();
  280. virtual ~CCSUsrMsg_VGUIMenu();
  281. CCSUsrMsg_VGUIMenu(const CCSUsrMsg_VGUIMenu& from);
  282. inline CCSUsrMsg_VGUIMenu& operator=(const CCSUsrMsg_VGUIMenu& from) {
  283. CopyFrom(from);
  284. return *this;
  285. }
  286. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  287. return _unknown_fields_;
  288. }
  289. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  290. return &_unknown_fields_;
  291. }
  292. static const ::google::protobuf::Descriptor* descriptor();
  293. static const CCSUsrMsg_VGUIMenu& default_instance();
  294. void Swap(CCSUsrMsg_VGUIMenu* other);
  295. // implements Message ----------------------------------------------
  296. CCSUsrMsg_VGUIMenu* New() const;
  297. void CopyFrom(const ::google::protobuf::Message& from);
  298. void MergeFrom(const ::google::protobuf::Message& from);
  299. void CopyFrom(const CCSUsrMsg_VGUIMenu& from);
  300. void MergeFrom(const CCSUsrMsg_VGUIMenu& from);
  301. void Clear();
  302. bool IsInitialized() const;
  303. int ByteSize() const;
  304. bool MergePartialFromCodedStream(
  305. ::google::protobuf::io::CodedInputStream* input);
  306. void SerializeWithCachedSizes(
  307. ::google::protobuf::io::CodedOutputStream* output) const;
  308. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  309. int GetCachedSize() const { return _cached_size_; }
  310. private:
  311. void SharedCtor();
  312. void SharedDtor();
  313. void SetCachedSize(int size) const;
  314. public:
  315. ::google::protobuf::Metadata GetMetadata() const;
  316. // nested types ----------------------------------------------------
  317. typedef CCSUsrMsg_VGUIMenu_Subkey Subkey;
  318. // accessors -------------------------------------------------------
  319. // optional string name = 1;
  320. inline bool has_name() const;
  321. inline void clear_name();
  322. static const int kNameFieldNumber = 1;
  323. inline const ::std::string& name() const;
  324. inline void set_name(const ::std::string& value);
  325. inline void set_name(const char* value);
  326. inline void set_name(const char* value, size_t size);
  327. inline ::std::string* mutable_name();
  328. inline ::std::string* release_name();
  329. inline void set_allocated_name(::std::string* name);
  330. // optional bool show = 2;
  331. inline bool has_show() const;
  332. inline void clear_show();
  333. static const int kShowFieldNumber = 2;
  334. inline bool show() const;
  335. inline void set_show(bool value);
  336. // repeated .CCSUsrMsg_VGUIMenu.Subkey subkeys = 3;
  337. inline int subkeys_size() const;
  338. inline void clear_subkeys();
  339. static const int kSubkeysFieldNumber = 3;
  340. inline const ::CCSUsrMsg_VGUIMenu_Subkey& subkeys(int index) const;
  341. inline ::CCSUsrMsg_VGUIMenu_Subkey* mutable_subkeys(int index);
  342. inline ::CCSUsrMsg_VGUIMenu_Subkey* add_subkeys();
  343. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VGUIMenu_Subkey >&
  344. subkeys() const;
  345. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VGUIMenu_Subkey >*
  346. mutable_subkeys();
  347. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VGUIMenu)
  348. private:
  349. inline void set_has_name();
  350. inline void clear_has_name();
  351. inline void set_has_show();
  352. inline void clear_has_show();
  353. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  354. ::std::string* name_;
  355. ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VGUIMenu_Subkey > subkeys_;
  356. bool show_;
  357. mutable int _cached_size_;
  358. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  359. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  360. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  361. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  362. void InitAsDefaultInstance();
  363. static CCSUsrMsg_VGUIMenu* default_instance_;
  364. };
  365. // -------------------------------------------------------------------
  366. class CCSUsrMsg_Geiger : public ::google::protobuf::Message {
  367. public:
  368. CCSUsrMsg_Geiger();
  369. virtual ~CCSUsrMsg_Geiger();
  370. CCSUsrMsg_Geiger(const CCSUsrMsg_Geiger& from);
  371. inline CCSUsrMsg_Geiger& operator=(const CCSUsrMsg_Geiger& from) {
  372. CopyFrom(from);
  373. return *this;
  374. }
  375. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  376. return _unknown_fields_;
  377. }
  378. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  379. return &_unknown_fields_;
  380. }
  381. static const ::google::protobuf::Descriptor* descriptor();
  382. static const CCSUsrMsg_Geiger& default_instance();
  383. void Swap(CCSUsrMsg_Geiger* other);
  384. // implements Message ----------------------------------------------
  385. CCSUsrMsg_Geiger* New() const;
  386. void CopyFrom(const ::google::protobuf::Message& from);
  387. void MergeFrom(const ::google::protobuf::Message& from);
  388. void CopyFrom(const CCSUsrMsg_Geiger& from);
  389. void MergeFrom(const CCSUsrMsg_Geiger& from);
  390. void Clear();
  391. bool IsInitialized() const;
  392. int ByteSize() const;
  393. bool MergePartialFromCodedStream(
  394. ::google::protobuf::io::CodedInputStream* input);
  395. void SerializeWithCachedSizes(
  396. ::google::protobuf::io::CodedOutputStream* output) const;
  397. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  398. int GetCachedSize() const { return _cached_size_; }
  399. private:
  400. void SharedCtor();
  401. void SharedDtor();
  402. void SetCachedSize(int size) const;
  403. public:
  404. ::google::protobuf::Metadata GetMetadata() const;
  405. // nested types ----------------------------------------------------
  406. // accessors -------------------------------------------------------
  407. // optional int32 range = 1;
  408. inline bool has_range() const;
  409. inline void clear_range();
  410. static const int kRangeFieldNumber = 1;
  411. inline ::google::protobuf::int32 range() const;
  412. inline void set_range(::google::protobuf::int32 value);
  413. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Geiger)
  414. private:
  415. inline void set_has_range();
  416. inline void clear_has_range();
  417. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  418. ::google::protobuf::int32 range_;
  419. mutable int _cached_size_;
  420. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  421. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  422. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  423. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  424. void InitAsDefaultInstance();
  425. static CCSUsrMsg_Geiger* default_instance_;
  426. };
  427. // -------------------------------------------------------------------
  428. class CCSUsrMsg_Train : public ::google::protobuf::Message {
  429. public:
  430. CCSUsrMsg_Train();
  431. virtual ~CCSUsrMsg_Train();
  432. CCSUsrMsg_Train(const CCSUsrMsg_Train& from);
  433. inline CCSUsrMsg_Train& operator=(const CCSUsrMsg_Train& from) {
  434. CopyFrom(from);
  435. return *this;
  436. }
  437. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  438. return _unknown_fields_;
  439. }
  440. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  441. return &_unknown_fields_;
  442. }
  443. static const ::google::protobuf::Descriptor* descriptor();
  444. static const CCSUsrMsg_Train& default_instance();
  445. void Swap(CCSUsrMsg_Train* other);
  446. // implements Message ----------------------------------------------
  447. CCSUsrMsg_Train* New() const;
  448. void CopyFrom(const ::google::protobuf::Message& from);
  449. void MergeFrom(const ::google::protobuf::Message& from);
  450. void CopyFrom(const CCSUsrMsg_Train& from);
  451. void MergeFrom(const CCSUsrMsg_Train& from);
  452. void Clear();
  453. bool IsInitialized() const;
  454. int ByteSize() const;
  455. bool MergePartialFromCodedStream(
  456. ::google::protobuf::io::CodedInputStream* input);
  457. void SerializeWithCachedSizes(
  458. ::google::protobuf::io::CodedOutputStream* output) const;
  459. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  460. int GetCachedSize() const { return _cached_size_; }
  461. private:
  462. void SharedCtor();
  463. void SharedDtor();
  464. void SetCachedSize(int size) const;
  465. public:
  466. ::google::protobuf::Metadata GetMetadata() const;
  467. // nested types ----------------------------------------------------
  468. // accessors -------------------------------------------------------
  469. // optional int32 train = 1;
  470. inline bool has_train() const;
  471. inline void clear_train();
  472. static const int kTrainFieldNumber = 1;
  473. inline ::google::protobuf::int32 train() const;
  474. inline void set_train(::google::protobuf::int32 value);
  475. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Train)
  476. private:
  477. inline void set_has_train();
  478. inline void clear_has_train();
  479. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  480. ::google::protobuf::int32 train_;
  481. mutable int _cached_size_;
  482. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  483. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  484. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  485. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  486. void InitAsDefaultInstance();
  487. static CCSUsrMsg_Train* default_instance_;
  488. };
  489. // -------------------------------------------------------------------
  490. class CCSUsrMsg_HudText : public ::google::protobuf::Message {
  491. public:
  492. CCSUsrMsg_HudText();
  493. virtual ~CCSUsrMsg_HudText();
  494. CCSUsrMsg_HudText(const CCSUsrMsg_HudText& from);
  495. inline CCSUsrMsg_HudText& operator=(const CCSUsrMsg_HudText& from) {
  496. CopyFrom(from);
  497. return *this;
  498. }
  499. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  500. return _unknown_fields_;
  501. }
  502. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  503. return &_unknown_fields_;
  504. }
  505. static const ::google::protobuf::Descriptor* descriptor();
  506. static const CCSUsrMsg_HudText& default_instance();
  507. void Swap(CCSUsrMsg_HudText* other);
  508. // implements Message ----------------------------------------------
  509. CCSUsrMsg_HudText* New() const;
  510. void CopyFrom(const ::google::protobuf::Message& from);
  511. void MergeFrom(const ::google::protobuf::Message& from);
  512. void CopyFrom(const CCSUsrMsg_HudText& from);
  513. void MergeFrom(const CCSUsrMsg_HudText& from);
  514. void Clear();
  515. bool IsInitialized() const;
  516. int ByteSize() const;
  517. bool MergePartialFromCodedStream(
  518. ::google::protobuf::io::CodedInputStream* input);
  519. void SerializeWithCachedSizes(
  520. ::google::protobuf::io::CodedOutputStream* output) const;
  521. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  522. int GetCachedSize() const { return _cached_size_; }
  523. private:
  524. void SharedCtor();
  525. void SharedDtor();
  526. void SetCachedSize(int size) const;
  527. public:
  528. ::google::protobuf::Metadata GetMetadata() const;
  529. // nested types ----------------------------------------------------
  530. // accessors -------------------------------------------------------
  531. // optional string text = 1;
  532. inline bool has_text() const;
  533. inline void clear_text();
  534. static const int kTextFieldNumber = 1;
  535. inline const ::std::string& text() const;
  536. inline void set_text(const ::std::string& value);
  537. inline void set_text(const char* value);
  538. inline void set_text(const char* value, size_t size);
  539. inline ::std::string* mutable_text();
  540. inline ::std::string* release_text();
  541. inline void set_allocated_text(::std::string* text);
  542. // @@protoc_insertion_point(class_scope:CCSUsrMsg_HudText)
  543. private:
  544. inline void set_has_text();
  545. inline void clear_has_text();
  546. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  547. ::std::string* text_;
  548. mutable int _cached_size_;
  549. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  550. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  551. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  552. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  553. void InitAsDefaultInstance();
  554. static CCSUsrMsg_HudText* default_instance_;
  555. };
  556. // -------------------------------------------------------------------
  557. class CCSUsrMsg_SayText : public ::google::protobuf::Message {
  558. public:
  559. CCSUsrMsg_SayText();
  560. virtual ~CCSUsrMsg_SayText();
  561. CCSUsrMsg_SayText(const CCSUsrMsg_SayText& from);
  562. inline CCSUsrMsg_SayText& operator=(const CCSUsrMsg_SayText& from) {
  563. CopyFrom(from);
  564. return *this;
  565. }
  566. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  567. return _unknown_fields_;
  568. }
  569. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  570. return &_unknown_fields_;
  571. }
  572. static const ::google::protobuf::Descriptor* descriptor();
  573. static const CCSUsrMsg_SayText& default_instance();
  574. void Swap(CCSUsrMsg_SayText* other);
  575. // implements Message ----------------------------------------------
  576. CCSUsrMsg_SayText* New() const;
  577. void CopyFrom(const ::google::protobuf::Message& from);
  578. void MergeFrom(const ::google::protobuf::Message& from);
  579. void CopyFrom(const CCSUsrMsg_SayText& from);
  580. void MergeFrom(const CCSUsrMsg_SayText& from);
  581. void Clear();
  582. bool IsInitialized() const;
  583. int ByteSize() const;
  584. bool MergePartialFromCodedStream(
  585. ::google::protobuf::io::CodedInputStream* input);
  586. void SerializeWithCachedSizes(
  587. ::google::protobuf::io::CodedOutputStream* output) const;
  588. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  589. int GetCachedSize() const { return _cached_size_; }
  590. private:
  591. void SharedCtor();
  592. void SharedDtor();
  593. void SetCachedSize(int size) const;
  594. public:
  595. ::google::protobuf::Metadata GetMetadata() const;
  596. // nested types ----------------------------------------------------
  597. // accessors -------------------------------------------------------
  598. // optional int32 ent_idx = 1;
  599. inline bool has_ent_idx() const;
  600. inline void clear_ent_idx();
  601. static const int kEntIdxFieldNumber = 1;
  602. inline ::google::protobuf::int32 ent_idx() const;
  603. inline void set_ent_idx(::google::protobuf::int32 value);
  604. // optional string text = 2;
  605. inline bool has_text() const;
  606. inline void clear_text();
  607. static const int kTextFieldNumber = 2;
  608. inline const ::std::string& text() const;
  609. inline void set_text(const ::std::string& value);
  610. inline void set_text(const char* value);
  611. inline void set_text(const char* value, size_t size);
  612. inline ::std::string* mutable_text();
  613. inline ::std::string* release_text();
  614. inline void set_allocated_text(::std::string* text);
  615. // optional bool chat = 3;
  616. inline bool has_chat() const;
  617. inline void clear_chat();
  618. static const int kChatFieldNumber = 3;
  619. inline bool chat() const;
  620. inline void set_chat(bool value);
  621. // optional bool textallchat = 4;
  622. inline bool has_textallchat() const;
  623. inline void clear_textallchat();
  624. static const int kTextallchatFieldNumber = 4;
  625. inline bool textallchat() const;
  626. inline void set_textallchat(bool value);
  627. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SayText)
  628. private:
  629. inline void set_has_ent_idx();
  630. inline void clear_has_ent_idx();
  631. inline void set_has_text();
  632. inline void clear_has_text();
  633. inline void set_has_chat();
  634. inline void clear_has_chat();
  635. inline void set_has_textallchat();
  636. inline void clear_has_textallchat();
  637. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  638. ::std::string* text_;
  639. ::google::protobuf::int32 ent_idx_;
  640. bool chat_;
  641. bool textallchat_;
  642. mutable int _cached_size_;
  643. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  644. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  645. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  646. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  647. void InitAsDefaultInstance();
  648. static CCSUsrMsg_SayText* default_instance_;
  649. };
  650. // -------------------------------------------------------------------
  651. class CCSUsrMsg_SayText2 : public ::google::protobuf::Message {
  652. public:
  653. CCSUsrMsg_SayText2();
  654. virtual ~CCSUsrMsg_SayText2();
  655. CCSUsrMsg_SayText2(const CCSUsrMsg_SayText2& from);
  656. inline CCSUsrMsg_SayText2& operator=(const CCSUsrMsg_SayText2& from) {
  657. CopyFrom(from);
  658. return *this;
  659. }
  660. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  661. return _unknown_fields_;
  662. }
  663. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  664. return &_unknown_fields_;
  665. }
  666. static const ::google::protobuf::Descriptor* descriptor();
  667. static const CCSUsrMsg_SayText2& default_instance();
  668. void Swap(CCSUsrMsg_SayText2* other);
  669. // implements Message ----------------------------------------------
  670. CCSUsrMsg_SayText2* New() const;
  671. void CopyFrom(const ::google::protobuf::Message& from);
  672. void MergeFrom(const ::google::protobuf::Message& from);
  673. void CopyFrom(const CCSUsrMsg_SayText2& from);
  674. void MergeFrom(const CCSUsrMsg_SayText2& from);
  675. void Clear();
  676. bool IsInitialized() const;
  677. int ByteSize() const;
  678. bool MergePartialFromCodedStream(
  679. ::google::protobuf::io::CodedInputStream* input);
  680. void SerializeWithCachedSizes(
  681. ::google::protobuf::io::CodedOutputStream* output) const;
  682. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  683. int GetCachedSize() const { return _cached_size_; }
  684. private:
  685. void SharedCtor();
  686. void SharedDtor();
  687. void SetCachedSize(int size) const;
  688. public:
  689. ::google::protobuf::Metadata GetMetadata() const;
  690. // nested types ----------------------------------------------------
  691. // accessors -------------------------------------------------------
  692. // optional int32 ent_idx = 1;
  693. inline bool has_ent_idx() const;
  694. inline void clear_ent_idx();
  695. static const int kEntIdxFieldNumber = 1;
  696. inline ::google::protobuf::int32 ent_idx() const;
  697. inline void set_ent_idx(::google::protobuf::int32 value);
  698. // optional bool chat = 2;
  699. inline bool has_chat() const;
  700. inline void clear_chat();
  701. static const int kChatFieldNumber = 2;
  702. inline bool chat() const;
  703. inline void set_chat(bool value);
  704. // optional string msg_name = 3;
  705. inline bool has_msg_name() const;
  706. inline void clear_msg_name();
  707. static const int kMsgNameFieldNumber = 3;
  708. inline const ::std::string& msg_name() const;
  709. inline void set_msg_name(const ::std::string& value);
  710. inline void set_msg_name(const char* value);
  711. inline void set_msg_name(const char* value, size_t size);
  712. inline ::std::string* mutable_msg_name();
  713. inline ::std::string* release_msg_name();
  714. inline void set_allocated_msg_name(::std::string* msg_name);
  715. // repeated string params = 4;
  716. inline int params_size() const;
  717. inline void clear_params();
  718. static const int kParamsFieldNumber = 4;
  719. inline const ::std::string& params(int index) const;
  720. inline ::std::string* mutable_params(int index);
  721. inline void set_params(int index, const ::std::string& value);
  722. inline void set_params(int index, const char* value);
  723. inline void set_params(int index, const char* value, size_t size);
  724. inline ::std::string* add_params();
  725. inline void add_params(const ::std::string& value);
  726. inline void add_params(const char* value);
  727. inline void add_params(const char* value, size_t size);
  728. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& params() const;
  729. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_params();
  730. // optional bool textallchat = 5;
  731. inline bool has_textallchat() const;
  732. inline void clear_textallchat();
  733. static const int kTextallchatFieldNumber = 5;
  734. inline bool textallchat() const;
  735. inline void set_textallchat(bool value);
  736. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SayText2)
  737. private:
  738. inline void set_has_ent_idx();
  739. inline void clear_has_ent_idx();
  740. inline void set_has_chat();
  741. inline void clear_has_chat();
  742. inline void set_has_msg_name();
  743. inline void clear_has_msg_name();
  744. inline void set_has_textallchat();
  745. inline void clear_has_textallchat();
  746. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  747. ::google::protobuf::int32 ent_idx_;
  748. bool chat_;
  749. bool textallchat_;
  750. ::std::string* msg_name_;
  751. ::google::protobuf::RepeatedPtrField< ::std::string> params_;
  752. mutable int _cached_size_;
  753. ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
  754. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  755. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  756. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  757. void InitAsDefaultInstance();
  758. static CCSUsrMsg_SayText2* default_instance_;
  759. };
  760. // -------------------------------------------------------------------
  761. class CCSUsrMsg_TextMsg : public ::google::protobuf::Message {
  762. public:
  763. CCSUsrMsg_TextMsg();
  764. virtual ~CCSUsrMsg_TextMsg();
  765. CCSUsrMsg_TextMsg(const CCSUsrMsg_TextMsg& from);
  766. inline CCSUsrMsg_TextMsg& operator=(const CCSUsrMsg_TextMsg& from) {
  767. CopyFrom(from);
  768. return *this;
  769. }
  770. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  771. return _unknown_fields_;
  772. }
  773. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  774. return &_unknown_fields_;
  775. }
  776. static const ::google::protobuf::Descriptor* descriptor();
  777. static const CCSUsrMsg_TextMsg& default_instance();
  778. void Swap(CCSUsrMsg_TextMsg* other);
  779. // implements Message ----------------------------------------------
  780. CCSUsrMsg_TextMsg* New() const;
  781. void CopyFrom(const ::google::protobuf::Message& from);
  782. void MergeFrom(const ::google::protobuf::Message& from);
  783. void CopyFrom(const CCSUsrMsg_TextMsg& from);
  784. void MergeFrom(const CCSUsrMsg_TextMsg& from);
  785. void Clear();
  786. bool IsInitialized() const;
  787. int ByteSize() const;
  788. bool MergePartialFromCodedStream(
  789. ::google::protobuf::io::CodedInputStream* input);
  790. void SerializeWithCachedSizes(
  791. ::google::protobuf::io::CodedOutputStream* output) const;
  792. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  793. int GetCachedSize() const { return _cached_size_; }
  794. private:
  795. void SharedCtor();
  796. void SharedDtor();
  797. void SetCachedSize(int size) const;
  798. public:
  799. ::google::protobuf::Metadata GetMetadata() const;
  800. // nested types ----------------------------------------------------
  801. // accessors -------------------------------------------------------
  802. // optional int32 msg_dst = 1;
  803. inline bool has_msg_dst() const;
  804. inline void clear_msg_dst();
  805. static const int kMsgDstFieldNumber = 1;
  806. inline ::google::protobuf::int32 msg_dst() const;
  807. inline void set_msg_dst(::google::protobuf::int32 value);
  808. // repeated string params = 3;
  809. inline int params_size() const;
  810. inline void clear_params();
  811. static const int kParamsFieldNumber = 3;
  812. inline const ::std::string& params(int index) const;
  813. inline ::std::string* mutable_params(int index);
  814. inline void set_params(int index, const ::std::string& value);
  815. inline void set_params(int index, const char* value);
  816. inline void set_params(int index, const char* value, size_t size);
  817. inline ::std::string* add_params();
  818. inline void add_params(const ::std::string& value);
  819. inline void add_params(const char* value);
  820. inline void add_params(const char* value, size_t size);
  821. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& params() const;
  822. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_params();
  823. // @@protoc_insertion_point(class_scope:CCSUsrMsg_TextMsg)
  824. private:
  825. inline void set_has_msg_dst();
  826. inline void clear_has_msg_dst();
  827. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  828. ::google::protobuf::RepeatedPtrField< ::std::string> params_;
  829. ::google::protobuf::int32 msg_dst_;
  830. mutable int _cached_size_;
  831. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  832. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  833. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  834. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  835. void InitAsDefaultInstance();
  836. static CCSUsrMsg_TextMsg* default_instance_;
  837. };
  838. // -------------------------------------------------------------------
  839. class CCSUsrMsg_HudMsg : public ::google::protobuf::Message {
  840. public:
  841. CCSUsrMsg_HudMsg();
  842. virtual ~CCSUsrMsg_HudMsg();
  843. CCSUsrMsg_HudMsg(const CCSUsrMsg_HudMsg& from);
  844. inline CCSUsrMsg_HudMsg& operator=(const CCSUsrMsg_HudMsg& from) {
  845. CopyFrom(from);
  846. return *this;
  847. }
  848. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  849. return _unknown_fields_;
  850. }
  851. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  852. return &_unknown_fields_;
  853. }
  854. static const ::google::protobuf::Descriptor* descriptor();
  855. static const CCSUsrMsg_HudMsg& default_instance();
  856. void Swap(CCSUsrMsg_HudMsg* other);
  857. // implements Message ----------------------------------------------
  858. CCSUsrMsg_HudMsg* New() const;
  859. void CopyFrom(const ::google::protobuf::Message& from);
  860. void MergeFrom(const ::google::protobuf::Message& from);
  861. void CopyFrom(const CCSUsrMsg_HudMsg& from);
  862. void MergeFrom(const CCSUsrMsg_HudMsg& from);
  863. void Clear();
  864. bool IsInitialized() const;
  865. int ByteSize() const;
  866. bool MergePartialFromCodedStream(
  867. ::google::protobuf::io::CodedInputStream* input);
  868. void SerializeWithCachedSizes(
  869. ::google::protobuf::io::CodedOutputStream* output) const;
  870. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  871. int GetCachedSize() const { return _cached_size_; }
  872. private:
  873. void SharedCtor();
  874. void SharedDtor();
  875. void SetCachedSize(int size) const;
  876. public:
  877. ::google::protobuf::Metadata GetMetadata() const;
  878. // nested types ----------------------------------------------------
  879. // accessors -------------------------------------------------------
  880. // optional int32 channel = 1;
  881. inline bool has_channel() const;
  882. inline void clear_channel();
  883. static const int kChannelFieldNumber = 1;
  884. inline ::google::protobuf::int32 channel() const;
  885. inline void set_channel(::google::protobuf::int32 value);
  886. // optional .CMsgVector2D pos = 2;
  887. inline bool has_pos() const;
  888. inline void clear_pos();
  889. static const int kPosFieldNumber = 2;
  890. inline const ::CMsgVector2D& pos() const;
  891. inline ::CMsgVector2D* mutable_pos();
  892. inline ::CMsgVector2D* release_pos();
  893. inline void set_allocated_pos(::CMsgVector2D* pos);
  894. // optional .CMsgRGBA clr1 = 3;
  895. inline bool has_clr1() const;
  896. inline void clear_clr1();
  897. static const int kClr1FieldNumber = 3;
  898. inline const ::CMsgRGBA& clr1() const;
  899. inline ::CMsgRGBA* mutable_clr1();
  900. inline ::CMsgRGBA* release_clr1();
  901. inline void set_allocated_clr1(::CMsgRGBA* clr1);
  902. // optional .CMsgRGBA clr2 = 4;
  903. inline bool has_clr2() const;
  904. inline void clear_clr2();
  905. static const int kClr2FieldNumber = 4;
  906. inline const ::CMsgRGBA& clr2() const;
  907. inline ::CMsgRGBA* mutable_clr2();
  908. inline ::CMsgRGBA* release_clr2();
  909. inline void set_allocated_clr2(::CMsgRGBA* clr2);
  910. // optional int32 effect = 5;
  911. inline bool has_effect() const;
  912. inline void clear_effect();
  913. static const int kEffectFieldNumber = 5;
  914. inline ::google::protobuf::int32 effect() const;
  915. inline void set_effect(::google::protobuf::int32 value);
  916. // optional float fade_in_time = 6;
  917. inline bool has_fade_in_time() const;
  918. inline void clear_fade_in_time();
  919. static const int kFadeInTimeFieldNumber = 6;
  920. inline float fade_in_time() const;
  921. inline void set_fade_in_time(float value);
  922. // optional float fade_out_time = 7;
  923. inline bool has_fade_out_time() const;
  924. inline void clear_fade_out_time();
  925. static const int kFadeOutTimeFieldNumber = 7;
  926. inline float fade_out_time() const;
  927. inline void set_fade_out_time(float value);
  928. // optional float hold_time = 9;
  929. inline bool has_hold_time() const;
  930. inline void clear_hold_time();
  931. static const int kHoldTimeFieldNumber = 9;
  932. inline float hold_time() const;
  933. inline void set_hold_time(float value);
  934. // optional float fx_time = 10;
  935. inline bool has_fx_time() const;
  936. inline void clear_fx_time();
  937. static const int kFxTimeFieldNumber = 10;
  938. inline float fx_time() const;
  939. inline void set_fx_time(float value);
  940. // optional string text = 11;
  941. inline bool has_text() const;
  942. inline void clear_text();
  943. static const int kTextFieldNumber = 11;
  944. inline const ::std::string& text() const;
  945. inline void set_text(const ::std::string& value);
  946. inline void set_text(const char* value);
  947. inline void set_text(const char* value, size_t size);
  948. inline ::std::string* mutable_text();
  949. inline ::std::string* release_text();
  950. inline void set_allocated_text(::std::string* text);
  951. // @@protoc_insertion_point(class_scope:CCSUsrMsg_HudMsg)
  952. private:
  953. inline void set_has_channel();
  954. inline void clear_has_channel();
  955. inline void set_has_pos();
  956. inline void clear_has_pos();
  957. inline void set_has_clr1();
  958. inline void clear_has_clr1();
  959. inline void set_has_clr2();
  960. inline void clear_has_clr2();
  961. inline void set_has_effect();
  962. inline void clear_has_effect();
  963. inline void set_has_fade_in_time();
  964. inline void clear_has_fade_in_time();
  965. inline void set_has_fade_out_time();
  966. inline void clear_has_fade_out_time();
  967. inline void set_has_hold_time();
  968. inline void clear_has_hold_time();
  969. inline void set_has_fx_time();
  970. inline void clear_has_fx_time();
  971. inline void set_has_text();
  972. inline void clear_has_text();
  973. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  974. ::CMsgVector2D* pos_;
  975. ::CMsgRGBA* clr1_;
  976. ::google::protobuf::int32 channel_;
  977. ::google::protobuf::int32 effect_;
  978. ::CMsgRGBA* clr2_;
  979. float fade_in_time_;
  980. float fade_out_time_;
  981. float hold_time_;
  982. float fx_time_;
  983. ::std::string* text_;
  984. mutable int _cached_size_;
  985. ::google::protobuf::uint32 _has_bits_[(10 + 31) / 32];
  986. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  987. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  988. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  989. void InitAsDefaultInstance();
  990. static CCSUsrMsg_HudMsg* default_instance_;
  991. };
  992. // -------------------------------------------------------------------
  993. class CCSUsrMsg_Shake : public ::google::protobuf::Message {
  994. public:
  995. CCSUsrMsg_Shake();
  996. virtual ~CCSUsrMsg_Shake();
  997. CCSUsrMsg_Shake(const CCSUsrMsg_Shake& from);
  998. inline CCSUsrMsg_Shake& operator=(const CCSUsrMsg_Shake& from) {
  999. CopyFrom(from);
  1000. return *this;
  1001. }
  1002. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1003. return _unknown_fields_;
  1004. }
  1005. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1006. return &_unknown_fields_;
  1007. }
  1008. static const ::google::protobuf::Descriptor* descriptor();
  1009. static const CCSUsrMsg_Shake& default_instance();
  1010. void Swap(CCSUsrMsg_Shake* other);
  1011. // implements Message ----------------------------------------------
  1012. CCSUsrMsg_Shake* New() const;
  1013. void CopyFrom(const ::google::protobuf::Message& from);
  1014. void MergeFrom(const ::google::protobuf::Message& from);
  1015. void CopyFrom(const CCSUsrMsg_Shake& from);
  1016. void MergeFrom(const CCSUsrMsg_Shake& from);
  1017. void Clear();
  1018. bool IsInitialized() const;
  1019. int ByteSize() const;
  1020. bool MergePartialFromCodedStream(
  1021. ::google::protobuf::io::CodedInputStream* input);
  1022. void SerializeWithCachedSizes(
  1023. ::google::protobuf::io::CodedOutputStream* output) const;
  1024. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1025. int GetCachedSize() const { return _cached_size_; }
  1026. private:
  1027. void SharedCtor();
  1028. void SharedDtor();
  1029. void SetCachedSize(int size) const;
  1030. public:
  1031. ::google::protobuf::Metadata GetMetadata() const;
  1032. // nested types ----------------------------------------------------
  1033. // accessors -------------------------------------------------------
  1034. // optional int32 command = 1;
  1035. inline bool has_command() const;
  1036. inline void clear_command();
  1037. static const int kCommandFieldNumber = 1;
  1038. inline ::google::protobuf::int32 command() const;
  1039. inline void set_command(::google::protobuf::int32 value);
  1040. // optional float local_amplitude = 2;
  1041. inline bool has_local_amplitude() const;
  1042. inline void clear_local_amplitude();
  1043. static const int kLocalAmplitudeFieldNumber = 2;
  1044. inline float local_amplitude() const;
  1045. inline void set_local_amplitude(float value);
  1046. // optional float frequency = 3;
  1047. inline bool has_frequency() const;
  1048. inline void clear_frequency();
  1049. static const int kFrequencyFieldNumber = 3;
  1050. inline float frequency() const;
  1051. inline void set_frequency(float value);
  1052. // optional float duration = 4;
  1053. inline bool has_duration() const;
  1054. inline void clear_duration();
  1055. static const int kDurationFieldNumber = 4;
  1056. inline float duration() const;
  1057. inline void set_duration(float value);
  1058. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Shake)
  1059. private:
  1060. inline void set_has_command();
  1061. inline void clear_has_command();
  1062. inline void set_has_local_amplitude();
  1063. inline void clear_has_local_amplitude();
  1064. inline void set_has_frequency();
  1065. inline void clear_has_frequency();
  1066. inline void set_has_duration();
  1067. inline void clear_has_duration();
  1068. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1069. ::google::protobuf::int32 command_;
  1070. float local_amplitude_;
  1071. float frequency_;
  1072. float duration_;
  1073. mutable int _cached_size_;
  1074. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  1075. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1076. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1077. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1078. void InitAsDefaultInstance();
  1079. static CCSUsrMsg_Shake* default_instance_;
  1080. };
  1081. // -------------------------------------------------------------------
  1082. class CCSUsrMsg_Fade : public ::google::protobuf::Message {
  1083. public:
  1084. CCSUsrMsg_Fade();
  1085. virtual ~CCSUsrMsg_Fade();
  1086. CCSUsrMsg_Fade(const CCSUsrMsg_Fade& from);
  1087. inline CCSUsrMsg_Fade& operator=(const CCSUsrMsg_Fade& from) {
  1088. CopyFrom(from);
  1089. return *this;
  1090. }
  1091. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1092. return _unknown_fields_;
  1093. }
  1094. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1095. return &_unknown_fields_;
  1096. }
  1097. static const ::google::protobuf::Descriptor* descriptor();
  1098. static const CCSUsrMsg_Fade& default_instance();
  1099. void Swap(CCSUsrMsg_Fade* other);
  1100. // implements Message ----------------------------------------------
  1101. CCSUsrMsg_Fade* New() const;
  1102. void CopyFrom(const ::google::protobuf::Message& from);
  1103. void MergeFrom(const ::google::protobuf::Message& from);
  1104. void CopyFrom(const CCSUsrMsg_Fade& from);
  1105. void MergeFrom(const CCSUsrMsg_Fade& from);
  1106. void Clear();
  1107. bool IsInitialized() const;
  1108. int ByteSize() const;
  1109. bool MergePartialFromCodedStream(
  1110. ::google::protobuf::io::CodedInputStream* input);
  1111. void SerializeWithCachedSizes(
  1112. ::google::protobuf::io::CodedOutputStream* output) const;
  1113. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1114. int GetCachedSize() const { return _cached_size_; }
  1115. private:
  1116. void SharedCtor();
  1117. void SharedDtor();
  1118. void SetCachedSize(int size) const;
  1119. public:
  1120. ::google::protobuf::Metadata GetMetadata() const;
  1121. // nested types ----------------------------------------------------
  1122. // accessors -------------------------------------------------------
  1123. // optional int32 duration = 1;
  1124. inline bool has_duration() const;
  1125. inline void clear_duration();
  1126. static const int kDurationFieldNumber = 1;
  1127. inline ::google::protobuf::int32 duration() const;
  1128. inline void set_duration(::google::protobuf::int32 value);
  1129. // optional int32 hold_time = 2;
  1130. inline bool has_hold_time() const;
  1131. inline void clear_hold_time();
  1132. static const int kHoldTimeFieldNumber = 2;
  1133. inline ::google::protobuf::int32 hold_time() const;
  1134. inline void set_hold_time(::google::protobuf::int32 value);
  1135. // optional int32 flags = 3;
  1136. inline bool has_flags() const;
  1137. inline void clear_flags();
  1138. static const int kFlagsFieldNumber = 3;
  1139. inline ::google::protobuf::int32 flags() const;
  1140. inline void set_flags(::google::protobuf::int32 value);
  1141. // optional .CMsgRGBA clr = 4;
  1142. inline bool has_clr() const;
  1143. inline void clear_clr();
  1144. static const int kClrFieldNumber = 4;
  1145. inline const ::CMsgRGBA& clr() const;
  1146. inline ::CMsgRGBA* mutable_clr();
  1147. inline ::CMsgRGBA* release_clr();
  1148. inline void set_allocated_clr(::CMsgRGBA* clr);
  1149. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Fade)
  1150. private:
  1151. inline void set_has_duration();
  1152. inline void clear_has_duration();
  1153. inline void set_has_hold_time();
  1154. inline void clear_has_hold_time();
  1155. inline void set_has_flags();
  1156. inline void clear_has_flags();
  1157. inline void set_has_clr();
  1158. inline void clear_has_clr();
  1159. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1160. ::google::protobuf::int32 duration_;
  1161. ::google::protobuf::int32 hold_time_;
  1162. ::CMsgRGBA* clr_;
  1163. ::google::protobuf::int32 flags_;
  1164. mutable int _cached_size_;
  1165. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  1166. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1167. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1168. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1169. void InitAsDefaultInstance();
  1170. static CCSUsrMsg_Fade* default_instance_;
  1171. };
  1172. // -------------------------------------------------------------------
  1173. class CCSUsrMsg_Rumble : public ::google::protobuf::Message {
  1174. public:
  1175. CCSUsrMsg_Rumble();
  1176. virtual ~CCSUsrMsg_Rumble();
  1177. CCSUsrMsg_Rumble(const CCSUsrMsg_Rumble& from);
  1178. inline CCSUsrMsg_Rumble& operator=(const CCSUsrMsg_Rumble& from) {
  1179. CopyFrom(from);
  1180. return *this;
  1181. }
  1182. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1183. return _unknown_fields_;
  1184. }
  1185. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1186. return &_unknown_fields_;
  1187. }
  1188. static const ::google::protobuf::Descriptor* descriptor();
  1189. static const CCSUsrMsg_Rumble& default_instance();
  1190. void Swap(CCSUsrMsg_Rumble* other);
  1191. // implements Message ----------------------------------------------
  1192. CCSUsrMsg_Rumble* New() const;
  1193. void CopyFrom(const ::google::protobuf::Message& from);
  1194. void MergeFrom(const ::google::protobuf::Message& from);
  1195. void CopyFrom(const CCSUsrMsg_Rumble& from);
  1196. void MergeFrom(const CCSUsrMsg_Rumble& from);
  1197. void Clear();
  1198. bool IsInitialized() const;
  1199. int ByteSize() const;
  1200. bool MergePartialFromCodedStream(
  1201. ::google::protobuf::io::CodedInputStream* input);
  1202. void SerializeWithCachedSizes(
  1203. ::google::protobuf::io::CodedOutputStream* output) const;
  1204. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1205. int GetCachedSize() const { return _cached_size_; }
  1206. private:
  1207. void SharedCtor();
  1208. void SharedDtor();
  1209. void SetCachedSize(int size) const;
  1210. public:
  1211. ::google::protobuf::Metadata GetMetadata() const;
  1212. // nested types ----------------------------------------------------
  1213. // accessors -------------------------------------------------------
  1214. // optional int32 index = 1;
  1215. inline bool has_index() const;
  1216. inline void clear_index();
  1217. static const int kIndexFieldNumber = 1;
  1218. inline ::google::protobuf::int32 index() const;
  1219. inline void set_index(::google::protobuf::int32 value);
  1220. // optional int32 data = 2;
  1221. inline bool has_data() const;
  1222. inline void clear_data();
  1223. static const int kDataFieldNumber = 2;
  1224. inline ::google::protobuf::int32 data() const;
  1225. inline void set_data(::google::protobuf::int32 value);
  1226. // optional int32 flags = 3;
  1227. inline bool has_flags() const;
  1228. inline void clear_flags();
  1229. static const int kFlagsFieldNumber = 3;
  1230. inline ::google::protobuf::int32 flags() const;
  1231. inline void set_flags(::google::protobuf::int32 value);
  1232. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Rumble)
  1233. private:
  1234. inline void set_has_index();
  1235. inline void clear_has_index();
  1236. inline void set_has_data();
  1237. inline void clear_has_data();
  1238. inline void set_has_flags();
  1239. inline void clear_has_flags();
  1240. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1241. ::google::protobuf::int32 index_;
  1242. ::google::protobuf::int32 data_;
  1243. ::google::protobuf::int32 flags_;
  1244. mutable int _cached_size_;
  1245. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  1246. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1247. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1248. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1249. void InitAsDefaultInstance();
  1250. static CCSUsrMsg_Rumble* default_instance_;
  1251. };
  1252. // -------------------------------------------------------------------
  1253. class CCSUsrMsg_CloseCaption : public ::google::protobuf::Message {
  1254. public:
  1255. CCSUsrMsg_CloseCaption();
  1256. virtual ~CCSUsrMsg_CloseCaption();
  1257. CCSUsrMsg_CloseCaption(const CCSUsrMsg_CloseCaption& from);
  1258. inline CCSUsrMsg_CloseCaption& operator=(const CCSUsrMsg_CloseCaption& from) {
  1259. CopyFrom(from);
  1260. return *this;
  1261. }
  1262. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1263. return _unknown_fields_;
  1264. }
  1265. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1266. return &_unknown_fields_;
  1267. }
  1268. static const ::google::protobuf::Descriptor* descriptor();
  1269. static const CCSUsrMsg_CloseCaption& default_instance();
  1270. void Swap(CCSUsrMsg_CloseCaption* other);
  1271. // implements Message ----------------------------------------------
  1272. CCSUsrMsg_CloseCaption* New() const;
  1273. void CopyFrom(const ::google::protobuf::Message& from);
  1274. void MergeFrom(const ::google::protobuf::Message& from);
  1275. void CopyFrom(const CCSUsrMsg_CloseCaption& from);
  1276. void MergeFrom(const CCSUsrMsg_CloseCaption& from);
  1277. void Clear();
  1278. bool IsInitialized() const;
  1279. int ByteSize() const;
  1280. bool MergePartialFromCodedStream(
  1281. ::google::protobuf::io::CodedInputStream* input);
  1282. void SerializeWithCachedSizes(
  1283. ::google::protobuf::io::CodedOutputStream* output) const;
  1284. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1285. int GetCachedSize() const { return _cached_size_; }
  1286. private:
  1287. void SharedCtor();
  1288. void SharedDtor();
  1289. void SetCachedSize(int size) const;
  1290. public:
  1291. ::google::protobuf::Metadata GetMetadata() const;
  1292. // nested types ----------------------------------------------------
  1293. // accessors -------------------------------------------------------
  1294. // optional uint32 hash = 1;
  1295. inline bool has_hash() const;
  1296. inline void clear_hash();
  1297. static const int kHashFieldNumber = 1;
  1298. inline ::google::protobuf::uint32 hash() const;
  1299. inline void set_hash(::google::protobuf::uint32 value);
  1300. // optional int32 duration = 2;
  1301. inline bool has_duration() const;
  1302. inline void clear_duration();
  1303. static const int kDurationFieldNumber = 2;
  1304. inline ::google::protobuf::int32 duration() const;
  1305. inline void set_duration(::google::protobuf::int32 value);
  1306. // optional bool from_player = 3;
  1307. inline bool has_from_player() const;
  1308. inline void clear_from_player();
  1309. static const int kFromPlayerFieldNumber = 3;
  1310. inline bool from_player() const;
  1311. inline void set_from_player(bool value);
  1312. // @@protoc_insertion_point(class_scope:CCSUsrMsg_CloseCaption)
  1313. private:
  1314. inline void set_has_hash();
  1315. inline void clear_has_hash();
  1316. inline void set_has_duration();
  1317. inline void clear_has_duration();
  1318. inline void set_has_from_player();
  1319. inline void clear_has_from_player();
  1320. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1321. ::google::protobuf::uint32 hash_;
  1322. ::google::protobuf::int32 duration_;
  1323. bool from_player_;
  1324. mutable int _cached_size_;
  1325. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  1326. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1327. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1328. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1329. void InitAsDefaultInstance();
  1330. static CCSUsrMsg_CloseCaption* default_instance_;
  1331. };
  1332. // -------------------------------------------------------------------
  1333. class CCSUsrMsg_CloseCaptionDirect : public ::google::protobuf::Message {
  1334. public:
  1335. CCSUsrMsg_CloseCaptionDirect();
  1336. virtual ~CCSUsrMsg_CloseCaptionDirect();
  1337. CCSUsrMsg_CloseCaptionDirect(const CCSUsrMsg_CloseCaptionDirect& from);
  1338. inline CCSUsrMsg_CloseCaptionDirect& operator=(const CCSUsrMsg_CloseCaptionDirect& from) {
  1339. CopyFrom(from);
  1340. return *this;
  1341. }
  1342. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1343. return _unknown_fields_;
  1344. }
  1345. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1346. return &_unknown_fields_;
  1347. }
  1348. static const ::google::protobuf::Descriptor* descriptor();
  1349. static const CCSUsrMsg_CloseCaptionDirect& default_instance();
  1350. void Swap(CCSUsrMsg_CloseCaptionDirect* other);
  1351. // implements Message ----------------------------------------------
  1352. CCSUsrMsg_CloseCaptionDirect* New() const;
  1353. void CopyFrom(const ::google::protobuf::Message& from);
  1354. void MergeFrom(const ::google::protobuf::Message& from);
  1355. void CopyFrom(const CCSUsrMsg_CloseCaptionDirect& from);
  1356. void MergeFrom(const CCSUsrMsg_CloseCaptionDirect& from);
  1357. void Clear();
  1358. bool IsInitialized() const;
  1359. int ByteSize() const;
  1360. bool MergePartialFromCodedStream(
  1361. ::google::protobuf::io::CodedInputStream* input);
  1362. void SerializeWithCachedSizes(
  1363. ::google::protobuf::io::CodedOutputStream* output) const;
  1364. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1365. int GetCachedSize() const { return _cached_size_; }
  1366. private:
  1367. void SharedCtor();
  1368. void SharedDtor();
  1369. void SetCachedSize(int size) const;
  1370. public:
  1371. ::google::protobuf::Metadata GetMetadata() const;
  1372. // nested types ----------------------------------------------------
  1373. // accessors -------------------------------------------------------
  1374. // optional uint32 hash = 1;
  1375. inline bool has_hash() const;
  1376. inline void clear_hash();
  1377. static const int kHashFieldNumber = 1;
  1378. inline ::google::protobuf::uint32 hash() const;
  1379. inline void set_hash(::google::protobuf::uint32 value);
  1380. // optional int32 duration = 2;
  1381. inline bool has_duration() const;
  1382. inline void clear_duration();
  1383. static const int kDurationFieldNumber = 2;
  1384. inline ::google::protobuf::int32 duration() const;
  1385. inline void set_duration(::google::protobuf::int32 value);
  1386. // optional bool from_player = 3;
  1387. inline bool has_from_player() const;
  1388. inline void clear_from_player();
  1389. static const int kFromPlayerFieldNumber = 3;
  1390. inline bool from_player() const;
  1391. inline void set_from_player(bool value);
  1392. // @@protoc_insertion_point(class_scope:CCSUsrMsg_CloseCaptionDirect)
  1393. private:
  1394. inline void set_has_hash();
  1395. inline void clear_has_hash();
  1396. inline void set_has_duration();
  1397. inline void clear_has_duration();
  1398. inline void set_has_from_player();
  1399. inline void clear_has_from_player();
  1400. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1401. ::google::protobuf::uint32 hash_;
  1402. ::google::protobuf::int32 duration_;
  1403. bool from_player_;
  1404. mutable int _cached_size_;
  1405. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  1406. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1407. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1408. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1409. void InitAsDefaultInstance();
  1410. static CCSUsrMsg_CloseCaptionDirect* default_instance_;
  1411. };
  1412. // -------------------------------------------------------------------
  1413. class CCSUsrMsg_SendAudio : public ::google::protobuf::Message {
  1414. public:
  1415. CCSUsrMsg_SendAudio();
  1416. virtual ~CCSUsrMsg_SendAudio();
  1417. CCSUsrMsg_SendAudio(const CCSUsrMsg_SendAudio& from);
  1418. inline CCSUsrMsg_SendAudio& operator=(const CCSUsrMsg_SendAudio& from) {
  1419. CopyFrom(from);
  1420. return *this;
  1421. }
  1422. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1423. return _unknown_fields_;
  1424. }
  1425. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1426. return &_unknown_fields_;
  1427. }
  1428. static const ::google::protobuf::Descriptor* descriptor();
  1429. static const CCSUsrMsg_SendAudio& default_instance();
  1430. void Swap(CCSUsrMsg_SendAudio* other);
  1431. // implements Message ----------------------------------------------
  1432. CCSUsrMsg_SendAudio* New() const;
  1433. void CopyFrom(const ::google::protobuf::Message& from);
  1434. void MergeFrom(const ::google::protobuf::Message& from);
  1435. void CopyFrom(const CCSUsrMsg_SendAudio& from);
  1436. void MergeFrom(const CCSUsrMsg_SendAudio& from);
  1437. void Clear();
  1438. bool IsInitialized() const;
  1439. int ByteSize() const;
  1440. bool MergePartialFromCodedStream(
  1441. ::google::protobuf::io::CodedInputStream* input);
  1442. void SerializeWithCachedSizes(
  1443. ::google::protobuf::io::CodedOutputStream* output) const;
  1444. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1445. int GetCachedSize() const { return _cached_size_; }
  1446. private:
  1447. void SharedCtor();
  1448. void SharedDtor();
  1449. void SetCachedSize(int size) const;
  1450. public:
  1451. ::google::protobuf::Metadata GetMetadata() const;
  1452. // nested types ----------------------------------------------------
  1453. // accessors -------------------------------------------------------
  1454. // optional string radio_sound = 1;
  1455. inline bool has_radio_sound() const;
  1456. inline void clear_radio_sound();
  1457. static const int kRadioSoundFieldNumber = 1;
  1458. inline const ::std::string& radio_sound() const;
  1459. inline void set_radio_sound(const ::std::string& value);
  1460. inline void set_radio_sound(const char* value);
  1461. inline void set_radio_sound(const char* value, size_t size);
  1462. inline ::std::string* mutable_radio_sound();
  1463. inline ::std::string* release_radio_sound();
  1464. inline void set_allocated_radio_sound(::std::string* radio_sound);
  1465. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendAudio)
  1466. private:
  1467. inline void set_has_radio_sound();
  1468. inline void clear_has_radio_sound();
  1469. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1470. ::std::string* radio_sound_;
  1471. mutable int _cached_size_;
  1472. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  1473. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1474. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1475. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1476. void InitAsDefaultInstance();
  1477. static CCSUsrMsg_SendAudio* default_instance_;
  1478. };
  1479. // -------------------------------------------------------------------
  1480. class CCSUsrMsg_RawAudio : public ::google::protobuf::Message {
  1481. public:
  1482. CCSUsrMsg_RawAudio();
  1483. virtual ~CCSUsrMsg_RawAudio();
  1484. CCSUsrMsg_RawAudio(const CCSUsrMsg_RawAudio& from);
  1485. inline CCSUsrMsg_RawAudio& operator=(const CCSUsrMsg_RawAudio& from) {
  1486. CopyFrom(from);
  1487. return *this;
  1488. }
  1489. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1490. return _unknown_fields_;
  1491. }
  1492. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1493. return &_unknown_fields_;
  1494. }
  1495. static const ::google::protobuf::Descriptor* descriptor();
  1496. static const CCSUsrMsg_RawAudio& default_instance();
  1497. void Swap(CCSUsrMsg_RawAudio* other);
  1498. // implements Message ----------------------------------------------
  1499. CCSUsrMsg_RawAudio* New() const;
  1500. void CopyFrom(const ::google::protobuf::Message& from);
  1501. void MergeFrom(const ::google::protobuf::Message& from);
  1502. void CopyFrom(const CCSUsrMsg_RawAudio& from);
  1503. void MergeFrom(const CCSUsrMsg_RawAudio& from);
  1504. void Clear();
  1505. bool IsInitialized() const;
  1506. int ByteSize() const;
  1507. bool MergePartialFromCodedStream(
  1508. ::google::protobuf::io::CodedInputStream* input);
  1509. void SerializeWithCachedSizes(
  1510. ::google::protobuf::io::CodedOutputStream* output) const;
  1511. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1512. int GetCachedSize() const { return _cached_size_; }
  1513. private:
  1514. void SharedCtor();
  1515. void SharedDtor();
  1516. void SetCachedSize(int size) const;
  1517. public:
  1518. ::google::protobuf::Metadata GetMetadata() const;
  1519. // nested types ----------------------------------------------------
  1520. // accessors -------------------------------------------------------
  1521. // optional int32 pitch = 1;
  1522. inline bool has_pitch() const;
  1523. inline void clear_pitch();
  1524. static const int kPitchFieldNumber = 1;
  1525. inline ::google::protobuf::int32 pitch() const;
  1526. inline void set_pitch(::google::protobuf::int32 value);
  1527. // optional int32 entidx = 2;
  1528. inline bool has_entidx() const;
  1529. inline void clear_entidx();
  1530. static const int kEntidxFieldNumber = 2;
  1531. inline ::google::protobuf::int32 entidx() const;
  1532. inline void set_entidx(::google::protobuf::int32 value);
  1533. // optional float duration = 3;
  1534. inline bool has_duration() const;
  1535. inline void clear_duration();
  1536. static const int kDurationFieldNumber = 3;
  1537. inline float duration() const;
  1538. inline void set_duration(float value);
  1539. // optional string voice_filename = 4;
  1540. inline bool has_voice_filename() const;
  1541. inline void clear_voice_filename();
  1542. static const int kVoiceFilenameFieldNumber = 4;
  1543. inline const ::std::string& voice_filename() const;
  1544. inline void set_voice_filename(const ::std::string& value);
  1545. inline void set_voice_filename(const char* value);
  1546. inline void set_voice_filename(const char* value, size_t size);
  1547. inline ::std::string* mutable_voice_filename();
  1548. inline ::std::string* release_voice_filename();
  1549. inline void set_allocated_voice_filename(::std::string* voice_filename);
  1550. // @@protoc_insertion_point(class_scope:CCSUsrMsg_RawAudio)
  1551. private:
  1552. inline void set_has_pitch();
  1553. inline void clear_has_pitch();
  1554. inline void set_has_entidx();
  1555. inline void clear_has_entidx();
  1556. inline void set_has_duration();
  1557. inline void clear_has_duration();
  1558. inline void set_has_voice_filename();
  1559. inline void clear_has_voice_filename();
  1560. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1561. ::google::protobuf::int32 pitch_;
  1562. ::google::protobuf::int32 entidx_;
  1563. ::std::string* voice_filename_;
  1564. float duration_;
  1565. mutable int _cached_size_;
  1566. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  1567. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1568. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1569. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1570. void InitAsDefaultInstance();
  1571. static CCSUsrMsg_RawAudio* default_instance_;
  1572. };
  1573. // -------------------------------------------------------------------
  1574. class CCSUsrMsg_VoiceMask_PlayerMask : public ::google::protobuf::Message {
  1575. public:
  1576. CCSUsrMsg_VoiceMask_PlayerMask();
  1577. virtual ~CCSUsrMsg_VoiceMask_PlayerMask();
  1578. CCSUsrMsg_VoiceMask_PlayerMask(const CCSUsrMsg_VoiceMask_PlayerMask& from);
  1579. inline CCSUsrMsg_VoiceMask_PlayerMask& operator=(const CCSUsrMsg_VoiceMask_PlayerMask& from) {
  1580. CopyFrom(from);
  1581. return *this;
  1582. }
  1583. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1584. return _unknown_fields_;
  1585. }
  1586. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1587. return &_unknown_fields_;
  1588. }
  1589. static const ::google::protobuf::Descriptor* descriptor();
  1590. static const CCSUsrMsg_VoiceMask_PlayerMask& default_instance();
  1591. void Swap(CCSUsrMsg_VoiceMask_PlayerMask* other);
  1592. // implements Message ----------------------------------------------
  1593. CCSUsrMsg_VoiceMask_PlayerMask* New() const;
  1594. void CopyFrom(const ::google::protobuf::Message& from);
  1595. void MergeFrom(const ::google::protobuf::Message& from);
  1596. void CopyFrom(const CCSUsrMsg_VoiceMask_PlayerMask& from);
  1597. void MergeFrom(const CCSUsrMsg_VoiceMask_PlayerMask& from);
  1598. void Clear();
  1599. bool IsInitialized() const;
  1600. int ByteSize() const;
  1601. bool MergePartialFromCodedStream(
  1602. ::google::protobuf::io::CodedInputStream* input);
  1603. void SerializeWithCachedSizes(
  1604. ::google::protobuf::io::CodedOutputStream* output) const;
  1605. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1606. int GetCachedSize() const { return _cached_size_; }
  1607. private:
  1608. void SharedCtor();
  1609. void SharedDtor();
  1610. void SetCachedSize(int size) const;
  1611. public:
  1612. ::google::protobuf::Metadata GetMetadata() const;
  1613. // nested types ----------------------------------------------------
  1614. // accessors -------------------------------------------------------
  1615. // optional int32 game_rules_mask = 1;
  1616. inline bool has_game_rules_mask() const;
  1617. inline void clear_game_rules_mask();
  1618. static const int kGameRulesMaskFieldNumber = 1;
  1619. inline ::google::protobuf::int32 game_rules_mask() const;
  1620. inline void set_game_rules_mask(::google::protobuf::int32 value);
  1621. // optional int32 ban_masks = 2;
  1622. inline bool has_ban_masks() const;
  1623. inline void clear_ban_masks();
  1624. static const int kBanMasksFieldNumber = 2;
  1625. inline ::google::protobuf::int32 ban_masks() const;
  1626. inline void set_ban_masks(::google::protobuf::int32 value);
  1627. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VoiceMask.PlayerMask)
  1628. private:
  1629. inline void set_has_game_rules_mask();
  1630. inline void clear_has_game_rules_mask();
  1631. inline void set_has_ban_masks();
  1632. inline void clear_has_ban_masks();
  1633. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1634. ::google::protobuf::int32 game_rules_mask_;
  1635. ::google::protobuf::int32 ban_masks_;
  1636. mutable int _cached_size_;
  1637. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  1638. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1639. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1640. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1641. void InitAsDefaultInstance();
  1642. static CCSUsrMsg_VoiceMask_PlayerMask* default_instance_;
  1643. };
  1644. // -------------------------------------------------------------------
  1645. class CCSUsrMsg_VoiceMask : public ::google::protobuf::Message {
  1646. public:
  1647. CCSUsrMsg_VoiceMask();
  1648. virtual ~CCSUsrMsg_VoiceMask();
  1649. CCSUsrMsg_VoiceMask(const CCSUsrMsg_VoiceMask& from);
  1650. inline CCSUsrMsg_VoiceMask& operator=(const CCSUsrMsg_VoiceMask& from) {
  1651. CopyFrom(from);
  1652. return *this;
  1653. }
  1654. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1655. return _unknown_fields_;
  1656. }
  1657. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1658. return &_unknown_fields_;
  1659. }
  1660. static const ::google::protobuf::Descriptor* descriptor();
  1661. static const CCSUsrMsg_VoiceMask& default_instance();
  1662. void Swap(CCSUsrMsg_VoiceMask* other);
  1663. // implements Message ----------------------------------------------
  1664. CCSUsrMsg_VoiceMask* New() const;
  1665. void CopyFrom(const ::google::protobuf::Message& from);
  1666. void MergeFrom(const ::google::protobuf::Message& from);
  1667. void CopyFrom(const CCSUsrMsg_VoiceMask& from);
  1668. void MergeFrom(const CCSUsrMsg_VoiceMask& from);
  1669. void Clear();
  1670. bool IsInitialized() const;
  1671. int ByteSize() const;
  1672. bool MergePartialFromCodedStream(
  1673. ::google::protobuf::io::CodedInputStream* input);
  1674. void SerializeWithCachedSizes(
  1675. ::google::protobuf::io::CodedOutputStream* output) const;
  1676. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1677. int GetCachedSize() const { return _cached_size_; }
  1678. private:
  1679. void SharedCtor();
  1680. void SharedDtor();
  1681. void SetCachedSize(int size) const;
  1682. public:
  1683. ::google::protobuf::Metadata GetMetadata() const;
  1684. // nested types ----------------------------------------------------
  1685. typedef CCSUsrMsg_VoiceMask_PlayerMask PlayerMask;
  1686. // accessors -------------------------------------------------------
  1687. // repeated .CCSUsrMsg_VoiceMask.PlayerMask player_masks = 1;
  1688. inline int player_masks_size() const;
  1689. inline void clear_player_masks();
  1690. static const int kPlayerMasksFieldNumber = 1;
  1691. inline const ::CCSUsrMsg_VoiceMask_PlayerMask& player_masks(int index) const;
  1692. inline ::CCSUsrMsg_VoiceMask_PlayerMask* mutable_player_masks(int index);
  1693. inline ::CCSUsrMsg_VoiceMask_PlayerMask* add_player_masks();
  1694. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VoiceMask_PlayerMask >&
  1695. player_masks() const;
  1696. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VoiceMask_PlayerMask >*
  1697. mutable_player_masks();
  1698. // optional bool player_mod_enable = 2;
  1699. inline bool has_player_mod_enable() const;
  1700. inline void clear_player_mod_enable();
  1701. static const int kPlayerModEnableFieldNumber = 2;
  1702. inline bool player_mod_enable() const;
  1703. inline void set_player_mod_enable(bool value);
  1704. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VoiceMask)
  1705. private:
  1706. inline void set_has_player_mod_enable();
  1707. inline void clear_has_player_mod_enable();
  1708. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1709. ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VoiceMask_PlayerMask > player_masks_;
  1710. bool player_mod_enable_;
  1711. mutable int _cached_size_;
  1712. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  1713. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1714. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1715. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1716. void InitAsDefaultInstance();
  1717. static CCSUsrMsg_VoiceMask* default_instance_;
  1718. };
  1719. // -------------------------------------------------------------------
  1720. class CCSUsrMsg_Damage : public ::google::protobuf::Message {
  1721. public:
  1722. CCSUsrMsg_Damage();
  1723. virtual ~CCSUsrMsg_Damage();
  1724. CCSUsrMsg_Damage(const CCSUsrMsg_Damage& from);
  1725. inline CCSUsrMsg_Damage& operator=(const CCSUsrMsg_Damage& from) {
  1726. CopyFrom(from);
  1727. return *this;
  1728. }
  1729. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1730. return _unknown_fields_;
  1731. }
  1732. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1733. return &_unknown_fields_;
  1734. }
  1735. static const ::google::protobuf::Descriptor* descriptor();
  1736. static const CCSUsrMsg_Damage& default_instance();
  1737. void Swap(CCSUsrMsg_Damage* other);
  1738. // implements Message ----------------------------------------------
  1739. CCSUsrMsg_Damage* New() const;
  1740. void CopyFrom(const ::google::protobuf::Message& from);
  1741. void MergeFrom(const ::google::protobuf::Message& from);
  1742. void CopyFrom(const CCSUsrMsg_Damage& from);
  1743. void MergeFrom(const CCSUsrMsg_Damage& from);
  1744. void Clear();
  1745. bool IsInitialized() const;
  1746. int ByteSize() const;
  1747. bool MergePartialFromCodedStream(
  1748. ::google::protobuf::io::CodedInputStream* input);
  1749. void SerializeWithCachedSizes(
  1750. ::google::protobuf::io::CodedOutputStream* output) const;
  1751. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1752. int GetCachedSize() const { return _cached_size_; }
  1753. private:
  1754. void SharedCtor();
  1755. void SharedDtor();
  1756. void SetCachedSize(int size) const;
  1757. public:
  1758. ::google::protobuf::Metadata GetMetadata() const;
  1759. // nested types ----------------------------------------------------
  1760. // accessors -------------------------------------------------------
  1761. // optional int32 amount = 1;
  1762. inline bool has_amount() const;
  1763. inline void clear_amount();
  1764. static const int kAmountFieldNumber = 1;
  1765. inline ::google::protobuf::int32 amount() const;
  1766. inline void set_amount(::google::protobuf::int32 value);
  1767. // optional .CMsgVector inflictor_world_pos = 2;
  1768. inline bool has_inflictor_world_pos() const;
  1769. inline void clear_inflictor_world_pos();
  1770. static const int kInflictorWorldPosFieldNumber = 2;
  1771. inline const ::CMsgVector& inflictor_world_pos() const;
  1772. inline ::CMsgVector* mutable_inflictor_world_pos();
  1773. inline ::CMsgVector* release_inflictor_world_pos();
  1774. inline void set_allocated_inflictor_world_pos(::CMsgVector* inflictor_world_pos);
  1775. // optional int32 victim_entindex = 3;
  1776. inline bool has_victim_entindex() const;
  1777. inline void clear_victim_entindex();
  1778. static const int kVictimEntindexFieldNumber = 3;
  1779. inline ::google::protobuf::int32 victim_entindex() const;
  1780. inline void set_victim_entindex(::google::protobuf::int32 value);
  1781. // @@protoc_insertion_point(class_scope:CCSUsrMsg_Damage)
  1782. private:
  1783. inline void set_has_amount();
  1784. inline void clear_has_amount();
  1785. inline void set_has_inflictor_world_pos();
  1786. inline void clear_has_inflictor_world_pos();
  1787. inline void set_has_victim_entindex();
  1788. inline void clear_has_victim_entindex();
  1789. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1790. ::CMsgVector* inflictor_world_pos_;
  1791. ::google::protobuf::int32 amount_;
  1792. ::google::protobuf::int32 victim_entindex_;
  1793. mutable int _cached_size_;
  1794. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  1795. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1796. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1797. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1798. void InitAsDefaultInstance();
  1799. static CCSUsrMsg_Damage* default_instance_;
  1800. };
  1801. // -------------------------------------------------------------------
  1802. class CCSUsrMsg_RadioText : public ::google::protobuf::Message {
  1803. public:
  1804. CCSUsrMsg_RadioText();
  1805. virtual ~CCSUsrMsg_RadioText();
  1806. CCSUsrMsg_RadioText(const CCSUsrMsg_RadioText& from);
  1807. inline CCSUsrMsg_RadioText& operator=(const CCSUsrMsg_RadioText& from) {
  1808. CopyFrom(from);
  1809. return *this;
  1810. }
  1811. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1812. return _unknown_fields_;
  1813. }
  1814. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1815. return &_unknown_fields_;
  1816. }
  1817. static const ::google::protobuf::Descriptor* descriptor();
  1818. static const CCSUsrMsg_RadioText& default_instance();
  1819. void Swap(CCSUsrMsg_RadioText* other);
  1820. // implements Message ----------------------------------------------
  1821. CCSUsrMsg_RadioText* New() const;
  1822. void CopyFrom(const ::google::protobuf::Message& from);
  1823. void MergeFrom(const ::google::protobuf::Message& from);
  1824. void CopyFrom(const CCSUsrMsg_RadioText& from);
  1825. void MergeFrom(const CCSUsrMsg_RadioText& from);
  1826. void Clear();
  1827. bool IsInitialized() const;
  1828. int ByteSize() const;
  1829. bool MergePartialFromCodedStream(
  1830. ::google::protobuf::io::CodedInputStream* input);
  1831. void SerializeWithCachedSizes(
  1832. ::google::protobuf::io::CodedOutputStream* output) const;
  1833. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1834. int GetCachedSize() const { return _cached_size_; }
  1835. private:
  1836. void SharedCtor();
  1837. void SharedDtor();
  1838. void SetCachedSize(int size) const;
  1839. public:
  1840. ::google::protobuf::Metadata GetMetadata() const;
  1841. // nested types ----------------------------------------------------
  1842. // accessors -------------------------------------------------------
  1843. // optional int32 msg_dst = 1;
  1844. inline bool has_msg_dst() const;
  1845. inline void clear_msg_dst();
  1846. static const int kMsgDstFieldNumber = 1;
  1847. inline ::google::protobuf::int32 msg_dst() const;
  1848. inline void set_msg_dst(::google::protobuf::int32 value);
  1849. // optional int32 client = 2;
  1850. inline bool has_client() const;
  1851. inline void clear_client();
  1852. static const int kClientFieldNumber = 2;
  1853. inline ::google::protobuf::int32 client() const;
  1854. inline void set_client(::google::protobuf::int32 value);
  1855. // optional string msg_name = 3;
  1856. inline bool has_msg_name() const;
  1857. inline void clear_msg_name();
  1858. static const int kMsgNameFieldNumber = 3;
  1859. inline const ::std::string& msg_name() const;
  1860. inline void set_msg_name(const ::std::string& value);
  1861. inline void set_msg_name(const char* value);
  1862. inline void set_msg_name(const char* value, size_t size);
  1863. inline ::std::string* mutable_msg_name();
  1864. inline ::std::string* release_msg_name();
  1865. inline void set_allocated_msg_name(::std::string* msg_name);
  1866. // repeated string params = 4;
  1867. inline int params_size() const;
  1868. inline void clear_params();
  1869. static const int kParamsFieldNumber = 4;
  1870. inline const ::std::string& params(int index) const;
  1871. inline ::std::string* mutable_params(int index);
  1872. inline void set_params(int index, const ::std::string& value);
  1873. inline void set_params(int index, const char* value);
  1874. inline void set_params(int index, const char* value, size_t size);
  1875. inline ::std::string* add_params();
  1876. inline void add_params(const ::std::string& value);
  1877. inline void add_params(const char* value);
  1878. inline void add_params(const char* value, size_t size);
  1879. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& params() const;
  1880. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_params();
  1881. // @@protoc_insertion_point(class_scope:CCSUsrMsg_RadioText)
  1882. private:
  1883. inline void set_has_msg_dst();
  1884. inline void clear_has_msg_dst();
  1885. inline void set_has_client();
  1886. inline void clear_has_client();
  1887. inline void set_has_msg_name();
  1888. inline void clear_has_msg_name();
  1889. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1890. ::google::protobuf::int32 msg_dst_;
  1891. ::google::protobuf::int32 client_;
  1892. ::std::string* msg_name_;
  1893. ::google::protobuf::RepeatedPtrField< ::std::string> params_;
  1894. mutable int _cached_size_;
  1895. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  1896. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1897. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1898. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1899. void InitAsDefaultInstance();
  1900. static CCSUsrMsg_RadioText* default_instance_;
  1901. };
  1902. // -------------------------------------------------------------------
  1903. class CCSUsrMsg_HintText : public ::google::protobuf::Message {
  1904. public:
  1905. CCSUsrMsg_HintText();
  1906. virtual ~CCSUsrMsg_HintText();
  1907. CCSUsrMsg_HintText(const CCSUsrMsg_HintText& from);
  1908. inline CCSUsrMsg_HintText& operator=(const CCSUsrMsg_HintText& from) {
  1909. CopyFrom(from);
  1910. return *this;
  1911. }
  1912. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1913. return _unknown_fields_;
  1914. }
  1915. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1916. return &_unknown_fields_;
  1917. }
  1918. static const ::google::protobuf::Descriptor* descriptor();
  1919. static const CCSUsrMsg_HintText& default_instance();
  1920. void Swap(CCSUsrMsg_HintText* other);
  1921. // implements Message ----------------------------------------------
  1922. CCSUsrMsg_HintText* New() const;
  1923. void CopyFrom(const ::google::protobuf::Message& from);
  1924. void MergeFrom(const ::google::protobuf::Message& from);
  1925. void CopyFrom(const CCSUsrMsg_HintText& from);
  1926. void MergeFrom(const CCSUsrMsg_HintText& from);
  1927. void Clear();
  1928. bool IsInitialized() const;
  1929. int ByteSize() const;
  1930. bool MergePartialFromCodedStream(
  1931. ::google::protobuf::io::CodedInputStream* input);
  1932. void SerializeWithCachedSizes(
  1933. ::google::protobuf::io::CodedOutputStream* output) const;
  1934. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  1935. int GetCachedSize() const { return _cached_size_; }
  1936. private:
  1937. void SharedCtor();
  1938. void SharedDtor();
  1939. void SetCachedSize(int size) const;
  1940. public:
  1941. ::google::protobuf::Metadata GetMetadata() const;
  1942. // nested types ----------------------------------------------------
  1943. // accessors -------------------------------------------------------
  1944. // optional string text = 1;
  1945. inline bool has_text() const;
  1946. inline void clear_text();
  1947. static const int kTextFieldNumber = 1;
  1948. inline const ::std::string& text() const;
  1949. inline void set_text(const ::std::string& value);
  1950. inline void set_text(const char* value);
  1951. inline void set_text(const char* value, size_t size);
  1952. inline ::std::string* mutable_text();
  1953. inline ::std::string* release_text();
  1954. inline void set_allocated_text(::std::string* text);
  1955. // @@protoc_insertion_point(class_scope:CCSUsrMsg_HintText)
  1956. private:
  1957. inline void set_has_text();
  1958. inline void clear_has_text();
  1959. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  1960. ::std::string* text_;
  1961. mutable int _cached_size_;
  1962. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  1963. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  1964. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  1965. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  1966. void InitAsDefaultInstance();
  1967. static CCSUsrMsg_HintText* default_instance_;
  1968. };
  1969. // -------------------------------------------------------------------
  1970. class CCSUsrMsg_KeyHintText : public ::google::protobuf::Message {
  1971. public:
  1972. CCSUsrMsg_KeyHintText();
  1973. virtual ~CCSUsrMsg_KeyHintText();
  1974. CCSUsrMsg_KeyHintText(const CCSUsrMsg_KeyHintText& from);
  1975. inline CCSUsrMsg_KeyHintText& operator=(const CCSUsrMsg_KeyHintText& from) {
  1976. CopyFrom(from);
  1977. return *this;
  1978. }
  1979. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  1980. return _unknown_fields_;
  1981. }
  1982. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  1983. return &_unknown_fields_;
  1984. }
  1985. static const ::google::protobuf::Descriptor* descriptor();
  1986. static const CCSUsrMsg_KeyHintText& default_instance();
  1987. void Swap(CCSUsrMsg_KeyHintText* other);
  1988. // implements Message ----------------------------------------------
  1989. CCSUsrMsg_KeyHintText* New() const;
  1990. void CopyFrom(const ::google::protobuf::Message& from);
  1991. void MergeFrom(const ::google::protobuf::Message& from);
  1992. void CopyFrom(const CCSUsrMsg_KeyHintText& from);
  1993. void MergeFrom(const CCSUsrMsg_KeyHintText& from);
  1994. void Clear();
  1995. bool IsInitialized() const;
  1996. int ByteSize() const;
  1997. bool MergePartialFromCodedStream(
  1998. ::google::protobuf::io::CodedInputStream* input);
  1999. void SerializeWithCachedSizes(
  2000. ::google::protobuf::io::CodedOutputStream* output) const;
  2001. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2002. int GetCachedSize() const { return _cached_size_; }
  2003. private:
  2004. void SharedCtor();
  2005. void SharedDtor();
  2006. void SetCachedSize(int size) const;
  2007. public:
  2008. ::google::protobuf::Metadata GetMetadata() const;
  2009. // nested types ----------------------------------------------------
  2010. // accessors -------------------------------------------------------
  2011. // repeated string hints = 1;
  2012. inline int hints_size() const;
  2013. inline void clear_hints();
  2014. static const int kHintsFieldNumber = 1;
  2015. inline const ::std::string& hints(int index) const;
  2016. inline ::std::string* mutable_hints(int index);
  2017. inline void set_hints(int index, const ::std::string& value);
  2018. inline void set_hints(int index, const char* value);
  2019. inline void set_hints(int index, const char* value, size_t size);
  2020. inline ::std::string* add_hints();
  2021. inline void add_hints(const ::std::string& value);
  2022. inline void add_hints(const char* value);
  2023. inline void add_hints(const char* value, size_t size);
  2024. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& hints() const;
  2025. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_hints();
  2026. // @@protoc_insertion_point(class_scope:CCSUsrMsg_KeyHintText)
  2027. private:
  2028. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2029. ::google::protobuf::RepeatedPtrField< ::std::string> hints_;
  2030. mutable int _cached_size_;
  2031. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  2032. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2033. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2034. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2035. void InitAsDefaultInstance();
  2036. static CCSUsrMsg_KeyHintText* default_instance_;
  2037. };
  2038. // -------------------------------------------------------------------
  2039. class CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate : public ::google::protobuf::Message {
  2040. public:
  2041. CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate();
  2042. virtual ~CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate();
  2043. CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate(const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& from);
  2044. inline CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& operator=(const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& from) {
  2045. CopyFrom(from);
  2046. return *this;
  2047. }
  2048. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2049. return _unknown_fields_;
  2050. }
  2051. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2052. return &_unknown_fields_;
  2053. }
  2054. static const ::google::protobuf::Descriptor* descriptor();
  2055. static const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& default_instance();
  2056. void Swap(CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* other);
  2057. // implements Message ----------------------------------------------
  2058. CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* New() const;
  2059. void CopyFrom(const ::google::protobuf::Message& from);
  2060. void MergeFrom(const ::google::protobuf::Message& from);
  2061. void CopyFrom(const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& from);
  2062. void MergeFrom(const CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& from);
  2063. void Clear();
  2064. bool IsInitialized() const;
  2065. int ByteSize() const;
  2066. bool MergePartialFromCodedStream(
  2067. ::google::protobuf::io::CodedInputStream* input);
  2068. void SerializeWithCachedSizes(
  2069. ::google::protobuf::io::CodedOutputStream* output) const;
  2070. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2071. int GetCachedSize() const { return _cached_size_; }
  2072. private:
  2073. void SharedCtor();
  2074. void SharedDtor();
  2075. void SetCachedSize(int size) const;
  2076. public:
  2077. ::google::protobuf::Metadata GetMetadata() const;
  2078. // nested types ----------------------------------------------------
  2079. // accessors -------------------------------------------------------
  2080. // optional int32 entity_idx = 1;
  2081. inline bool has_entity_idx() const;
  2082. inline void clear_entity_idx();
  2083. static const int kEntityIdxFieldNumber = 1;
  2084. inline ::google::protobuf::int32 entity_idx() const;
  2085. inline void set_entity_idx(::google::protobuf::int32 value);
  2086. // optional int32 class_id = 2;
  2087. inline bool has_class_id() const;
  2088. inline void clear_class_id();
  2089. static const int kClassIdFieldNumber = 2;
  2090. inline ::google::protobuf::int32 class_id() const;
  2091. inline void set_class_id(::google::protobuf::int32 value);
  2092. // optional int32 origin_x = 3;
  2093. inline bool has_origin_x() const;
  2094. inline void clear_origin_x();
  2095. static const int kOriginXFieldNumber = 3;
  2096. inline ::google::protobuf::int32 origin_x() const;
  2097. inline void set_origin_x(::google::protobuf::int32 value);
  2098. // optional int32 origin_y = 4;
  2099. inline bool has_origin_y() const;
  2100. inline void clear_origin_y();
  2101. static const int kOriginYFieldNumber = 4;
  2102. inline ::google::protobuf::int32 origin_y() const;
  2103. inline void set_origin_y(::google::protobuf::int32 value);
  2104. // optional int32 origin_z = 5;
  2105. inline bool has_origin_z() const;
  2106. inline void clear_origin_z();
  2107. static const int kOriginZFieldNumber = 5;
  2108. inline ::google::protobuf::int32 origin_z() const;
  2109. inline void set_origin_z(::google::protobuf::int32 value);
  2110. // optional int32 angle_y = 6;
  2111. inline bool has_angle_y() const;
  2112. inline void clear_angle_y();
  2113. static const int kAngleYFieldNumber = 6;
  2114. inline ::google::protobuf::int32 angle_y() const;
  2115. inline void set_angle_y(::google::protobuf::int32 value);
  2116. // optional bool defuser = 7;
  2117. inline bool has_defuser() const;
  2118. inline void clear_defuser();
  2119. static const int kDefuserFieldNumber = 7;
  2120. inline bool defuser() const;
  2121. inline void set_defuser(bool value);
  2122. // optional bool player_has_defuser = 8;
  2123. inline bool has_player_has_defuser() const;
  2124. inline void clear_player_has_defuser();
  2125. static const int kPlayerHasDefuserFieldNumber = 8;
  2126. inline bool player_has_defuser() const;
  2127. inline void set_player_has_defuser(bool value);
  2128. // optional bool player_has_c4 = 9;
  2129. inline bool has_player_has_c4() const;
  2130. inline void clear_player_has_c4();
  2131. static const int kPlayerHasC4FieldNumber = 9;
  2132. inline bool player_has_c4() const;
  2133. inline void set_player_has_c4(bool value);
  2134. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate)
  2135. private:
  2136. inline void set_has_entity_idx();
  2137. inline void clear_has_entity_idx();
  2138. inline void set_has_class_id();
  2139. inline void clear_has_class_id();
  2140. inline void set_has_origin_x();
  2141. inline void clear_has_origin_x();
  2142. inline void set_has_origin_y();
  2143. inline void clear_has_origin_y();
  2144. inline void set_has_origin_z();
  2145. inline void clear_has_origin_z();
  2146. inline void set_has_angle_y();
  2147. inline void clear_has_angle_y();
  2148. inline void set_has_defuser();
  2149. inline void clear_has_defuser();
  2150. inline void set_has_player_has_defuser();
  2151. inline void clear_has_player_has_defuser();
  2152. inline void set_has_player_has_c4();
  2153. inline void clear_has_player_has_c4();
  2154. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2155. ::google::protobuf::int32 entity_idx_;
  2156. ::google::protobuf::int32 class_id_;
  2157. ::google::protobuf::int32 origin_x_;
  2158. ::google::protobuf::int32 origin_y_;
  2159. ::google::protobuf::int32 origin_z_;
  2160. ::google::protobuf::int32 angle_y_;
  2161. bool defuser_;
  2162. bool player_has_defuser_;
  2163. bool player_has_c4_;
  2164. mutable int _cached_size_;
  2165. ::google::protobuf::uint32 _has_bits_[(9 + 31) / 32];
  2166. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2167. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2168. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2169. void InitAsDefaultInstance();
  2170. static CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* default_instance_;
  2171. };
  2172. // -------------------------------------------------------------------
  2173. class CCSUsrMsg_ProcessSpottedEntityUpdate : public ::google::protobuf::Message {
  2174. public:
  2175. CCSUsrMsg_ProcessSpottedEntityUpdate();
  2176. virtual ~CCSUsrMsg_ProcessSpottedEntityUpdate();
  2177. CCSUsrMsg_ProcessSpottedEntityUpdate(const CCSUsrMsg_ProcessSpottedEntityUpdate& from);
  2178. inline CCSUsrMsg_ProcessSpottedEntityUpdate& operator=(const CCSUsrMsg_ProcessSpottedEntityUpdate& from) {
  2179. CopyFrom(from);
  2180. return *this;
  2181. }
  2182. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2183. return _unknown_fields_;
  2184. }
  2185. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2186. return &_unknown_fields_;
  2187. }
  2188. static const ::google::protobuf::Descriptor* descriptor();
  2189. static const CCSUsrMsg_ProcessSpottedEntityUpdate& default_instance();
  2190. void Swap(CCSUsrMsg_ProcessSpottedEntityUpdate* other);
  2191. // implements Message ----------------------------------------------
  2192. CCSUsrMsg_ProcessSpottedEntityUpdate* New() const;
  2193. void CopyFrom(const ::google::protobuf::Message& from);
  2194. void MergeFrom(const ::google::protobuf::Message& from);
  2195. void CopyFrom(const CCSUsrMsg_ProcessSpottedEntityUpdate& from);
  2196. void MergeFrom(const CCSUsrMsg_ProcessSpottedEntityUpdate& from);
  2197. void Clear();
  2198. bool IsInitialized() const;
  2199. int ByteSize() const;
  2200. bool MergePartialFromCodedStream(
  2201. ::google::protobuf::io::CodedInputStream* input);
  2202. void SerializeWithCachedSizes(
  2203. ::google::protobuf::io::CodedOutputStream* output) const;
  2204. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2205. int GetCachedSize() const { return _cached_size_; }
  2206. private:
  2207. void SharedCtor();
  2208. void SharedDtor();
  2209. void SetCachedSize(int size) const;
  2210. public:
  2211. ::google::protobuf::Metadata GetMetadata() const;
  2212. // nested types ----------------------------------------------------
  2213. typedef CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate SpottedEntityUpdate;
  2214. // accessors -------------------------------------------------------
  2215. // optional bool new_update = 1;
  2216. inline bool has_new_update() const;
  2217. inline void clear_new_update();
  2218. static const int kNewUpdateFieldNumber = 1;
  2219. inline bool new_update() const;
  2220. inline void set_new_update(bool value);
  2221. // repeated .CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate entity_updates = 2;
  2222. inline int entity_updates_size() const;
  2223. inline void clear_entity_updates();
  2224. static const int kEntityUpdatesFieldNumber = 2;
  2225. inline const ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& entity_updates(int index) const;
  2226. inline ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* mutable_entity_updates(int index);
  2227. inline ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* add_entity_updates();
  2228. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate >&
  2229. entity_updates() const;
  2230. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate >*
  2231. mutable_entity_updates();
  2232. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ProcessSpottedEntityUpdate)
  2233. private:
  2234. inline void set_has_new_update();
  2235. inline void clear_has_new_update();
  2236. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2237. ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate > entity_updates_;
  2238. bool new_update_;
  2239. mutable int _cached_size_;
  2240. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  2241. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2242. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2243. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2244. void InitAsDefaultInstance();
  2245. static CCSUsrMsg_ProcessSpottedEntityUpdate* default_instance_;
  2246. };
  2247. // -------------------------------------------------------------------
  2248. class CCSUsrMsg_SendPlayerItemDrops : public ::google::protobuf::Message {
  2249. public:
  2250. CCSUsrMsg_SendPlayerItemDrops();
  2251. virtual ~CCSUsrMsg_SendPlayerItemDrops();
  2252. CCSUsrMsg_SendPlayerItemDrops(const CCSUsrMsg_SendPlayerItemDrops& from);
  2253. inline CCSUsrMsg_SendPlayerItemDrops& operator=(const CCSUsrMsg_SendPlayerItemDrops& from) {
  2254. CopyFrom(from);
  2255. return *this;
  2256. }
  2257. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2258. return _unknown_fields_;
  2259. }
  2260. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2261. return &_unknown_fields_;
  2262. }
  2263. static const ::google::protobuf::Descriptor* descriptor();
  2264. static const CCSUsrMsg_SendPlayerItemDrops& default_instance();
  2265. void Swap(CCSUsrMsg_SendPlayerItemDrops* other);
  2266. // implements Message ----------------------------------------------
  2267. CCSUsrMsg_SendPlayerItemDrops* New() const;
  2268. void CopyFrom(const ::google::protobuf::Message& from);
  2269. void MergeFrom(const ::google::protobuf::Message& from);
  2270. void CopyFrom(const CCSUsrMsg_SendPlayerItemDrops& from);
  2271. void MergeFrom(const CCSUsrMsg_SendPlayerItemDrops& from);
  2272. void Clear();
  2273. bool IsInitialized() const;
  2274. int ByteSize() const;
  2275. bool MergePartialFromCodedStream(
  2276. ::google::protobuf::io::CodedInputStream* input);
  2277. void SerializeWithCachedSizes(
  2278. ::google::protobuf::io::CodedOutputStream* output) const;
  2279. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2280. int GetCachedSize() const { return _cached_size_; }
  2281. private:
  2282. void SharedCtor();
  2283. void SharedDtor();
  2284. void SetCachedSize(int size) const;
  2285. public:
  2286. ::google::protobuf::Metadata GetMetadata() const;
  2287. // nested types ----------------------------------------------------
  2288. // accessors -------------------------------------------------------
  2289. // repeated .CEconItemPreviewDataBlock entity_updates = 1;
  2290. inline int entity_updates_size() const;
  2291. inline void clear_entity_updates();
  2292. static const int kEntityUpdatesFieldNumber = 1;
  2293. inline const ::CEconItemPreviewDataBlock& entity_updates(int index) const;
  2294. inline ::CEconItemPreviewDataBlock* mutable_entity_updates(int index);
  2295. inline ::CEconItemPreviewDataBlock* add_entity_updates();
  2296. inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >&
  2297. entity_updates() const;
  2298. inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >*
  2299. mutable_entity_updates();
  2300. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendPlayerItemDrops)
  2301. private:
  2302. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2303. ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock > entity_updates_;
  2304. mutable int _cached_size_;
  2305. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  2306. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2307. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2308. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2309. void InitAsDefaultInstance();
  2310. static CCSUsrMsg_SendPlayerItemDrops* default_instance_;
  2311. };
  2312. // -------------------------------------------------------------------
  2313. class CCSUsrMsg_SendPlayerItemFound : public ::google::protobuf::Message {
  2314. public:
  2315. CCSUsrMsg_SendPlayerItemFound();
  2316. virtual ~CCSUsrMsg_SendPlayerItemFound();
  2317. CCSUsrMsg_SendPlayerItemFound(const CCSUsrMsg_SendPlayerItemFound& from);
  2318. inline CCSUsrMsg_SendPlayerItemFound& operator=(const CCSUsrMsg_SendPlayerItemFound& from) {
  2319. CopyFrom(from);
  2320. return *this;
  2321. }
  2322. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2323. return _unknown_fields_;
  2324. }
  2325. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2326. return &_unknown_fields_;
  2327. }
  2328. static const ::google::protobuf::Descriptor* descriptor();
  2329. static const CCSUsrMsg_SendPlayerItemFound& default_instance();
  2330. void Swap(CCSUsrMsg_SendPlayerItemFound* other);
  2331. // implements Message ----------------------------------------------
  2332. CCSUsrMsg_SendPlayerItemFound* New() const;
  2333. void CopyFrom(const ::google::protobuf::Message& from);
  2334. void MergeFrom(const ::google::protobuf::Message& from);
  2335. void CopyFrom(const CCSUsrMsg_SendPlayerItemFound& from);
  2336. void MergeFrom(const CCSUsrMsg_SendPlayerItemFound& from);
  2337. void Clear();
  2338. bool IsInitialized() const;
  2339. int ByteSize() const;
  2340. bool MergePartialFromCodedStream(
  2341. ::google::protobuf::io::CodedInputStream* input);
  2342. void SerializeWithCachedSizes(
  2343. ::google::protobuf::io::CodedOutputStream* output) const;
  2344. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2345. int GetCachedSize() const { return _cached_size_; }
  2346. private:
  2347. void SharedCtor();
  2348. void SharedDtor();
  2349. void SetCachedSize(int size) const;
  2350. public:
  2351. ::google::protobuf::Metadata GetMetadata() const;
  2352. // nested types ----------------------------------------------------
  2353. // accessors -------------------------------------------------------
  2354. // optional .CEconItemPreviewDataBlock iteminfo = 1;
  2355. inline bool has_iteminfo() const;
  2356. inline void clear_iteminfo();
  2357. static const int kIteminfoFieldNumber = 1;
  2358. inline const ::CEconItemPreviewDataBlock& iteminfo() const;
  2359. inline ::CEconItemPreviewDataBlock* mutable_iteminfo();
  2360. inline ::CEconItemPreviewDataBlock* release_iteminfo();
  2361. inline void set_allocated_iteminfo(::CEconItemPreviewDataBlock* iteminfo);
  2362. // optional int32 entindex = 2;
  2363. inline bool has_entindex() const;
  2364. inline void clear_entindex();
  2365. static const int kEntindexFieldNumber = 2;
  2366. inline ::google::protobuf::int32 entindex() const;
  2367. inline void set_entindex(::google::protobuf::int32 value);
  2368. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendPlayerItemFound)
  2369. private:
  2370. inline void set_has_iteminfo();
  2371. inline void clear_has_iteminfo();
  2372. inline void set_has_entindex();
  2373. inline void clear_has_entindex();
  2374. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2375. ::CEconItemPreviewDataBlock* iteminfo_;
  2376. ::google::protobuf::int32 entindex_;
  2377. mutable int _cached_size_;
  2378. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  2379. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2380. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2381. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2382. void InitAsDefaultInstance();
  2383. static CCSUsrMsg_SendPlayerItemFound* default_instance_;
  2384. };
  2385. // -------------------------------------------------------------------
  2386. class CCSUsrMsg_ReloadEffect : public ::google::protobuf::Message {
  2387. public:
  2388. CCSUsrMsg_ReloadEffect();
  2389. virtual ~CCSUsrMsg_ReloadEffect();
  2390. CCSUsrMsg_ReloadEffect(const CCSUsrMsg_ReloadEffect& from);
  2391. inline CCSUsrMsg_ReloadEffect& operator=(const CCSUsrMsg_ReloadEffect& from) {
  2392. CopyFrom(from);
  2393. return *this;
  2394. }
  2395. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2396. return _unknown_fields_;
  2397. }
  2398. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2399. return &_unknown_fields_;
  2400. }
  2401. static const ::google::protobuf::Descriptor* descriptor();
  2402. static const CCSUsrMsg_ReloadEffect& default_instance();
  2403. void Swap(CCSUsrMsg_ReloadEffect* other);
  2404. // implements Message ----------------------------------------------
  2405. CCSUsrMsg_ReloadEffect* New() const;
  2406. void CopyFrom(const ::google::protobuf::Message& from);
  2407. void MergeFrom(const ::google::protobuf::Message& from);
  2408. void CopyFrom(const CCSUsrMsg_ReloadEffect& from);
  2409. void MergeFrom(const CCSUsrMsg_ReloadEffect& from);
  2410. void Clear();
  2411. bool IsInitialized() const;
  2412. int ByteSize() const;
  2413. bool MergePartialFromCodedStream(
  2414. ::google::protobuf::io::CodedInputStream* input);
  2415. void SerializeWithCachedSizes(
  2416. ::google::protobuf::io::CodedOutputStream* output) const;
  2417. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2418. int GetCachedSize() const { return _cached_size_; }
  2419. private:
  2420. void SharedCtor();
  2421. void SharedDtor();
  2422. void SetCachedSize(int size) const;
  2423. public:
  2424. ::google::protobuf::Metadata GetMetadata() const;
  2425. // nested types ----------------------------------------------------
  2426. // accessors -------------------------------------------------------
  2427. // optional int32 entidx = 1;
  2428. inline bool has_entidx() const;
  2429. inline void clear_entidx();
  2430. static const int kEntidxFieldNumber = 1;
  2431. inline ::google::protobuf::int32 entidx() const;
  2432. inline void set_entidx(::google::protobuf::int32 value);
  2433. // optional int32 actanim = 2;
  2434. inline bool has_actanim() const;
  2435. inline void clear_actanim();
  2436. static const int kActanimFieldNumber = 2;
  2437. inline ::google::protobuf::int32 actanim() const;
  2438. inline void set_actanim(::google::protobuf::int32 value);
  2439. // optional float origin_x = 3;
  2440. inline bool has_origin_x() const;
  2441. inline void clear_origin_x();
  2442. static const int kOriginXFieldNumber = 3;
  2443. inline float origin_x() const;
  2444. inline void set_origin_x(float value);
  2445. // optional float origin_y = 4;
  2446. inline bool has_origin_y() const;
  2447. inline void clear_origin_y();
  2448. static const int kOriginYFieldNumber = 4;
  2449. inline float origin_y() const;
  2450. inline void set_origin_y(float value);
  2451. // optional float origin_z = 5;
  2452. inline bool has_origin_z() const;
  2453. inline void clear_origin_z();
  2454. static const int kOriginZFieldNumber = 5;
  2455. inline float origin_z() const;
  2456. inline void set_origin_z(float value);
  2457. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ReloadEffect)
  2458. private:
  2459. inline void set_has_entidx();
  2460. inline void clear_has_entidx();
  2461. inline void set_has_actanim();
  2462. inline void clear_has_actanim();
  2463. inline void set_has_origin_x();
  2464. inline void clear_has_origin_x();
  2465. inline void set_has_origin_y();
  2466. inline void clear_has_origin_y();
  2467. inline void set_has_origin_z();
  2468. inline void clear_has_origin_z();
  2469. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2470. ::google::protobuf::int32 entidx_;
  2471. ::google::protobuf::int32 actanim_;
  2472. float origin_x_;
  2473. float origin_y_;
  2474. float origin_z_;
  2475. mutable int _cached_size_;
  2476. ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
  2477. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2478. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2479. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2480. void InitAsDefaultInstance();
  2481. static CCSUsrMsg_ReloadEffect* default_instance_;
  2482. };
  2483. // -------------------------------------------------------------------
  2484. class CCSUsrMsg_AdjustMoney : public ::google::protobuf::Message {
  2485. public:
  2486. CCSUsrMsg_AdjustMoney();
  2487. virtual ~CCSUsrMsg_AdjustMoney();
  2488. CCSUsrMsg_AdjustMoney(const CCSUsrMsg_AdjustMoney& from);
  2489. inline CCSUsrMsg_AdjustMoney& operator=(const CCSUsrMsg_AdjustMoney& from) {
  2490. CopyFrom(from);
  2491. return *this;
  2492. }
  2493. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2494. return _unknown_fields_;
  2495. }
  2496. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2497. return &_unknown_fields_;
  2498. }
  2499. static const ::google::protobuf::Descriptor* descriptor();
  2500. static const CCSUsrMsg_AdjustMoney& default_instance();
  2501. void Swap(CCSUsrMsg_AdjustMoney* other);
  2502. // implements Message ----------------------------------------------
  2503. CCSUsrMsg_AdjustMoney* New() const;
  2504. void CopyFrom(const ::google::protobuf::Message& from);
  2505. void MergeFrom(const ::google::protobuf::Message& from);
  2506. void CopyFrom(const CCSUsrMsg_AdjustMoney& from);
  2507. void MergeFrom(const CCSUsrMsg_AdjustMoney& from);
  2508. void Clear();
  2509. bool IsInitialized() const;
  2510. int ByteSize() const;
  2511. bool MergePartialFromCodedStream(
  2512. ::google::protobuf::io::CodedInputStream* input);
  2513. void SerializeWithCachedSizes(
  2514. ::google::protobuf::io::CodedOutputStream* output) const;
  2515. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2516. int GetCachedSize() const { return _cached_size_; }
  2517. private:
  2518. void SharedCtor();
  2519. void SharedDtor();
  2520. void SetCachedSize(int size) const;
  2521. public:
  2522. ::google::protobuf::Metadata GetMetadata() const;
  2523. // nested types ----------------------------------------------------
  2524. // accessors -------------------------------------------------------
  2525. // optional int32 amount = 1;
  2526. inline bool has_amount() const;
  2527. inline void clear_amount();
  2528. static const int kAmountFieldNumber = 1;
  2529. inline ::google::protobuf::int32 amount() const;
  2530. inline void set_amount(::google::protobuf::int32 value);
  2531. // @@protoc_insertion_point(class_scope:CCSUsrMsg_AdjustMoney)
  2532. private:
  2533. inline void set_has_amount();
  2534. inline void clear_has_amount();
  2535. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2536. ::google::protobuf::int32 amount_;
  2537. mutable int _cached_size_;
  2538. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  2539. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2540. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2541. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2542. void InitAsDefaultInstance();
  2543. static CCSUsrMsg_AdjustMoney* default_instance_;
  2544. };
  2545. // -------------------------------------------------------------------
  2546. class CCSUsrMsg_ReportHit : public ::google::protobuf::Message {
  2547. public:
  2548. CCSUsrMsg_ReportHit();
  2549. virtual ~CCSUsrMsg_ReportHit();
  2550. CCSUsrMsg_ReportHit(const CCSUsrMsg_ReportHit& from);
  2551. inline CCSUsrMsg_ReportHit& operator=(const CCSUsrMsg_ReportHit& from) {
  2552. CopyFrom(from);
  2553. return *this;
  2554. }
  2555. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2556. return _unknown_fields_;
  2557. }
  2558. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2559. return &_unknown_fields_;
  2560. }
  2561. static const ::google::protobuf::Descriptor* descriptor();
  2562. static const CCSUsrMsg_ReportHit& default_instance();
  2563. void Swap(CCSUsrMsg_ReportHit* other);
  2564. // implements Message ----------------------------------------------
  2565. CCSUsrMsg_ReportHit* New() const;
  2566. void CopyFrom(const ::google::protobuf::Message& from);
  2567. void MergeFrom(const ::google::protobuf::Message& from);
  2568. void CopyFrom(const CCSUsrMsg_ReportHit& from);
  2569. void MergeFrom(const CCSUsrMsg_ReportHit& from);
  2570. void Clear();
  2571. bool IsInitialized() const;
  2572. int ByteSize() const;
  2573. bool MergePartialFromCodedStream(
  2574. ::google::protobuf::io::CodedInputStream* input);
  2575. void SerializeWithCachedSizes(
  2576. ::google::protobuf::io::CodedOutputStream* output) const;
  2577. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2578. int GetCachedSize() const { return _cached_size_; }
  2579. private:
  2580. void SharedCtor();
  2581. void SharedDtor();
  2582. void SetCachedSize(int size) const;
  2583. public:
  2584. ::google::protobuf::Metadata GetMetadata() const;
  2585. // nested types ----------------------------------------------------
  2586. // accessors -------------------------------------------------------
  2587. // optional float pos_x = 1;
  2588. inline bool has_pos_x() const;
  2589. inline void clear_pos_x();
  2590. static const int kPosXFieldNumber = 1;
  2591. inline float pos_x() const;
  2592. inline void set_pos_x(float value);
  2593. // optional float pos_y = 2;
  2594. inline bool has_pos_y() const;
  2595. inline void clear_pos_y();
  2596. static const int kPosYFieldNumber = 2;
  2597. inline float pos_y() const;
  2598. inline void set_pos_y(float value);
  2599. // optional float timestamp = 4;
  2600. inline bool has_timestamp() const;
  2601. inline void clear_timestamp();
  2602. static const int kTimestampFieldNumber = 4;
  2603. inline float timestamp() const;
  2604. inline void set_timestamp(float value);
  2605. // optional float pos_z = 3;
  2606. inline bool has_pos_z() const;
  2607. inline void clear_pos_z();
  2608. static const int kPosZFieldNumber = 3;
  2609. inline float pos_z() const;
  2610. inline void set_pos_z(float value);
  2611. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ReportHit)
  2612. private:
  2613. inline void set_has_pos_x();
  2614. inline void clear_has_pos_x();
  2615. inline void set_has_pos_y();
  2616. inline void clear_has_pos_y();
  2617. inline void set_has_timestamp();
  2618. inline void clear_has_timestamp();
  2619. inline void set_has_pos_z();
  2620. inline void clear_has_pos_z();
  2621. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2622. float pos_x_;
  2623. float pos_y_;
  2624. float timestamp_;
  2625. float pos_z_;
  2626. mutable int _cached_size_;
  2627. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  2628. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2629. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2630. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2631. void InitAsDefaultInstance();
  2632. static CCSUsrMsg_ReportHit* default_instance_;
  2633. };
  2634. // -------------------------------------------------------------------
  2635. class CCSUsrMsg_KillCam : public ::google::protobuf::Message {
  2636. public:
  2637. CCSUsrMsg_KillCam();
  2638. virtual ~CCSUsrMsg_KillCam();
  2639. CCSUsrMsg_KillCam(const CCSUsrMsg_KillCam& from);
  2640. inline CCSUsrMsg_KillCam& operator=(const CCSUsrMsg_KillCam& from) {
  2641. CopyFrom(from);
  2642. return *this;
  2643. }
  2644. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2645. return _unknown_fields_;
  2646. }
  2647. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2648. return &_unknown_fields_;
  2649. }
  2650. static const ::google::protobuf::Descriptor* descriptor();
  2651. static const CCSUsrMsg_KillCam& default_instance();
  2652. void Swap(CCSUsrMsg_KillCam* other);
  2653. // implements Message ----------------------------------------------
  2654. CCSUsrMsg_KillCam* New() const;
  2655. void CopyFrom(const ::google::protobuf::Message& from);
  2656. void MergeFrom(const ::google::protobuf::Message& from);
  2657. void CopyFrom(const CCSUsrMsg_KillCam& from);
  2658. void MergeFrom(const CCSUsrMsg_KillCam& from);
  2659. void Clear();
  2660. bool IsInitialized() const;
  2661. int ByteSize() const;
  2662. bool MergePartialFromCodedStream(
  2663. ::google::protobuf::io::CodedInputStream* input);
  2664. void SerializeWithCachedSizes(
  2665. ::google::protobuf::io::CodedOutputStream* output) const;
  2666. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2667. int GetCachedSize() const { return _cached_size_; }
  2668. private:
  2669. void SharedCtor();
  2670. void SharedDtor();
  2671. void SetCachedSize(int size) const;
  2672. public:
  2673. ::google::protobuf::Metadata GetMetadata() const;
  2674. // nested types ----------------------------------------------------
  2675. // accessors -------------------------------------------------------
  2676. // optional int32 obs_mode = 1;
  2677. inline bool has_obs_mode() const;
  2678. inline void clear_obs_mode();
  2679. static const int kObsModeFieldNumber = 1;
  2680. inline ::google::protobuf::int32 obs_mode() const;
  2681. inline void set_obs_mode(::google::protobuf::int32 value);
  2682. // optional int32 first_target = 2;
  2683. inline bool has_first_target() const;
  2684. inline void clear_first_target();
  2685. static const int kFirstTargetFieldNumber = 2;
  2686. inline ::google::protobuf::int32 first_target() const;
  2687. inline void set_first_target(::google::protobuf::int32 value);
  2688. // optional int32 second_target = 3;
  2689. inline bool has_second_target() const;
  2690. inline void clear_second_target();
  2691. static const int kSecondTargetFieldNumber = 3;
  2692. inline ::google::protobuf::int32 second_target() const;
  2693. inline void set_second_target(::google::protobuf::int32 value);
  2694. // @@protoc_insertion_point(class_scope:CCSUsrMsg_KillCam)
  2695. private:
  2696. inline void set_has_obs_mode();
  2697. inline void clear_has_obs_mode();
  2698. inline void set_has_first_target();
  2699. inline void clear_has_first_target();
  2700. inline void set_has_second_target();
  2701. inline void clear_has_second_target();
  2702. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2703. ::google::protobuf::int32 obs_mode_;
  2704. ::google::protobuf::int32 first_target_;
  2705. ::google::protobuf::int32 second_target_;
  2706. mutable int _cached_size_;
  2707. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  2708. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2709. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2710. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2711. void InitAsDefaultInstance();
  2712. static CCSUsrMsg_KillCam* default_instance_;
  2713. };
  2714. // -------------------------------------------------------------------
  2715. class CCSUsrMsg_DesiredTimescale : public ::google::protobuf::Message {
  2716. public:
  2717. CCSUsrMsg_DesiredTimescale();
  2718. virtual ~CCSUsrMsg_DesiredTimescale();
  2719. CCSUsrMsg_DesiredTimescale(const CCSUsrMsg_DesiredTimescale& from);
  2720. inline CCSUsrMsg_DesiredTimescale& operator=(const CCSUsrMsg_DesiredTimescale& from) {
  2721. CopyFrom(from);
  2722. return *this;
  2723. }
  2724. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2725. return _unknown_fields_;
  2726. }
  2727. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2728. return &_unknown_fields_;
  2729. }
  2730. static const ::google::protobuf::Descriptor* descriptor();
  2731. static const CCSUsrMsg_DesiredTimescale& default_instance();
  2732. void Swap(CCSUsrMsg_DesiredTimescale* other);
  2733. // implements Message ----------------------------------------------
  2734. CCSUsrMsg_DesiredTimescale* New() const;
  2735. void CopyFrom(const ::google::protobuf::Message& from);
  2736. void MergeFrom(const ::google::protobuf::Message& from);
  2737. void CopyFrom(const CCSUsrMsg_DesiredTimescale& from);
  2738. void MergeFrom(const CCSUsrMsg_DesiredTimescale& from);
  2739. void Clear();
  2740. bool IsInitialized() const;
  2741. int ByteSize() const;
  2742. bool MergePartialFromCodedStream(
  2743. ::google::protobuf::io::CodedInputStream* input);
  2744. void SerializeWithCachedSizes(
  2745. ::google::protobuf::io::CodedOutputStream* output) const;
  2746. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2747. int GetCachedSize() const { return _cached_size_; }
  2748. private:
  2749. void SharedCtor();
  2750. void SharedDtor();
  2751. void SetCachedSize(int size) const;
  2752. public:
  2753. ::google::protobuf::Metadata GetMetadata() const;
  2754. // nested types ----------------------------------------------------
  2755. // accessors -------------------------------------------------------
  2756. // optional float desired_timescale = 1;
  2757. inline bool has_desired_timescale() const;
  2758. inline void clear_desired_timescale();
  2759. static const int kDesiredTimescaleFieldNumber = 1;
  2760. inline float desired_timescale() const;
  2761. inline void set_desired_timescale(float value);
  2762. // optional float duration_realtime_sec = 2;
  2763. inline bool has_duration_realtime_sec() const;
  2764. inline void clear_duration_realtime_sec();
  2765. static const int kDurationRealtimeSecFieldNumber = 2;
  2766. inline float duration_realtime_sec() const;
  2767. inline void set_duration_realtime_sec(float value);
  2768. // optional int32 interpolator_type = 3;
  2769. inline bool has_interpolator_type() const;
  2770. inline void clear_interpolator_type();
  2771. static const int kInterpolatorTypeFieldNumber = 3;
  2772. inline ::google::protobuf::int32 interpolator_type() const;
  2773. inline void set_interpolator_type(::google::protobuf::int32 value);
  2774. // optional float start_blend_time = 4;
  2775. inline bool has_start_blend_time() const;
  2776. inline void clear_start_blend_time();
  2777. static const int kStartBlendTimeFieldNumber = 4;
  2778. inline float start_blend_time() const;
  2779. inline void set_start_blend_time(float value);
  2780. // @@protoc_insertion_point(class_scope:CCSUsrMsg_DesiredTimescale)
  2781. private:
  2782. inline void set_has_desired_timescale();
  2783. inline void clear_has_desired_timescale();
  2784. inline void set_has_duration_realtime_sec();
  2785. inline void clear_has_duration_realtime_sec();
  2786. inline void set_has_interpolator_type();
  2787. inline void clear_has_interpolator_type();
  2788. inline void set_has_start_blend_time();
  2789. inline void clear_has_start_blend_time();
  2790. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2791. float desired_timescale_;
  2792. float duration_realtime_sec_;
  2793. ::google::protobuf::int32 interpolator_type_;
  2794. float start_blend_time_;
  2795. mutable int _cached_size_;
  2796. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  2797. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2798. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2799. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2800. void InitAsDefaultInstance();
  2801. static CCSUsrMsg_DesiredTimescale* default_instance_;
  2802. };
  2803. // -------------------------------------------------------------------
  2804. class CCSUsrMsg_CurrentTimescale : public ::google::protobuf::Message {
  2805. public:
  2806. CCSUsrMsg_CurrentTimescale();
  2807. virtual ~CCSUsrMsg_CurrentTimescale();
  2808. CCSUsrMsg_CurrentTimescale(const CCSUsrMsg_CurrentTimescale& from);
  2809. inline CCSUsrMsg_CurrentTimescale& operator=(const CCSUsrMsg_CurrentTimescale& from) {
  2810. CopyFrom(from);
  2811. return *this;
  2812. }
  2813. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2814. return _unknown_fields_;
  2815. }
  2816. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2817. return &_unknown_fields_;
  2818. }
  2819. static const ::google::protobuf::Descriptor* descriptor();
  2820. static const CCSUsrMsg_CurrentTimescale& default_instance();
  2821. void Swap(CCSUsrMsg_CurrentTimescale* other);
  2822. // implements Message ----------------------------------------------
  2823. CCSUsrMsg_CurrentTimescale* New() const;
  2824. void CopyFrom(const ::google::protobuf::Message& from);
  2825. void MergeFrom(const ::google::protobuf::Message& from);
  2826. void CopyFrom(const CCSUsrMsg_CurrentTimescale& from);
  2827. void MergeFrom(const CCSUsrMsg_CurrentTimescale& from);
  2828. void Clear();
  2829. bool IsInitialized() const;
  2830. int ByteSize() const;
  2831. bool MergePartialFromCodedStream(
  2832. ::google::protobuf::io::CodedInputStream* input);
  2833. void SerializeWithCachedSizes(
  2834. ::google::protobuf::io::CodedOutputStream* output) const;
  2835. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2836. int GetCachedSize() const { return _cached_size_; }
  2837. private:
  2838. void SharedCtor();
  2839. void SharedDtor();
  2840. void SetCachedSize(int size) const;
  2841. public:
  2842. ::google::protobuf::Metadata GetMetadata() const;
  2843. // nested types ----------------------------------------------------
  2844. // accessors -------------------------------------------------------
  2845. // optional float cur_timescale = 1;
  2846. inline bool has_cur_timescale() const;
  2847. inline void clear_cur_timescale();
  2848. static const int kCurTimescaleFieldNumber = 1;
  2849. inline float cur_timescale() const;
  2850. inline void set_cur_timescale(float value);
  2851. // @@protoc_insertion_point(class_scope:CCSUsrMsg_CurrentTimescale)
  2852. private:
  2853. inline void set_has_cur_timescale();
  2854. inline void clear_has_cur_timescale();
  2855. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2856. float cur_timescale_;
  2857. mutable int _cached_size_;
  2858. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  2859. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2860. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2861. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2862. void InitAsDefaultInstance();
  2863. static CCSUsrMsg_CurrentTimescale* default_instance_;
  2864. };
  2865. // -------------------------------------------------------------------
  2866. class CCSUsrMsg_AchievementEvent : public ::google::protobuf::Message {
  2867. public:
  2868. CCSUsrMsg_AchievementEvent();
  2869. virtual ~CCSUsrMsg_AchievementEvent();
  2870. CCSUsrMsg_AchievementEvent(const CCSUsrMsg_AchievementEvent& from);
  2871. inline CCSUsrMsg_AchievementEvent& operator=(const CCSUsrMsg_AchievementEvent& from) {
  2872. CopyFrom(from);
  2873. return *this;
  2874. }
  2875. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2876. return _unknown_fields_;
  2877. }
  2878. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2879. return &_unknown_fields_;
  2880. }
  2881. static const ::google::protobuf::Descriptor* descriptor();
  2882. static const CCSUsrMsg_AchievementEvent& default_instance();
  2883. void Swap(CCSUsrMsg_AchievementEvent* other);
  2884. // implements Message ----------------------------------------------
  2885. CCSUsrMsg_AchievementEvent* New() const;
  2886. void CopyFrom(const ::google::protobuf::Message& from);
  2887. void MergeFrom(const ::google::protobuf::Message& from);
  2888. void CopyFrom(const CCSUsrMsg_AchievementEvent& from);
  2889. void MergeFrom(const CCSUsrMsg_AchievementEvent& from);
  2890. void Clear();
  2891. bool IsInitialized() const;
  2892. int ByteSize() const;
  2893. bool MergePartialFromCodedStream(
  2894. ::google::protobuf::io::CodedInputStream* input);
  2895. void SerializeWithCachedSizes(
  2896. ::google::protobuf::io::CodedOutputStream* output) const;
  2897. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2898. int GetCachedSize() const { return _cached_size_; }
  2899. private:
  2900. void SharedCtor();
  2901. void SharedDtor();
  2902. void SetCachedSize(int size) const;
  2903. public:
  2904. ::google::protobuf::Metadata GetMetadata() const;
  2905. // nested types ----------------------------------------------------
  2906. // accessors -------------------------------------------------------
  2907. // optional int32 achievement = 1;
  2908. inline bool has_achievement() const;
  2909. inline void clear_achievement();
  2910. static const int kAchievementFieldNumber = 1;
  2911. inline ::google::protobuf::int32 achievement() const;
  2912. inline void set_achievement(::google::protobuf::int32 value);
  2913. // optional int32 count = 2;
  2914. inline bool has_count() const;
  2915. inline void clear_count();
  2916. static const int kCountFieldNumber = 2;
  2917. inline ::google::protobuf::int32 count() const;
  2918. inline void set_count(::google::protobuf::int32 value);
  2919. // optional int32 user_id = 3;
  2920. inline bool has_user_id() const;
  2921. inline void clear_user_id();
  2922. static const int kUserIdFieldNumber = 3;
  2923. inline ::google::protobuf::int32 user_id() const;
  2924. inline void set_user_id(::google::protobuf::int32 value);
  2925. // @@protoc_insertion_point(class_scope:CCSUsrMsg_AchievementEvent)
  2926. private:
  2927. inline void set_has_achievement();
  2928. inline void clear_has_achievement();
  2929. inline void set_has_count();
  2930. inline void clear_has_count();
  2931. inline void set_has_user_id();
  2932. inline void clear_has_user_id();
  2933. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  2934. ::google::protobuf::int32 achievement_;
  2935. ::google::protobuf::int32 count_;
  2936. ::google::protobuf::int32 user_id_;
  2937. mutable int _cached_size_;
  2938. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  2939. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  2940. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  2941. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  2942. void InitAsDefaultInstance();
  2943. static CCSUsrMsg_AchievementEvent* default_instance_;
  2944. };
  2945. // -------------------------------------------------------------------
  2946. class CCSUsrMsg_MatchEndConditions : public ::google::protobuf::Message {
  2947. public:
  2948. CCSUsrMsg_MatchEndConditions();
  2949. virtual ~CCSUsrMsg_MatchEndConditions();
  2950. CCSUsrMsg_MatchEndConditions(const CCSUsrMsg_MatchEndConditions& from);
  2951. inline CCSUsrMsg_MatchEndConditions& operator=(const CCSUsrMsg_MatchEndConditions& from) {
  2952. CopyFrom(from);
  2953. return *this;
  2954. }
  2955. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  2956. return _unknown_fields_;
  2957. }
  2958. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  2959. return &_unknown_fields_;
  2960. }
  2961. static const ::google::protobuf::Descriptor* descriptor();
  2962. static const CCSUsrMsg_MatchEndConditions& default_instance();
  2963. void Swap(CCSUsrMsg_MatchEndConditions* other);
  2964. // implements Message ----------------------------------------------
  2965. CCSUsrMsg_MatchEndConditions* New() const;
  2966. void CopyFrom(const ::google::protobuf::Message& from);
  2967. void MergeFrom(const ::google::protobuf::Message& from);
  2968. void CopyFrom(const CCSUsrMsg_MatchEndConditions& from);
  2969. void MergeFrom(const CCSUsrMsg_MatchEndConditions& from);
  2970. void Clear();
  2971. bool IsInitialized() const;
  2972. int ByteSize() const;
  2973. bool MergePartialFromCodedStream(
  2974. ::google::protobuf::io::CodedInputStream* input);
  2975. void SerializeWithCachedSizes(
  2976. ::google::protobuf::io::CodedOutputStream* output) const;
  2977. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  2978. int GetCachedSize() const { return _cached_size_; }
  2979. private:
  2980. void SharedCtor();
  2981. void SharedDtor();
  2982. void SetCachedSize(int size) const;
  2983. public:
  2984. ::google::protobuf::Metadata GetMetadata() const;
  2985. // nested types ----------------------------------------------------
  2986. // accessors -------------------------------------------------------
  2987. // optional int32 fraglimit = 1;
  2988. inline bool has_fraglimit() const;
  2989. inline void clear_fraglimit();
  2990. static const int kFraglimitFieldNumber = 1;
  2991. inline ::google::protobuf::int32 fraglimit() const;
  2992. inline void set_fraglimit(::google::protobuf::int32 value);
  2993. // optional int32 mp_maxrounds = 2;
  2994. inline bool has_mp_maxrounds() const;
  2995. inline void clear_mp_maxrounds();
  2996. static const int kMpMaxroundsFieldNumber = 2;
  2997. inline ::google::protobuf::int32 mp_maxrounds() const;
  2998. inline void set_mp_maxrounds(::google::protobuf::int32 value);
  2999. // optional int32 mp_winlimit = 3;
  3000. inline bool has_mp_winlimit() const;
  3001. inline void clear_mp_winlimit();
  3002. static const int kMpWinlimitFieldNumber = 3;
  3003. inline ::google::protobuf::int32 mp_winlimit() const;
  3004. inline void set_mp_winlimit(::google::protobuf::int32 value);
  3005. // optional int32 mp_timelimit = 4;
  3006. inline bool has_mp_timelimit() const;
  3007. inline void clear_mp_timelimit();
  3008. static const int kMpTimelimitFieldNumber = 4;
  3009. inline ::google::protobuf::int32 mp_timelimit() const;
  3010. inline void set_mp_timelimit(::google::protobuf::int32 value);
  3011. // @@protoc_insertion_point(class_scope:CCSUsrMsg_MatchEndConditions)
  3012. private:
  3013. inline void set_has_fraglimit();
  3014. inline void clear_has_fraglimit();
  3015. inline void set_has_mp_maxrounds();
  3016. inline void clear_has_mp_maxrounds();
  3017. inline void set_has_mp_winlimit();
  3018. inline void clear_has_mp_winlimit();
  3019. inline void set_has_mp_timelimit();
  3020. inline void clear_has_mp_timelimit();
  3021. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3022. ::google::protobuf::int32 fraglimit_;
  3023. ::google::protobuf::int32 mp_maxrounds_;
  3024. ::google::protobuf::int32 mp_winlimit_;
  3025. ::google::protobuf::int32 mp_timelimit_;
  3026. mutable int _cached_size_;
  3027. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  3028. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3029. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3030. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3031. void InitAsDefaultInstance();
  3032. static CCSUsrMsg_MatchEndConditions* default_instance_;
  3033. };
  3034. // -------------------------------------------------------------------
  3035. class CCSUsrMsg_PlayerStatsUpdate_Stat : public ::google::protobuf::Message {
  3036. public:
  3037. CCSUsrMsg_PlayerStatsUpdate_Stat();
  3038. virtual ~CCSUsrMsg_PlayerStatsUpdate_Stat();
  3039. CCSUsrMsg_PlayerStatsUpdate_Stat(const CCSUsrMsg_PlayerStatsUpdate_Stat& from);
  3040. inline CCSUsrMsg_PlayerStatsUpdate_Stat& operator=(const CCSUsrMsg_PlayerStatsUpdate_Stat& from) {
  3041. CopyFrom(from);
  3042. return *this;
  3043. }
  3044. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3045. return _unknown_fields_;
  3046. }
  3047. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3048. return &_unknown_fields_;
  3049. }
  3050. static const ::google::protobuf::Descriptor* descriptor();
  3051. static const CCSUsrMsg_PlayerStatsUpdate_Stat& default_instance();
  3052. void Swap(CCSUsrMsg_PlayerStatsUpdate_Stat* other);
  3053. // implements Message ----------------------------------------------
  3054. CCSUsrMsg_PlayerStatsUpdate_Stat* New() const;
  3055. void CopyFrom(const ::google::protobuf::Message& from);
  3056. void MergeFrom(const ::google::protobuf::Message& from);
  3057. void CopyFrom(const CCSUsrMsg_PlayerStatsUpdate_Stat& from);
  3058. void MergeFrom(const CCSUsrMsg_PlayerStatsUpdate_Stat& from);
  3059. void Clear();
  3060. bool IsInitialized() const;
  3061. int ByteSize() const;
  3062. bool MergePartialFromCodedStream(
  3063. ::google::protobuf::io::CodedInputStream* input);
  3064. void SerializeWithCachedSizes(
  3065. ::google::protobuf::io::CodedOutputStream* output) const;
  3066. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3067. int GetCachedSize() const { return _cached_size_; }
  3068. private:
  3069. void SharedCtor();
  3070. void SharedDtor();
  3071. void SetCachedSize(int size) const;
  3072. public:
  3073. ::google::protobuf::Metadata GetMetadata() const;
  3074. // nested types ----------------------------------------------------
  3075. // accessors -------------------------------------------------------
  3076. // optional int32 idx = 1;
  3077. inline bool has_idx() const;
  3078. inline void clear_idx();
  3079. static const int kIdxFieldNumber = 1;
  3080. inline ::google::protobuf::int32 idx() const;
  3081. inline void set_idx(::google::protobuf::int32 value);
  3082. // optional int32 delta = 2;
  3083. inline bool has_delta() const;
  3084. inline void clear_delta();
  3085. static const int kDeltaFieldNumber = 2;
  3086. inline ::google::protobuf::int32 delta() const;
  3087. inline void set_delta(::google::protobuf::int32 value);
  3088. // @@protoc_insertion_point(class_scope:CCSUsrMsg_PlayerStatsUpdate.Stat)
  3089. private:
  3090. inline void set_has_idx();
  3091. inline void clear_has_idx();
  3092. inline void set_has_delta();
  3093. inline void clear_has_delta();
  3094. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3095. ::google::protobuf::int32 idx_;
  3096. ::google::protobuf::int32 delta_;
  3097. mutable int _cached_size_;
  3098. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  3099. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3100. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3101. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3102. void InitAsDefaultInstance();
  3103. static CCSUsrMsg_PlayerStatsUpdate_Stat* default_instance_;
  3104. };
  3105. // -------------------------------------------------------------------
  3106. class CCSUsrMsg_PlayerStatsUpdate : public ::google::protobuf::Message {
  3107. public:
  3108. CCSUsrMsg_PlayerStatsUpdate();
  3109. virtual ~CCSUsrMsg_PlayerStatsUpdate();
  3110. CCSUsrMsg_PlayerStatsUpdate(const CCSUsrMsg_PlayerStatsUpdate& from);
  3111. inline CCSUsrMsg_PlayerStatsUpdate& operator=(const CCSUsrMsg_PlayerStatsUpdate& from) {
  3112. CopyFrom(from);
  3113. return *this;
  3114. }
  3115. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3116. return _unknown_fields_;
  3117. }
  3118. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3119. return &_unknown_fields_;
  3120. }
  3121. static const ::google::protobuf::Descriptor* descriptor();
  3122. static const CCSUsrMsg_PlayerStatsUpdate& default_instance();
  3123. void Swap(CCSUsrMsg_PlayerStatsUpdate* other);
  3124. // implements Message ----------------------------------------------
  3125. CCSUsrMsg_PlayerStatsUpdate* New() const;
  3126. void CopyFrom(const ::google::protobuf::Message& from);
  3127. void MergeFrom(const ::google::protobuf::Message& from);
  3128. void CopyFrom(const CCSUsrMsg_PlayerStatsUpdate& from);
  3129. void MergeFrom(const CCSUsrMsg_PlayerStatsUpdate& from);
  3130. void Clear();
  3131. bool IsInitialized() const;
  3132. int ByteSize() const;
  3133. bool MergePartialFromCodedStream(
  3134. ::google::protobuf::io::CodedInputStream* input);
  3135. void SerializeWithCachedSizes(
  3136. ::google::protobuf::io::CodedOutputStream* output) const;
  3137. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3138. int GetCachedSize() const { return _cached_size_; }
  3139. private:
  3140. void SharedCtor();
  3141. void SharedDtor();
  3142. void SetCachedSize(int size) const;
  3143. public:
  3144. ::google::protobuf::Metadata GetMetadata() const;
  3145. // nested types ----------------------------------------------------
  3146. typedef CCSUsrMsg_PlayerStatsUpdate_Stat Stat;
  3147. // accessors -------------------------------------------------------
  3148. // optional int32 version = 1;
  3149. inline bool has_version() const;
  3150. inline void clear_version();
  3151. static const int kVersionFieldNumber = 1;
  3152. inline ::google::protobuf::int32 version() const;
  3153. inline void set_version(::google::protobuf::int32 value);
  3154. // repeated .CCSUsrMsg_PlayerStatsUpdate.Stat stats = 4;
  3155. inline int stats_size() const;
  3156. inline void clear_stats();
  3157. static const int kStatsFieldNumber = 4;
  3158. inline const ::CCSUsrMsg_PlayerStatsUpdate_Stat& stats(int index) const;
  3159. inline ::CCSUsrMsg_PlayerStatsUpdate_Stat* mutable_stats(int index);
  3160. inline ::CCSUsrMsg_PlayerStatsUpdate_Stat* add_stats();
  3161. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_PlayerStatsUpdate_Stat >&
  3162. stats() const;
  3163. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_PlayerStatsUpdate_Stat >*
  3164. mutable_stats();
  3165. // optional int32 user_id = 5;
  3166. inline bool has_user_id() const;
  3167. inline void clear_user_id();
  3168. static const int kUserIdFieldNumber = 5;
  3169. inline ::google::protobuf::int32 user_id() const;
  3170. inline void set_user_id(::google::protobuf::int32 value);
  3171. // optional int32 crc = 6;
  3172. inline bool has_crc() const;
  3173. inline void clear_crc();
  3174. static const int kCrcFieldNumber = 6;
  3175. inline ::google::protobuf::int32 crc() const;
  3176. inline void set_crc(::google::protobuf::int32 value);
  3177. // @@protoc_insertion_point(class_scope:CCSUsrMsg_PlayerStatsUpdate)
  3178. private:
  3179. inline void set_has_version();
  3180. inline void clear_has_version();
  3181. inline void set_has_user_id();
  3182. inline void clear_has_user_id();
  3183. inline void set_has_crc();
  3184. inline void clear_has_crc();
  3185. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3186. ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_PlayerStatsUpdate_Stat > stats_;
  3187. ::google::protobuf::int32 version_;
  3188. ::google::protobuf::int32 user_id_;
  3189. ::google::protobuf::int32 crc_;
  3190. mutable int _cached_size_;
  3191. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  3192. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3193. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3194. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3195. void InitAsDefaultInstance();
  3196. static CCSUsrMsg_PlayerStatsUpdate* default_instance_;
  3197. };
  3198. // -------------------------------------------------------------------
  3199. class CCSUsrMsg_DisplayInventory : public ::google::protobuf::Message {
  3200. public:
  3201. CCSUsrMsg_DisplayInventory();
  3202. virtual ~CCSUsrMsg_DisplayInventory();
  3203. CCSUsrMsg_DisplayInventory(const CCSUsrMsg_DisplayInventory& from);
  3204. inline CCSUsrMsg_DisplayInventory& operator=(const CCSUsrMsg_DisplayInventory& from) {
  3205. CopyFrom(from);
  3206. return *this;
  3207. }
  3208. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3209. return _unknown_fields_;
  3210. }
  3211. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3212. return &_unknown_fields_;
  3213. }
  3214. static const ::google::protobuf::Descriptor* descriptor();
  3215. static const CCSUsrMsg_DisplayInventory& default_instance();
  3216. void Swap(CCSUsrMsg_DisplayInventory* other);
  3217. // implements Message ----------------------------------------------
  3218. CCSUsrMsg_DisplayInventory* New() const;
  3219. void CopyFrom(const ::google::protobuf::Message& from);
  3220. void MergeFrom(const ::google::protobuf::Message& from);
  3221. void CopyFrom(const CCSUsrMsg_DisplayInventory& from);
  3222. void MergeFrom(const CCSUsrMsg_DisplayInventory& from);
  3223. void Clear();
  3224. bool IsInitialized() const;
  3225. int ByteSize() const;
  3226. bool MergePartialFromCodedStream(
  3227. ::google::protobuf::io::CodedInputStream* input);
  3228. void SerializeWithCachedSizes(
  3229. ::google::protobuf::io::CodedOutputStream* output) const;
  3230. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3231. int GetCachedSize() const { return _cached_size_; }
  3232. private:
  3233. void SharedCtor();
  3234. void SharedDtor();
  3235. void SetCachedSize(int size) const;
  3236. public:
  3237. ::google::protobuf::Metadata GetMetadata() const;
  3238. // nested types ----------------------------------------------------
  3239. // accessors -------------------------------------------------------
  3240. // optional bool display = 1;
  3241. inline bool has_display() const;
  3242. inline void clear_display();
  3243. static const int kDisplayFieldNumber = 1;
  3244. inline bool display() const;
  3245. inline void set_display(bool value);
  3246. // optional int32 user_id = 2;
  3247. inline bool has_user_id() const;
  3248. inline void clear_user_id();
  3249. static const int kUserIdFieldNumber = 2;
  3250. inline ::google::protobuf::int32 user_id() const;
  3251. inline void set_user_id(::google::protobuf::int32 value);
  3252. // @@protoc_insertion_point(class_scope:CCSUsrMsg_DisplayInventory)
  3253. private:
  3254. inline void set_has_display();
  3255. inline void clear_has_display();
  3256. inline void set_has_user_id();
  3257. inline void clear_has_user_id();
  3258. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3259. bool display_;
  3260. ::google::protobuf::int32 user_id_;
  3261. mutable int _cached_size_;
  3262. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  3263. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3264. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3265. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3266. void InitAsDefaultInstance();
  3267. static CCSUsrMsg_DisplayInventory* default_instance_;
  3268. };
  3269. // -------------------------------------------------------------------
  3270. class CCSUsrMsg_QuestProgress : public ::google::protobuf::Message {
  3271. public:
  3272. CCSUsrMsg_QuestProgress();
  3273. virtual ~CCSUsrMsg_QuestProgress();
  3274. CCSUsrMsg_QuestProgress(const CCSUsrMsg_QuestProgress& from);
  3275. inline CCSUsrMsg_QuestProgress& operator=(const CCSUsrMsg_QuestProgress& from) {
  3276. CopyFrom(from);
  3277. return *this;
  3278. }
  3279. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3280. return _unknown_fields_;
  3281. }
  3282. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3283. return &_unknown_fields_;
  3284. }
  3285. static const ::google::protobuf::Descriptor* descriptor();
  3286. static const CCSUsrMsg_QuestProgress& default_instance();
  3287. void Swap(CCSUsrMsg_QuestProgress* other);
  3288. // implements Message ----------------------------------------------
  3289. CCSUsrMsg_QuestProgress* New() const;
  3290. void CopyFrom(const ::google::protobuf::Message& from);
  3291. void MergeFrom(const ::google::protobuf::Message& from);
  3292. void CopyFrom(const CCSUsrMsg_QuestProgress& from);
  3293. void MergeFrom(const CCSUsrMsg_QuestProgress& from);
  3294. void Clear();
  3295. bool IsInitialized() const;
  3296. int ByteSize() const;
  3297. bool MergePartialFromCodedStream(
  3298. ::google::protobuf::io::CodedInputStream* input);
  3299. void SerializeWithCachedSizes(
  3300. ::google::protobuf::io::CodedOutputStream* output) const;
  3301. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3302. int GetCachedSize() const { return _cached_size_; }
  3303. private:
  3304. void SharedCtor();
  3305. void SharedDtor();
  3306. void SetCachedSize(int size) const;
  3307. public:
  3308. ::google::protobuf::Metadata GetMetadata() const;
  3309. // nested types ----------------------------------------------------
  3310. // accessors -------------------------------------------------------
  3311. // optional uint32 quest_id = 1;
  3312. inline bool has_quest_id() const;
  3313. inline void clear_quest_id();
  3314. static const int kQuestIdFieldNumber = 1;
  3315. inline ::google::protobuf::uint32 quest_id() const;
  3316. inline void set_quest_id(::google::protobuf::uint32 value);
  3317. // optional uint32 normal_points = 2;
  3318. inline bool has_normal_points() const;
  3319. inline void clear_normal_points();
  3320. static const int kNormalPointsFieldNumber = 2;
  3321. inline ::google::protobuf::uint32 normal_points() const;
  3322. inline void set_normal_points(::google::protobuf::uint32 value);
  3323. // optional uint32 bonus_points = 3;
  3324. inline bool has_bonus_points() const;
  3325. inline void clear_bonus_points();
  3326. static const int kBonusPointsFieldNumber = 3;
  3327. inline ::google::protobuf::uint32 bonus_points() const;
  3328. inline void set_bonus_points(::google::protobuf::uint32 value);
  3329. // optional bool is_event_quest = 4;
  3330. inline bool has_is_event_quest() const;
  3331. inline void clear_is_event_quest();
  3332. static const int kIsEventQuestFieldNumber = 4;
  3333. inline bool is_event_quest() const;
  3334. inline void set_is_event_quest(bool value);
  3335. // @@protoc_insertion_point(class_scope:CCSUsrMsg_QuestProgress)
  3336. private:
  3337. inline void set_has_quest_id();
  3338. inline void clear_has_quest_id();
  3339. inline void set_has_normal_points();
  3340. inline void clear_has_normal_points();
  3341. inline void set_has_bonus_points();
  3342. inline void clear_has_bonus_points();
  3343. inline void set_has_is_event_quest();
  3344. inline void clear_has_is_event_quest();
  3345. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3346. ::google::protobuf::uint32 quest_id_;
  3347. ::google::protobuf::uint32 normal_points_;
  3348. ::google::protobuf::uint32 bonus_points_;
  3349. bool is_event_quest_;
  3350. mutable int _cached_size_;
  3351. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  3352. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3353. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3354. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3355. void InitAsDefaultInstance();
  3356. static CCSUsrMsg_QuestProgress* default_instance_;
  3357. };
  3358. // -------------------------------------------------------------------
  3359. class CCSUsrMsg_ScoreLeaderboardData : public ::google::protobuf::Message {
  3360. public:
  3361. CCSUsrMsg_ScoreLeaderboardData();
  3362. virtual ~CCSUsrMsg_ScoreLeaderboardData();
  3363. CCSUsrMsg_ScoreLeaderboardData(const CCSUsrMsg_ScoreLeaderboardData& from);
  3364. inline CCSUsrMsg_ScoreLeaderboardData& operator=(const CCSUsrMsg_ScoreLeaderboardData& from) {
  3365. CopyFrom(from);
  3366. return *this;
  3367. }
  3368. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3369. return _unknown_fields_;
  3370. }
  3371. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3372. return &_unknown_fields_;
  3373. }
  3374. static const ::google::protobuf::Descriptor* descriptor();
  3375. static const CCSUsrMsg_ScoreLeaderboardData& default_instance();
  3376. void Swap(CCSUsrMsg_ScoreLeaderboardData* other);
  3377. // implements Message ----------------------------------------------
  3378. CCSUsrMsg_ScoreLeaderboardData* New() const;
  3379. void CopyFrom(const ::google::protobuf::Message& from);
  3380. void MergeFrom(const ::google::protobuf::Message& from);
  3381. void CopyFrom(const CCSUsrMsg_ScoreLeaderboardData& from);
  3382. void MergeFrom(const CCSUsrMsg_ScoreLeaderboardData& from);
  3383. void Clear();
  3384. bool IsInitialized() const;
  3385. int ByteSize() const;
  3386. bool MergePartialFromCodedStream(
  3387. ::google::protobuf::io::CodedInputStream* input);
  3388. void SerializeWithCachedSizes(
  3389. ::google::protobuf::io::CodedOutputStream* output) const;
  3390. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3391. int GetCachedSize() const { return _cached_size_; }
  3392. private:
  3393. void SharedCtor();
  3394. void SharedDtor();
  3395. void SetCachedSize(int size) const;
  3396. public:
  3397. ::google::protobuf::Metadata GetMetadata() const;
  3398. // nested types ----------------------------------------------------
  3399. // accessors -------------------------------------------------------
  3400. // optional .ScoreLeaderboardData data = 1;
  3401. inline bool has_data() const;
  3402. inline void clear_data();
  3403. static const int kDataFieldNumber = 1;
  3404. inline const ::ScoreLeaderboardData& data() const;
  3405. inline ::ScoreLeaderboardData* mutable_data();
  3406. inline ::ScoreLeaderboardData* release_data();
  3407. inline void set_allocated_data(::ScoreLeaderboardData* data);
  3408. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ScoreLeaderboardData)
  3409. private:
  3410. inline void set_has_data();
  3411. inline void clear_has_data();
  3412. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3413. ::ScoreLeaderboardData* data_;
  3414. mutable int _cached_size_;
  3415. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  3416. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3417. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3418. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3419. void InitAsDefaultInstance();
  3420. static CCSUsrMsg_ScoreLeaderboardData* default_instance_;
  3421. };
  3422. // -------------------------------------------------------------------
  3423. class CCSUsrMsg_XRankGet : public ::google::protobuf::Message {
  3424. public:
  3425. CCSUsrMsg_XRankGet();
  3426. virtual ~CCSUsrMsg_XRankGet();
  3427. CCSUsrMsg_XRankGet(const CCSUsrMsg_XRankGet& from);
  3428. inline CCSUsrMsg_XRankGet& operator=(const CCSUsrMsg_XRankGet& from) {
  3429. CopyFrom(from);
  3430. return *this;
  3431. }
  3432. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3433. return _unknown_fields_;
  3434. }
  3435. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3436. return &_unknown_fields_;
  3437. }
  3438. static const ::google::protobuf::Descriptor* descriptor();
  3439. static const CCSUsrMsg_XRankGet& default_instance();
  3440. void Swap(CCSUsrMsg_XRankGet* other);
  3441. // implements Message ----------------------------------------------
  3442. CCSUsrMsg_XRankGet* New() const;
  3443. void CopyFrom(const ::google::protobuf::Message& from);
  3444. void MergeFrom(const ::google::protobuf::Message& from);
  3445. void CopyFrom(const CCSUsrMsg_XRankGet& from);
  3446. void MergeFrom(const CCSUsrMsg_XRankGet& from);
  3447. void Clear();
  3448. bool IsInitialized() const;
  3449. int ByteSize() const;
  3450. bool MergePartialFromCodedStream(
  3451. ::google::protobuf::io::CodedInputStream* input);
  3452. void SerializeWithCachedSizes(
  3453. ::google::protobuf::io::CodedOutputStream* output) const;
  3454. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3455. int GetCachedSize() const { return _cached_size_; }
  3456. private:
  3457. void SharedCtor();
  3458. void SharedDtor();
  3459. void SetCachedSize(int size) const;
  3460. public:
  3461. ::google::protobuf::Metadata GetMetadata() const;
  3462. // nested types ----------------------------------------------------
  3463. // accessors -------------------------------------------------------
  3464. // optional int32 mode_idx = 1;
  3465. inline bool has_mode_idx() const;
  3466. inline void clear_mode_idx();
  3467. static const int kModeIdxFieldNumber = 1;
  3468. inline ::google::protobuf::int32 mode_idx() const;
  3469. inline void set_mode_idx(::google::protobuf::int32 value);
  3470. // optional int32 controller = 2;
  3471. inline bool has_controller() const;
  3472. inline void clear_controller();
  3473. static const int kControllerFieldNumber = 2;
  3474. inline ::google::protobuf::int32 controller() const;
  3475. inline void set_controller(::google::protobuf::int32 value);
  3476. // @@protoc_insertion_point(class_scope:CCSUsrMsg_XRankGet)
  3477. private:
  3478. inline void set_has_mode_idx();
  3479. inline void clear_has_mode_idx();
  3480. inline void set_has_controller();
  3481. inline void clear_has_controller();
  3482. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3483. ::google::protobuf::int32 mode_idx_;
  3484. ::google::protobuf::int32 controller_;
  3485. mutable int _cached_size_;
  3486. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  3487. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3488. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3489. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3490. void InitAsDefaultInstance();
  3491. static CCSUsrMsg_XRankGet* default_instance_;
  3492. };
  3493. // -------------------------------------------------------------------
  3494. class CCSUsrMsg_XRankUpd : public ::google::protobuf::Message {
  3495. public:
  3496. CCSUsrMsg_XRankUpd();
  3497. virtual ~CCSUsrMsg_XRankUpd();
  3498. CCSUsrMsg_XRankUpd(const CCSUsrMsg_XRankUpd& from);
  3499. inline CCSUsrMsg_XRankUpd& operator=(const CCSUsrMsg_XRankUpd& from) {
  3500. CopyFrom(from);
  3501. return *this;
  3502. }
  3503. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3504. return _unknown_fields_;
  3505. }
  3506. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3507. return &_unknown_fields_;
  3508. }
  3509. static const ::google::protobuf::Descriptor* descriptor();
  3510. static const CCSUsrMsg_XRankUpd& default_instance();
  3511. void Swap(CCSUsrMsg_XRankUpd* other);
  3512. // implements Message ----------------------------------------------
  3513. CCSUsrMsg_XRankUpd* New() const;
  3514. void CopyFrom(const ::google::protobuf::Message& from);
  3515. void MergeFrom(const ::google::protobuf::Message& from);
  3516. void CopyFrom(const CCSUsrMsg_XRankUpd& from);
  3517. void MergeFrom(const CCSUsrMsg_XRankUpd& from);
  3518. void Clear();
  3519. bool IsInitialized() const;
  3520. int ByteSize() const;
  3521. bool MergePartialFromCodedStream(
  3522. ::google::protobuf::io::CodedInputStream* input);
  3523. void SerializeWithCachedSizes(
  3524. ::google::protobuf::io::CodedOutputStream* output) const;
  3525. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3526. int GetCachedSize() const { return _cached_size_; }
  3527. private:
  3528. void SharedCtor();
  3529. void SharedDtor();
  3530. void SetCachedSize(int size) const;
  3531. public:
  3532. ::google::protobuf::Metadata GetMetadata() const;
  3533. // nested types ----------------------------------------------------
  3534. // accessors -------------------------------------------------------
  3535. // optional int32 mode_idx = 1;
  3536. inline bool has_mode_idx() const;
  3537. inline void clear_mode_idx();
  3538. static const int kModeIdxFieldNumber = 1;
  3539. inline ::google::protobuf::int32 mode_idx() const;
  3540. inline void set_mode_idx(::google::protobuf::int32 value);
  3541. // optional int32 controller = 2;
  3542. inline bool has_controller() const;
  3543. inline void clear_controller();
  3544. static const int kControllerFieldNumber = 2;
  3545. inline ::google::protobuf::int32 controller() const;
  3546. inline void set_controller(::google::protobuf::int32 value);
  3547. // optional int32 ranking = 3;
  3548. inline bool has_ranking() const;
  3549. inline void clear_ranking();
  3550. static const int kRankingFieldNumber = 3;
  3551. inline ::google::protobuf::int32 ranking() const;
  3552. inline void set_ranking(::google::protobuf::int32 value);
  3553. // @@protoc_insertion_point(class_scope:CCSUsrMsg_XRankUpd)
  3554. private:
  3555. inline void set_has_mode_idx();
  3556. inline void clear_has_mode_idx();
  3557. inline void set_has_controller();
  3558. inline void clear_has_controller();
  3559. inline void set_has_ranking();
  3560. inline void clear_has_ranking();
  3561. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3562. ::google::protobuf::int32 mode_idx_;
  3563. ::google::protobuf::int32 controller_;
  3564. ::google::protobuf::int32 ranking_;
  3565. mutable int _cached_size_;
  3566. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  3567. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3568. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3569. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3570. void InitAsDefaultInstance();
  3571. static CCSUsrMsg_XRankUpd* default_instance_;
  3572. };
  3573. // -------------------------------------------------------------------
  3574. class CCSUsrMsg_CallVoteFailed : public ::google::protobuf::Message {
  3575. public:
  3576. CCSUsrMsg_CallVoteFailed();
  3577. virtual ~CCSUsrMsg_CallVoteFailed();
  3578. CCSUsrMsg_CallVoteFailed(const CCSUsrMsg_CallVoteFailed& from);
  3579. inline CCSUsrMsg_CallVoteFailed& operator=(const CCSUsrMsg_CallVoteFailed& from) {
  3580. CopyFrom(from);
  3581. return *this;
  3582. }
  3583. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3584. return _unknown_fields_;
  3585. }
  3586. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3587. return &_unknown_fields_;
  3588. }
  3589. static const ::google::protobuf::Descriptor* descriptor();
  3590. static const CCSUsrMsg_CallVoteFailed& default_instance();
  3591. void Swap(CCSUsrMsg_CallVoteFailed* other);
  3592. // implements Message ----------------------------------------------
  3593. CCSUsrMsg_CallVoteFailed* New() const;
  3594. void CopyFrom(const ::google::protobuf::Message& from);
  3595. void MergeFrom(const ::google::protobuf::Message& from);
  3596. void CopyFrom(const CCSUsrMsg_CallVoteFailed& from);
  3597. void MergeFrom(const CCSUsrMsg_CallVoteFailed& from);
  3598. void Clear();
  3599. bool IsInitialized() const;
  3600. int ByteSize() const;
  3601. bool MergePartialFromCodedStream(
  3602. ::google::protobuf::io::CodedInputStream* input);
  3603. void SerializeWithCachedSizes(
  3604. ::google::protobuf::io::CodedOutputStream* output) const;
  3605. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3606. int GetCachedSize() const { return _cached_size_; }
  3607. private:
  3608. void SharedCtor();
  3609. void SharedDtor();
  3610. void SetCachedSize(int size) const;
  3611. public:
  3612. ::google::protobuf::Metadata GetMetadata() const;
  3613. // nested types ----------------------------------------------------
  3614. // accessors -------------------------------------------------------
  3615. // optional int32 reason = 1;
  3616. inline bool has_reason() const;
  3617. inline void clear_reason();
  3618. static const int kReasonFieldNumber = 1;
  3619. inline ::google::protobuf::int32 reason() const;
  3620. inline void set_reason(::google::protobuf::int32 value);
  3621. // optional int32 time = 2;
  3622. inline bool has_time() const;
  3623. inline void clear_time();
  3624. static const int kTimeFieldNumber = 2;
  3625. inline ::google::protobuf::int32 time() const;
  3626. inline void set_time(::google::protobuf::int32 value);
  3627. // @@protoc_insertion_point(class_scope:CCSUsrMsg_CallVoteFailed)
  3628. private:
  3629. inline void set_has_reason();
  3630. inline void clear_has_reason();
  3631. inline void set_has_time();
  3632. inline void clear_has_time();
  3633. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3634. ::google::protobuf::int32 reason_;
  3635. ::google::protobuf::int32 time_;
  3636. mutable int _cached_size_;
  3637. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  3638. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3639. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3640. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3641. void InitAsDefaultInstance();
  3642. static CCSUsrMsg_CallVoteFailed* default_instance_;
  3643. };
  3644. // -------------------------------------------------------------------
  3645. class CCSUsrMsg_VoteStart : public ::google::protobuf::Message {
  3646. public:
  3647. CCSUsrMsg_VoteStart();
  3648. virtual ~CCSUsrMsg_VoteStart();
  3649. CCSUsrMsg_VoteStart(const CCSUsrMsg_VoteStart& from);
  3650. inline CCSUsrMsg_VoteStart& operator=(const CCSUsrMsg_VoteStart& from) {
  3651. CopyFrom(from);
  3652. return *this;
  3653. }
  3654. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3655. return _unknown_fields_;
  3656. }
  3657. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3658. return &_unknown_fields_;
  3659. }
  3660. static const ::google::protobuf::Descriptor* descriptor();
  3661. static const CCSUsrMsg_VoteStart& default_instance();
  3662. void Swap(CCSUsrMsg_VoteStart* other);
  3663. // implements Message ----------------------------------------------
  3664. CCSUsrMsg_VoteStart* New() const;
  3665. void CopyFrom(const ::google::protobuf::Message& from);
  3666. void MergeFrom(const ::google::protobuf::Message& from);
  3667. void CopyFrom(const CCSUsrMsg_VoteStart& from);
  3668. void MergeFrom(const CCSUsrMsg_VoteStart& from);
  3669. void Clear();
  3670. bool IsInitialized() const;
  3671. int ByteSize() const;
  3672. bool MergePartialFromCodedStream(
  3673. ::google::protobuf::io::CodedInputStream* input);
  3674. void SerializeWithCachedSizes(
  3675. ::google::protobuf::io::CodedOutputStream* output) const;
  3676. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3677. int GetCachedSize() const { return _cached_size_; }
  3678. private:
  3679. void SharedCtor();
  3680. void SharedDtor();
  3681. void SetCachedSize(int size) const;
  3682. public:
  3683. ::google::protobuf::Metadata GetMetadata() const;
  3684. // nested types ----------------------------------------------------
  3685. // accessors -------------------------------------------------------
  3686. // optional int32 team = 1;
  3687. inline bool has_team() const;
  3688. inline void clear_team();
  3689. static const int kTeamFieldNumber = 1;
  3690. inline ::google::protobuf::int32 team() const;
  3691. inline void set_team(::google::protobuf::int32 value);
  3692. // optional int32 ent_idx = 2;
  3693. inline bool has_ent_idx() const;
  3694. inline void clear_ent_idx();
  3695. static const int kEntIdxFieldNumber = 2;
  3696. inline ::google::protobuf::int32 ent_idx() const;
  3697. inline void set_ent_idx(::google::protobuf::int32 value);
  3698. // optional int32 vote_type = 3;
  3699. inline bool has_vote_type() const;
  3700. inline void clear_vote_type();
  3701. static const int kVoteTypeFieldNumber = 3;
  3702. inline ::google::protobuf::int32 vote_type() const;
  3703. inline void set_vote_type(::google::protobuf::int32 value);
  3704. // optional string disp_str = 4;
  3705. inline bool has_disp_str() const;
  3706. inline void clear_disp_str();
  3707. static const int kDispStrFieldNumber = 4;
  3708. inline const ::std::string& disp_str() const;
  3709. inline void set_disp_str(const ::std::string& value);
  3710. inline void set_disp_str(const char* value);
  3711. inline void set_disp_str(const char* value, size_t size);
  3712. inline ::std::string* mutable_disp_str();
  3713. inline ::std::string* release_disp_str();
  3714. inline void set_allocated_disp_str(::std::string* disp_str);
  3715. // optional string details_str = 5;
  3716. inline bool has_details_str() const;
  3717. inline void clear_details_str();
  3718. static const int kDetailsStrFieldNumber = 5;
  3719. inline const ::std::string& details_str() const;
  3720. inline void set_details_str(const ::std::string& value);
  3721. inline void set_details_str(const char* value);
  3722. inline void set_details_str(const char* value, size_t size);
  3723. inline ::std::string* mutable_details_str();
  3724. inline ::std::string* release_details_str();
  3725. inline void set_allocated_details_str(::std::string* details_str);
  3726. // optional string other_team_str = 6;
  3727. inline bool has_other_team_str() const;
  3728. inline void clear_other_team_str();
  3729. static const int kOtherTeamStrFieldNumber = 6;
  3730. inline const ::std::string& other_team_str() const;
  3731. inline void set_other_team_str(const ::std::string& value);
  3732. inline void set_other_team_str(const char* value);
  3733. inline void set_other_team_str(const char* value, size_t size);
  3734. inline ::std::string* mutable_other_team_str();
  3735. inline ::std::string* release_other_team_str();
  3736. inline void set_allocated_other_team_str(::std::string* other_team_str);
  3737. // optional bool is_yes_no_vote = 7;
  3738. inline bool has_is_yes_no_vote() const;
  3739. inline void clear_is_yes_no_vote();
  3740. static const int kIsYesNoVoteFieldNumber = 7;
  3741. inline bool is_yes_no_vote() const;
  3742. inline void set_is_yes_no_vote(bool value);
  3743. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VoteStart)
  3744. private:
  3745. inline void set_has_team();
  3746. inline void clear_has_team();
  3747. inline void set_has_ent_idx();
  3748. inline void clear_has_ent_idx();
  3749. inline void set_has_vote_type();
  3750. inline void clear_has_vote_type();
  3751. inline void set_has_disp_str();
  3752. inline void clear_has_disp_str();
  3753. inline void set_has_details_str();
  3754. inline void clear_has_details_str();
  3755. inline void set_has_other_team_str();
  3756. inline void clear_has_other_team_str();
  3757. inline void set_has_is_yes_no_vote();
  3758. inline void clear_has_is_yes_no_vote();
  3759. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3760. ::google::protobuf::int32 team_;
  3761. ::google::protobuf::int32 ent_idx_;
  3762. ::std::string* disp_str_;
  3763. ::std::string* details_str_;
  3764. ::google::protobuf::int32 vote_type_;
  3765. bool is_yes_no_vote_;
  3766. ::std::string* other_team_str_;
  3767. mutable int _cached_size_;
  3768. ::google::protobuf::uint32 _has_bits_[(7 + 31) / 32];
  3769. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3770. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3771. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3772. void InitAsDefaultInstance();
  3773. static CCSUsrMsg_VoteStart* default_instance_;
  3774. };
  3775. // -------------------------------------------------------------------
  3776. class CCSUsrMsg_VotePass : public ::google::protobuf::Message {
  3777. public:
  3778. CCSUsrMsg_VotePass();
  3779. virtual ~CCSUsrMsg_VotePass();
  3780. CCSUsrMsg_VotePass(const CCSUsrMsg_VotePass& from);
  3781. inline CCSUsrMsg_VotePass& operator=(const CCSUsrMsg_VotePass& from) {
  3782. CopyFrom(from);
  3783. return *this;
  3784. }
  3785. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3786. return _unknown_fields_;
  3787. }
  3788. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3789. return &_unknown_fields_;
  3790. }
  3791. static const ::google::protobuf::Descriptor* descriptor();
  3792. static const CCSUsrMsg_VotePass& default_instance();
  3793. void Swap(CCSUsrMsg_VotePass* other);
  3794. // implements Message ----------------------------------------------
  3795. CCSUsrMsg_VotePass* New() const;
  3796. void CopyFrom(const ::google::protobuf::Message& from);
  3797. void MergeFrom(const ::google::protobuf::Message& from);
  3798. void CopyFrom(const CCSUsrMsg_VotePass& from);
  3799. void MergeFrom(const CCSUsrMsg_VotePass& from);
  3800. void Clear();
  3801. bool IsInitialized() const;
  3802. int ByteSize() const;
  3803. bool MergePartialFromCodedStream(
  3804. ::google::protobuf::io::CodedInputStream* input);
  3805. void SerializeWithCachedSizes(
  3806. ::google::protobuf::io::CodedOutputStream* output) const;
  3807. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3808. int GetCachedSize() const { return _cached_size_; }
  3809. private:
  3810. void SharedCtor();
  3811. void SharedDtor();
  3812. void SetCachedSize(int size) const;
  3813. public:
  3814. ::google::protobuf::Metadata GetMetadata() const;
  3815. // nested types ----------------------------------------------------
  3816. // accessors -------------------------------------------------------
  3817. // optional int32 team = 1;
  3818. inline bool has_team() const;
  3819. inline void clear_team();
  3820. static const int kTeamFieldNumber = 1;
  3821. inline ::google::protobuf::int32 team() const;
  3822. inline void set_team(::google::protobuf::int32 value);
  3823. // optional int32 vote_type = 2;
  3824. inline bool has_vote_type() const;
  3825. inline void clear_vote_type();
  3826. static const int kVoteTypeFieldNumber = 2;
  3827. inline ::google::protobuf::int32 vote_type() const;
  3828. inline void set_vote_type(::google::protobuf::int32 value);
  3829. // optional string disp_str = 3;
  3830. inline bool has_disp_str() const;
  3831. inline void clear_disp_str();
  3832. static const int kDispStrFieldNumber = 3;
  3833. inline const ::std::string& disp_str() const;
  3834. inline void set_disp_str(const ::std::string& value);
  3835. inline void set_disp_str(const char* value);
  3836. inline void set_disp_str(const char* value, size_t size);
  3837. inline ::std::string* mutable_disp_str();
  3838. inline ::std::string* release_disp_str();
  3839. inline void set_allocated_disp_str(::std::string* disp_str);
  3840. // optional string details_str = 4;
  3841. inline bool has_details_str() const;
  3842. inline void clear_details_str();
  3843. static const int kDetailsStrFieldNumber = 4;
  3844. inline const ::std::string& details_str() const;
  3845. inline void set_details_str(const ::std::string& value);
  3846. inline void set_details_str(const char* value);
  3847. inline void set_details_str(const char* value, size_t size);
  3848. inline ::std::string* mutable_details_str();
  3849. inline ::std::string* release_details_str();
  3850. inline void set_allocated_details_str(::std::string* details_str);
  3851. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VotePass)
  3852. private:
  3853. inline void set_has_team();
  3854. inline void clear_has_team();
  3855. inline void set_has_vote_type();
  3856. inline void clear_has_vote_type();
  3857. inline void set_has_disp_str();
  3858. inline void clear_has_disp_str();
  3859. inline void set_has_details_str();
  3860. inline void clear_has_details_str();
  3861. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3862. ::google::protobuf::int32 team_;
  3863. ::google::protobuf::int32 vote_type_;
  3864. ::std::string* disp_str_;
  3865. ::std::string* details_str_;
  3866. mutable int _cached_size_;
  3867. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  3868. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3869. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3870. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3871. void InitAsDefaultInstance();
  3872. static CCSUsrMsg_VotePass* default_instance_;
  3873. };
  3874. // -------------------------------------------------------------------
  3875. class CCSUsrMsg_VoteFailed : public ::google::protobuf::Message {
  3876. public:
  3877. CCSUsrMsg_VoteFailed();
  3878. virtual ~CCSUsrMsg_VoteFailed();
  3879. CCSUsrMsg_VoteFailed(const CCSUsrMsg_VoteFailed& from);
  3880. inline CCSUsrMsg_VoteFailed& operator=(const CCSUsrMsg_VoteFailed& from) {
  3881. CopyFrom(from);
  3882. return *this;
  3883. }
  3884. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3885. return _unknown_fields_;
  3886. }
  3887. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3888. return &_unknown_fields_;
  3889. }
  3890. static const ::google::protobuf::Descriptor* descriptor();
  3891. static const CCSUsrMsg_VoteFailed& default_instance();
  3892. void Swap(CCSUsrMsg_VoteFailed* other);
  3893. // implements Message ----------------------------------------------
  3894. CCSUsrMsg_VoteFailed* New() const;
  3895. void CopyFrom(const ::google::protobuf::Message& from);
  3896. void MergeFrom(const ::google::protobuf::Message& from);
  3897. void CopyFrom(const CCSUsrMsg_VoteFailed& from);
  3898. void MergeFrom(const CCSUsrMsg_VoteFailed& from);
  3899. void Clear();
  3900. bool IsInitialized() const;
  3901. int ByteSize() const;
  3902. bool MergePartialFromCodedStream(
  3903. ::google::protobuf::io::CodedInputStream* input);
  3904. void SerializeWithCachedSizes(
  3905. ::google::protobuf::io::CodedOutputStream* output) const;
  3906. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3907. int GetCachedSize() const { return _cached_size_; }
  3908. private:
  3909. void SharedCtor();
  3910. void SharedDtor();
  3911. void SetCachedSize(int size) const;
  3912. public:
  3913. ::google::protobuf::Metadata GetMetadata() const;
  3914. // nested types ----------------------------------------------------
  3915. // accessors -------------------------------------------------------
  3916. // optional int32 team = 1;
  3917. inline bool has_team() const;
  3918. inline void clear_team();
  3919. static const int kTeamFieldNumber = 1;
  3920. inline ::google::protobuf::int32 team() const;
  3921. inline void set_team(::google::protobuf::int32 value);
  3922. // optional int32 reason = 2;
  3923. inline bool has_reason() const;
  3924. inline void clear_reason();
  3925. static const int kReasonFieldNumber = 2;
  3926. inline ::google::protobuf::int32 reason() const;
  3927. inline void set_reason(::google::protobuf::int32 value);
  3928. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VoteFailed)
  3929. private:
  3930. inline void set_has_team();
  3931. inline void clear_has_team();
  3932. inline void set_has_reason();
  3933. inline void clear_has_reason();
  3934. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  3935. ::google::protobuf::int32 team_;
  3936. ::google::protobuf::int32 reason_;
  3937. mutable int _cached_size_;
  3938. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  3939. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  3940. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  3941. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  3942. void InitAsDefaultInstance();
  3943. static CCSUsrMsg_VoteFailed* default_instance_;
  3944. };
  3945. // -------------------------------------------------------------------
  3946. class CCSUsrMsg_VoteSetup : public ::google::protobuf::Message {
  3947. public:
  3948. CCSUsrMsg_VoteSetup();
  3949. virtual ~CCSUsrMsg_VoteSetup();
  3950. CCSUsrMsg_VoteSetup(const CCSUsrMsg_VoteSetup& from);
  3951. inline CCSUsrMsg_VoteSetup& operator=(const CCSUsrMsg_VoteSetup& from) {
  3952. CopyFrom(from);
  3953. return *this;
  3954. }
  3955. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  3956. return _unknown_fields_;
  3957. }
  3958. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  3959. return &_unknown_fields_;
  3960. }
  3961. static const ::google::protobuf::Descriptor* descriptor();
  3962. static const CCSUsrMsg_VoteSetup& default_instance();
  3963. void Swap(CCSUsrMsg_VoteSetup* other);
  3964. // implements Message ----------------------------------------------
  3965. CCSUsrMsg_VoteSetup* New() const;
  3966. void CopyFrom(const ::google::protobuf::Message& from);
  3967. void MergeFrom(const ::google::protobuf::Message& from);
  3968. void CopyFrom(const CCSUsrMsg_VoteSetup& from);
  3969. void MergeFrom(const CCSUsrMsg_VoteSetup& from);
  3970. void Clear();
  3971. bool IsInitialized() const;
  3972. int ByteSize() const;
  3973. bool MergePartialFromCodedStream(
  3974. ::google::protobuf::io::CodedInputStream* input);
  3975. void SerializeWithCachedSizes(
  3976. ::google::protobuf::io::CodedOutputStream* output) const;
  3977. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  3978. int GetCachedSize() const { return _cached_size_; }
  3979. private:
  3980. void SharedCtor();
  3981. void SharedDtor();
  3982. void SetCachedSize(int size) const;
  3983. public:
  3984. ::google::protobuf::Metadata GetMetadata() const;
  3985. // nested types ----------------------------------------------------
  3986. // accessors -------------------------------------------------------
  3987. // repeated string potential_issues = 1;
  3988. inline int potential_issues_size() const;
  3989. inline void clear_potential_issues();
  3990. static const int kPotentialIssuesFieldNumber = 1;
  3991. inline const ::std::string& potential_issues(int index) const;
  3992. inline ::std::string* mutable_potential_issues(int index);
  3993. inline void set_potential_issues(int index, const ::std::string& value);
  3994. inline void set_potential_issues(int index, const char* value);
  3995. inline void set_potential_issues(int index, const char* value, size_t size);
  3996. inline ::std::string* add_potential_issues();
  3997. inline void add_potential_issues(const ::std::string& value);
  3998. inline void add_potential_issues(const char* value);
  3999. inline void add_potential_issues(const char* value, size_t size);
  4000. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& potential_issues() const;
  4001. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_potential_issues();
  4002. // @@protoc_insertion_point(class_scope:CCSUsrMsg_VoteSetup)
  4003. private:
  4004. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4005. ::google::protobuf::RepeatedPtrField< ::std::string> potential_issues_;
  4006. mutable int _cached_size_;
  4007. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4008. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4009. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4010. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4011. void InitAsDefaultInstance();
  4012. static CCSUsrMsg_VoteSetup* default_instance_;
  4013. };
  4014. // -------------------------------------------------------------------
  4015. class CCSUsrMsg_SendLastKillerDamageToClient : public ::google::protobuf::Message {
  4016. public:
  4017. CCSUsrMsg_SendLastKillerDamageToClient();
  4018. virtual ~CCSUsrMsg_SendLastKillerDamageToClient();
  4019. CCSUsrMsg_SendLastKillerDamageToClient(const CCSUsrMsg_SendLastKillerDamageToClient& from);
  4020. inline CCSUsrMsg_SendLastKillerDamageToClient& operator=(const CCSUsrMsg_SendLastKillerDamageToClient& from) {
  4021. CopyFrom(from);
  4022. return *this;
  4023. }
  4024. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4025. return _unknown_fields_;
  4026. }
  4027. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4028. return &_unknown_fields_;
  4029. }
  4030. static const ::google::protobuf::Descriptor* descriptor();
  4031. static const CCSUsrMsg_SendLastKillerDamageToClient& default_instance();
  4032. void Swap(CCSUsrMsg_SendLastKillerDamageToClient* other);
  4033. // implements Message ----------------------------------------------
  4034. CCSUsrMsg_SendLastKillerDamageToClient* New() const;
  4035. void CopyFrom(const ::google::protobuf::Message& from);
  4036. void MergeFrom(const ::google::protobuf::Message& from);
  4037. void CopyFrom(const CCSUsrMsg_SendLastKillerDamageToClient& from);
  4038. void MergeFrom(const CCSUsrMsg_SendLastKillerDamageToClient& from);
  4039. void Clear();
  4040. bool IsInitialized() const;
  4041. int ByteSize() const;
  4042. bool MergePartialFromCodedStream(
  4043. ::google::protobuf::io::CodedInputStream* input);
  4044. void SerializeWithCachedSizes(
  4045. ::google::protobuf::io::CodedOutputStream* output) const;
  4046. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4047. int GetCachedSize() const { return _cached_size_; }
  4048. private:
  4049. void SharedCtor();
  4050. void SharedDtor();
  4051. void SetCachedSize(int size) const;
  4052. public:
  4053. ::google::protobuf::Metadata GetMetadata() const;
  4054. // nested types ----------------------------------------------------
  4055. // accessors -------------------------------------------------------
  4056. // optional int32 num_hits_given = 1;
  4057. inline bool has_num_hits_given() const;
  4058. inline void clear_num_hits_given();
  4059. static const int kNumHitsGivenFieldNumber = 1;
  4060. inline ::google::protobuf::int32 num_hits_given() const;
  4061. inline void set_num_hits_given(::google::protobuf::int32 value);
  4062. // optional int32 damage_given = 2;
  4063. inline bool has_damage_given() const;
  4064. inline void clear_damage_given();
  4065. static const int kDamageGivenFieldNumber = 2;
  4066. inline ::google::protobuf::int32 damage_given() const;
  4067. inline void set_damage_given(::google::protobuf::int32 value);
  4068. // optional int32 num_hits_taken = 3;
  4069. inline bool has_num_hits_taken() const;
  4070. inline void clear_num_hits_taken();
  4071. static const int kNumHitsTakenFieldNumber = 3;
  4072. inline ::google::protobuf::int32 num_hits_taken() const;
  4073. inline void set_num_hits_taken(::google::protobuf::int32 value);
  4074. // optional int32 damage_taken = 4;
  4075. inline bool has_damage_taken() const;
  4076. inline void clear_damage_taken();
  4077. static const int kDamageTakenFieldNumber = 4;
  4078. inline ::google::protobuf::int32 damage_taken() const;
  4079. inline void set_damage_taken(::google::protobuf::int32 value);
  4080. // @@protoc_insertion_point(class_scope:CCSUsrMsg_SendLastKillerDamageToClient)
  4081. private:
  4082. inline void set_has_num_hits_given();
  4083. inline void clear_has_num_hits_given();
  4084. inline void set_has_damage_given();
  4085. inline void clear_has_damage_given();
  4086. inline void set_has_num_hits_taken();
  4087. inline void clear_has_num_hits_taken();
  4088. inline void set_has_damage_taken();
  4089. inline void clear_has_damage_taken();
  4090. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4091. ::google::protobuf::int32 num_hits_given_;
  4092. ::google::protobuf::int32 damage_given_;
  4093. ::google::protobuf::int32 num_hits_taken_;
  4094. ::google::protobuf::int32 damage_taken_;
  4095. mutable int _cached_size_;
  4096. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  4097. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4098. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4099. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4100. void InitAsDefaultInstance();
  4101. static CCSUsrMsg_SendLastKillerDamageToClient* default_instance_;
  4102. };
  4103. // -------------------------------------------------------------------
  4104. class CCSUsrMsg_ServerRankUpdate_RankUpdate : public ::google::protobuf::Message {
  4105. public:
  4106. CCSUsrMsg_ServerRankUpdate_RankUpdate();
  4107. virtual ~CCSUsrMsg_ServerRankUpdate_RankUpdate();
  4108. CCSUsrMsg_ServerRankUpdate_RankUpdate(const CCSUsrMsg_ServerRankUpdate_RankUpdate& from);
  4109. inline CCSUsrMsg_ServerRankUpdate_RankUpdate& operator=(const CCSUsrMsg_ServerRankUpdate_RankUpdate& from) {
  4110. CopyFrom(from);
  4111. return *this;
  4112. }
  4113. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4114. return _unknown_fields_;
  4115. }
  4116. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4117. return &_unknown_fields_;
  4118. }
  4119. static const ::google::protobuf::Descriptor* descriptor();
  4120. static const CCSUsrMsg_ServerRankUpdate_RankUpdate& default_instance();
  4121. void Swap(CCSUsrMsg_ServerRankUpdate_RankUpdate* other);
  4122. // implements Message ----------------------------------------------
  4123. CCSUsrMsg_ServerRankUpdate_RankUpdate* New() const;
  4124. void CopyFrom(const ::google::protobuf::Message& from);
  4125. void MergeFrom(const ::google::protobuf::Message& from);
  4126. void CopyFrom(const CCSUsrMsg_ServerRankUpdate_RankUpdate& from);
  4127. void MergeFrom(const CCSUsrMsg_ServerRankUpdate_RankUpdate& from);
  4128. void Clear();
  4129. bool IsInitialized() const;
  4130. int ByteSize() const;
  4131. bool MergePartialFromCodedStream(
  4132. ::google::protobuf::io::CodedInputStream* input);
  4133. void SerializeWithCachedSizes(
  4134. ::google::protobuf::io::CodedOutputStream* output) const;
  4135. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4136. int GetCachedSize() const { return _cached_size_; }
  4137. private:
  4138. void SharedCtor();
  4139. void SharedDtor();
  4140. void SetCachedSize(int size) const;
  4141. public:
  4142. ::google::protobuf::Metadata GetMetadata() const;
  4143. // nested types ----------------------------------------------------
  4144. // accessors -------------------------------------------------------
  4145. // optional int32 account_id = 1;
  4146. inline bool has_account_id() const;
  4147. inline void clear_account_id();
  4148. static const int kAccountIdFieldNumber = 1;
  4149. inline ::google::protobuf::int32 account_id() const;
  4150. inline void set_account_id(::google::protobuf::int32 value);
  4151. // optional int32 rank_old = 2;
  4152. inline bool has_rank_old() const;
  4153. inline void clear_rank_old();
  4154. static const int kRankOldFieldNumber = 2;
  4155. inline ::google::protobuf::int32 rank_old() const;
  4156. inline void set_rank_old(::google::protobuf::int32 value);
  4157. // optional int32 rank_new = 3;
  4158. inline bool has_rank_new() const;
  4159. inline void clear_rank_new();
  4160. static const int kRankNewFieldNumber = 3;
  4161. inline ::google::protobuf::int32 rank_new() const;
  4162. inline void set_rank_new(::google::protobuf::int32 value);
  4163. // optional int32 num_wins = 4;
  4164. inline bool has_num_wins() const;
  4165. inline void clear_num_wins();
  4166. static const int kNumWinsFieldNumber = 4;
  4167. inline ::google::protobuf::int32 num_wins() const;
  4168. inline void set_num_wins(::google::protobuf::int32 value);
  4169. // optional float rank_change = 5;
  4170. inline bool has_rank_change() const;
  4171. inline void clear_rank_change();
  4172. static const int kRankChangeFieldNumber = 5;
  4173. inline float rank_change() const;
  4174. inline void set_rank_change(float value);
  4175. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankUpdate.RankUpdate)
  4176. private:
  4177. inline void set_has_account_id();
  4178. inline void clear_has_account_id();
  4179. inline void set_has_rank_old();
  4180. inline void clear_has_rank_old();
  4181. inline void set_has_rank_new();
  4182. inline void clear_has_rank_new();
  4183. inline void set_has_num_wins();
  4184. inline void clear_has_num_wins();
  4185. inline void set_has_rank_change();
  4186. inline void clear_has_rank_change();
  4187. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4188. ::google::protobuf::int32 account_id_;
  4189. ::google::protobuf::int32 rank_old_;
  4190. ::google::protobuf::int32 rank_new_;
  4191. ::google::protobuf::int32 num_wins_;
  4192. float rank_change_;
  4193. mutable int _cached_size_;
  4194. ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
  4195. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4196. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4197. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4198. void InitAsDefaultInstance();
  4199. static CCSUsrMsg_ServerRankUpdate_RankUpdate* default_instance_;
  4200. };
  4201. // -------------------------------------------------------------------
  4202. class CCSUsrMsg_ServerRankUpdate : public ::google::protobuf::Message {
  4203. public:
  4204. CCSUsrMsg_ServerRankUpdate();
  4205. virtual ~CCSUsrMsg_ServerRankUpdate();
  4206. CCSUsrMsg_ServerRankUpdate(const CCSUsrMsg_ServerRankUpdate& from);
  4207. inline CCSUsrMsg_ServerRankUpdate& operator=(const CCSUsrMsg_ServerRankUpdate& from) {
  4208. CopyFrom(from);
  4209. return *this;
  4210. }
  4211. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4212. return _unknown_fields_;
  4213. }
  4214. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4215. return &_unknown_fields_;
  4216. }
  4217. static const ::google::protobuf::Descriptor* descriptor();
  4218. static const CCSUsrMsg_ServerRankUpdate& default_instance();
  4219. void Swap(CCSUsrMsg_ServerRankUpdate* other);
  4220. // implements Message ----------------------------------------------
  4221. CCSUsrMsg_ServerRankUpdate* New() const;
  4222. void CopyFrom(const ::google::protobuf::Message& from);
  4223. void MergeFrom(const ::google::protobuf::Message& from);
  4224. void CopyFrom(const CCSUsrMsg_ServerRankUpdate& from);
  4225. void MergeFrom(const CCSUsrMsg_ServerRankUpdate& from);
  4226. void Clear();
  4227. bool IsInitialized() const;
  4228. int ByteSize() const;
  4229. bool MergePartialFromCodedStream(
  4230. ::google::protobuf::io::CodedInputStream* input);
  4231. void SerializeWithCachedSizes(
  4232. ::google::protobuf::io::CodedOutputStream* output) const;
  4233. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4234. int GetCachedSize() const { return _cached_size_; }
  4235. private:
  4236. void SharedCtor();
  4237. void SharedDtor();
  4238. void SetCachedSize(int size) const;
  4239. public:
  4240. ::google::protobuf::Metadata GetMetadata() const;
  4241. // nested types ----------------------------------------------------
  4242. typedef CCSUsrMsg_ServerRankUpdate_RankUpdate RankUpdate;
  4243. // accessors -------------------------------------------------------
  4244. // repeated .CCSUsrMsg_ServerRankUpdate.RankUpdate rank_update = 1;
  4245. inline int rank_update_size() const;
  4246. inline void clear_rank_update();
  4247. static const int kRankUpdateFieldNumber = 1;
  4248. inline const ::CCSUsrMsg_ServerRankUpdate_RankUpdate& rank_update(int index) const;
  4249. inline ::CCSUsrMsg_ServerRankUpdate_RankUpdate* mutable_rank_update(int index);
  4250. inline ::CCSUsrMsg_ServerRankUpdate_RankUpdate* add_rank_update();
  4251. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ServerRankUpdate_RankUpdate >&
  4252. rank_update() const;
  4253. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ServerRankUpdate_RankUpdate >*
  4254. mutable_rank_update();
  4255. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankUpdate)
  4256. private:
  4257. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4258. ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ServerRankUpdate_RankUpdate > rank_update_;
  4259. mutable int _cached_size_;
  4260. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4261. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4262. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4263. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4264. void InitAsDefaultInstance();
  4265. static CCSUsrMsg_ServerRankUpdate* default_instance_;
  4266. };
  4267. // -------------------------------------------------------------------
  4268. class CCSUsrMsg_XpUpdate : public ::google::protobuf::Message {
  4269. public:
  4270. CCSUsrMsg_XpUpdate();
  4271. virtual ~CCSUsrMsg_XpUpdate();
  4272. CCSUsrMsg_XpUpdate(const CCSUsrMsg_XpUpdate& from);
  4273. inline CCSUsrMsg_XpUpdate& operator=(const CCSUsrMsg_XpUpdate& from) {
  4274. CopyFrom(from);
  4275. return *this;
  4276. }
  4277. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4278. return _unknown_fields_;
  4279. }
  4280. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4281. return &_unknown_fields_;
  4282. }
  4283. static const ::google::protobuf::Descriptor* descriptor();
  4284. static const CCSUsrMsg_XpUpdate& default_instance();
  4285. void Swap(CCSUsrMsg_XpUpdate* other);
  4286. // implements Message ----------------------------------------------
  4287. CCSUsrMsg_XpUpdate* New() const;
  4288. void CopyFrom(const ::google::protobuf::Message& from);
  4289. void MergeFrom(const ::google::protobuf::Message& from);
  4290. void CopyFrom(const CCSUsrMsg_XpUpdate& from);
  4291. void MergeFrom(const CCSUsrMsg_XpUpdate& from);
  4292. void Clear();
  4293. bool IsInitialized() const;
  4294. int ByteSize() const;
  4295. bool MergePartialFromCodedStream(
  4296. ::google::protobuf::io::CodedInputStream* input);
  4297. void SerializeWithCachedSizes(
  4298. ::google::protobuf::io::CodedOutputStream* output) const;
  4299. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4300. int GetCachedSize() const { return _cached_size_; }
  4301. private:
  4302. void SharedCtor();
  4303. void SharedDtor();
  4304. void SetCachedSize(int size) const;
  4305. public:
  4306. ::google::protobuf::Metadata GetMetadata() const;
  4307. // nested types ----------------------------------------------------
  4308. // accessors -------------------------------------------------------
  4309. // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1;
  4310. inline bool has_data() const;
  4311. inline void clear_data();
  4312. static const int kDataFieldNumber = 1;
  4313. inline const ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& data() const;
  4314. inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* mutable_data();
  4315. inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* release_data();
  4316. inline void set_allocated_data(::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data);
  4317. // @@protoc_insertion_point(class_scope:CCSUsrMsg_XpUpdate)
  4318. private:
  4319. inline void set_has_data();
  4320. inline void clear_has_data();
  4321. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4322. ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data_;
  4323. mutable int _cached_size_;
  4324. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4325. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4326. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4327. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4328. void InitAsDefaultInstance();
  4329. static CCSUsrMsg_XpUpdate* default_instance_;
  4330. };
  4331. // -------------------------------------------------------------------
  4332. class CCSUsrMsg_ItemPickup : public ::google::protobuf::Message {
  4333. public:
  4334. CCSUsrMsg_ItemPickup();
  4335. virtual ~CCSUsrMsg_ItemPickup();
  4336. CCSUsrMsg_ItemPickup(const CCSUsrMsg_ItemPickup& from);
  4337. inline CCSUsrMsg_ItemPickup& operator=(const CCSUsrMsg_ItemPickup& from) {
  4338. CopyFrom(from);
  4339. return *this;
  4340. }
  4341. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4342. return _unknown_fields_;
  4343. }
  4344. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4345. return &_unknown_fields_;
  4346. }
  4347. static const ::google::protobuf::Descriptor* descriptor();
  4348. static const CCSUsrMsg_ItemPickup& default_instance();
  4349. void Swap(CCSUsrMsg_ItemPickup* other);
  4350. // implements Message ----------------------------------------------
  4351. CCSUsrMsg_ItemPickup* New() const;
  4352. void CopyFrom(const ::google::protobuf::Message& from);
  4353. void MergeFrom(const ::google::protobuf::Message& from);
  4354. void CopyFrom(const CCSUsrMsg_ItemPickup& from);
  4355. void MergeFrom(const CCSUsrMsg_ItemPickup& from);
  4356. void Clear();
  4357. bool IsInitialized() const;
  4358. int ByteSize() const;
  4359. bool MergePartialFromCodedStream(
  4360. ::google::protobuf::io::CodedInputStream* input);
  4361. void SerializeWithCachedSizes(
  4362. ::google::protobuf::io::CodedOutputStream* output) const;
  4363. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4364. int GetCachedSize() const { return _cached_size_; }
  4365. private:
  4366. void SharedCtor();
  4367. void SharedDtor();
  4368. void SetCachedSize(int size) const;
  4369. public:
  4370. ::google::protobuf::Metadata GetMetadata() const;
  4371. // nested types ----------------------------------------------------
  4372. // accessors -------------------------------------------------------
  4373. // optional string item = 1;
  4374. inline bool has_item() const;
  4375. inline void clear_item();
  4376. static const int kItemFieldNumber = 1;
  4377. inline const ::std::string& item() const;
  4378. inline void set_item(const ::std::string& value);
  4379. inline void set_item(const char* value);
  4380. inline void set_item(const char* value, size_t size);
  4381. inline ::std::string* mutable_item();
  4382. inline ::std::string* release_item();
  4383. inline void set_allocated_item(::std::string* item);
  4384. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ItemPickup)
  4385. private:
  4386. inline void set_has_item();
  4387. inline void clear_has_item();
  4388. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4389. ::std::string* item_;
  4390. mutable int _cached_size_;
  4391. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4392. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4393. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4394. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4395. void InitAsDefaultInstance();
  4396. static CCSUsrMsg_ItemPickup* default_instance_;
  4397. };
  4398. // -------------------------------------------------------------------
  4399. class CCSUsrMsg_ShowMenu : public ::google::protobuf::Message {
  4400. public:
  4401. CCSUsrMsg_ShowMenu();
  4402. virtual ~CCSUsrMsg_ShowMenu();
  4403. CCSUsrMsg_ShowMenu(const CCSUsrMsg_ShowMenu& from);
  4404. inline CCSUsrMsg_ShowMenu& operator=(const CCSUsrMsg_ShowMenu& from) {
  4405. CopyFrom(from);
  4406. return *this;
  4407. }
  4408. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4409. return _unknown_fields_;
  4410. }
  4411. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4412. return &_unknown_fields_;
  4413. }
  4414. static const ::google::protobuf::Descriptor* descriptor();
  4415. static const CCSUsrMsg_ShowMenu& default_instance();
  4416. void Swap(CCSUsrMsg_ShowMenu* other);
  4417. // implements Message ----------------------------------------------
  4418. CCSUsrMsg_ShowMenu* New() const;
  4419. void CopyFrom(const ::google::protobuf::Message& from);
  4420. void MergeFrom(const ::google::protobuf::Message& from);
  4421. void CopyFrom(const CCSUsrMsg_ShowMenu& from);
  4422. void MergeFrom(const CCSUsrMsg_ShowMenu& from);
  4423. void Clear();
  4424. bool IsInitialized() const;
  4425. int ByteSize() const;
  4426. bool MergePartialFromCodedStream(
  4427. ::google::protobuf::io::CodedInputStream* input);
  4428. void SerializeWithCachedSizes(
  4429. ::google::protobuf::io::CodedOutputStream* output) const;
  4430. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4431. int GetCachedSize() const { return _cached_size_; }
  4432. private:
  4433. void SharedCtor();
  4434. void SharedDtor();
  4435. void SetCachedSize(int size) const;
  4436. public:
  4437. ::google::protobuf::Metadata GetMetadata() const;
  4438. // nested types ----------------------------------------------------
  4439. // accessors -------------------------------------------------------
  4440. // optional int32 bits_valid_slots = 1;
  4441. inline bool has_bits_valid_slots() const;
  4442. inline void clear_bits_valid_slots();
  4443. static const int kBitsValidSlotsFieldNumber = 1;
  4444. inline ::google::protobuf::int32 bits_valid_slots() const;
  4445. inline void set_bits_valid_slots(::google::protobuf::int32 value);
  4446. // optional int32 display_time = 2;
  4447. inline bool has_display_time() const;
  4448. inline void clear_display_time();
  4449. static const int kDisplayTimeFieldNumber = 2;
  4450. inline ::google::protobuf::int32 display_time() const;
  4451. inline void set_display_time(::google::protobuf::int32 value);
  4452. // optional string menu_string = 3;
  4453. inline bool has_menu_string() const;
  4454. inline void clear_menu_string();
  4455. static const int kMenuStringFieldNumber = 3;
  4456. inline const ::std::string& menu_string() const;
  4457. inline void set_menu_string(const ::std::string& value);
  4458. inline void set_menu_string(const char* value);
  4459. inline void set_menu_string(const char* value, size_t size);
  4460. inline ::std::string* mutable_menu_string();
  4461. inline ::std::string* release_menu_string();
  4462. inline void set_allocated_menu_string(::std::string* menu_string);
  4463. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ShowMenu)
  4464. private:
  4465. inline void set_has_bits_valid_slots();
  4466. inline void clear_has_bits_valid_slots();
  4467. inline void set_has_display_time();
  4468. inline void clear_has_display_time();
  4469. inline void set_has_menu_string();
  4470. inline void clear_has_menu_string();
  4471. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4472. ::google::protobuf::int32 bits_valid_slots_;
  4473. ::google::protobuf::int32 display_time_;
  4474. ::std::string* menu_string_;
  4475. mutable int _cached_size_;
  4476. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  4477. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4478. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4479. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4480. void InitAsDefaultInstance();
  4481. static CCSUsrMsg_ShowMenu* default_instance_;
  4482. };
  4483. // -------------------------------------------------------------------
  4484. class CCSUsrMsg_BarTime : public ::google::protobuf::Message {
  4485. public:
  4486. CCSUsrMsg_BarTime();
  4487. virtual ~CCSUsrMsg_BarTime();
  4488. CCSUsrMsg_BarTime(const CCSUsrMsg_BarTime& from);
  4489. inline CCSUsrMsg_BarTime& operator=(const CCSUsrMsg_BarTime& from) {
  4490. CopyFrom(from);
  4491. return *this;
  4492. }
  4493. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4494. return _unknown_fields_;
  4495. }
  4496. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4497. return &_unknown_fields_;
  4498. }
  4499. static const ::google::protobuf::Descriptor* descriptor();
  4500. static const CCSUsrMsg_BarTime& default_instance();
  4501. void Swap(CCSUsrMsg_BarTime* other);
  4502. // implements Message ----------------------------------------------
  4503. CCSUsrMsg_BarTime* New() const;
  4504. void CopyFrom(const ::google::protobuf::Message& from);
  4505. void MergeFrom(const ::google::protobuf::Message& from);
  4506. void CopyFrom(const CCSUsrMsg_BarTime& from);
  4507. void MergeFrom(const CCSUsrMsg_BarTime& from);
  4508. void Clear();
  4509. bool IsInitialized() const;
  4510. int ByteSize() const;
  4511. bool MergePartialFromCodedStream(
  4512. ::google::protobuf::io::CodedInputStream* input);
  4513. void SerializeWithCachedSizes(
  4514. ::google::protobuf::io::CodedOutputStream* output) const;
  4515. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4516. int GetCachedSize() const { return _cached_size_; }
  4517. private:
  4518. void SharedCtor();
  4519. void SharedDtor();
  4520. void SetCachedSize(int size) const;
  4521. public:
  4522. ::google::protobuf::Metadata GetMetadata() const;
  4523. // nested types ----------------------------------------------------
  4524. // accessors -------------------------------------------------------
  4525. // optional string time = 1;
  4526. inline bool has_time() const;
  4527. inline void clear_time();
  4528. static const int kTimeFieldNumber = 1;
  4529. inline const ::std::string& time() const;
  4530. inline void set_time(const ::std::string& value);
  4531. inline void set_time(const char* value);
  4532. inline void set_time(const char* value, size_t size);
  4533. inline ::std::string* mutable_time();
  4534. inline ::std::string* release_time();
  4535. inline void set_allocated_time(::std::string* time);
  4536. // @@protoc_insertion_point(class_scope:CCSUsrMsg_BarTime)
  4537. private:
  4538. inline void set_has_time();
  4539. inline void clear_has_time();
  4540. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4541. ::std::string* time_;
  4542. mutable int _cached_size_;
  4543. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4544. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4545. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4546. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4547. void InitAsDefaultInstance();
  4548. static CCSUsrMsg_BarTime* default_instance_;
  4549. };
  4550. // -------------------------------------------------------------------
  4551. class CCSUsrMsg_AmmoDenied : public ::google::protobuf::Message {
  4552. public:
  4553. CCSUsrMsg_AmmoDenied();
  4554. virtual ~CCSUsrMsg_AmmoDenied();
  4555. CCSUsrMsg_AmmoDenied(const CCSUsrMsg_AmmoDenied& from);
  4556. inline CCSUsrMsg_AmmoDenied& operator=(const CCSUsrMsg_AmmoDenied& from) {
  4557. CopyFrom(from);
  4558. return *this;
  4559. }
  4560. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4561. return _unknown_fields_;
  4562. }
  4563. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4564. return &_unknown_fields_;
  4565. }
  4566. static const ::google::protobuf::Descriptor* descriptor();
  4567. static const CCSUsrMsg_AmmoDenied& default_instance();
  4568. void Swap(CCSUsrMsg_AmmoDenied* other);
  4569. // implements Message ----------------------------------------------
  4570. CCSUsrMsg_AmmoDenied* New() const;
  4571. void CopyFrom(const ::google::protobuf::Message& from);
  4572. void MergeFrom(const ::google::protobuf::Message& from);
  4573. void CopyFrom(const CCSUsrMsg_AmmoDenied& from);
  4574. void MergeFrom(const CCSUsrMsg_AmmoDenied& from);
  4575. void Clear();
  4576. bool IsInitialized() const;
  4577. int ByteSize() const;
  4578. bool MergePartialFromCodedStream(
  4579. ::google::protobuf::io::CodedInputStream* input);
  4580. void SerializeWithCachedSizes(
  4581. ::google::protobuf::io::CodedOutputStream* output) const;
  4582. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4583. int GetCachedSize() const { return _cached_size_; }
  4584. private:
  4585. void SharedCtor();
  4586. void SharedDtor();
  4587. void SetCachedSize(int size) const;
  4588. public:
  4589. ::google::protobuf::Metadata GetMetadata() const;
  4590. // nested types ----------------------------------------------------
  4591. // accessors -------------------------------------------------------
  4592. // optional int32 ammoIdx = 1;
  4593. inline bool has_ammoidx() const;
  4594. inline void clear_ammoidx();
  4595. static const int kAmmoIdxFieldNumber = 1;
  4596. inline ::google::protobuf::int32 ammoidx() const;
  4597. inline void set_ammoidx(::google::protobuf::int32 value);
  4598. // @@protoc_insertion_point(class_scope:CCSUsrMsg_AmmoDenied)
  4599. private:
  4600. inline void set_has_ammoidx();
  4601. inline void clear_has_ammoidx();
  4602. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4603. ::google::protobuf::int32 ammoidx_;
  4604. mutable int _cached_size_;
  4605. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4606. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4607. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4608. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4609. void InitAsDefaultInstance();
  4610. static CCSUsrMsg_AmmoDenied* default_instance_;
  4611. };
  4612. // -------------------------------------------------------------------
  4613. class CCSUsrMsg_MarkAchievement : public ::google::protobuf::Message {
  4614. public:
  4615. CCSUsrMsg_MarkAchievement();
  4616. virtual ~CCSUsrMsg_MarkAchievement();
  4617. CCSUsrMsg_MarkAchievement(const CCSUsrMsg_MarkAchievement& from);
  4618. inline CCSUsrMsg_MarkAchievement& operator=(const CCSUsrMsg_MarkAchievement& from) {
  4619. CopyFrom(from);
  4620. return *this;
  4621. }
  4622. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4623. return _unknown_fields_;
  4624. }
  4625. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4626. return &_unknown_fields_;
  4627. }
  4628. static const ::google::protobuf::Descriptor* descriptor();
  4629. static const CCSUsrMsg_MarkAchievement& default_instance();
  4630. void Swap(CCSUsrMsg_MarkAchievement* other);
  4631. // implements Message ----------------------------------------------
  4632. CCSUsrMsg_MarkAchievement* New() const;
  4633. void CopyFrom(const ::google::protobuf::Message& from);
  4634. void MergeFrom(const ::google::protobuf::Message& from);
  4635. void CopyFrom(const CCSUsrMsg_MarkAchievement& from);
  4636. void MergeFrom(const CCSUsrMsg_MarkAchievement& from);
  4637. void Clear();
  4638. bool IsInitialized() const;
  4639. int ByteSize() const;
  4640. bool MergePartialFromCodedStream(
  4641. ::google::protobuf::io::CodedInputStream* input);
  4642. void SerializeWithCachedSizes(
  4643. ::google::protobuf::io::CodedOutputStream* output) const;
  4644. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4645. int GetCachedSize() const { return _cached_size_; }
  4646. private:
  4647. void SharedCtor();
  4648. void SharedDtor();
  4649. void SetCachedSize(int size) const;
  4650. public:
  4651. ::google::protobuf::Metadata GetMetadata() const;
  4652. // nested types ----------------------------------------------------
  4653. // accessors -------------------------------------------------------
  4654. // optional string achievement = 1;
  4655. inline bool has_achievement() const;
  4656. inline void clear_achievement();
  4657. static const int kAchievementFieldNumber = 1;
  4658. inline const ::std::string& achievement() const;
  4659. inline void set_achievement(const ::std::string& value);
  4660. inline void set_achievement(const char* value);
  4661. inline void set_achievement(const char* value, size_t size);
  4662. inline ::std::string* mutable_achievement();
  4663. inline ::std::string* release_achievement();
  4664. inline void set_allocated_achievement(::std::string* achievement);
  4665. // @@protoc_insertion_point(class_scope:CCSUsrMsg_MarkAchievement)
  4666. private:
  4667. inline void set_has_achievement();
  4668. inline void clear_has_achievement();
  4669. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4670. ::std::string* achievement_;
  4671. mutable int _cached_size_;
  4672. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4673. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4674. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4675. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4676. void InitAsDefaultInstance();
  4677. static CCSUsrMsg_MarkAchievement* default_instance_;
  4678. };
  4679. // -------------------------------------------------------------------
  4680. class CCSUsrMsg_MatchStatsUpdate : public ::google::protobuf::Message {
  4681. public:
  4682. CCSUsrMsg_MatchStatsUpdate();
  4683. virtual ~CCSUsrMsg_MatchStatsUpdate();
  4684. CCSUsrMsg_MatchStatsUpdate(const CCSUsrMsg_MatchStatsUpdate& from);
  4685. inline CCSUsrMsg_MatchStatsUpdate& operator=(const CCSUsrMsg_MatchStatsUpdate& from) {
  4686. CopyFrom(from);
  4687. return *this;
  4688. }
  4689. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4690. return _unknown_fields_;
  4691. }
  4692. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4693. return &_unknown_fields_;
  4694. }
  4695. static const ::google::protobuf::Descriptor* descriptor();
  4696. static const CCSUsrMsg_MatchStatsUpdate& default_instance();
  4697. void Swap(CCSUsrMsg_MatchStatsUpdate* other);
  4698. // implements Message ----------------------------------------------
  4699. CCSUsrMsg_MatchStatsUpdate* New() const;
  4700. void CopyFrom(const ::google::protobuf::Message& from);
  4701. void MergeFrom(const ::google::protobuf::Message& from);
  4702. void CopyFrom(const CCSUsrMsg_MatchStatsUpdate& from);
  4703. void MergeFrom(const CCSUsrMsg_MatchStatsUpdate& from);
  4704. void Clear();
  4705. bool IsInitialized() const;
  4706. int ByteSize() const;
  4707. bool MergePartialFromCodedStream(
  4708. ::google::protobuf::io::CodedInputStream* input);
  4709. void SerializeWithCachedSizes(
  4710. ::google::protobuf::io::CodedOutputStream* output) const;
  4711. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4712. int GetCachedSize() const { return _cached_size_; }
  4713. private:
  4714. void SharedCtor();
  4715. void SharedDtor();
  4716. void SetCachedSize(int size) const;
  4717. public:
  4718. ::google::protobuf::Metadata GetMetadata() const;
  4719. // nested types ----------------------------------------------------
  4720. // accessors -------------------------------------------------------
  4721. // optional string update = 1;
  4722. inline bool has_update() const;
  4723. inline void clear_update();
  4724. static const int kUpdateFieldNumber = 1;
  4725. inline const ::std::string& update() const;
  4726. inline void set_update(const ::std::string& value);
  4727. inline void set_update(const char* value);
  4728. inline void set_update(const char* value, size_t size);
  4729. inline ::std::string* mutable_update();
  4730. inline ::std::string* release_update();
  4731. inline void set_allocated_update(::std::string* update);
  4732. // @@protoc_insertion_point(class_scope:CCSUsrMsg_MatchStatsUpdate)
  4733. private:
  4734. inline void set_has_update();
  4735. inline void clear_has_update();
  4736. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4737. ::std::string* update_;
  4738. mutable int _cached_size_;
  4739. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4740. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4741. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4742. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4743. void InitAsDefaultInstance();
  4744. static CCSUsrMsg_MatchStatsUpdate* default_instance_;
  4745. };
  4746. // -------------------------------------------------------------------
  4747. class CCSUsrMsg_ItemDrop : public ::google::protobuf::Message {
  4748. public:
  4749. CCSUsrMsg_ItemDrop();
  4750. virtual ~CCSUsrMsg_ItemDrop();
  4751. CCSUsrMsg_ItemDrop(const CCSUsrMsg_ItemDrop& from);
  4752. inline CCSUsrMsg_ItemDrop& operator=(const CCSUsrMsg_ItemDrop& from) {
  4753. CopyFrom(from);
  4754. return *this;
  4755. }
  4756. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4757. return _unknown_fields_;
  4758. }
  4759. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4760. return &_unknown_fields_;
  4761. }
  4762. static const ::google::protobuf::Descriptor* descriptor();
  4763. static const CCSUsrMsg_ItemDrop& default_instance();
  4764. void Swap(CCSUsrMsg_ItemDrop* other);
  4765. // implements Message ----------------------------------------------
  4766. CCSUsrMsg_ItemDrop* New() const;
  4767. void CopyFrom(const ::google::protobuf::Message& from);
  4768. void MergeFrom(const ::google::protobuf::Message& from);
  4769. void CopyFrom(const CCSUsrMsg_ItemDrop& from);
  4770. void MergeFrom(const CCSUsrMsg_ItemDrop& from);
  4771. void Clear();
  4772. bool IsInitialized() const;
  4773. int ByteSize() const;
  4774. bool MergePartialFromCodedStream(
  4775. ::google::protobuf::io::CodedInputStream* input);
  4776. void SerializeWithCachedSizes(
  4777. ::google::protobuf::io::CodedOutputStream* output) const;
  4778. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4779. int GetCachedSize() const { return _cached_size_; }
  4780. private:
  4781. void SharedCtor();
  4782. void SharedDtor();
  4783. void SetCachedSize(int size) const;
  4784. public:
  4785. ::google::protobuf::Metadata GetMetadata() const;
  4786. // nested types ----------------------------------------------------
  4787. // accessors -------------------------------------------------------
  4788. // optional int64 itemid = 1;
  4789. inline bool has_itemid() const;
  4790. inline void clear_itemid();
  4791. static const int kItemidFieldNumber = 1;
  4792. inline ::google::protobuf::int64 itemid() const;
  4793. inline void set_itemid(::google::protobuf::int64 value);
  4794. // optional bool death = 2;
  4795. inline bool has_death() const;
  4796. inline void clear_death();
  4797. static const int kDeathFieldNumber = 2;
  4798. inline bool death() const;
  4799. inline void set_death(bool value);
  4800. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ItemDrop)
  4801. private:
  4802. inline void set_has_itemid();
  4803. inline void clear_has_itemid();
  4804. inline void set_has_death();
  4805. inline void clear_has_death();
  4806. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4807. ::google::protobuf::int64 itemid_;
  4808. bool death_;
  4809. mutable int _cached_size_;
  4810. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  4811. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4812. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4813. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4814. void InitAsDefaultInstance();
  4815. static CCSUsrMsg_ItemDrop* default_instance_;
  4816. };
  4817. // -------------------------------------------------------------------
  4818. class CCSUsrMsg_GlowPropTurnOff : public ::google::protobuf::Message {
  4819. public:
  4820. CCSUsrMsg_GlowPropTurnOff();
  4821. virtual ~CCSUsrMsg_GlowPropTurnOff();
  4822. CCSUsrMsg_GlowPropTurnOff(const CCSUsrMsg_GlowPropTurnOff& from);
  4823. inline CCSUsrMsg_GlowPropTurnOff& operator=(const CCSUsrMsg_GlowPropTurnOff& from) {
  4824. CopyFrom(from);
  4825. return *this;
  4826. }
  4827. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4828. return _unknown_fields_;
  4829. }
  4830. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4831. return &_unknown_fields_;
  4832. }
  4833. static const ::google::protobuf::Descriptor* descriptor();
  4834. static const CCSUsrMsg_GlowPropTurnOff& default_instance();
  4835. void Swap(CCSUsrMsg_GlowPropTurnOff* other);
  4836. // implements Message ----------------------------------------------
  4837. CCSUsrMsg_GlowPropTurnOff* New() const;
  4838. void CopyFrom(const ::google::protobuf::Message& from);
  4839. void MergeFrom(const ::google::protobuf::Message& from);
  4840. void CopyFrom(const CCSUsrMsg_GlowPropTurnOff& from);
  4841. void MergeFrom(const CCSUsrMsg_GlowPropTurnOff& from);
  4842. void Clear();
  4843. bool IsInitialized() const;
  4844. int ByteSize() const;
  4845. bool MergePartialFromCodedStream(
  4846. ::google::protobuf::io::CodedInputStream* input);
  4847. void SerializeWithCachedSizes(
  4848. ::google::protobuf::io::CodedOutputStream* output) const;
  4849. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4850. int GetCachedSize() const { return _cached_size_; }
  4851. private:
  4852. void SharedCtor();
  4853. void SharedDtor();
  4854. void SetCachedSize(int size) const;
  4855. public:
  4856. ::google::protobuf::Metadata GetMetadata() const;
  4857. // nested types ----------------------------------------------------
  4858. // accessors -------------------------------------------------------
  4859. // optional int32 entidx = 1;
  4860. inline bool has_entidx() const;
  4861. inline void clear_entidx();
  4862. static const int kEntidxFieldNumber = 1;
  4863. inline ::google::protobuf::int32 entidx() const;
  4864. inline void set_entidx(::google::protobuf::int32 value);
  4865. // @@protoc_insertion_point(class_scope:CCSUsrMsg_GlowPropTurnOff)
  4866. private:
  4867. inline void set_has_entidx();
  4868. inline void clear_has_entidx();
  4869. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4870. ::google::protobuf::int32 entidx_;
  4871. mutable int _cached_size_;
  4872. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  4873. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4874. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4875. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4876. void InitAsDefaultInstance();
  4877. static CCSUsrMsg_GlowPropTurnOff* default_instance_;
  4878. };
  4879. // -------------------------------------------------------------------
  4880. class CCSUsrMsg_RoundBackupFilenames : public ::google::protobuf::Message {
  4881. public:
  4882. CCSUsrMsg_RoundBackupFilenames();
  4883. virtual ~CCSUsrMsg_RoundBackupFilenames();
  4884. CCSUsrMsg_RoundBackupFilenames(const CCSUsrMsg_RoundBackupFilenames& from);
  4885. inline CCSUsrMsg_RoundBackupFilenames& operator=(const CCSUsrMsg_RoundBackupFilenames& from) {
  4886. CopyFrom(from);
  4887. return *this;
  4888. }
  4889. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4890. return _unknown_fields_;
  4891. }
  4892. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4893. return &_unknown_fields_;
  4894. }
  4895. static const ::google::protobuf::Descriptor* descriptor();
  4896. static const CCSUsrMsg_RoundBackupFilenames& default_instance();
  4897. void Swap(CCSUsrMsg_RoundBackupFilenames* other);
  4898. // implements Message ----------------------------------------------
  4899. CCSUsrMsg_RoundBackupFilenames* New() const;
  4900. void CopyFrom(const ::google::protobuf::Message& from);
  4901. void MergeFrom(const ::google::protobuf::Message& from);
  4902. void CopyFrom(const CCSUsrMsg_RoundBackupFilenames& from);
  4903. void MergeFrom(const CCSUsrMsg_RoundBackupFilenames& from);
  4904. void Clear();
  4905. bool IsInitialized() const;
  4906. int ByteSize() const;
  4907. bool MergePartialFromCodedStream(
  4908. ::google::protobuf::io::CodedInputStream* input);
  4909. void SerializeWithCachedSizes(
  4910. ::google::protobuf::io::CodedOutputStream* output) const;
  4911. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  4912. int GetCachedSize() const { return _cached_size_; }
  4913. private:
  4914. void SharedCtor();
  4915. void SharedDtor();
  4916. void SetCachedSize(int size) const;
  4917. public:
  4918. ::google::protobuf::Metadata GetMetadata() const;
  4919. // nested types ----------------------------------------------------
  4920. // accessors -------------------------------------------------------
  4921. // optional int32 count = 1;
  4922. inline bool has_count() const;
  4923. inline void clear_count();
  4924. static const int kCountFieldNumber = 1;
  4925. inline ::google::protobuf::int32 count() const;
  4926. inline void set_count(::google::protobuf::int32 value);
  4927. // optional int32 index = 2;
  4928. inline bool has_index() const;
  4929. inline void clear_index();
  4930. static const int kIndexFieldNumber = 2;
  4931. inline ::google::protobuf::int32 index() const;
  4932. inline void set_index(::google::protobuf::int32 value);
  4933. // optional string filename = 3;
  4934. inline bool has_filename() const;
  4935. inline void clear_filename();
  4936. static const int kFilenameFieldNumber = 3;
  4937. inline const ::std::string& filename() const;
  4938. inline void set_filename(const ::std::string& value);
  4939. inline void set_filename(const char* value);
  4940. inline void set_filename(const char* value, size_t size);
  4941. inline ::std::string* mutable_filename();
  4942. inline ::std::string* release_filename();
  4943. inline void set_allocated_filename(::std::string* filename);
  4944. // optional string nicename = 4;
  4945. inline bool has_nicename() const;
  4946. inline void clear_nicename();
  4947. static const int kNicenameFieldNumber = 4;
  4948. inline const ::std::string& nicename() const;
  4949. inline void set_nicename(const ::std::string& value);
  4950. inline void set_nicename(const char* value);
  4951. inline void set_nicename(const char* value, size_t size);
  4952. inline ::std::string* mutable_nicename();
  4953. inline ::std::string* release_nicename();
  4954. inline void set_allocated_nicename(::std::string* nicename);
  4955. // @@protoc_insertion_point(class_scope:CCSUsrMsg_RoundBackupFilenames)
  4956. private:
  4957. inline void set_has_count();
  4958. inline void clear_has_count();
  4959. inline void set_has_index();
  4960. inline void clear_has_index();
  4961. inline void set_has_filename();
  4962. inline void clear_has_filename();
  4963. inline void set_has_nicename();
  4964. inline void clear_has_nicename();
  4965. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  4966. ::google::protobuf::int32 count_;
  4967. ::google::protobuf::int32 index_;
  4968. ::std::string* filename_;
  4969. ::std::string* nicename_;
  4970. mutable int _cached_size_;
  4971. ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
  4972. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  4973. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  4974. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  4975. void InitAsDefaultInstance();
  4976. static CCSUsrMsg_RoundBackupFilenames* default_instance_;
  4977. };
  4978. // -------------------------------------------------------------------
  4979. class CCSUsrMsg_ResetHud : public ::google::protobuf::Message {
  4980. public:
  4981. CCSUsrMsg_ResetHud();
  4982. virtual ~CCSUsrMsg_ResetHud();
  4983. CCSUsrMsg_ResetHud(const CCSUsrMsg_ResetHud& from);
  4984. inline CCSUsrMsg_ResetHud& operator=(const CCSUsrMsg_ResetHud& from) {
  4985. CopyFrom(from);
  4986. return *this;
  4987. }
  4988. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  4989. return _unknown_fields_;
  4990. }
  4991. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  4992. return &_unknown_fields_;
  4993. }
  4994. static const ::google::protobuf::Descriptor* descriptor();
  4995. static const CCSUsrMsg_ResetHud& default_instance();
  4996. void Swap(CCSUsrMsg_ResetHud* other);
  4997. // implements Message ----------------------------------------------
  4998. CCSUsrMsg_ResetHud* New() const;
  4999. void CopyFrom(const ::google::protobuf::Message& from);
  5000. void MergeFrom(const ::google::protobuf::Message& from);
  5001. void CopyFrom(const CCSUsrMsg_ResetHud& from);
  5002. void MergeFrom(const CCSUsrMsg_ResetHud& from);
  5003. void Clear();
  5004. bool IsInitialized() const;
  5005. int ByteSize() const;
  5006. bool MergePartialFromCodedStream(
  5007. ::google::protobuf::io::CodedInputStream* input);
  5008. void SerializeWithCachedSizes(
  5009. ::google::protobuf::io::CodedOutputStream* output) const;
  5010. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5011. int GetCachedSize() const { return _cached_size_; }
  5012. private:
  5013. void SharedCtor();
  5014. void SharedDtor();
  5015. void SetCachedSize(int size) const;
  5016. public:
  5017. ::google::protobuf::Metadata GetMetadata() const;
  5018. // nested types ----------------------------------------------------
  5019. // accessors -------------------------------------------------------
  5020. // optional bool reset = 1;
  5021. inline bool has_reset() const;
  5022. inline void clear_reset();
  5023. static const int kResetFieldNumber = 1;
  5024. inline bool reset() const;
  5025. inline void set_reset(bool value);
  5026. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ResetHud)
  5027. private:
  5028. inline void set_has_reset();
  5029. inline void clear_has_reset();
  5030. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5031. bool reset_;
  5032. mutable int _cached_size_;
  5033. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5034. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5035. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5036. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5037. void InitAsDefaultInstance();
  5038. static CCSUsrMsg_ResetHud* default_instance_;
  5039. };
  5040. // -------------------------------------------------------------------
  5041. class CCSUsrMsg_GameTitle : public ::google::protobuf::Message {
  5042. public:
  5043. CCSUsrMsg_GameTitle();
  5044. virtual ~CCSUsrMsg_GameTitle();
  5045. CCSUsrMsg_GameTitle(const CCSUsrMsg_GameTitle& from);
  5046. inline CCSUsrMsg_GameTitle& operator=(const CCSUsrMsg_GameTitle& from) {
  5047. CopyFrom(from);
  5048. return *this;
  5049. }
  5050. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5051. return _unknown_fields_;
  5052. }
  5053. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5054. return &_unknown_fields_;
  5055. }
  5056. static const ::google::protobuf::Descriptor* descriptor();
  5057. static const CCSUsrMsg_GameTitle& default_instance();
  5058. void Swap(CCSUsrMsg_GameTitle* other);
  5059. // implements Message ----------------------------------------------
  5060. CCSUsrMsg_GameTitle* New() const;
  5061. void CopyFrom(const ::google::protobuf::Message& from);
  5062. void MergeFrom(const ::google::protobuf::Message& from);
  5063. void CopyFrom(const CCSUsrMsg_GameTitle& from);
  5064. void MergeFrom(const CCSUsrMsg_GameTitle& from);
  5065. void Clear();
  5066. bool IsInitialized() const;
  5067. int ByteSize() const;
  5068. bool MergePartialFromCodedStream(
  5069. ::google::protobuf::io::CodedInputStream* input);
  5070. void SerializeWithCachedSizes(
  5071. ::google::protobuf::io::CodedOutputStream* output) const;
  5072. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5073. int GetCachedSize() const { return _cached_size_; }
  5074. private:
  5075. void SharedCtor();
  5076. void SharedDtor();
  5077. void SetCachedSize(int size) const;
  5078. public:
  5079. ::google::protobuf::Metadata GetMetadata() const;
  5080. // nested types ----------------------------------------------------
  5081. // accessors -------------------------------------------------------
  5082. // optional int32 dummy = 1;
  5083. inline bool has_dummy() const;
  5084. inline void clear_dummy();
  5085. static const int kDummyFieldNumber = 1;
  5086. inline ::google::protobuf::int32 dummy() const;
  5087. inline void set_dummy(::google::protobuf::int32 value);
  5088. // @@protoc_insertion_point(class_scope:CCSUsrMsg_GameTitle)
  5089. private:
  5090. inline void set_has_dummy();
  5091. inline void clear_has_dummy();
  5092. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5093. ::google::protobuf::int32 dummy_;
  5094. mutable int _cached_size_;
  5095. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5096. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5097. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5098. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5099. void InitAsDefaultInstance();
  5100. static CCSUsrMsg_GameTitle* default_instance_;
  5101. };
  5102. // -------------------------------------------------------------------
  5103. class CCSUsrMsg_RequestState : public ::google::protobuf::Message {
  5104. public:
  5105. CCSUsrMsg_RequestState();
  5106. virtual ~CCSUsrMsg_RequestState();
  5107. CCSUsrMsg_RequestState(const CCSUsrMsg_RequestState& from);
  5108. inline CCSUsrMsg_RequestState& operator=(const CCSUsrMsg_RequestState& from) {
  5109. CopyFrom(from);
  5110. return *this;
  5111. }
  5112. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5113. return _unknown_fields_;
  5114. }
  5115. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5116. return &_unknown_fields_;
  5117. }
  5118. static const ::google::protobuf::Descriptor* descriptor();
  5119. static const CCSUsrMsg_RequestState& default_instance();
  5120. void Swap(CCSUsrMsg_RequestState* other);
  5121. // implements Message ----------------------------------------------
  5122. CCSUsrMsg_RequestState* New() const;
  5123. void CopyFrom(const ::google::protobuf::Message& from);
  5124. void MergeFrom(const ::google::protobuf::Message& from);
  5125. void CopyFrom(const CCSUsrMsg_RequestState& from);
  5126. void MergeFrom(const CCSUsrMsg_RequestState& from);
  5127. void Clear();
  5128. bool IsInitialized() const;
  5129. int ByteSize() const;
  5130. bool MergePartialFromCodedStream(
  5131. ::google::protobuf::io::CodedInputStream* input);
  5132. void SerializeWithCachedSizes(
  5133. ::google::protobuf::io::CodedOutputStream* output) const;
  5134. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5135. int GetCachedSize() const { return _cached_size_; }
  5136. private:
  5137. void SharedCtor();
  5138. void SharedDtor();
  5139. void SetCachedSize(int size) const;
  5140. public:
  5141. ::google::protobuf::Metadata GetMetadata() const;
  5142. // nested types ----------------------------------------------------
  5143. // accessors -------------------------------------------------------
  5144. // optional int32 dummy = 1;
  5145. inline bool has_dummy() const;
  5146. inline void clear_dummy();
  5147. static const int kDummyFieldNumber = 1;
  5148. inline ::google::protobuf::int32 dummy() const;
  5149. inline void set_dummy(::google::protobuf::int32 value);
  5150. // @@protoc_insertion_point(class_scope:CCSUsrMsg_RequestState)
  5151. private:
  5152. inline void set_has_dummy();
  5153. inline void clear_has_dummy();
  5154. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5155. ::google::protobuf::int32 dummy_;
  5156. mutable int _cached_size_;
  5157. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5158. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5159. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5160. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5161. void InitAsDefaultInstance();
  5162. static CCSUsrMsg_RequestState* default_instance_;
  5163. };
  5164. // -------------------------------------------------------------------
  5165. class CCSUsrMsg_StopSpectatorMode : public ::google::protobuf::Message {
  5166. public:
  5167. CCSUsrMsg_StopSpectatorMode();
  5168. virtual ~CCSUsrMsg_StopSpectatorMode();
  5169. CCSUsrMsg_StopSpectatorMode(const CCSUsrMsg_StopSpectatorMode& from);
  5170. inline CCSUsrMsg_StopSpectatorMode& operator=(const CCSUsrMsg_StopSpectatorMode& from) {
  5171. CopyFrom(from);
  5172. return *this;
  5173. }
  5174. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5175. return _unknown_fields_;
  5176. }
  5177. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5178. return &_unknown_fields_;
  5179. }
  5180. static const ::google::protobuf::Descriptor* descriptor();
  5181. static const CCSUsrMsg_StopSpectatorMode& default_instance();
  5182. void Swap(CCSUsrMsg_StopSpectatorMode* other);
  5183. // implements Message ----------------------------------------------
  5184. CCSUsrMsg_StopSpectatorMode* New() const;
  5185. void CopyFrom(const ::google::protobuf::Message& from);
  5186. void MergeFrom(const ::google::protobuf::Message& from);
  5187. void CopyFrom(const CCSUsrMsg_StopSpectatorMode& from);
  5188. void MergeFrom(const CCSUsrMsg_StopSpectatorMode& from);
  5189. void Clear();
  5190. bool IsInitialized() const;
  5191. int ByteSize() const;
  5192. bool MergePartialFromCodedStream(
  5193. ::google::protobuf::io::CodedInputStream* input);
  5194. void SerializeWithCachedSizes(
  5195. ::google::protobuf::io::CodedOutputStream* output) const;
  5196. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5197. int GetCachedSize() const { return _cached_size_; }
  5198. private:
  5199. void SharedCtor();
  5200. void SharedDtor();
  5201. void SetCachedSize(int size) const;
  5202. public:
  5203. ::google::protobuf::Metadata GetMetadata() const;
  5204. // nested types ----------------------------------------------------
  5205. // accessors -------------------------------------------------------
  5206. // optional int32 dummy = 1;
  5207. inline bool has_dummy() const;
  5208. inline void clear_dummy();
  5209. static const int kDummyFieldNumber = 1;
  5210. inline ::google::protobuf::int32 dummy() const;
  5211. inline void set_dummy(::google::protobuf::int32 value);
  5212. // @@protoc_insertion_point(class_scope:CCSUsrMsg_StopSpectatorMode)
  5213. private:
  5214. inline void set_has_dummy();
  5215. inline void clear_has_dummy();
  5216. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5217. ::google::protobuf::int32 dummy_;
  5218. mutable int _cached_size_;
  5219. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5220. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5221. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5222. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5223. void InitAsDefaultInstance();
  5224. static CCSUsrMsg_StopSpectatorMode* default_instance_;
  5225. };
  5226. // -------------------------------------------------------------------
  5227. class CCSUsrMsg_DisconnectToLobby : public ::google::protobuf::Message {
  5228. public:
  5229. CCSUsrMsg_DisconnectToLobby();
  5230. virtual ~CCSUsrMsg_DisconnectToLobby();
  5231. CCSUsrMsg_DisconnectToLobby(const CCSUsrMsg_DisconnectToLobby& from);
  5232. inline CCSUsrMsg_DisconnectToLobby& operator=(const CCSUsrMsg_DisconnectToLobby& from) {
  5233. CopyFrom(from);
  5234. return *this;
  5235. }
  5236. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5237. return _unknown_fields_;
  5238. }
  5239. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5240. return &_unknown_fields_;
  5241. }
  5242. static const ::google::protobuf::Descriptor* descriptor();
  5243. static const CCSUsrMsg_DisconnectToLobby& default_instance();
  5244. void Swap(CCSUsrMsg_DisconnectToLobby* other);
  5245. // implements Message ----------------------------------------------
  5246. CCSUsrMsg_DisconnectToLobby* New() const;
  5247. void CopyFrom(const ::google::protobuf::Message& from);
  5248. void MergeFrom(const ::google::protobuf::Message& from);
  5249. void CopyFrom(const CCSUsrMsg_DisconnectToLobby& from);
  5250. void MergeFrom(const CCSUsrMsg_DisconnectToLobby& from);
  5251. void Clear();
  5252. bool IsInitialized() const;
  5253. int ByteSize() const;
  5254. bool MergePartialFromCodedStream(
  5255. ::google::protobuf::io::CodedInputStream* input);
  5256. void SerializeWithCachedSizes(
  5257. ::google::protobuf::io::CodedOutputStream* output) const;
  5258. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5259. int GetCachedSize() const { return _cached_size_; }
  5260. private:
  5261. void SharedCtor();
  5262. void SharedDtor();
  5263. void SetCachedSize(int size) const;
  5264. public:
  5265. ::google::protobuf::Metadata GetMetadata() const;
  5266. // nested types ----------------------------------------------------
  5267. // accessors -------------------------------------------------------
  5268. // optional int32 dummy = 1;
  5269. inline bool has_dummy() const;
  5270. inline void clear_dummy();
  5271. static const int kDummyFieldNumber = 1;
  5272. inline ::google::protobuf::int32 dummy() const;
  5273. inline void set_dummy(::google::protobuf::int32 value);
  5274. // @@protoc_insertion_point(class_scope:CCSUsrMsg_DisconnectToLobby)
  5275. private:
  5276. inline void set_has_dummy();
  5277. inline void clear_has_dummy();
  5278. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5279. ::google::protobuf::int32 dummy_;
  5280. mutable int _cached_size_;
  5281. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5282. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5283. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5284. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5285. void InitAsDefaultInstance();
  5286. static CCSUsrMsg_DisconnectToLobby* default_instance_;
  5287. };
  5288. // -------------------------------------------------------------------
  5289. class CCSUsrMsg_WarmupHasEnded : public ::google::protobuf::Message {
  5290. public:
  5291. CCSUsrMsg_WarmupHasEnded();
  5292. virtual ~CCSUsrMsg_WarmupHasEnded();
  5293. CCSUsrMsg_WarmupHasEnded(const CCSUsrMsg_WarmupHasEnded& from);
  5294. inline CCSUsrMsg_WarmupHasEnded& operator=(const CCSUsrMsg_WarmupHasEnded& from) {
  5295. CopyFrom(from);
  5296. return *this;
  5297. }
  5298. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5299. return _unknown_fields_;
  5300. }
  5301. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5302. return &_unknown_fields_;
  5303. }
  5304. static const ::google::protobuf::Descriptor* descriptor();
  5305. static const CCSUsrMsg_WarmupHasEnded& default_instance();
  5306. void Swap(CCSUsrMsg_WarmupHasEnded* other);
  5307. // implements Message ----------------------------------------------
  5308. CCSUsrMsg_WarmupHasEnded* New() const;
  5309. void CopyFrom(const ::google::protobuf::Message& from);
  5310. void MergeFrom(const ::google::protobuf::Message& from);
  5311. void CopyFrom(const CCSUsrMsg_WarmupHasEnded& from);
  5312. void MergeFrom(const CCSUsrMsg_WarmupHasEnded& from);
  5313. void Clear();
  5314. bool IsInitialized() const;
  5315. int ByteSize() const;
  5316. bool MergePartialFromCodedStream(
  5317. ::google::protobuf::io::CodedInputStream* input);
  5318. void SerializeWithCachedSizes(
  5319. ::google::protobuf::io::CodedOutputStream* output) const;
  5320. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5321. int GetCachedSize() const { return _cached_size_; }
  5322. private:
  5323. void SharedCtor();
  5324. void SharedDtor();
  5325. void SetCachedSize(int size) const;
  5326. public:
  5327. ::google::protobuf::Metadata GetMetadata() const;
  5328. // nested types ----------------------------------------------------
  5329. // accessors -------------------------------------------------------
  5330. // optional int32 dummy = 1;
  5331. inline bool has_dummy() const;
  5332. inline void clear_dummy();
  5333. static const int kDummyFieldNumber = 1;
  5334. inline ::google::protobuf::int32 dummy() const;
  5335. inline void set_dummy(::google::protobuf::int32 value);
  5336. // @@protoc_insertion_point(class_scope:CCSUsrMsg_WarmupHasEnded)
  5337. private:
  5338. inline void set_has_dummy();
  5339. inline void clear_has_dummy();
  5340. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5341. ::google::protobuf::int32 dummy_;
  5342. mutable int _cached_size_;
  5343. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5344. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5345. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5346. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5347. void InitAsDefaultInstance();
  5348. static CCSUsrMsg_WarmupHasEnded* default_instance_;
  5349. };
  5350. // -------------------------------------------------------------------
  5351. class CCSUsrMsg_ClientInfo : public ::google::protobuf::Message {
  5352. public:
  5353. CCSUsrMsg_ClientInfo();
  5354. virtual ~CCSUsrMsg_ClientInfo();
  5355. CCSUsrMsg_ClientInfo(const CCSUsrMsg_ClientInfo& from);
  5356. inline CCSUsrMsg_ClientInfo& operator=(const CCSUsrMsg_ClientInfo& from) {
  5357. CopyFrom(from);
  5358. return *this;
  5359. }
  5360. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5361. return _unknown_fields_;
  5362. }
  5363. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5364. return &_unknown_fields_;
  5365. }
  5366. static const ::google::protobuf::Descriptor* descriptor();
  5367. static const CCSUsrMsg_ClientInfo& default_instance();
  5368. void Swap(CCSUsrMsg_ClientInfo* other);
  5369. // implements Message ----------------------------------------------
  5370. CCSUsrMsg_ClientInfo* New() const;
  5371. void CopyFrom(const ::google::protobuf::Message& from);
  5372. void MergeFrom(const ::google::protobuf::Message& from);
  5373. void CopyFrom(const CCSUsrMsg_ClientInfo& from);
  5374. void MergeFrom(const CCSUsrMsg_ClientInfo& from);
  5375. void Clear();
  5376. bool IsInitialized() const;
  5377. int ByteSize() const;
  5378. bool MergePartialFromCodedStream(
  5379. ::google::protobuf::io::CodedInputStream* input);
  5380. void SerializeWithCachedSizes(
  5381. ::google::protobuf::io::CodedOutputStream* output) const;
  5382. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5383. int GetCachedSize() const { return _cached_size_; }
  5384. private:
  5385. void SharedCtor();
  5386. void SharedDtor();
  5387. void SetCachedSize(int size) const;
  5388. public:
  5389. ::google::protobuf::Metadata GetMetadata() const;
  5390. // nested types ----------------------------------------------------
  5391. // accessors -------------------------------------------------------
  5392. // optional int32 dummy = 1;
  5393. inline bool has_dummy() const;
  5394. inline void clear_dummy();
  5395. static const int kDummyFieldNumber = 1;
  5396. inline ::google::protobuf::int32 dummy() const;
  5397. inline void set_dummy(::google::protobuf::int32 value);
  5398. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ClientInfo)
  5399. private:
  5400. inline void set_has_dummy();
  5401. inline void clear_has_dummy();
  5402. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5403. ::google::protobuf::int32 dummy_;
  5404. mutable int _cached_size_;
  5405. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5406. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5407. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5408. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5409. void InitAsDefaultInstance();
  5410. static CCSUsrMsg_ClientInfo* default_instance_;
  5411. };
  5412. // -------------------------------------------------------------------
  5413. class CCSUsrMsg_ServerRankRevealAll : public ::google::protobuf::Message {
  5414. public:
  5415. CCSUsrMsg_ServerRankRevealAll();
  5416. virtual ~CCSUsrMsg_ServerRankRevealAll();
  5417. CCSUsrMsg_ServerRankRevealAll(const CCSUsrMsg_ServerRankRevealAll& from);
  5418. inline CCSUsrMsg_ServerRankRevealAll& operator=(const CCSUsrMsg_ServerRankRevealAll& from) {
  5419. CopyFrom(from);
  5420. return *this;
  5421. }
  5422. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  5423. return _unknown_fields_;
  5424. }
  5425. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  5426. return &_unknown_fields_;
  5427. }
  5428. static const ::google::protobuf::Descriptor* descriptor();
  5429. static const CCSUsrMsg_ServerRankRevealAll& default_instance();
  5430. void Swap(CCSUsrMsg_ServerRankRevealAll* other);
  5431. // implements Message ----------------------------------------------
  5432. CCSUsrMsg_ServerRankRevealAll* New() const;
  5433. void CopyFrom(const ::google::protobuf::Message& from);
  5434. void MergeFrom(const ::google::protobuf::Message& from);
  5435. void CopyFrom(const CCSUsrMsg_ServerRankRevealAll& from);
  5436. void MergeFrom(const CCSUsrMsg_ServerRankRevealAll& from);
  5437. void Clear();
  5438. bool IsInitialized() const;
  5439. int ByteSize() const;
  5440. bool MergePartialFromCodedStream(
  5441. ::google::protobuf::io::CodedInputStream* input);
  5442. void SerializeWithCachedSizes(
  5443. ::google::protobuf::io::CodedOutputStream* output) const;
  5444. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  5445. int GetCachedSize() const { return _cached_size_; }
  5446. private:
  5447. void SharedCtor();
  5448. void SharedDtor();
  5449. void SetCachedSize(int size) const;
  5450. public:
  5451. ::google::protobuf::Metadata GetMetadata() const;
  5452. // nested types ----------------------------------------------------
  5453. // accessors -------------------------------------------------------
  5454. // optional int32 seconds_till_shutdown = 1;
  5455. inline bool has_seconds_till_shutdown() const;
  5456. inline void clear_seconds_till_shutdown();
  5457. static const int kSecondsTillShutdownFieldNumber = 1;
  5458. inline ::google::protobuf::int32 seconds_till_shutdown() const;
  5459. inline void set_seconds_till_shutdown(::google::protobuf::int32 value);
  5460. // @@protoc_insertion_point(class_scope:CCSUsrMsg_ServerRankRevealAll)
  5461. private:
  5462. inline void set_has_seconds_till_shutdown();
  5463. inline void clear_has_seconds_till_shutdown();
  5464. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  5465. ::google::protobuf::int32 seconds_till_shutdown_;
  5466. mutable int _cached_size_;
  5467. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  5468. friend void protobuf_AddDesc_cstrike15_5fusermessages_2eproto();
  5469. friend void protobuf_AssignDesc_cstrike15_5fusermessages_2eproto();
  5470. friend void protobuf_ShutdownFile_cstrike15_5fusermessages_2eproto();
  5471. void InitAsDefaultInstance();
  5472. static CCSUsrMsg_ServerRankRevealAll* default_instance_;
  5473. };
  5474. // ===================================================================
  5475. // ===================================================================
  5476. // CCSUsrMsg_VGUIMenu_Subkey
  5477. // optional string name = 1;
  5478. inline bool CCSUsrMsg_VGUIMenu_Subkey::has_name() const {
  5479. return (_has_bits_[0] & 0x00000001u) != 0;
  5480. }
  5481. inline void CCSUsrMsg_VGUIMenu_Subkey::set_has_name() {
  5482. _has_bits_[0] |= 0x00000001u;
  5483. }
  5484. inline void CCSUsrMsg_VGUIMenu_Subkey::clear_has_name() {
  5485. _has_bits_[0] &= ~0x00000001u;
  5486. }
  5487. inline void CCSUsrMsg_VGUIMenu_Subkey::clear_name() {
  5488. if (name_ != &::google::protobuf::internal::kEmptyString) {
  5489. name_->clear();
  5490. }
  5491. clear_has_name();
  5492. }
  5493. inline const ::std::string& CCSUsrMsg_VGUIMenu_Subkey::name() const {
  5494. return *name_;
  5495. }
  5496. inline void CCSUsrMsg_VGUIMenu_Subkey::set_name(const ::std::string& value) {
  5497. set_has_name();
  5498. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5499. name_ = new ::std::string;
  5500. }
  5501. name_->assign(value);
  5502. }
  5503. inline void CCSUsrMsg_VGUIMenu_Subkey::set_name(const char* value) {
  5504. set_has_name();
  5505. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5506. name_ = new ::std::string;
  5507. }
  5508. name_->assign(value);
  5509. }
  5510. inline void CCSUsrMsg_VGUIMenu_Subkey::set_name(const char* value, size_t size) {
  5511. set_has_name();
  5512. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5513. name_ = new ::std::string;
  5514. }
  5515. name_->assign(reinterpret_cast<const char*>(value), size);
  5516. }
  5517. inline ::std::string* CCSUsrMsg_VGUIMenu_Subkey::mutable_name() {
  5518. set_has_name();
  5519. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5520. name_ = new ::std::string;
  5521. }
  5522. return name_;
  5523. }
  5524. inline ::std::string* CCSUsrMsg_VGUIMenu_Subkey::release_name() {
  5525. clear_has_name();
  5526. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5527. return NULL;
  5528. } else {
  5529. ::std::string* temp = name_;
  5530. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5531. return temp;
  5532. }
  5533. }
  5534. inline void CCSUsrMsg_VGUIMenu_Subkey::set_allocated_name(::std::string* name) {
  5535. if (name_ != &::google::protobuf::internal::kEmptyString) {
  5536. delete name_;
  5537. }
  5538. if (name) {
  5539. set_has_name();
  5540. name_ = name;
  5541. } else {
  5542. clear_has_name();
  5543. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5544. }
  5545. }
  5546. // optional string str = 2;
  5547. inline bool CCSUsrMsg_VGUIMenu_Subkey::has_str() const {
  5548. return (_has_bits_[0] & 0x00000002u) != 0;
  5549. }
  5550. inline void CCSUsrMsg_VGUIMenu_Subkey::set_has_str() {
  5551. _has_bits_[0] |= 0x00000002u;
  5552. }
  5553. inline void CCSUsrMsg_VGUIMenu_Subkey::clear_has_str() {
  5554. _has_bits_[0] &= ~0x00000002u;
  5555. }
  5556. inline void CCSUsrMsg_VGUIMenu_Subkey::clear_str() {
  5557. if (str_ != &::google::protobuf::internal::kEmptyString) {
  5558. str_->clear();
  5559. }
  5560. clear_has_str();
  5561. }
  5562. inline const ::std::string& CCSUsrMsg_VGUIMenu_Subkey::str() const {
  5563. return *str_;
  5564. }
  5565. inline void CCSUsrMsg_VGUIMenu_Subkey::set_str(const ::std::string& value) {
  5566. set_has_str();
  5567. if (str_ == &::google::protobuf::internal::kEmptyString) {
  5568. str_ = new ::std::string;
  5569. }
  5570. str_->assign(value);
  5571. }
  5572. inline void CCSUsrMsg_VGUIMenu_Subkey::set_str(const char* value) {
  5573. set_has_str();
  5574. if (str_ == &::google::protobuf::internal::kEmptyString) {
  5575. str_ = new ::std::string;
  5576. }
  5577. str_->assign(value);
  5578. }
  5579. inline void CCSUsrMsg_VGUIMenu_Subkey::set_str(const char* value, size_t size) {
  5580. set_has_str();
  5581. if (str_ == &::google::protobuf::internal::kEmptyString) {
  5582. str_ = new ::std::string;
  5583. }
  5584. str_->assign(reinterpret_cast<const char*>(value), size);
  5585. }
  5586. inline ::std::string* CCSUsrMsg_VGUIMenu_Subkey::mutable_str() {
  5587. set_has_str();
  5588. if (str_ == &::google::protobuf::internal::kEmptyString) {
  5589. str_ = new ::std::string;
  5590. }
  5591. return str_;
  5592. }
  5593. inline ::std::string* CCSUsrMsg_VGUIMenu_Subkey::release_str() {
  5594. clear_has_str();
  5595. if (str_ == &::google::protobuf::internal::kEmptyString) {
  5596. return NULL;
  5597. } else {
  5598. ::std::string* temp = str_;
  5599. str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5600. return temp;
  5601. }
  5602. }
  5603. inline void CCSUsrMsg_VGUIMenu_Subkey::set_allocated_str(::std::string* str) {
  5604. if (str_ != &::google::protobuf::internal::kEmptyString) {
  5605. delete str_;
  5606. }
  5607. if (str) {
  5608. set_has_str();
  5609. str_ = str;
  5610. } else {
  5611. clear_has_str();
  5612. str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5613. }
  5614. }
  5615. // -------------------------------------------------------------------
  5616. // CCSUsrMsg_VGUIMenu
  5617. // optional string name = 1;
  5618. inline bool CCSUsrMsg_VGUIMenu::has_name() const {
  5619. return (_has_bits_[0] & 0x00000001u) != 0;
  5620. }
  5621. inline void CCSUsrMsg_VGUIMenu::set_has_name() {
  5622. _has_bits_[0] |= 0x00000001u;
  5623. }
  5624. inline void CCSUsrMsg_VGUIMenu::clear_has_name() {
  5625. _has_bits_[0] &= ~0x00000001u;
  5626. }
  5627. inline void CCSUsrMsg_VGUIMenu::clear_name() {
  5628. if (name_ != &::google::protobuf::internal::kEmptyString) {
  5629. name_->clear();
  5630. }
  5631. clear_has_name();
  5632. }
  5633. inline const ::std::string& CCSUsrMsg_VGUIMenu::name() const {
  5634. return *name_;
  5635. }
  5636. inline void CCSUsrMsg_VGUIMenu::set_name(const ::std::string& value) {
  5637. set_has_name();
  5638. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5639. name_ = new ::std::string;
  5640. }
  5641. name_->assign(value);
  5642. }
  5643. inline void CCSUsrMsg_VGUIMenu::set_name(const char* value) {
  5644. set_has_name();
  5645. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5646. name_ = new ::std::string;
  5647. }
  5648. name_->assign(value);
  5649. }
  5650. inline void CCSUsrMsg_VGUIMenu::set_name(const char* value, size_t size) {
  5651. set_has_name();
  5652. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5653. name_ = new ::std::string;
  5654. }
  5655. name_->assign(reinterpret_cast<const char*>(value), size);
  5656. }
  5657. inline ::std::string* CCSUsrMsg_VGUIMenu::mutable_name() {
  5658. set_has_name();
  5659. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5660. name_ = new ::std::string;
  5661. }
  5662. return name_;
  5663. }
  5664. inline ::std::string* CCSUsrMsg_VGUIMenu::release_name() {
  5665. clear_has_name();
  5666. if (name_ == &::google::protobuf::internal::kEmptyString) {
  5667. return NULL;
  5668. } else {
  5669. ::std::string* temp = name_;
  5670. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5671. return temp;
  5672. }
  5673. }
  5674. inline void CCSUsrMsg_VGUIMenu::set_allocated_name(::std::string* name) {
  5675. if (name_ != &::google::protobuf::internal::kEmptyString) {
  5676. delete name_;
  5677. }
  5678. if (name) {
  5679. set_has_name();
  5680. name_ = name;
  5681. } else {
  5682. clear_has_name();
  5683. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5684. }
  5685. }
  5686. // optional bool show = 2;
  5687. inline bool CCSUsrMsg_VGUIMenu::has_show() const {
  5688. return (_has_bits_[0] & 0x00000002u) != 0;
  5689. }
  5690. inline void CCSUsrMsg_VGUIMenu::set_has_show() {
  5691. _has_bits_[0] |= 0x00000002u;
  5692. }
  5693. inline void CCSUsrMsg_VGUIMenu::clear_has_show() {
  5694. _has_bits_[0] &= ~0x00000002u;
  5695. }
  5696. inline void CCSUsrMsg_VGUIMenu::clear_show() {
  5697. show_ = false;
  5698. clear_has_show();
  5699. }
  5700. inline bool CCSUsrMsg_VGUIMenu::show() const {
  5701. return show_;
  5702. }
  5703. inline void CCSUsrMsg_VGUIMenu::set_show(bool value) {
  5704. set_has_show();
  5705. show_ = value;
  5706. }
  5707. // repeated .CCSUsrMsg_VGUIMenu.Subkey subkeys = 3;
  5708. inline int CCSUsrMsg_VGUIMenu::subkeys_size() const {
  5709. return subkeys_.size();
  5710. }
  5711. inline void CCSUsrMsg_VGUIMenu::clear_subkeys() {
  5712. subkeys_.Clear();
  5713. }
  5714. inline const ::CCSUsrMsg_VGUIMenu_Subkey& CCSUsrMsg_VGUIMenu::subkeys(int index) const {
  5715. return subkeys_.Get(index);
  5716. }
  5717. inline ::CCSUsrMsg_VGUIMenu_Subkey* CCSUsrMsg_VGUIMenu::mutable_subkeys(int index) {
  5718. return subkeys_.Mutable(index);
  5719. }
  5720. inline ::CCSUsrMsg_VGUIMenu_Subkey* CCSUsrMsg_VGUIMenu::add_subkeys() {
  5721. return subkeys_.Add();
  5722. }
  5723. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VGUIMenu_Subkey >&
  5724. CCSUsrMsg_VGUIMenu::subkeys() const {
  5725. return subkeys_;
  5726. }
  5727. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VGUIMenu_Subkey >*
  5728. CCSUsrMsg_VGUIMenu::mutable_subkeys() {
  5729. return &subkeys_;
  5730. }
  5731. // -------------------------------------------------------------------
  5732. // CCSUsrMsg_Geiger
  5733. // optional int32 range = 1;
  5734. inline bool CCSUsrMsg_Geiger::has_range() const {
  5735. return (_has_bits_[0] & 0x00000001u) != 0;
  5736. }
  5737. inline void CCSUsrMsg_Geiger::set_has_range() {
  5738. _has_bits_[0] |= 0x00000001u;
  5739. }
  5740. inline void CCSUsrMsg_Geiger::clear_has_range() {
  5741. _has_bits_[0] &= ~0x00000001u;
  5742. }
  5743. inline void CCSUsrMsg_Geiger::clear_range() {
  5744. range_ = 0;
  5745. clear_has_range();
  5746. }
  5747. inline ::google::protobuf::int32 CCSUsrMsg_Geiger::range() const {
  5748. return range_;
  5749. }
  5750. inline void CCSUsrMsg_Geiger::set_range(::google::protobuf::int32 value) {
  5751. set_has_range();
  5752. range_ = value;
  5753. }
  5754. // -------------------------------------------------------------------
  5755. // CCSUsrMsg_Train
  5756. // optional int32 train = 1;
  5757. inline bool CCSUsrMsg_Train::has_train() const {
  5758. return (_has_bits_[0] & 0x00000001u) != 0;
  5759. }
  5760. inline void CCSUsrMsg_Train::set_has_train() {
  5761. _has_bits_[0] |= 0x00000001u;
  5762. }
  5763. inline void CCSUsrMsg_Train::clear_has_train() {
  5764. _has_bits_[0] &= ~0x00000001u;
  5765. }
  5766. inline void CCSUsrMsg_Train::clear_train() {
  5767. train_ = 0;
  5768. clear_has_train();
  5769. }
  5770. inline ::google::protobuf::int32 CCSUsrMsg_Train::train() const {
  5771. return train_;
  5772. }
  5773. inline void CCSUsrMsg_Train::set_train(::google::protobuf::int32 value) {
  5774. set_has_train();
  5775. train_ = value;
  5776. }
  5777. // -------------------------------------------------------------------
  5778. // CCSUsrMsg_HudText
  5779. // optional string text = 1;
  5780. inline bool CCSUsrMsg_HudText::has_text() const {
  5781. return (_has_bits_[0] & 0x00000001u) != 0;
  5782. }
  5783. inline void CCSUsrMsg_HudText::set_has_text() {
  5784. _has_bits_[0] |= 0x00000001u;
  5785. }
  5786. inline void CCSUsrMsg_HudText::clear_has_text() {
  5787. _has_bits_[0] &= ~0x00000001u;
  5788. }
  5789. inline void CCSUsrMsg_HudText::clear_text() {
  5790. if (text_ != &::google::protobuf::internal::kEmptyString) {
  5791. text_->clear();
  5792. }
  5793. clear_has_text();
  5794. }
  5795. inline const ::std::string& CCSUsrMsg_HudText::text() const {
  5796. return *text_;
  5797. }
  5798. inline void CCSUsrMsg_HudText::set_text(const ::std::string& value) {
  5799. set_has_text();
  5800. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5801. text_ = new ::std::string;
  5802. }
  5803. text_->assign(value);
  5804. }
  5805. inline void CCSUsrMsg_HudText::set_text(const char* value) {
  5806. set_has_text();
  5807. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5808. text_ = new ::std::string;
  5809. }
  5810. text_->assign(value);
  5811. }
  5812. inline void CCSUsrMsg_HudText::set_text(const char* value, size_t size) {
  5813. set_has_text();
  5814. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5815. text_ = new ::std::string;
  5816. }
  5817. text_->assign(reinterpret_cast<const char*>(value), size);
  5818. }
  5819. inline ::std::string* CCSUsrMsg_HudText::mutable_text() {
  5820. set_has_text();
  5821. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5822. text_ = new ::std::string;
  5823. }
  5824. return text_;
  5825. }
  5826. inline ::std::string* CCSUsrMsg_HudText::release_text() {
  5827. clear_has_text();
  5828. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5829. return NULL;
  5830. } else {
  5831. ::std::string* temp = text_;
  5832. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5833. return temp;
  5834. }
  5835. }
  5836. inline void CCSUsrMsg_HudText::set_allocated_text(::std::string* text) {
  5837. if (text_ != &::google::protobuf::internal::kEmptyString) {
  5838. delete text_;
  5839. }
  5840. if (text) {
  5841. set_has_text();
  5842. text_ = text;
  5843. } else {
  5844. clear_has_text();
  5845. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5846. }
  5847. }
  5848. // -------------------------------------------------------------------
  5849. // CCSUsrMsg_SayText
  5850. // optional int32 ent_idx = 1;
  5851. inline bool CCSUsrMsg_SayText::has_ent_idx() const {
  5852. return (_has_bits_[0] & 0x00000001u) != 0;
  5853. }
  5854. inline void CCSUsrMsg_SayText::set_has_ent_idx() {
  5855. _has_bits_[0] |= 0x00000001u;
  5856. }
  5857. inline void CCSUsrMsg_SayText::clear_has_ent_idx() {
  5858. _has_bits_[0] &= ~0x00000001u;
  5859. }
  5860. inline void CCSUsrMsg_SayText::clear_ent_idx() {
  5861. ent_idx_ = 0;
  5862. clear_has_ent_idx();
  5863. }
  5864. inline ::google::protobuf::int32 CCSUsrMsg_SayText::ent_idx() const {
  5865. return ent_idx_;
  5866. }
  5867. inline void CCSUsrMsg_SayText::set_ent_idx(::google::protobuf::int32 value) {
  5868. set_has_ent_idx();
  5869. ent_idx_ = value;
  5870. }
  5871. // optional string text = 2;
  5872. inline bool CCSUsrMsg_SayText::has_text() const {
  5873. return (_has_bits_[0] & 0x00000002u) != 0;
  5874. }
  5875. inline void CCSUsrMsg_SayText::set_has_text() {
  5876. _has_bits_[0] |= 0x00000002u;
  5877. }
  5878. inline void CCSUsrMsg_SayText::clear_has_text() {
  5879. _has_bits_[0] &= ~0x00000002u;
  5880. }
  5881. inline void CCSUsrMsg_SayText::clear_text() {
  5882. if (text_ != &::google::protobuf::internal::kEmptyString) {
  5883. text_->clear();
  5884. }
  5885. clear_has_text();
  5886. }
  5887. inline const ::std::string& CCSUsrMsg_SayText::text() const {
  5888. return *text_;
  5889. }
  5890. inline void CCSUsrMsg_SayText::set_text(const ::std::string& value) {
  5891. set_has_text();
  5892. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5893. text_ = new ::std::string;
  5894. }
  5895. text_->assign(value);
  5896. }
  5897. inline void CCSUsrMsg_SayText::set_text(const char* value) {
  5898. set_has_text();
  5899. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5900. text_ = new ::std::string;
  5901. }
  5902. text_->assign(value);
  5903. }
  5904. inline void CCSUsrMsg_SayText::set_text(const char* value, size_t size) {
  5905. set_has_text();
  5906. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5907. text_ = new ::std::string;
  5908. }
  5909. text_->assign(reinterpret_cast<const char*>(value), size);
  5910. }
  5911. inline ::std::string* CCSUsrMsg_SayText::mutable_text() {
  5912. set_has_text();
  5913. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5914. text_ = new ::std::string;
  5915. }
  5916. return text_;
  5917. }
  5918. inline ::std::string* CCSUsrMsg_SayText::release_text() {
  5919. clear_has_text();
  5920. if (text_ == &::google::protobuf::internal::kEmptyString) {
  5921. return NULL;
  5922. } else {
  5923. ::std::string* temp = text_;
  5924. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5925. return temp;
  5926. }
  5927. }
  5928. inline void CCSUsrMsg_SayText::set_allocated_text(::std::string* text) {
  5929. if (text_ != &::google::protobuf::internal::kEmptyString) {
  5930. delete text_;
  5931. }
  5932. if (text) {
  5933. set_has_text();
  5934. text_ = text;
  5935. } else {
  5936. clear_has_text();
  5937. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  5938. }
  5939. }
  5940. // optional bool chat = 3;
  5941. inline bool CCSUsrMsg_SayText::has_chat() const {
  5942. return (_has_bits_[0] & 0x00000004u) != 0;
  5943. }
  5944. inline void CCSUsrMsg_SayText::set_has_chat() {
  5945. _has_bits_[0] |= 0x00000004u;
  5946. }
  5947. inline void CCSUsrMsg_SayText::clear_has_chat() {
  5948. _has_bits_[0] &= ~0x00000004u;
  5949. }
  5950. inline void CCSUsrMsg_SayText::clear_chat() {
  5951. chat_ = false;
  5952. clear_has_chat();
  5953. }
  5954. inline bool CCSUsrMsg_SayText::chat() const {
  5955. return chat_;
  5956. }
  5957. inline void CCSUsrMsg_SayText::set_chat(bool value) {
  5958. set_has_chat();
  5959. chat_ = value;
  5960. }
  5961. // optional bool textallchat = 4;
  5962. inline bool CCSUsrMsg_SayText::has_textallchat() const {
  5963. return (_has_bits_[0] & 0x00000008u) != 0;
  5964. }
  5965. inline void CCSUsrMsg_SayText::set_has_textallchat() {
  5966. _has_bits_[0] |= 0x00000008u;
  5967. }
  5968. inline void CCSUsrMsg_SayText::clear_has_textallchat() {
  5969. _has_bits_[0] &= ~0x00000008u;
  5970. }
  5971. inline void CCSUsrMsg_SayText::clear_textallchat() {
  5972. textallchat_ = false;
  5973. clear_has_textallchat();
  5974. }
  5975. inline bool CCSUsrMsg_SayText::textallchat() const {
  5976. return textallchat_;
  5977. }
  5978. inline void CCSUsrMsg_SayText::set_textallchat(bool value) {
  5979. set_has_textallchat();
  5980. textallchat_ = value;
  5981. }
  5982. // -------------------------------------------------------------------
  5983. // CCSUsrMsg_SayText2
  5984. // optional int32 ent_idx = 1;
  5985. inline bool CCSUsrMsg_SayText2::has_ent_idx() const {
  5986. return (_has_bits_[0] & 0x00000001u) != 0;
  5987. }
  5988. inline void CCSUsrMsg_SayText2::set_has_ent_idx() {
  5989. _has_bits_[0] |= 0x00000001u;
  5990. }
  5991. inline void CCSUsrMsg_SayText2::clear_has_ent_idx() {
  5992. _has_bits_[0] &= ~0x00000001u;
  5993. }
  5994. inline void CCSUsrMsg_SayText2::clear_ent_idx() {
  5995. ent_idx_ = 0;
  5996. clear_has_ent_idx();
  5997. }
  5998. inline ::google::protobuf::int32 CCSUsrMsg_SayText2::ent_idx() const {
  5999. return ent_idx_;
  6000. }
  6001. inline void CCSUsrMsg_SayText2::set_ent_idx(::google::protobuf::int32 value) {
  6002. set_has_ent_idx();
  6003. ent_idx_ = value;
  6004. }
  6005. // optional bool chat = 2;
  6006. inline bool CCSUsrMsg_SayText2::has_chat() const {
  6007. return (_has_bits_[0] & 0x00000002u) != 0;
  6008. }
  6009. inline void CCSUsrMsg_SayText2::set_has_chat() {
  6010. _has_bits_[0] |= 0x00000002u;
  6011. }
  6012. inline void CCSUsrMsg_SayText2::clear_has_chat() {
  6013. _has_bits_[0] &= ~0x00000002u;
  6014. }
  6015. inline void CCSUsrMsg_SayText2::clear_chat() {
  6016. chat_ = false;
  6017. clear_has_chat();
  6018. }
  6019. inline bool CCSUsrMsg_SayText2::chat() const {
  6020. return chat_;
  6021. }
  6022. inline void CCSUsrMsg_SayText2::set_chat(bool value) {
  6023. set_has_chat();
  6024. chat_ = value;
  6025. }
  6026. // optional string msg_name = 3;
  6027. inline bool CCSUsrMsg_SayText2::has_msg_name() const {
  6028. return (_has_bits_[0] & 0x00000004u) != 0;
  6029. }
  6030. inline void CCSUsrMsg_SayText2::set_has_msg_name() {
  6031. _has_bits_[0] |= 0x00000004u;
  6032. }
  6033. inline void CCSUsrMsg_SayText2::clear_has_msg_name() {
  6034. _has_bits_[0] &= ~0x00000004u;
  6035. }
  6036. inline void CCSUsrMsg_SayText2::clear_msg_name() {
  6037. if (msg_name_ != &::google::protobuf::internal::kEmptyString) {
  6038. msg_name_->clear();
  6039. }
  6040. clear_has_msg_name();
  6041. }
  6042. inline const ::std::string& CCSUsrMsg_SayText2::msg_name() const {
  6043. return *msg_name_;
  6044. }
  6045. inline void CCSUsrMsg_SayText2::set_msg_name(const ::std::string& value) {
  6046. set_has_msg_name();
  6047. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  6048. msg_name_ = new ::std::string;
  6049. }
  6050. msg_name_->assign(value);
  6051. }
  6052. inline void CCSUsrMsg_SayText2::set_msg_name(const char* value) {
  6053. set_has_msg_name();
  6054. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  6055. msg_name_ = new ::std::string;
  6056. }
  6057. msg_name_->assign(value);
  6058. }
  6059. inline void CCSUsrMsg_SayText2::set_msg_name(const char* value, size_t size) {
  6060. set_has_msg_name();
  6061. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  6062. msg_name_ = new ::std::string;
  6063. }
  6064. msg_name_->assign(reinterpret_cast<const char*>(value), size);
  6065. }
  6066. inline ::std::string* CCSUsrMsg_SayText2::mutable_msg_name() {
  6067. set_has_msg_name();
  6068. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  6069. msg_name_ = new ::std::string;
  6070. }
  6071. return msg_name_;
  6072. }
  6073. inline ::std::string* CCSUsrMsg_SayText2::release_msg_name() {
  6074. clear_has_msg_name();
  6075. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  6076. return NULL;
  6077. } else {
  6078. ::std::string* temp = msg_name_;
  6079. msg_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6080. return temp;
  6081. }
  6082. }
  6083. inline void CCSUsrMsg_SayText2::set_allocated_msg_name(::std::string* msg_name) {
  6084. if (msg_name_ != &::google::protobuf::internal::kEmptyString) {
  6085. delete msg_name_;
  6086. }
  6087. if (msg_name) {
  6088. set_has_msg_name();
  6089. msg_name_ = msg_name;
  6090. } else {
  6091. clear_has_msg_name();
  6092. msg_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6093. }
  6094. }
  6095. // repeated string params = 4;
  6096. inline int CCSUsrMsg_SayText2::params_size() const {
  6097. return params_.size();
  6098. }
  6099. inline void CCSUsrMsg_SayText2::clear_params() {
  6100. params_.Clear();
  6101. }
  6102. inline const ::std::string& CCSUsrMsg_SayText2::params(int index) const {
  6103. return params_.Get(index);
  6104. }
  6105. inline ::std::string* CCSUsrMsg_SayText2::mutable_params(int index) {
  6106. return params_.Mutable(index);
  6107. }
  6108. inline void CCSUsrMsg_SayText2::set_params(int index, const ::std::string& value) {
  6109. params_.Mutable(index)->assign(value);
  6110. }
  6111. inline void CCSUsrMsg_SayText2::set_params(int index, const char* value) {
  6112. params_.Mutable(index)->assign(value);
  6113. }
  6114. inline void CCSUsrMsg_SayText2::set_params(int index, const char* value, size_t size) {
  6115. params_.Mutable(index)->assign(
  6116. reinterpret_cast<const char*>(value), size);
  6117. }
  6118. inline ::std::string* CCSUsrMsg_SayText2::add_params() {
  6119. return params_.Add();
  6120. }
  6121. inline void CCSUsrMsg_SayText2::add_params(const ::std::string& value) {
  6122. params_.Add()->assign(value);
  6123. }
  6124. inline void CCSUsrMsg_SayText2::add_params(const char* value) {
  6125. params_.Add()->assign(value);
  6126. }
  6127. inline void CCSUsrMsg_SayText2::add_params(const char* value, size_t size) {
  6128. params_.Add()->assign(reinterpret_cast<const char*>(value), size);
  6129. }
  6130. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  6131. CCSUsrMsg_SayText2::params() const {
  6132. return params_;
  6133. }
  6134. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  6135. CCSUsrMsg_SayText2::mutable_params() {
  6136. return &params_;
  6137. }
  6138. // optional bool textallchat = 5;
  6139. inline bool CCSUsrMsg_SayText2::has_textallchat() const {
  6140. return (_has_bits_[0] & 0x00000010u) != 0;
  6141. }
  6142. inline void CCSUsrMsg_SayText2::set_has_textallchat() {
  6143. _has_bits_[0] |= 0x00000010u;
  6144. }
  6145. inline void CCSUsrMsg_SayText2::clear_has_textallchat() {
  6146. _has_bits_[0] &= ~0x00000010u;
  6147. }
  6148. inline void CCSUsrMsg_SayText2::clear_textallchat() {
  6149. textallchat_ = false;
  6150. clear_has_textallchat();
  6151. }
  6152. inline bool CCSUsrMsg_SayText2::textallchat() const {
  6153. return textallchat_;
  6154. }
  6155. inline void CCSUsrMsg_SayText2::set_textallchat(bool value) {
  6156. set_has_textallchat();
  6157. textallchat_ = value;
  6158. }
  6159. // -------------------------------------------------------------------
  6160. // CCSUsrMsg_TextMsg
  6161. // optional int32 msg_dst = 1;
  6162. inline bool CCSUsrMsg_TextMsg::has_msg_dst() const {
  6163. return (_has_bits_[0] & 0x00000001u) != 0;
  6164. }
  6165. inline void CCSUsrMsg_TextMsg::set_has_msg_dst() {
  6166. _has_bits_[0] |= 0x00000001u;
  6167. }
  6168. inline void CCSUsrMsg_TextMsg::clear_has_msg_dst() {
  6169. _has_bits_[0] &= ~0x00000001u;
  6170. }
  6171. inline void CCSUsrMsg_TextMsg::clear_msg_dst() {
  6172. msg_dst_ = 0;
  6173. clear_has_msg_dst();
  6174. }
  6175. inline ::google::protobuf::int32 CCSUsrMsg_TextMsg::msg_dst() const {
  6176. return msg_dst_;
  6177. }
  6178. inline void CCSUsrMsg_TextMsg::set_msg_dst(::google::protobuf::int32 value) {
  6179. set_has_msg_dst();
  6180. msg_dst_ = value;
  6181. }
  6182. // repeated string params = 3;
  6183. inline int CCSUsrMsg_TextMsg::params_size() const {
  6184. return params_.size();
  6185. }
  6186. inline void CCSUsrMsg_TextMsg::clear_params() {
  6187. params_.Clear();
  6188. }
  6189. inline const ::std::string& CCSUsrMsg_TextMsg::params(int index) const {
  6190. return params_.Get(index);
  6191. }
  6192. inline ::std::string* CCSUsrMsg_TextMsg::mutable_params(int index) {
  6193. return params_.Mutable(index);
  6194. }
  6195. inline void CCSUsrMsg_TextMsg::set_params(int index, const ::std::string& value) {
  6196. params_.Mutable(index)->assign(value);
  6197. }
  6198. inline void CCSUsrMsg_TextMsg::set_params(int index, const char* value) {
  6199. params_.Mutable(index)->assign(value);
  6200. }
  6201. inline void CCSUsrMsg_TextMsg::set_params(int index, const char* value, size_t size) {
  6202. params_.Mutable(index)->assign(
  6203. reinterpret_cast<const char*>(value), size);
  6204. }
  6205. inline ::std::string* CCSUsrMsg_TextMsg::add_params() {
  6206. return params_.Add();
  6207. }
  6208. inline void CCSUsrMsg_TextMsg::add_params(const ::std::string& value) {
  6209. params_.Add()->assign(value);
  6210. }
  6211. inline void CCSUsrMsg_TextMsg::add_params(const char* value) {
  6212. params_.Add()->assign(value);
  6213. }
  6214. inline void CCSUsrMsg_TextMsg::add_params(const char* value, size_t size) {
  6215. params_.Add()->assign(reinterpret_cast<const char*>(value), size);
  6216. }
  6217. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  6218. CCSUsrMsg_TextMsg::params() const {
  6219. return params_;
  6220. }
  6221. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  6222. CCSUsrMsg_TextMsg::mutable_params() {
  6223. return &params_;
  6224. }
  6225. // -------------------------------------------------------------------
  6226. // CCSUsrMsg_HudMsg
  6227. // optional int32 channel = 1;
  6228. inline bool CCSUsrMsg_HudMsg::has_channel() const {
  6229. return (_has_bits_[0] & 0x00000001u) != 0;
  6230. }
  6231. inline void CCSUsrMsg_HudMsg::set_has_channel() {
  6232. _has_bits_[0] |= 0x00000001u;
  6233. }
  6234. inline void CCSUsrMsg_HudMsg::clear_has_channel() {
  6235. _has_bits_[0] &= ~0x00000001u;
  6236. }
  6237. inline void CCSUsrMsg_HudMsg::clear_channel() {
  6238. channel_ = 0;
  6239. clear_has_channel();
  6240. }
  6241. inline ::google::protobuf::int32 CCSUsrMsg_HudMsg::channel() const {
  6242. return channel_;
  6243. }
  6244. inline void CCSUsrMsg_HudMsg::set_channel(::google::protobuf::int32 value) {
  6245. set_has_channel();
  6246. channel_ = value;
  6247. }
  6248. // optional .CMsgVector2D pos = 2;
  6249. inline bool CCSUsrMsg_HudMsg::has_pos() const {
  6250. return (_has_bits_[0] & 0x00000002u) != 0;
  6251. }
  6252. inline void CCSUsrMsg_HudMsg::set_has_pos() {
  6253. _has_bits_[0] |= 0x00000002u;
  6254. }
  6255. inline void CCSUsrMsg_HudMsg::clear_has_pos() {
  6256. _has_bits_[0] &= ~0x00000002u;
  6257. }
  6258. inline void CCSUsrMsg_HudMsg::clear_pos() {
  6259. if (pos_ != NULL) pos_->::CMsgVector2D::Clear();
  6260. clear_has_pos();
  6261. }
  6262. inline const ::CMsgVector2D& CCSUsrMsg_HudMsg::pos() const {
  6263. return pos_ != NULL ? *pos_ : *default_instance_->pos_;
  6264. }
  6265. inline ::CMsgVector2D* CCSUsrMsg_HudMsg::mutable_pos() {
  6266. set_has_pos();
  6267. if (pos_ == NULL) pos_ = new ::CMsgVector2D;
  6268. return pos_;
  6269. }
  6270. inline ::CMsgVector2D* CCSUsrMsg_HudMsg::release_pos() {
  6271. clear_has_pos();
  6272. ::CMsgVector2D* temp = pos_;
  6273. pos_ = NULL;
  6274. return temp;
  6275. }
  6276. inline void CCSUsrMsg_HudMsg::set_allocated_pos(::CMsgVector2D* pos) {
  6277. delete pos_;
  6278. pos_ = pos;
  6279. if (pos) {
  6280. set_has_pos();
  6281. } else {
  6282. clear_has_pos();
  6283. }
  6284. }
  6285. // optional .CMsgRGBA clr1 = 3;
  6286. inline bool CCSUsrMsg_HudMsg::has_clr1() const {
  6287. return (_has_bits_[0] & 0x00000004u) != 0;
  6288. }
  6289. inline void CCSUsrMsg_HudMsg::set_has_clr1() {
  6290. _has_bits_[0] |= 0x00000004u;
  6291. }
  6292. inline void CCSUsrMsg_HudMsg::clear_has_clr1() {
  6293. _has_bits_[0] &= ~0x00000004u;
  6294. }
  6295. inline void CCSUsrMsg_HudMsg::clear_clr1() {
  6296. if (clr1_ != NULL) clr1_->::CMsgRGBA::Clear();
  6297. clear_has_clr1();
  6298. }
  6299. inline const ::CMsgRGBA& CCSUsrMsg_HudMsg::clr1() const {
  6300. return clr1_ != NULL ? *clr1_ : *default_instance_->clr1_;
  6301. }
  6302. inline ::CMsgRGBA* CCSUsrMsg_HudMsg::mutable_clr1() {
  6303. set_has_clr1();
  6304. if (clr1_ == NULL) clr1_ = new ::CMsgRGBA;
  6305. return clr1_;
  6306. }
  6307. inline ::CMsgRGBA* CCSUsrMsg_HudMsg::release_clr1() {
  6308. clear_has_clr1();
  6309. ::CMsgRGBA* temp = clr1_;
  6310. clr1_ = NULL;
  6311. return temp;
  6312. }
  6313. inline void CCSUsrMsg_HudMsg::set_allocated_clr1(::CMsgRGBA* clr1) {
  6314. delete clr1_;
  6315. clr1_ = clr1;
  6316. if (clr1) {
  6317. set_has_clr1();
  6318. } else {
  6319. clear_has_clr1();
  6320. }
  6321. }
  6322. // optional .CMsgRGBA clr2 = 4;
  6323. inline bool CCSUsrMsg_HudMsg::has_clr2() const {
  6324. return (_has_bits_[0] & 0x00000008u) != 0;
  6325. }
  6326. inline void CCSUsrMsg_HudMsg::set_has_clr2() {
  6327. _has_bits_[0] |= 0x00000008u;
  6328. }
  6329. inline void CCSUsrMsg_HudMsg::clear_has_clr2() {
  6330. _has_bits_[0] &= ~0x00000008u;
  6331. }
  6332. inline void CCSUsrMsg_HudMsg::clear_clr2() {
  6333. if (clr2_ != NULL) clr2_->::CMsgRGBA::Clear();
  6334. clear_has_clr2();
  6335. }
  6336. inline const ::CMsgRGBA& CCSUsrMsg_HudMsg::clr2() const {
  6337. return clr2_ != NULL ? *clr2_ : *default_instance_->clr2_;
  6338. }
  6339. inline ::CMsgRGBA* CCSUsrMsg_HudMsg::mutable_clr2() {
  6340. set_has_clr2();
  6341. if (clr2_ == NULL) clr2_ = new ::CMsgRGBA;
  6342. return clr2_;
  6343. }
  6344. inline ::CMsgRGBA* CCSUsrMsg_HudMsg::release_clr2() {
  6345. clear_has_clr2();
  6346. ::CMsgRGBA* temp = clr2_;
  6347. clr2_ = NULL;
  6348. return temp;
  6349. }
  6350. inline void CCSUsrMsg_HudMsg::set_allocated_clr2(::CMsgRGBA* clr2) {
  6351. delete clr2_;
  6352. clr2_ = clr2;
  6353. if (clr2) {
  6354. set_has_clr2();
  6355. } else {
  6356. clear_has_clr2();
  6357. }
  6358. }
  6359. // optional int32 effect = 5;
  6360. inline bool CCSUsrMsg_HudMsg::has_effect() const {
  6361. return (_has_bits_[0] & 0x00000010u) != 0;
  6362. }
  6363. inline void CCSUsrMsg_HudMsg::set_has_effect() {
  6364. _has_bits_[0] |= 0x00000010u;
  6365. }
  6366. inline void CCSUsrMsg_HudMsg::clear_has_effect() {
  6367. _has_bits_[0] &= ~0x00000010u;
  6368. }
  6369. inline void CCSUsrMsg_HudMsg::clear_effect() {
  6370. effect_ = 0;
  6371. clear_has_effect();
  6372. }
  6373. inline ::google::protobuf::int32 CCSUsrMsg_HudMsg::effect() const {
  6374. return effect_;
  6375. }
  6376. inline void CCSUsrMsg_HudMsg::set_effect(::google::protobuf::int32 value) {
  6377. set_has_effect();
  6378. effect_ = value;
  6379. }
  6380. // optional float fade_in_time = 6;
  6381. inline bool CCSUsrMsg_HudMsg::has_fade_in_time() const {
  6382. return (_has_bits_[0] & 0x00000020u) != 0;
  6383. }
  6384. inline void CCSUsrMsg_HudMsg::set_has_fade_in_time() {
  6385. _has_bits_[0] |= 0x00000020u;
  6386. }
  6387. inline void CCSUsrMsg_HudMsg::clear_has_fade_in_time() {
  6388. _has_bits_[0] &= ~0x00000020u;
  6389. }
  6390. inline void CCSUsrMsg_HudMsg::clear_fade_in_time() {
  6391. fade_in_time_ = 0;
  6392. clear_has_fade_in_time();
  6393. }
  6394. inline float CCSUsrMsg_HudMsg::fade_in_time() const {
  6395. return fade_in_time_;
  6396. }
  6397. inline void CCSUsrMsg_HudMsg::set_fade_in_time(float value) {
  6398. set_has_fade_in_time();
  6399. fade_in_time_ = value;
  6400. }
  6401. // optional float fade_out_time = 7;
  6402. inline bool CCSUsrMsg_HudMsg::has_fade_out_time() const {
  6403. return (_has_bits_[0] & 0x00000040u) != 0;
  6404. }
  6405. inline void CCSUsrMsg_HudMsg::set_has_fade_out_time() {
  6406. _has_bits_[0] |= 0x00000040u;
  6407. }
  6408. inline void CCSUsrMsg_HudMsg::clear_has_fade_out_time() {
  6409. _has_bits_[0] &= ~0x00000040u;
  6410. }
  6411. inline void CCSUsrMsg_HudMsg::clear_fade_out_time() {
  6412. fade_out_time_ = 0;
  6413. clear_has_fade_out_time();
  6414. }
  6415. inline float CCSUsrMsg_HudMsg::fade_out_time() const {
  6416. return fade_out_time_;
  6417. }
  6418. inline void CCSUsrMsg_HudMsg::set_fade_out_time(float value) {
  6419. set_has_fade_out_time();
  6420. fade_out_time_ = value;
  6421. }
  6422. // optional float hold_time = 9;
  6423. inline bool CCSUsrMsg_HudMsg::has_hold_time() const {
  6424. return (_has_bits_[0] & 0x00000080u) != 0;
  6425. }
  6426. inline void CCSUsrMsg_HudMsg::set_has_hold_time() {
  6427. _has_bits_[0] |= 0x00000080u;
  6428. }
  6429. inline void CCSUsrMsg_HudMsg::clear_has_hold_time() {
  6430. _has_bits_[0] &= ~0x00000080u;
  6431. }
  6432. inline void CCSUsrMsg_HudMsg::clear_hold_time() {
  6433. hold_time_ = 0;
  6434. clear_has_hold_time();
  6435. }
  6436. inline float CCSUsrMsg_HudMsg::hold_time() const {
  6437. return hold_time_;
  6438. }
  6439. inline void CCSUsrMsg_HudMsg::set_hold_time(float value) {
  6440. set_has_hold_time();
  6441. hold_time_ = value;
  6442. }
  6443. // optional float fx_time = 10;
  6444. inline bool CCSUsrMsg_HudMsg::has_fx_time() const {
  6445. return (_has_bits_[0] & 0x00000100u) != 0;
  6446. }
  6447. inline void CCSUsrMsg_HudMsg::set_has_fx_time() {
  6448. _has_bits_[0] |= 0x00000100u;
  6449. }
  6450. inline void CCSUsrMsg_HudMsg::clear_has_fx_time() {
  6451. _has_bits_[0] &= ~0x00000100u;
  6452. }
  6453. inline void CCSUsrMsg_HudMsg::clear_fx_time() {
  6454. fx_time_ = 0;
  6455. clear_has_fx_time();
  6456. }
  6457. inline float CCSUsrMsg_HudMsg::fx_time() const {
  6458. return fx_time_;
  6459. }
  6460. inline void CCSUsrMsg_HudMsg::set_fx_time(float value) {
  6461. set_has_fx_time();
  6462. fx_time_ = value;
  6463. }
  6464. // optional string text = 11;
  6465. inline bool CCSUsrMsg_HudMsg::has_text() const {
  6466. return (_has_bits_[0] & 0x00000200u) != 0;
  6467. }
  6468. inline void CCSUsrMsg_HudMsg::set_has_text() {
  6469. _has_bits_[0] |= 0x00000200u;
  6470. }
  6471. inline void CCSUsrMsg_HudMsg::clear_has_text() {
  6472. _has_bits_[0] &= ~0x00000200u;
  6473. }
  6474. inline void CCSUsrMsg_HudMsg::clear_text() {
  6475. if (text_ != &::google::protobuf::internal::kEmptyString) {
  6476. text_->clear();
  6477. }
  6478. clear_has_text();
  6479. }
  6480. inline const ::std::string& CCSUsrMsg_HudMsg::text() const {
  6481. return *text_;
  6482. }
  6483. inline void CCSUsrMsg_HudMsg::set_text(const ::std::string& value) {
  6484. set_has_text();
  6485. if (text_ == &::google::protobuf::internal::kEmptyString) {
  6486. text_ = new ::std::string;
  6487. }
  6488. text_->assign(value);
  6489. }
  6490. inline void CCSUsrMsg_HudMsg::set_text(const char* value) {
  6491. set_has_text();
  6492. if (text_ == &::google::protobuf::internal::kEmptyString) {
  6493. text_ = new ::std::string;
  6494. }
  6495. text_->assign(value);
  6496. }
  6497. inline void CCSUsrMsg_HudMsg::set_text(const char* value, size_t size) {
  6498. set_has_text();
  6499. if (text_ == &::google::protobuf::internal::kEmptyString) {
  6500. text_ = new ::std::string;
  6501. }
  6502. text_->assign(reinterpret_cast<const char*>(value), size);
  6503. }
  6504. inline ::std::string* CCSUsrMsg_HudMsg::mutable_text() {
  6505. set_has_text();
  6506. if (text_ == &::google::protobuf::internal::kEmptyString) {
  6507. text_ = new ::std::string;
  6508. }
  6509. return text_;
  6510. }
  6511. inline ::std::string* CCSUsrMsg_HudMsg::release_text() {
  6512. clear_has_text();
  6513. if (text_ == &::google::protobuf::internal::kEmptyString) {
  6514. return NULL;
  6515. } else {
  6516. ::std::string* temp = text_;
  6517. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6518. return temp;
  6519. }
  6520. }
  6521. inline void CCSUsrMsg_HudMsg::set_allocated_text(::std::string* text) {
  6522. if (text_ != &::google::protobuf::internal::kEmptyString) {
  6523. delete text_;
  6524. }
  6525. if (text) {
  6526. set_has_text();
  6527. text_ = text;
  6528. } else {
  6529. clear_has_text();
  6530. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6531. }
  6532. }
  6533. // -------------------------------------------------------------------
  6534. // CCSUsrMsg_Shake
  6535. // optional int32 command = 1;
  6536. inline bool CCSUsrMsg_Shake::has_command() const {
  6537. return (_has_bits_[0] & 0x00000001u) != 0;
  6538. }
  6539. inline void CCSUsrMsg_Shake::set_has_command() {
  6540. _has_bits_[0] |= 0x00000001u;
  6541. }
  6542. inline void CCSUsrMsg_Shake::clear_has_command() {
  6543. _has_bits_[0] &= ~0x00000001u;
  6544. }
  6545. inline void CCSUsrMsg_Shake::clear_command() {
  6546. command_ = 0;
  6547. clear_has_command();
  6548. }
  6549. inline ::google::protobuf::int32 CCSUsrMsg_Shake::command() const {
  6550. return command_;
  6551. }
  6552. inline void CCSUsrMsg_Shake::set_command(::google::protobuf::int32 value) {
  6553. set_has_command();
  6554. command_ = value;
  6555. }
  6556. // optional float local_amplitude = 2;
  6557. inline bool CCSUsrMsg_Shake::has_local_amplitude() const {
  6558. return (_has_bits_[0] & 0x00000002u) != 0;
  6559. }
  6560. inline void CCSUsrMsg_Shake::set_has_local_amplitude() {
  6561. _has_bits_[0] |= 0x00000002u;
  6562. }
  6563. inline void CCSUsrMsg_Shake::clear_has_local_amplitude() {
  6564. _has_bits_[0] &= ~0x00000002u;
  6565. }
  6566. inline void CCSUsrMsg_Shake::clear_local_amplitude() {
  6567. local_amplitude_ = 0;
  6568. clear_has_local_amplitude();
  6569. }
  6570. inline float CCSUsrMsg_Shake::local_amplitude() const {
  6571. return local_amplitude_;
  6572. }
  6573. inline void CCSUsrMsg_Shake::set_local_amplitude(float value) {
  6574. set_has_local_amplitude();
  6575. local_amplitude_ = value;
  6576. }
  6577. // optional float frequency = 3;
  6578. inline bool CCSUsrMsg_Shake::has_frequency() const {
  6579. return (_has_bits_[0] & 0x00000004u) != 0;
  6580. }
  6581. inline void CCSUsrMsg_Shake::set_has_frequency() {
  6582. _has_bits_[0] |= 0x00000004u;
  6583. }
  6584. inline void CCSUsrMsg_Shake::clear_has_frequency() {
  6585. _has_bits_[0] &= ~0x00000004u;
  6586. }
  6587. inline void CCSUsrMsg_Shake::clear_frequency() {
  6588. frequency_ = 0;
  6589. clear_has_frequency();
  6590. }
  6591. inline float CCSUsrMsg_Shake::frequency() const {
  6592. return frequency_;
  6593. }
  6594. inline void CCSUsrMsg_Shake::set_frequency(float value) {
  6595. set_has_frequency();
  6596. frequency_ = value;
  6597. }
  6598. // optional float duration = 4;
  6599. inline bool CCSUsrMsg_Shake::has_duration() const {
  6600. return (_has_bits_[0] & 0x00000008u) != 0;
  6601. }
  6602. inline void CCSUsrMsg_Shake::set_has_duration() {
  6603. _has_bits_[0] |= 0x00000008u;
  6604. }
  6605. inline void CCSUsrMsg_Shake::clear_has_duration() {
  6606. _has_bits_[0] &= ~0x00000008u;
  6607. }
  6608. inline void CCSUsrMsg_Shake::clear_duration() {
  6609. duration_ = 0;
  6610. clear_has_duration();
  6611. }
  6612. inline float CCSUsrMsg_Shake::duration() const {
  6613. return duration_;
  6614. }
  6615. inline void CCSUsrMsg_Shake::set_duration(float value) {
  6616. set_has_duration();
  6617. duration_ = value;
  6618. }
  6619. // -------------------------------------------------------------------
  6620. // CCSUsrMsg_Fade
  6621. // optional int32 duration = 1;
  6622. inline bool CCSUsrMsg_Fade::has_duration() const {
  6623. return (_has_bits_[0] & 0x00000001u) != 0;
  6624. }
  6625. inline void CCSUsrMsg_Fade::set_has_duration() {
  6626. _has_bits_[0] |= 0x00000001u;
  6627. }
  6628. inline void CCSUsrMsg_Fade::clear_has_duration() {
  6629. _has_bits_[0] &= ~0x00000001u;
  6630. }
  6631. inline void CCSUsrMsg_Fade::clear_duration() {
  6632. duration_ = 0;
  6633. clear_has_duration();
  6634. }
  6635. inline ::google::protobuf::int32 CCSUsrMsg_Fade::duration() const {
  6636. return duration_;
  6637. }
  6638. inline void CCSUsrMsg_Fade::set_duration(::google::protobuf::int32 value) {
  6639. set_has_duration();
  6640. duration_ = value;
  6641. }
  6642. // optional int32 hold_time = 2;
  6643. inline bool CCSUsrMsg_Fade::has_hold_time() const {
  6644. return (_has_bits_[0] & 0x00000002u) != 0;
  6645. }
  6646. inline void CCSUsrMsg_Fade::set_has_hold_time() {
  6647. _has_bits_[0] |= 0x00000002u;
  6648. }
  6649. inline void CCSUsrMsg_Fade::clear_has_hold_time() {
  6650. _has_bits_[0] &= ~0x00000002u;
  6651. }
  6652. inline void CCSUsrMsg_Fade::clear_hold_time() {
  6653. hold_time_ = 0;
  6654. clear_has_hold_time();
  6655. }
  6656. inline ::google::protobuf::int32 CCSUsrMsg_Fade::hold_time() const {
  6657. return hold_time_;
  6658. }
  6659. inline void CCSUsrMsg_Fade::set_hold_time(::google::protobuf::int32 value) {
  6660. set_has_hold_time();
  6661. hold_time_ = value;
  6662. }
  6663. // optional int32 flags = 3;
  6664. inline bool CCSUsrMsg_Fade::has_flags() const {
  6665. return (_has_bits_[0] & 0x00000004u) != 0;
  6666. }
  6667. inline void CCSUsrMsg_Fade::set_has_flags() {
  6668. _has_bits_[0] |= 0x00000004u;
  6669. }
  6670. inline void CCSUsrMsg_Fade::clear_has_flags() {
  6671. _has_bits_[0] &= ~0x00000004u;
  6672. }
  6673. inline void CCSUsrMsg_Fade::clear_flags() {
  6674. flags_ = 0;
  6675. clear_has_flags();
  6676. }
  6677. inline ::google::protobuf::int32 CCSUsrMsg_Fade::flags() const {
  6678. return flags_;
  6679. }
  6680. inline void CCSUsrMsg_Fade::set_flags(::google::protobuf::int32 value) {
  6681. set_has_flags();
  6682. flags_ = value;
  6683. }
  6684. // optional .CMsgRGBA clr = 4;
  6685. inline bool CCSUsrMsg_Fade::has_clr() const {
  6686. return (_has_bits_[0] & 0x00000008u) != 0;
  6687. }
  6688. inline void CCSUsrMsg_Fade::set_has_clr() {
  6689. _has_bits_[0] |= 0x00000008u;
  6690. }
  6691. inline void CCSUsrMsg_Fade::clear_has_clr() {
  6692. _has_bits_[0] &= ~0x00000008u;
  6693. }
  6694. inline void CCSUsrMsg_Fade::clear_clr() {
  6695. if (clr_ != NULL) clr_->::CMsgRGBA::Clear();
  6696. clear_has_clr();
  6697. }
  6698. inline const ::CMsgRGBA& CCSUsrMsg_Fade::clr() const {
  6699. return clr_ != NULL ? *clr_ : *default_instance_->clr_;
  6700. }
  6701. inline ::CMsgRGBA* CCSUsrMsg_Fade::mutable_clr() {
  6702. set_has_clr();
  6703. if (clr_ == NULL) clr_ = new ::CMsgRGBA;
  6704. return clr_;
  6705. }
  6706. inline ::CMsgRGBA* CCSUsrMsg_Fade::release_clr() {
  6707. clear_has_clr();
  6708. ::CMsgRGBA* temp = clr_;
  6709. clr_ = NULL;
  6710. return temp;
  6711. }
  6712. inline void CCSUsrMsg_Fade::set_allocated_clr(::CMsgRGBA* clr) {
  6713. delete clr_;
  6714. clr_ = clr;
  6715. if (clr) {
  6716. set_has_clr();
  6717. } else {
  6718. clear_has_clr();
  6719. }
  6720. }
  6721. // -------------------------------------------------------------------
  6722. // CCSUsrMsg_Rumble
  6723. // optional int32 index = 1;
  6724. inline bool CCSUsrMsg_Rumble::has_index() const {
  6725. return (_has_bits_[0] & 0x00000001u) != 0;
  6726. }
  6727. inline void CCSUsrMsg_Rumble::set_has_index() {
  6728. _has_bits_[0] |= 0x00000001u;
  6729. }
  6730. inline void CCSUsrMsg_Rumble::clear_has_index() {
  6731. _has_bits_[0] &= ~0x00000001u;
  6732. }
  6733. inline void CCSUsrMsg_Rumble::clear_index() {
  6734. index_ = 0;
  6735. clear_has_index();
  6736. }
  6737. inline ::google::protobuf::int32 CCSUsrMsg_Rumble::index() const {
  6738. return index_;
  6739. }
  6740. inline void CCSUsrMsg_Rumble::set_index(::google::protobuf::int32 value) {
  6741. set_has_index();
  6742. index_ = value;
  6743. }
  6744. // optional int32 data = 2;
  6745. inline bool CCSUsrMsg_Rumble::has_data() const {
  6746. return (_has_bits_[0] & 0x00000002u) != 0;
  6747. }
  6748. inline void CCSUsrMsg_Rumble::set_has_data() {
  6749. _has_bits_[0] |= 0x00000002u;
  6750. }
  6751. inline void CCSUsrMsg_Rumble::clear_has_data() {
  6752. _has_bits_[0] &= ~0x00000002u;
  6753. }
  6754. inline void CCSUsrMsg_Rumble::clear_data() {
  6755. data_ = 0;
  6756. clear_has_data();
  6757. }
  6758. inline ::google::protobuf::int32 CCSUsrMsg_Rumble::data() const {
  6759. return data_;
  6760. }
  6761. inline void CCSUsrMsg_Rumble::set_data(::google::protobuf::int32 value) {
  6762. set_has_data();
  6763. data_ = value;
  6764. }
  6765. // optional int32 flags = 3;
  6766. inline bool CCSUsrMsg_Rumble::has_flags() const {
  6767. return (_has_bits_[0] & 0x00000004u) != 0;
  6768. }
  6769. inline void CCSUsrMsg_Rumble::set_has_flags() {
  6770. _has_bits_[0] |= 0x00000004u;
  6771. }
  6772. inline void CCSUsrMsg_Rumble::clear_has_flags() {
  6773. _has_bits_[0] &= ~0x00000004u;
  6774. }
  6775. inline void CCSUsrMsg_Rumble::clear_flags() {
  6776. flags_ = 0;
  6777. clear_has_flags();
  6778. }
  6779. inline ::google::protobuf::int32 CCSUsrMsg_Rumble::flags() const {
  6780. return flags_;
  6781. }
  6782. inline void CCSUsrMsg_Rumble::set_flags(::google::protobuf::int32 value) {
  6783. set_has_flags();
  6784. flags_ = value;
  6785. }
  6786. // -------------------------------------------------------------------
  6787. // CCSUsrMsg_CloseCaption
  6788. // optional uint32 hash = 1;
  6789. inline bool CCSUsrMsg_CloseCaption::has_hash() const {
  6790. return (_has_bits_[0] & 0x00000001u) != 0;
  6791. }
  6792. inline void CCSUsrMsg_CloseCaption::set_has_hash() {
  6793. _has_bits_[0] |= 0x00000001u;
  6794. }
  6795. inline void CCSUsrMsg_CloseCaption::clear_has_hash() {
  6796. _has_bits_[0] &= ~0x00000001u;
  6797. }
  6798. inline void CCSUsrMsg_CloseCaption::clear_hash() {
  6799. hash_ = 0u;
  6800. clear_has_hash();
  6801. }
  6802. inline ::google::protobuf::uint32 CCSUsrMsg_CloseCaption::hash() const {
  6803. return hash_;
  6804. }
  6805. inline void CCSUsrMsg_CloseCaption::set_hash(::google::protobuf::uint32 value) {
  6806. set_has_hash();
  6807. hash_ = value;
  6808. }
  6809. // optional int32 duration = 2;
  6810. inline bool CCSUsrMsg_CloseCaption::has_duration() const {
  6811. return (_has_bits_[0] & 0x00000002u) != 0;
  6812. }
  6813. inline void CCSUsrMsg_CloseCaption::set_has_duration() {
  6814. _has_bits_[0] |= 0x00000002u;
  6815. }
  6816. inline void CCSUsrMsg_CloseCaption::clear_has_duration() {
  6817. _has_bits_[0] &= ~0x00000002u;
  6818. }
  6819. inline void CCSUsrMsg_CloseCaption::clear_duration() {
  6820. duration_ = 0;
  6821. clear_has_duration();
  6822. }
  6823. inline ::google::protobuf::int32 CCSUsrMsg_CloseCaption::duration() const {
  6824. return duration_;
  6825. }
  6826. inline void CCSUsrMsg_CloseCaption::set_duration(::google::protobuf::int32 value) {
  6827. set_has_duration();
  6828. duration_ = value;
  6829. }
  6830. // optional bool from_player = 3;
  6831. inline bool CCSUsrMsg_CloseCaption::has_from_player() const {
  6832. return (_has_bits_[0] & 0x00000004u) != 0;
  6833. }
  6834. inline void CCSUsrMsg_CloseCaption::set_has_from_player() {
  6835. _has_bits_[0] |= 0x00000004u;
  6836. }
  6837. inline void CCSUsrMsg_CloseCaption::clear_has_from_player() {
  6838. _has_bits_[0] &= ~0x00000004u;
  6839. }
  6840. inline void CCSUsrMsg_CloseCaption::clear_from_player() {
  6841. from_player_ = false;
  6842. clear_has_from_player();
  6843. }
  6844. inline bool CCSUsrMsg_CloseCaption::from_player() const {
  6845. return from_player_;
  6846. }
  6847. inline void CCSUsrMsg_CloseCaption::set_from_player(bool value) {
  6848. set_has_from_player();
  6849. from_player_ = value;
  6850. }
  6851. // -------------------------------------------------------------------
  6852. // CCSUsrMsg_CloseCaptionDirect
  6853. // optional uint32 hash = 1;
  6854. inline bool CCSUsrMsg_CloseCaptionDirect::has_hash() const {
  6855. return (_has_bits_[0] & 0x00000001u) != 0;
  6856. }
  6857. inline void CCSUsrMsg_CloseCaptionDirect::set_has_hash() {
  6858. _has_bits_[0] |= 0x00000001u;
  6859. }
  6860. inline void CCSUsrMsg_CloseCaptionDirect::clear_has_hash() {
  6861. _has_bits_[0] &= ~0x00000001u;
  6862. }
  6863. inline void CCSUsrMsg_CloseCaptionDirect::clear_hash() {
  6864. hash_ = 0u;
  6865. clear_has_hash();
  6866. }
  6867. inline ::google::protobuf::uint32 CCSUsrMsg_CloseCaptionDirect::hash() const {
  6868. return hash_;
  6869. }
  6870. inline void CCSUsrMsg_CloseCaptionDirect::set_hash(::google::protobuf::uint32 value) {
  6871. set_has_hash();
  6872. hash_ = value;
  6873. }
  6874. // optional int32 duration = 2;
  6875. inline bool CCSUsrMsg_CloseCaptionDirect::has_duration() const {
  6876. return (_has_bits_[0] & 0x00000002u) != 0;
  6877. }
  6878. inline void CCSUsrMsg_CloseCaptionDirect::set_has_duration() {
  6879. _has_bits_[0] |= 0x00000002u;
  6880. }
  6881. inline void CCSUsrMsg_CloseCaptionDirect::clear_has_duration() {
  6882. _has_bits_[0] &= ~0x00000002u;
  6883. }
  6884. inline void CCSUsrMsg_CloseCaptionDirect::clear_duration() {
  6885. duration_ = 0;
  6886. clear_has_duration();
  6887. }
  6888. inline ::google::protobuf::int32 CCSUsrMsg_CloseCaptionDirect::duration() const {
  6889. return duration_;
  6890. }
  6891. inline void CCSUsrMsg_CloseCaptionDirect::set_duration(::google::protobuf::int32 value) {
  6892. set_has_duration();
  6893. duration_ = value;
  6894. }
  6895. // optional bool from_player = 3;
  6896. inline bool CCSUsrMsg_CloseCaptionDirect::has_from_player() const {
  6897. return (_has_bits_[0] & 0x00000004u) != 0;
  6898. }
  6899. inline void CCSUsrMsg_CloseCaptionDirect::set_has_from_player() {
  6900. _has_bits_[0] |= 0x00000004u;
  6901. }
  6902. inline void CCSUsrMsg_CloseCaptionDirect::clear_has_from_player() {
  6903. _has_bits_[0] &= ~0x00000004u;
  6904. }
  6905. inline void CCSUsrMsg_CloseCaptionDirect::clear_from_player() {
  6906. from_player_ = false;
  6907. clear_has_from_player();
  6908. }
  6909. inline bool CCSUsrMsg_CloseCaptionDirect::from_player() const {
  6910. return from_player_;
  6911. }
  6912. inline void CCSUsrMsg_CloseCaptionDirect::set_from_player(bool value) {
  6913. set_has_from_player();
  6914. from_player_ = value;
  6915. }
  6916. // -------------------------------------------------------------------
  6917. // CCSUsrMsg_SendAudio
  6918. // optional string radio_sound = 1;
  6919. inline bool CCSUsrMsg_SendAudio::has_radio_sound() const {
  6920. return (_has_bits_[0] & 0x00000001u) != 0;
  6921. }
  6922. inline void CCSUsrMsg_SendAudio::set_has_radio_sound() {
  6923. _has_bits_[0] |= 0x00000001u;
  6924. }
  6925. inline void CCSUsrMsg_SendAudio::clear_has_radio_sound() {
  6926. _has_bits_[0] &= ~0x00000001u;
  6927. }
  6928. inline void CCSUsrMsg_SendAudio::clear_radio_sound() {
  6929. if (radio_sound_ != &::google::protobuf::internal::kEmptyString) {
  6930. radio_sound_->clear();
  6931. }
  6932. clear_has_radio_sound();
  6933. }
  6934. inline const ::std::string& CCSUsrMsg_SendAudio::radio_sound() const {
  6935. return *radio_sound_;
  6936. }
  6937. inline void CCSUsrMsg_SendAudio::set_radio_sound(const ::std::string& value) {
  6938. set_has_radio_sound();
  6939. if (radio_sound_ == &::google::protobuf::internal::kEmptyString) {
  6940. radio_sound_ = new ::std::string;
  6941. }
  6942. radio_sound_->assign(value);
  6943. }
  6944. inline void CCSUsrMsg_SendAudio::set_radio_sound(const char* value) {
  6945. set_has_radio_sound();
  6946. if (radio_sound_ == &::google::protobuf::internal::kEmptyString) {
  6947. radio_sound_ = new ::std::string;
  6948. }
  6949. radio_sound_->assign(value);
  6950. }
  6951. inline void CCSUsrMsg_SendAudio::set_radio_sound(const char* value, size_t size) {
  6952. set_has_radio_sound();
  6953. if (radio_sound_ == &::google::protobuf::internal::kEmptyString) {
  6954. radio_sound_ = new ::std::string;
  6955. }
  6956. radio_sound_->assign(reinterpret_cast<const char*>(value), size);
  6957. }
  6958. inline ::std::string* CCSUsrMsg_SendAudio::mutable_radio_sound() {
  6959. set_has_radio_sound();
  6960. if (radio_sound_ == &::google::protobuf::internal::kEmptyString) {
  6961. radio_sound_ = new ::std::string;
  6962. }
  6963. return radio_sound_;
  6964. }
  6965. inline ::std::string* CCSUsrMsg_SendAudio::release_radio_sound() {
  6966. clear_has_radio_sound();
  6967. if (radio_sound_ == &::google::protobuf::internal::kEmptyString) {
  6968. return NULL;
  6969. } else {
  6970. ::std::string* temp = radio_sound_;
  6971. radio_sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6972. return temp;
  6973. }
  6974. }
  6975. inline void CCSUsrMsg_SendAudio::set_allocated_radio_sound(::std::string* radio_sound) {
  6976. if (radio_sound_ != &::google::protobuf::internal::kEmptyString) {
  6977. delete radio_sound_;
  6978. }
  6979. if (radio_sound) {
  6980. set_has_radio_sound();
  6981. radio_sound_ = radio_sound;
  6982. } else {
  6983. clear_has_radio_sound();
  6984. radio_sound_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  6985. }
  6986. }
  6987. // -------------------------------------------------------------------
  6988. // CCSUsrMsg_RawAudio
  6989. // optional int32 pitch = 1;
  6990. inline bool CCSUsrMsg_RawAudio::has_pitch() const {
  6991. return (_has_bits_[0] & 0x00000001u) != 0;
  6992. }
  6993. inline void CCSUsrMsg_RawAudio::set_has_pitch() {
  6994. _has_bits_[0] |= 0x00000001u;
  6995. }
  6996. inline void CCSUsrMsg_RawAudio::clear_has_pitch() {
  6997. _has_bits_[0] &= ~0x00000001u;
  6998. }
  6999. inline void CCSUsrMsg_RawAudio::clear_pitch() {
  7000. pitch_ = 0;
  7001. clear_has_pitch();
  7002. }
  7003. inline ::google::protobuf::int32 CCSUsrMsg_RawAudio::pitch() const {
  7004. return pitch_;
  7005. }
  7006. inline void CCSUsrMsg_RawAudio::set_pitch(::google::protobuf::int32 value) {
  7007. set_has_pitch();
  7008. pitch_ = value;
  7009. }
  7010. // optional int32 entidx = 2;
  7011. inline bool CCSUsrMsg_RawAudio::has_entidx() const {
  7012. return (_has_bits_[0] & 0x00000002u) != 0;
  7013. }
  7014. inline void CCSUsrMsg_RawAudio::set_has_entidx() {
  7015. _has_bits_[0] |= 0x00000002u;
  7016. }
  7017. inline void CCSUsrMsg_RawAudio::clear_has_entidx() {
  7018. _has_bits_[0] &= ~0x00000002u;
  7019. }
  7020. inline void CCSUsrMsg_RawAudio::clear_entidx() {
  7021. entidx_ = 0;
  7022. clear_has_entidx();
  7023. }
  7024. inline ::google::protobuf::int32 CCSUsrMsg_RawAudio::entidx() const {
  7025. return entidx_;
  7026. }
  7027. inline void CCSUsrMsg_RawAudio::set_entidx(::google::protobuf::int32 value) {
  7028. set_has_entidx();
  7029. entidx_ = value;
  7030. }
  7031. // optional float duration = 3;
  7032. inline bool CCSUsrMsg_RawAudio::has_duration() const {
  7033. return (_has_bits_[0] & 0x00000004u) != 0;
  7034. }
  7035. inline void CCSUsrMsg_RawAudio::set_has_duration() {
  7036. _has_bits_[0] |= 0x00000004u;
  7037. }
  7038. inline void CCSUsrMsg_RawAudio::clear_has_duration() {
  7039. _has_bits_[0] &= ~0x00000004u;
  7040. }
  7041. inline void CCSUsrMsg_RawAudio::clear_duration() {
  7042. duration_ = 0;
  7043. clear_has_duration();
  7044. }
  7045. inline float CCSUsrMsg_RawAudio::duration() const {
  7046. return duration_;
  7047. }
  7048. inline void CCSUsrMsg_RawAudio::set_duration(float value) {
  7049. set_has_duration();
  7050. duration_ = value;
  7051. }
  7052. // optional string voice_filename = 4;
  7053. inline bool CCSUsrMsg_RawAudio::has_voice_filename() const {
  7054. return (_has_bits_[0] & 0x00000008u) != 0;
  7055. }
  7056. inline void CCSUsrMsg_RawAudio::set_has_voice_filename() {
  7057. _has_bits_[0] |= 0x00000008u;
  7058. }
  7059. inline void CCSUsrMsg_RawAudio::clear_has_voice_filename() {
  7060. _has_bits_[0] &= ~0x00000008u;
  7061. }
  7062. inline void CCSUsrMsg_RawAudio::clear_voice_filename() {
  7063. if (voice_filename_ != &::google::protobuf::internal::kEmptyString) {
  7064. voice_filename_->clear();
  7065. }
  7066. clear_has_voice_filename();
  7067. }
  7068. inline const ::std::string& CCSUsrMsg_RawAudio::voice_filename() const {
  7069. return *voice_filename_;
  7070. }
  7071. inline void CCSUsrMsg_RawAudio::set_voice_filename(const ::std::string& value) {
  7072. set_has_voice_filename();
  7073. if (voice_filename_ == &::google::protobuf::internal::kEmptyString) {
  7074. voice_filename_ = new ::std::string;
  7075. }
  7076. voice_filename_->assign(value);
  7077. }
  7078. inline void CCSUsrMsg_RawAudio::set_voice_filename(const char* value) {
  7079. set_has_voice_filename();
  7080. if (voice_filename_ == &::google::protobuf::internal::kEmptyString) {
  7081. voice_filename_ = new ::std::string;
  7082. }
  7083. voice_filename_->assign(value);
  7084. }
  7085. inline void CCSUsrMsg_RawAudio::set_voice_filename(const char* value, size_t size) {
  7086. set_has_voice_filename();
  7087. if (voice_filename_ == &::google::protobuf::internal::kEmptyString) {
  7088. voice_filename_ = new ::std::string;
  7089. }
  7090. voice_filename_->assign(reinterpret_cast<const char*>(value), size);
  7091. }
  7092. inline ::std::string* CCSUsrMsg_RawAudio::mutable_voice_filename() {
  7093. set_has_voice_filename();
  7094. if (voice_filename_ == &::google::protobuf::internal::kEmptyString) {
  7095. voice_filename_ = new ::std::string;
  7096. }
  7097. return voice_filename_;
  7098. }
  7099. inline ::std::string* CCSUsrMsg_RawAudio::release_voice_filename() {
  7100. clear_has_voice_filename();
  7101. if (voice_filename_ == &::google::protobuf::internal::kEmptyString) {
  7102. return NULL;
  7103. } else {
  7104. ::std::string* temp = voice_filename_;
  7105. voice_filename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7106. return temp;
  7107. }
  7108. }
  7109. inline void CCSUsrMsg_RawAudio::set_allocated_voice_filename(::std::string* voice_filename) {
  7110. if (voice_filename_ != &::google::protobuf::internal::kEmptyString) {
  7111. delete voice_filename_;
  7112. }
  7113. if (voice_filename) {
  7114. set_has_voice_filename();
  7115. voice_filename_ = voice_filename;
  7116. } else {
  7117. clear_has_voice_filename();
  7118. voice_filename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7119. }
  7120. }
  7121. // -------------------------------------------------------------------
  7122. // CCSUsrMsg_VoiceMask_PlayerMask
  7123. // optional int32 game_rules_mask = 1;
  7124. inline bool CCSUsrMsg_VoiceMask_PlayerMask::has_game_rules_mask() const {
  7125. return (_has_bits_[0] & 0x00000001u) != 0;
  7126. }
  7127. inline void CCSUsrMsg_VoiceMask_PlayerMask::set_has_game_rules_mask() {
  7128. _has_bits_[0] |= 0x00000001u;
  7129. }
  7130. inline void CCSUsrMsg_VoiceMask_PlayerMask::clear_has_game_rules_mask() {
  7131. _has_bits_[0] &= ~0x00000001u;
  7132. }
  7133. inline void CCSUsrMsg_VoiceMask_PlayerMask::clear_game_rules_mask() {
  7134. game_rules_mask_ = 0;
  7135. clear_has_game_rules_mask();
  7136. }
  7137. inline ::google::protobuf::int32 CCSUsrMsg_VoiceMask_PlayerMask::game_rules_mask() const {
  7138. return game_rules_mask_;
  7139. }
  7140. inline void CCSUsrMsg_VoiceMask_PlayerMask::set_game_rules_mask(::google::protobuf::int32 value) {
  7141. set_has_game_rules_mask();
  7142. game_rules_mask_ = value;
  7143. }
  7144. // optional int32 ban_masks = 2;
  7145. inline bool CCSUsrMsg_VoiceMask_PlayerMask::has_ban_masks() const {
  7146. return (_has_bits_[0] & 0x00000002u) != 0;
  7147. }
  7148. inline void CCSUsrMsg_VoiceMask_PlayerMask::set_has_ban_masks() {
  7149. _has_bits_[0] |= 0x00000002u;
  7150. }
  7151. inline void CCSUsrMsg_VoiceMask_PlayerMask::clear_has_ban_masks() {
  7152. _has_bits_[0] &= ~0x00000002u;
  7153. }
  7154. inline void CCSUsrMsg_VoiceMask_PlayerMask::clear_ban_masks() {
  7155. ban_masks_ = 0;
  7156. clear_has_ban_masks();
  7157. }
  7158. inline ::google::protobuf::int32 CCSUsrMsg_VoiceMask_PlayerMask::ban_masks() const {
  7159. return ban_masks_;
  7160. }
  7161. inline void CCSUsrMsg_VoiceMask_PlayerMask::set_ban_masks(::google::protobuf::int32 value) {
  7162. set_has_ban_masks();
  7163. ban_masks_ = value;
  7164. }
  7165. // -------------------------------------------------------------------
  7166. // CCSUsrMsg_VoiceMask
  7167. // repeated .CCSUsrMsg_VoiceMask.PlayerMask player_masks = 1;
  7168. inline int CCSUsrMsg_VoiceMask::player_masks_size() const {
  7169. return player_masks_.size();
  7170. }
  7171. inline void CCSUsrMsg_VoiceMask::clear_player_masks() {
  7172. player_masks_.Clear();
  7173. }
  7174. inline const ::CCSUsrMsg_VoiceMask_PlayerMask& CCSUsrMsg_VoiceMask::player_masks(int index) const {
  7175. return player_masks_.Get(index);
  7176. }
  7177. inline ::CCSUsrMsg_VoiceMask_PlayerMask* CCSUsrMsg_VoiceMask::mutable_player_masks(int index) {
  7178. return player_masks_.Mutable(index);
  7179. }
  7180. inline ::CCSUsrMsg_VoiceMask_PlayerMask* CCSUsrMsg_VoiceMask::add_player_masks() {
  7181. return player_masks_.Add();
  7182. }
  7183. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VoiceMask_PlayerMask >&
  7184. CCSUsrMsg_VoiceMask::player_masks() const {
  7185. return player_masks_;
  7186. }
  7187. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_VoiceMask_PlayerMask >*
  7188. CCSUsrMsg_VoiceMask::mutable_player_masks() {
  7189. return &player_masks_;
  7190. }
  7191. // optional bool player_mod_enable = 2;
  7192. inline bool CCSUsrMsg_VoiceMask::has_player_mod_enable() const {
  7193. return (_has_bits_[0] & 0x00000002u) != 0;
  7194. }
  7195. inline void CCSUsrMsg_VoiceMask::set_has_player_mod_enable() {
  7196. _has_bits_[0] |= 0x00000002u;
  7197. }
  7198. inline void CCSUsrMsg_VoiceMask::clear_has_player_mod_enable() {
  7199. _has_bits_[0] &= ~0x00000002u;
  7200. }
  7201. inline void CCSUsrMsg_VoiceMask::clear_player_mod_enable() {
  7202. player_mod_enable_ = false;
  7203. clear_has_player_mod_enable();
  7204. }
  7205. inline bool CCSUsrMsg_VoiceMask::player_mod_enable() const {
  7206. return player_mod_enable_;
  7207. }
  7208. inline void CCSUsrMsg_VoiceMask::set_player_mod_enable(bool value) {
  7209. set_has_player_mod_enable();
  7210. player_mod_enable_ = value;
  7211. }
  7212. // -------------------------------------------------------------------
  7213. // CCSUsrMsg_Damage
  7214. // optional int32 amount = 1;
  7215. inline bool CCSUsrMsg_Damage::has_amount() const {
  7216. return (_has_bits_[0] & 0x00000001u) != 0;
  7217. }
  7218. inline void CCSUsrMsg_Damage::set_has_amount() {
  7219. _has_bits_[0] |= 0x00000001u;
  7220. }
  7221. inline void CCSUsrMsg_Damage::clear_has_amount() {
  7222. _has_bits_[0] &= ~0x00000001u;
  7223. }
  7224. inline void CCSUsrMsg_Damage::clear_amount() {
  7225. amount_ = 0;
  7226. clear_has_amount();
  7227. }
  7228. inline ::google::protobuf::int32 CCSUsrMsg_Damage::amount() const {
  7229. return amount_;
  7230. }
  7231. inline void CCSUsrMsg_Damage::set_amount(::google::protobuf::int32 value) {
  7232. set_has_amount();
  7233. amount_ = value;
  7234. }
  7235. // optional .CMsgVector inflictor_world_pos = 2;
  7236. inline bool CCSUsrMsg_Damage::has_inflictor_world_pos() const {
  7237. return (_has_bits_[0] & 0x00000002u) != 0;
  7238. }
  7239. inline void CCSUsrMsg_Damage::set_has_inflictor_world_pos() {
  7240. _has_bits_[0] |= 0x00000002u;
  7241. }
  7242. inline void CCSUsrMsg_Damage::clear_has_inflictor_world_pos() {
  7243. _has_bits_[0] &= ~0x00000002u;
  7244. }
  7245. inline void CCSUsrMsg_Damage::clear_inflictor_world_pos() {
  7246. if (inflictor_world_pos_ != NULL) inflictor_world_pos_->::CMsgVector::Clear();
  7247. clear_has_inflictor_world_pos();
  7248. }
  7249. inline const ::CMsgVector& CCSUsrMsg_Damage::inflictor_world_pos() const {
  7250. return inflictor_world_pos_ != NULL ? *inflictor_world_pos_ : *default_instance_->inflictor_world_pos_;
  7251. }
  7252. inline ::CMsgVector* CCSUsrMsg_Damage::mutable_inflictor_world_pos() {
  7253. set_has_inflictor_world_pos();
  7254. if (inflictor_world_pos_ == NULL) inflictor_world_pos_ = new ::CMsgVector;
  7255. return inflictor_world_pos_;
  7256. }
  7257. inline ::CMsgVector* CCSUsrMsg_Damage::release_inflictor_world_pos() {
  7258. clear_has_inflictor_world_pos();
  7259. ::CMsgVector* temp = inflictor_world_pos_;
  7260. inflictor_world_pos_ = NULL;
  7261. return temp;
  7262. }
  7263. inline void CCSUsrMsg_Damage::set_allocated_inflictor_world_pos(::CMsgVector* inflictor_world_pos) {
  7264. delete inflictor_world_pos_;
  7265. inflictor_world_pos_ = inflictor_world_pos;
  7266. if (inflictor_world_pos) {
  7267. set_has_inflictor_world_pos();
  7268. } else {
  7269. clear_has_inflictor_world_pos();
  7270. }
  7271. }
  7272. // optional int32 victim_entindex = 3;
  7273. inline bool CCSUsrMsg_Damage::has_victim_entindex() const {
  7274. return (_has_bits_[0] & 0x00000004u) != 0;
  7275. }
  7276. inline void CCSUsrMsg_Damage::set_has_victim_entindex() {
  7277. _has_bits_[0] |= 0x00000004u;
  7278. }
  7279. inline void CCSUsrMsg_Damage::clear_has_victim_entindex() {
  7280. _has_bits_[0] &= ~0x00000004u;
  7281. }
  7282. inline void CCSUsrMsg_Damage::clear_victim_entindex() {
  7283. victim_entindex_ = 0;
  7284. clear_has_victim_entindex();
  7285. }
  7286. inline ::google::protobuf::int32 CCSUsrMsg_Damage::victim_entindex() const {
  7287. return victim_entindex_;
  7288. }
  7289. inline void CCSUsrMsg_Damage::set_victim_entindex(::google::protobuf::int32 value) {
  7290. set_has_victim_entindex();
  7291. victim_entindex_ = value;
  7292. }
  7293. // -------------------------------------------------------------------
  7294. // CCSUsrMsg_RadioText
  7295. // optional int32 msg_dst = 1;
  7296. inline bool CCSUsrMsg_RadioText::has_msg_dst() const {
  7297. return (_has_bits_[0] & 0x00000001u) != 0;
  7298. }
  7299. inline void CCSUsrMsg_RadioText::set_has_msg_dst() {
  7300. _has_bits_[0] |= 0x00000001u;
  7301. }
  7302. inline void CCSUsrMsg_RadioText::clear_has_msg_dst() {
  7303. _has_bits_[0] &= ~0x00000001u;
  7304. }
  7305. inline void CCSUsrMsg_RadioText::clear_msg_dst() {
  7306. msg_dst_ = 0;
  7307. clear_has_msg_dst();
  7308. }
  7309. inline ::google::protobuf::int32 CCSUsrMsg_RadioText::msg_dst() const {
  7310. return msg_dst_;
  7311. }
  7312. inline void CCSUsrMsg_RadioText::set_msg_dst(::google::protobuf::int32 value) {
  7313. set_has_msg_dst();
  7314. msg_dst_ = value;
  7315. }
  7316. // optional int32 client = 2;
  7317. inline bool CCSUsrMsg_RadioText::has_client() const {
  7318. return (_has_bits_[0] & 0x00000002u) != 0;
  7319. }
  7320. inline void CCSUsrMsg_RadioText::set_has_client() {
  7321. _has_bits_[0] |= 0x00000002u;
  7322. }
  7323. inline void CCSUsrMsg_RadioText::clear_has_client() {
  7324. _has_bits_[0] &= ~0x00000002u;
  7325. }
  7326. inline void CCSUsrMsg_RadioText::clear_client() {
  7327. client_ = 0;
  7328. clear_has_client();
  7329. }
  7330. inline ::google::protobuf::int32 CCSUsrMsg_RadioText::client() const {
  7331. return client_;
  7332. }
  7333. inline void CCSUsrMsg_RadioText::set_client(::google::protobuf::int32 value) {
  7334. set_has_client();
  7335. client_ = value;
  7336. }
  7337. // optional string msg_name = 3;
  7338. inline bool CCSUsrMsg_RadioText::has_msg_name() const {
  7339. return (_has_bits_[0] & 0x00000004u) != 0;
  7340. }
  7341. inline void CCSUsrMsg_RadioText::set_has_msg_name() {
  7342. _has_bits_[0] |= 0x00000004u;
  7343. }
  7344. inline void CCSUsrMsg_RadioText::clear_has_msg_name() {
  7345. _has_bits_[0] &= ~0x00000004u;
  7346. }
  7347. inline void CCSUsrMsg_RadioText::clear_msg_name() {
  7348. if (msg_name_ != &::google::protobuf::internal::kEmptyString) {
  7349. msg_name_->clear();
  7350. }
  7351. clear_has_msg_name();
  7352. }
  7353. inline const ::std::string& CCSUsrMsg_RadioText::msg_name() const {
  7354. return *msg_name_;
  7355. }
  7356. inline void CCSUsrMsg_RadioText::set_msg_name(const ::std::string& value) {
  7357. set_has_msg_name();
  7358. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  7359. msg_name_ = new ::std::string;
  7360. }
  7361. msg_name_->assign(value);
  7362. }
  7363. inline void CCSUsrMsg_RadioText::set_msg_name(const char* value) {
  7364. set_has_msg_name();
  7365. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  7366. msg_name_ = new ::std::string;
  7367. }
  7368. msg_name_->assign(value);
  7369. }
  7370. inline void CCSUsrMsg_RadioText::set_msg_name(const char* value, size_t size) {
  7371. set_has_msg_name();
  7372. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  7373. msg_name_ = new ::std::string;
  7374. }
  7375. msg_name_->assign(reinterpret_cast<const char*>(value), size);
  7376. }
  7377. inline ::std::string* CCSUsrMsg_RadioText::mutable_msg_name() {
  7378. set_has_msg_name();
  7379. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  7380. msg_name_ = new ::std::string;
  7381. }
  7382. return msg_name_;
  7383. }
  7384. inline ::std::string* CCSUsrMsg_RadioText::release_msg_name() {
  7385. clear_has_msg_name();
  7386. if (msg_name_ == &::google::protobuf::internal::kEmptyString) {
  7387. return NULL;
  7388. } else {
  7389. ::std::string* temp = msg_name_;
  7390. msg_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7391. return temp;
  7392. }
  7393. }
  7394. inline void CCSUsrMsg_RadioText::set_allocated_msg_name(::std::string* msg_name) {
  7395. if (msg_name_ != &::google::protobuf::internal::kEmptyString) {
  7396. delete msg_name_;
  7397. }
  7398. if (msg_name) {
  7399. set_has_msg_name();
  7400. msg_name_ = msg_name;
  7401. } else {
  7402. clear_has_msg_name();
  7403. msg_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7404. }
  7405. }
  7406. // repeated string params = 4;
  7407. inline int CCSUsrMsg_RadioText::params_size() const {
  7408. return params_.size();
  7409. }
  7410. inline void CCSUsrMsg_RadioText::clear_params() {
  7411. params_.Clear();
  7412. }
  7413. inline const ::std::string& CCSUsrMsg_RadioText::params(int index) const {
  7414. return params_.Get(index);
  7415. }
  7416. inline ::std::string* CCSUsrMsg_RadioText::mutable_params(int index) {
  7417. return params_.Mutable(index);
  7418. }
  7419. inline void CCSUsrMsg_RadioText::set_params(int index, const ::std::string& value) {
  7420. params_.Mutable(index)->assign(value);
  7421. }
  7422. inline void CCSUsrMsg_RadioText::set_params(int index, const char* value) {
  7423. params_.Mutable(index)->assign(value);
  7424. }
  7425. inline void CCSUsrMsg_RadioText::set_params(int index, const char* value, size_t size) {
  7426. params_.Mutable(index)->assign(
  7427. reinterpret_cast<const char*>(value), size);
  7428. }
  7429. inline ::std::string* CCSUsrMsg_RadioText::add_params() {
  7430. return params_.Add();
  7431. }
  7432. inline void CCSUsrMsg_RadioText::add_params(const ::std::string& value) {
  7433. params_.Add()->assign(value);
  7434. }
  7435. inline void CCSUsrMsg_RadioText::add_params(const char* value) {
  7436. params_.Add()->assign(value);
  7437. }
  7438. inline void CCSUsrMsg_RadioText::add_params(const char* value, size_t size) {
  7439. params_.Add()->assign(reinterpret_cast<const char*>(value), size);
  7440. }
  7441. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  7442. CCSUsrMsg_RadioText::params() const {
  7443. return params_;
  7444. }
  7445. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  7446. CCSUsrMsg_RadioText::mutable_params() {
  7447. return &params_;
  7448. }
  7449. // -------------------------------------------------------------------
  7450. // CCSUsrMsg_HintText
  7451. // optional string text = 1;
  7452. inline bool CCSUsrMsg_HintText::has_text() const {
  7453. return (_has_bits_[0] & 0x00000001u) != 0;
  7454. }
  7455. inline void CCSUsrMsg_HintText::set_has_text() {
  7456. _has_bits_[0] |= 0x00000001u;
  7457. }
  7458. inline void CCSUsrMsg_HintText::clear_has_text() {
  7459. _has_bits_[0] &= ~0x00000001u;
  7460. }
  7461. inline void CCSUsrMsg_HintText::clear_text() {
  7462. if (text_ != &::google::protobuf::internal::kEmptyString) {
  7463. text_->clear();
  7464. }
  7465. clear_has_text();
  7466. }
  7467. inline const ::std::string& CCSUsrMsg_HintText::text() const {
  7468. return *text_;
  7469. }
  7470. inline void CCSUsrMsg_HintText::set_text(const ::std::string& value) {
  7471. set_has_text();
  7472. if (text_ == &::google::protobuf::internal::kEmptyString) {
  7473. text_ = new ::std::string;
  7474. }
  7475. text_->assign(value);
  7476. }
  7477. inline void CCSUsrMsg_HintText::set_text(const char* value) {
  7478. set_has_text();
  7479. if (text_ == &::google::protobuf::internal::kEmptyString) {
  7480. text_ = new ::std::string;
  7481. }
  7482. text_->assign(value);
  7483. }
  7484. inline void CCSUsrMsg_HintText::set_text(const char* value, size_t size) {
  7485. set_has_text();
  7486. if (text_ == &::google::protobuf::internal::kEmptyString) {
  7487. text_ = new ::std::string;
  7488. }
  7489. text_->assign(reinterpret_cast<const char*>(value), size);
  7490. }
  7491. inline ::std::string* CCSUsrMsg_HintText::mutable_text() {
  7492. set_has_text();
  7493. if (text_ == &::google::protobuf::internal::kEmptyString) {
  7494. text_ = new ::std::string;
  7495. }
  7496. return text_;
  7497. }
  7498. inline ::std::string* CCSUsrMsg_HintText::release_text() {
  7499. clear_has_text();
  7500. if (text_ == &::google::protobuf::internal::kEmptyString) {
  7501. return NULL;
  7502. } else {
  7503. ::std::string* temp = text_;
  7504. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7505. return temp;
  7506. }
  7507. }
  7508. inline void CCSUsrMsg_HintText::set_allocated_text(::std::string* text) {
  7509. if (text_ != &::google::protobuf::internal::kEmptyString) {
  7510. delete text_;
  7511. }
  7512. if (text) {
  7513. set_has_text();
  7514. text_ = text;
  7515. } else {
  7516. clear_has_text();
  7517. text_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  7518. }
  7519. }
  7520. // -------------------------------------------------------------------
  7521. // CCSUsrMsg_KeyHintText
  7522. // repeated string hints = 1;
  7523. inline int CCSUsrMsg_KeyHintText::hints_size() const {
  7524. return hints_.size();
  7525. }
  7526. inline void CCSUsrMsg_KeyHintText::clear_hints() {
  7527. hints_.Clear();
  7528. }
  7529. inline const ::std::string& CCSUsrMsg_KeyHintText::hints(int index) const {
  7530. return hints_.Get(index);
  7531. }
  7532. inline ::std::string* CCSUsrMsg_KeyHintText::mutable_hints(int index) {
  7533. return hints_.Mutable(index);
  7534. }
  7535. inline void CCSUsrMsg_KeyHintText::set_hints(int index, const ::std::string& value) {
  7536. hints_.Mutable(index)->assign(value);
  7537. }
  7538. inline void CCSUsrMsg_KeyHintText::set_hints(int index, const char* value) {
  7539. hints_.Mutable(index)->assign(value);
  7540. }
  7541. inline void CCSUsrMsg_KeyHintText::set_hints(int index, const char* value, size_t size) {
  7542. hints_.Mutable(index)->assign(
  7543. reinterpret_cast<const char*>(value), size);
  7544. }
  7545. inline ::std::string* CCSUsrMsg_KeyHintText::add_hints() {
  7546. return hints_.Add();
  7547. }
  7548. inline void CCSUsrMsg_KeyHintText::add_hints(const ::std::string& value) {
  7549. hints_.Add()->assign(value);
  7550. }
  7551. inline void CCSUsrMsg_KeyHintText::add_hints(const char* value) {
  7552. hints_.Add()->assign(value);
  7553. }
  7554. inline void CCSUsrMsg_KeyHintText::add_hints(const char* value, size_t size) {
  7555. hints_.Add()->assign(reinterpret_cast<const char*>(value), size);
  7556. }
  7557. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  7558. CCSUsrMsg_KeyHintText::hints() const {
  7559. return hints_;
  7560. }
  7561. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  7562. CCSUsrMsg_KeyHintText::mutable_hints() {
  7563. return &hints_;
  7564. }
  7565. // -------------------------------------------------------------------
  7566. // CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate
  7567. // optional int32 entity_idx = 1;
  7568. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_entity_idx() const {
  7569. return (_has_bits_[0] & 0x00000001u) != 0;
  7570. }
  7571. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_entity_idx() {
  7572. _has_bits_[0] |= 0x00000001u;
  7573. }
  7574. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_entity_idx() {
  7575. _has_bits_[0] &= ~0x00000001u;
  7576. }
  7577. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_entity_idx() {
  7578. entity_idx_ = 0;
  7579. clear_has_entity_idx();
  7580. }
  7581. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::entity_idx() const {
  7582. return entity_idx_;
  7583. }
  7584. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_entity_idx(::google::protobuf::int32 value) {
  7585. set_has_entity_idx();
  7586. entity_idx_ = value;
  7587. }
  7588. // optional int32 class_id = 2;
  7589. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_class_id() const {
  7590. return (_has_bits_[0] & 0x00000002u) != 0;
  7591. }
  7592. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_class_id() {
  7593. _has_bits_[0] |= 0x00000002u;
  7594. }
  7595. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_class_id() {
  7596. _has_bits_[0] &= ~0x00000002u;
  7597. }
  7598. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_class_id() {
  7599. class_id_ = 0;
  7600. clear_has_class_id();
  7601. }
  7602. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::class_id() const {
  7603. return class_id_;
  7604. }
  7605. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_class_id(::google::protobuf::int32 value) {
  7606. set_has_class_id();
  7607. class_id_ = value;
  7608. }
  7609. // optional int32 origin_x = 3;
  7610. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_origin_x() const {
  7611. return (_has_bits_[0] & 0x00000004u) != 0;
  7612. }
  7613. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_origin_x() {
  7614. _has_bits_[0] |= 0x00000004u;
  7615. }
  7616. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_origin_x() {
  7617. _has_bits_[0] &= ~0x00000004u;
  7618. }
  7619. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_origin_x() {
  7620. origin_x_ = 0;
  7621. clear_has_origin_x();
  7622. }
  7623. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::origin_x() const {
  7624. return origin_x_;
  7625. }
  7626. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_origin_x(::google::protobuf::int32 value) {
  7627. set_has_origin_x();
  7628. origin_x_ = value;
  7629. }
  7630. // optional int32 origin_y = 4;
  7631. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_origin_y() const {
  7632. return (_has_bits_[0] & 0x00000008u) != 0;
  7633. }
  7634. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_origin_y() {
  7635. _has_bits_[0] |= 0x00000008u;
  7636. }
  7637. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_origin_y() {
  7638. _has_bits_[0] &= ~0x00000008u;
  7639. }
  7640. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_origin_y() {
  7641. origin_y_ = 0;
  7642. clear_has_origin_y();
  7643. }
  7644. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::origin_y() const {
  7645. return origin_y_;
  7646. }
  7647. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_origin_y(::google::protobuf::int32 value) {
  7648. set_has_origin_y();
  7649. origin_y_ = value;
  7650. }
  7651. // optional int32 origin_z = 5;
  7652. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_origin_z() const {
  7653. return (_has_bits_[0] & 0x00000010u) != 0;
  7654. }
  7655. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_origin_z() {
  7656. _has_bits_[0] |= 0x00000010u;
  7657. }
  7658. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_origin_z() {
  7659. _has_bits_[0] &= ~0x00000010u;
  7660. }
  7661. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_origin_z() {
  7662. origin_z_ = 0;
  7663. clear_has_origin_z();
  7664. }
  7665. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::origin_z() const {
  7666. return origin_z_;
  7667. }
  7668. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_origin_z(::google::protobuf::int32 value) {
  7669. set_has_origin_z();
  7670. origin_z_ = value;
  7671. }
  7672. // optional int32 angle_y = 6;
  7673. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_angle_y() const {
  7674. return (_has_bits_[0] & 0x00000020u) != 0;
  7675. }
  7676. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_angle_y() {
  7677. _has_bits_[0] |= 0x00000020u;
  7678. }
  7679. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_angle_y() {
  7680. _has_bits_[0] &= ~0x00000020u;
  7681. }
  7682. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_angle_y() {
  7683. angle_y_ = 0;
  7684. clear_has_angle_y();
  7685. }
  7686. inline ::google::protobuf::int32 CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::angle_y() const {
  7687. return angle_y_;
  7688. }
  7689. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_angle_y(::google::protobuf::int32 value) {
  7690. set_has_angle_y();
  7691. angle_y_ = value;
  7692. }
  7693. // optional bool defuser = 7;
  7694. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_defuser() const {
  7695. return (_has_bits_[0] & 0x00000040u) != 0;
  7696. }
  7697. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_defuser() {
  7698. _has_bits_[0] |= 0x00000040u;
  7699. }
  7700. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_defuser() {
  7701. _has_bits_[0] &= ~0x00000040u;
  7702. }
  7703. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_defuser() {
  7704. defuser_ = false;
  7705. clear_has_defuser();
  7706. }
  7707. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::defuser() const {
  7708. return defuser_;
  7709. }
  7710. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_defuser(bool value) {
  7711. set_has_defuser();
  7712. defuser_ = value;
  7713. }
  7714. // optional bool player_has_defuser = 8;
  7715. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_player_has_defuser() const {
  7716. return (_has_bits_[0] & 0x00000080u) != 0;
  7717. }
  7718. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_player_has_defuser() {
  7719. _has_bits_[0] |= 0x00000080u;
  7720. }
  7721. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_player_has_defuser() {
  7722. _has_bits_[0] &= ~0x00000080u;
  7723. }
  7724. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_player_has_defuser() {
  7725. player_has_defuser_ = false;
  7726. clear_has_player_has_defuser();
  7727. }
  7728. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::player_has_defuser() const {
  7729. return player_has_defuser_;
  7730. }
  7731. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_player_has_defuser(bool value) {
  7732. set_has_player_has_defuser();
  7733. player_has_defuser_ = value;
  7734. }
  7735. // optional bool player_has_c4 = 9;
  7736. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::has_player_has_c4() const {
  7737. return (_has_bits_[0] & 0x00000100u) != 0;
  7738. }
  7739. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_has_player_has_c4() {
  7740. _has_bits_[0] |= 0x00000100u;
  7741. }
  7742. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_has_player_has_c4() {
  7743. _has_bits_[0] &= ~0x00000100u;
  7744. }
  7745. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::clear_player_has_c4() {
  7746. player_has_c4_ = false;
  7747. clear_has_player_has_c4();
  7748. }
  7749. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::player_has_c4() const {
  7750. return player_has_c4_;
  7751. }
  7752. inline void CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate::set_player_has_c4(bool value) {
  7753. set_has_player_has_c4();
  7754. player_has_c4_ = value;
  7755. }
  7756. // -------------------------------------------------------------------
  7757. // CCSUsrMsg_ProcessSpottedEntityUpdate
  7758. // optional bool new_update = 1;
  7759. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate::has_new_update() const {
  7760. return (_has_bits_[0] & 0x00000001u) != 0;
  7761. }
  7762. inline void CCSUsrMsg_ProcessSpottedEntityUpdate::set_has_new_update() {
  7763. _has_bits_[0] |= 0x00000001u;
  7764. }
  7765. inline void CCSUsrMsg_ProcessSpottedEntityUpdate::clear_has_new_update() {
  7766. _has_bits_[0] &= ~0x00000001u;
  7767. }
  7768. inline void CCSUsrMsg_ProcessSpottedEntityUpdate::clear_new_update() {
  7769. new_update_ = false;
  7770. clear_has_new_update();
  7771. }
  7772. inline bool CCSUsrMsg_ProcessSpottedEntityUpdate::new_update() const {
  7773. return new_update_;
  7774. }
  7775. inline void CCSUsrMsg_ProcessSpottedEntityUpdate::set_new_update(bool value) {
  7776. set_has_new_update();
  7777. new_update_ = value;
  7778. }
  7779. // repeated .CCSUsrMsg_ProcessSpottedEntityUpdate.SpottedEntityUpdate entity_updates = 2;
  7780. inline int CCSUsrMsg_ProcessSpottedEntityUpdate::entity_updates_size() const {
  7781. return entity_updates_.size();
  7782. }
  7783. inline void CCSUsrMsg_ProcessSpottedEntityUpdate::clear_entity_updates() {
  7784. entity_updates_.Clear();
  7785. }
  7786. inline const ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate& CCSUsrMsg_ProcessSpottedEntityUpdate::entity_updates(int index) const {
  7787. return entity_updates_.Get(index);
  7788. }
  7789. inline ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* CCSUsrMsg_ProcessSpottedEntityUpdate::mutable_entity_updates(int index) {
  7790. return entity_updates_.Mutable(index);
  7791. }
  7792. inline ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate* CCSUsrMsg_ProcessSpottedEntityUpdate::add_entity_updates() {
  7793. return entity_updates_.Add();
  7794. }
  7795. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate >&
  7796. CCSUsrMsg_ProcessSpottedEntityUpdate::entity_updates() const {
  7797. return entity_updates_;
  7798. }
  7799. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate >*
  7800. CCSUsrMsg_ProcessSpottedEntityUpdate::mutable_entity_updates() {
  7801. return &entity_updates_;
  7802. }
  7803. // -------------------------------------------------------------------
  7804. // CCSUsrMsg_SendPlayerItemDrops
  7805. // repeated .CEconItemPreviewDataBlock entity_updates = 1;
  7806. inline int CCSUsrMsg_SendPlayerItemDrops::entity_updates_size() const {
  7807. return entity_updates_.size();
  7808. }
  7809. inline void CCSUsrMsg_SendPlayerItemDrops::clear_entity_updates() {
  7810. entity_updates_.Clear();
  7811. }
  7812. inline const ::CEconItemPreviewDataBlock& CCSUsrMsg_SendPlayerItemDrops::entity_updates(int index) const {
  7813. return entity_updates_.Get(index);
  7814. }
  7815. inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemDrops::mutable_entity_updates(int index) {
  7816. return entity_updates_.Mutable(index);
  7817. }
  7818. inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemDrops::add_entity_updates() {
  7819. return entity_updates_.Add();
  7820. }
  7821. inline const ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >&
  7822. CCSUsrMsg_SendPlayerItemDrops::entity_updates() const {
  7823. return entity_updates_;
  7824. }
  7825. inline ::google::protobuf::RepeatedPtrField< ::CEconItemPreviewDataBlock >*
  7826. CCSUsrMsg_SendPlayerItemDrops::mutable_entity_updates() {
  7827. return &entity_updates_;
  7828. }
  7829. // -------------------------------------------------------------------
  7830. // CCSUsrMsg_SendPlayerItemFound
  7831. // optional .CEconItemPreviewDataBlock iteminfo = 1;
  7832. inline bool CCSUsrMsg_SendPlayerItemFound::has_iteminfo() const {
  7833. return (_has_bits_[0] & 0x00000001u) != 0;
  7834. }
  7835. inline void CCSUsrMsg_SendPlayerItemFound::set_has_iteminfo() {
  7836. _has_bits_[0] |= 0x00000001u;
  7837. }
  7838. inline void CCSUsrMsg_SendPlayerItemFound::clear_has_iteminfo() {
  7839. _has_bits_[0] &= ~0x00000001u;
  7840. }
  7841. inline void CCSUsrMsg_SendPlayerItemFound::clear_iteminfo() {
  7842. if (iteminfo_ != NULL) iteminfo_->::CEconItemPreviewDataBlock::Clear();
  7843. clear_has_iteminfo();
  7844. }
  7845. inline const ::CEconItemPreviewDataBlock& CCSUsrMsg_SendPlayerItemFound::iteminfo() const {
  7846. return iteminfo_ != NULL ? *iteminfo_ : *default_instance_->iteminfo_;
  7847. }
  7848. inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemFound::mutable_iteminfo() {
  7849. set_has_iteminfo();
  7850. if (iteminfo_ == NULL) iteminfo_ = new ::CEconItemPreviewDataBlock;
  7851. return iteminfo_;
  7852. }
  7853. inline ::CEconItemPreviewDataBlock* CCSUsrMsg_SendPlayerItemFound::release_iteminfo() {
  7854. clear_has_iteminfo();
  7855. ::CEconItemPreviewDataBlock* temp = iteminfo_;
  7856. iteminfo_ = NULL;
  7857. return temp;
  7858. }
  7859. inline void CCSUsrMsg_SendPlayerItemFound::set_allocated_iteminfo(::CEconItemPreviewDataBlock* iteminfo) {
  7860. delete iteminfo_;
  7861. iteminfo_ = iteminfo;
  7862. if (iteminfo) {
  7863. set_has_iteminfo();
  7864. } else {
  7865. clear_has_iteminfo();
  7866. }
  7867. }
  7868. // optional int32 entindex = 2;
  7869. inline bool CCSUsrMsg_SendPlayerItemFound::has_entindex() const {
  7870. return (_has_bits_[0] & 0x00000002u) != 0;
  7871. }
  7872. inline void CCSUsrMsg_SendPlayerItemFound::set_has_entindex() {
  7873. _has_bits_[0] |= 0x00000002u;
  7874. }
  7875. inline void CCSUsrMsg_SendPlayerItemFound::clear_has_entindex() {
  7876. _has_bits_[0] &= ~0x00000002u;
  7877. }
  7878. inline void CCSUsrMsg_SendPlayerItemFound::clear_entindex() {
  7879. entindex_ = 0;
  7880. clear_has_entindex();
  7881. }
  7882. inline ::google::protobuf::int32 CCSUsrMsg_SendPlayerItemFound::entindex() const {
  7883. return entindex_;
  7884. }
  7885. inline void CCSUsrMsg_SendPlayerItemFound::set_entindex(::google::protobuf::int32 value) {
  7886. set_has_entindex();
  7887. entindex_ = value;
  7888. }
  7889. // -------------------------------------------------------------------
  7890. // CCSUsrMsg_ReloadEffect
  7891. // optional int32 entidx = 1;
  7892. inline bool CCSUsrMsg_ReloadEffect::has_entidx() const {
  7893. return (_has_bits_[0] & 0x00000001u) != 0;
  7894. }
  7895. inline void CCSUsrMsg_ReloadEffect::set_has_entidx() {
  7896. _has_bits_[0] |= 0x00000001u;
  7897. }
  7898. inline void CCSUsrMsg_ReloadEffect::clear_has_entidx() {
  7899. _has_bits_[0] &= ~0x00000001u;
  7900. }
  7901. inline void CCSUsrMsg_ReloadEffect::clear_entidx() {
  7902. entidx_ = 0;
  7903. clear_has_entidx();
  7904. }
  7905. inline ::google::protobuf::int32 CCSUsrMsg_ReloadEffect::entidx() const {
  7906. return entidx_;
  7907. }
  7908. inline void CCSUsrMsg_ReloadEffect::set_entidx(::google::protobuf::int32 value) {
  7909. set_has_entidx();
  7910. entidx_ = value;
  7911. }
  7912. // optional int32 actanim = 2;
  7913. inline bool CCSUsrMsg_ReloadEffect::has_actanim() const {
  7914. return (_has_bits_[0] & 0x00000002u) != 0;
  7915. }
  7916. inline void CCSUsrMsg_ReloadEffect::set_has_actanim() {
  7917. _has_bits_[0] |= 0x00000002u;
  7918. }
  7919. inline void CCSUsrMsg_ReloadEffect::clear_has_actanim() {
  7920. _has_bits_[0] &= ~0x00000002u;
  7921. }
  7922. inline void CCSUsrMsg_ReloadEffect::clear_actanim() {
  7923. actanim_ = 0;
  7924. clear_has_actanim();
  7925. }
  7926. inline ::google::protobuf::int32 CCSUsrMsg_ReloadEffect::actanim() const {
  7927. return actanim_;
  7928. }
  7929. inline void CCSUsrMsg_ReloadEffect::set_actanim(::google::protobuf::int32 value) {
  7930. set_has_actanim();
  7931. actanim_ = value;
  7932. }
  7933. // optional float origin_x = 3;
  7934. inline bool CCSUsrMsg_ReloadEffect::has_origin_x() const {
  7935. return (_has_bits_[0] & 0x00000004u) != 0;
  7936. }
  7937. inline void CCSUsrMsg_ReloadEffect::set_has_origin_x() {
  7938. _has_bits_[0] |= 0x00000004u;
  7939. }
  7940. inline void CCSUsrMsg_ReloadEffect::clear_has_origin_x() {
  7941. _has_bits_[0] &= ~0x00000004u;
  7942. }
  7943. inline void CCSUsrMsg_ReloadEffect::clear_origin_x() {
  7944. origin_x_ = 0;
  7945. clear_has_origin_x();
  7946. }
  7947. inline float CCSUsrMsg_ReloadEffect::origin_x() const {
  7948. return origin_x_;
  7949. }
  7950. inline void CCSUsrMsg_ReloadEffect::set_origin_x(float value) {
  7951. set_has_origin_x();
  7952. origin_x_ = value;
  7953. }
  7954. // optional float origin_y = 4;
  7955. inline bool CCSUsrMsg_ReloadEffect::has_origin_y() const {
  7956. return (_has_bits_[0] & 0x00000008u) != 0;
  7957. }
  7958. inline void CCSUsrMsg_ReloadEffect::set_has_origin_y() {
  7959. _has_bits_[0] |= 0x00000008u;
  7960. }
  7961. inline void CCSUsrMsg_ReloadEffect::clear_has_origin_y() {
  7962. _has_bits_[0] &= ~0x00000008u;
  7963. }
  7964. inline void CCSUsrMsg_ReloadEffect::clear_origin_y() {
  7965. origin_y_ = 0;
  7966. clear_has_origin_y();
  7967. }
  7968. inline float CCSUsrMsg_ReloadEffect::origin_y() const {
  7969. return origin_y_;
  7970. }
  7971. inline void CCSUsrMsg_ReloadEffect::set_origin_y(float value) {
  7972. set_has_origin_y();
  7973. origin_y_ = value;
  7974. }
  7975. // optional float origin_z = 5;
  7976. inline bool CCSUsrMsg_ReloadEffect::has_origin_z() const {
  7977. return (_has_bits_[0] & 0x00000010u) != 0;
  7978. }
  7979. inline void CCSUsrMsg_ReloadEffect::set_has_origin_z() {
  7980. _has_bits_[0] |= 0x00000010u;
  7981. }
  7982. inline void CCSUsrMsg_ReloadEffect::clear_has_origin_z() {
  7983. _has_bits_[0] &= ~0x00000010u;
  7984. }
  7985. inline void CCSUsrMsg_ReloadEffect::clear_origin_z() {
  7986. origin_z_ = 0;
  7987. clear_has_origin_z();
  7988. }
  7989. inline float CCSUsrMsg_ReloadEffect::origin_z() const {
  7990. return origin_z_;
  7991. }
  7992. inline void CCSUsrMsg_ReloadEffect::set_origin_z(float value) {
  7993. set_has_origin_z();
  7994. origin_z_ = value;
  7995. }
  7996. // -------------------------------------------------------------------
  7997. // CCSUsrMsg_AdjustMoney
  7998. // optional int32 amount = 1;
  7999. inline bool CCSUsrMsg_AdjustMoney::has_amount() const {
  8000. return (_has_bits_[0] & 0x00000001u) != 0;
  8001. }
  8002. inline void CCSUsrMsg_AdjustMoney::set_has_amount() {
  8003. _has_bits_[0] |= 0x00000001u;
  8004. }
  8005. inline void CCSUsrMsg_AdjustMoney::clear_has_amount() {
  8006. _has_bits_[0] &= ~0x00000001u;
  8007. }
  8008. inline void CCSUsrMsg_AdjustMoney::clear_amount() {
  8009. amount_ = 0;
  8010. clear_has_amount();
  8011. }
  8012. inline ::google::protobuf::int32 CCSUsrMsg_AdjustMoney::amount() const {
  8013. return amount_;
  8014. }
  8015. inline void CCSUsrMsg_AdjustMoney::set_amount(::google::protobuf::int32 value) {
  8016. set_has_amount();
  8017. amount_ = value;
  8018. }
  8019. // -------------------------------------------------------------------
  8020. // CCSUsrMsg_ReportHit
  8021. // optional float pos_x = 1;
  8022. inline bool CCSUsrMsg_ReportHit::has_pos_x() const {
  8023. return (_has_bits_[0] & 0x00000001u) != 0;
  8024. }
  8025. inline void CCSUsrMsg_ReportHit::set_has_pos_x() {
  8026. _has_bits_[0] |= 0x00000001u;
  8027. }
  8028. inline void CCSUsrMsg_ReportHit::clear_has_pos_x() {
  8029. _has_bits_[0] &= ~0x00000001u;
  8030. }
  8031. inline void CCSUsrMsg_ReportHit::clear_pos_x() {
  8032. pos_x_ = 0;
  8033. clear_has_pos_x();
  8034. }
  8035. inline float CCSUsrMsg_ReportHit::pos_x() const {
  8036. return pos_x_;
  8037. }
  8038. inline void CCSUsrMsg_ReportHit::set_pos_x(float value) {
  8039. set_has_pos_x();
  8040. pos_x_ = value;
  8041. }
  8042. // optional float pos_y = 2;
  8043. inline bool CCSUsrMsg_ReportHit::has_pos_y() const {
  8044. return (_has_bits_[0] & 0x00000002u) != 0;
  8045. }
  8046. inline void CCSUsrMsg_ReportHit::set_has_pos_y() {
  8047. _has_bits_[0] |= 0x00000002u;
  8048. }
  8049. inline void CCSUsrMsg_ReportHit::clear_has_pos_y() {
  8050. _has_bits_[0] &= ~0x00000002u;
  8051. }
  8052. inline void CCSUsrMsg_ReportHit::clear_pos_y() {
  8053. pos_y_ = 0;
  8054. clear_has_pos_y();
  8055. }
  8056. inline float CCSUsrMsg_ReportHit::pos_y() const {
  8057. return pos_y_;
  8058. }
  8059. inline void CCSUsrMsg_ReportHit::set_pos_y(float value) {
  8060. set_has_pos_y();
  8061. pos_y_ = value;
  8062. }
  8063. // optional float timestamp = 4;
  8064. inline bool CCSUsrMsg_ReportHit::has_timestamp() const {
  8065. return (_has_bits_[0] & 0x00000004u) != 0;
  8066. }
  8067. inline void CCSUsrMsg_ReportHit::set_has_timestamp() {
  8068. _has_bits_[0] |= 0x00000004u;
  8069. }
  8070. inline void CCSUsrMsg_ReportHit::clear_has_timestamp() {
  8071. _has_bits_[0] &= ~0x00000004u;
  8072. }
  8073. inline void CCSUsrMsg_ReportHit::clear_timestamp() {
  8074. timestamp_ = 0;
  8075. clear_has_timestamp();
  8076. }
  8077. inline float CCSUsrMsg_ReportHit::timestamp() const {
  8078. return timestamp_;
  8079. }
  8080. inline void CCSUsrMsg_ReportHit::set_timestamp(float value) {
  8081. set_has_timestamp();
  8082. timestamp_ = value;
  8083. }
  8084. // optional float pos_z = 3;
  8085. inline bool CCSUsrMsg_ReportHit::has_pos_z() const {
  8086. return (_has_bits_[0] & 0x00000008u) != 0;
  8087. }
  8088. inline void CCSUsrMsg_ReportHit::set_has_pos_z() {
  8089. _has_bits_[0] |= 0x00000008u;
  8090. }
  8091. inline void CCSUsrMsg_ReportHit::clear_has_pos_z() {
  8092. _has_bits_[0] &= ~0x00000008u;
  8093. }
  8094. inline void CCSUsrMsg_ReportHit::clear_pos_z() {
  8095. pos_z_ = 0;
  8096. clear_has_pos_z();
  8097. }
  8098. inline float CCSUsrMsg_ReportHit::pos_z() const {
  8099. return pos_z_;
  8100. }
  8101. inline void CCSUsrMsg_ReportHit::set_pos_z(float value) {
  8102. set_has_pos_z();
  8103. pos_z_ = value;
  8104. }
  8105. // -------------------------------------------------------------------
  8106. // CCSUsrMsg_KillCam
  8107. // optional int32 obs_mode = 1;
  8108. inline bool CCSUsrMsg_KillCam::has_obs_mode() const {
  8109. return (_has_bits_[0] & 0x00000001u) != 0;
  8110. }
  8111. inline void CCSUsrMsg_KillCam::set_has_obs_mode() {
  8112. _has_bits_[0] |= 0x00000001u;
  8113. }
  8114. inline void CCSUsrMsg_KillCam::clear_has_obs_mode() {
  8115. _has_bits_[0] &= ~0x00000001u;
  8116. }
  8117. inline void CCSUsrMsg_KillCam::clear_obs_mode() {
  8118. obs_mode_ = 0;
  8119. clear_has_obs_mode();
  8120. }
  8121. inline ::google::protobuf::int32 CCSUsrMsg_KillCam::obs_mode() const {
  8122. return obs_mode_;
  8123. }
  8124. inline void CCSUsrMsg_KillCam::set_obs_mode(::google::protobuf::int32 value) {
  8125. set_has_obs_mode();
  8126. obs_mode_ = value;
  8127. }
  8128. // optional int32 first_target = 2;
  8129. inline bool CCSUsrMsg_KillCam::has_first_target() const {
  8130. return (_has_bits_[0] & 0x00000002u) != 0;
  8131. }
  8132. inline void CCSUsrMsg_KillCam::set_has_first_target() {
  8133. _has_bits_[0] |= 0x00000002u;
  8134. }
  8135. inline void CCSUsrMsg_KillCam::clear_has_first_target() {
  8136. _has_bits_[0] &= ~0x00000002u;
  8137. }
  8138. inline void CCSUsrMsg_KillCam::clear_first_target() {
  8139. first_target_ = 0;
  8140. clear_has_first_target();
  8141. }
  8142. inline ::google::protobuf::int32 CCSUsrMsg_KillCam::first_target() const {
  8143. return first_target_;
  8144. }
  8145. inline void CCSUsrMsg_KillCam::set_first_target(::google::protobuf::int32 value) {
  8146. set_has_first_target();
  8147. first_target_ = value;
  8148. }
  8149. // optional int32 second_target = 3;
  8150. inline bool CCSUsrMsg_KillCam::has_second_target() const {
  8151. return (_has_bits_[0] & 0x00000004u) != 0;
  8152. }
  8153. inline void CCSUsrMsg_KillCam::set_has_second_target() {
  8154. _has_bits_[0] |= 0x00000004u;
  8155. }
  8156. inline void CCSUsrMsg_KillCam::clear_has_second_target() {
  8157. _has_bits_[0] &= ~0x00000004u;
  8158. }
  8159. inline void CCSUsrMsg_KillCam::clear_second_target() {
  8160. second_target_ = 0;
  8161. clear_has_second_target();
  8162. }
  8163. inline ::google::protobuf::int32 CCSUsrMsg_KillCam::second_target() const {
  8164. return second_target_;
  8165. }
  8166. inline void CCSUsrMsg_KillCam::set_second_target(::google::protobuf::int32 value) {
  8167. set_has_second_target();
  8168. second_target_ = value;
  8169. }
  8170. // -------------------------------------------------------------------
  8171. // CCSUsrMsg_DesiredTimescale
  8172. // optional float desired_timescale = 1;
  8173. inline bool CCSUsrMsg_DesiredTimescale::has_desired_timescale() const {
  8174. return (_has_bits_[0] & 0x00000001u) != 0;
  8175. }
  8176. inline void CCSUsrMsg_DesiredTimescale::set_has_desired_timescale() {
  8177. _has_bits_[0] |= 0x00000001u;
  8178. }
  8179. inline void CCSUsrMsg_DesiredTimescale::clear_has_desired_timescale() {
  8180. _has_bits_[0] &= ~0x00000001u;
  8181. }
  8182. inline void CCSUsrMsg_DesiredTimescale::clear_desired_timescale() {
  8183. desired_timescale_ = 0;
  8184. clear_has_desired_timescale();
  8185. }
  8186. inline float CCSUsrMsg_DesiredTimescale::desired_timescale() const {
  8187. return desired_timescale_;
  8188. }
  8189. inline void CCSUsrMsg_DesiredTimescale::set_desired_timescale(float value) {
  8190. set_has_desired_timescale();
  8191. desired_timescale_ = value;
  8192. }
  8193. // optional float duration_realtime_sec = 2;
  8194. inline bool CCSUsrMsg_DesiredTimescale::has_duration_realtime_sec() const {
  8195. return (_has_bits_[0] & 0x00000002u) != 0;
  8196. }
  8197. inline void CCSUsrMsg_DesiredTimescale::set_has_duration_realtime_sec() {
  8198. _has_bits_[0] |= 0x00000002u;
  8199. }
  8200. inline void CCSUsrMsg_DesiredTimescale::clear_has_duration_realtime_sec() {
  8201. _has_bits_[0] &= ~0x00000002u;
  8202. }
  8203. inline void CCSUsrMsg_DesiredTimescale::clear_duration_realtime_sec() {
  8204. duration_realtime_sec_ = 0;
  8205. clear_has_duration_realtime_sec();
  8206. }
  8207. inline float CCSUsrMsg_DesiredTimescale::duration_realtime_sec() const {
  8208. return duration_realtime_sec_;
  8209. }
  8210. inline void CCSUsrMsg_DesiredTimescale::set_duration_realtime_sec(float value) {
  8211. set_has_duration_realtime_sec();
  8212. duration_realtime_sec_ = value;
  8213. }
  8214. // optional int32 interpolator_type = 3;
  8215. inline bool CCSUsrMsg_DesiredTimescale::has_interpolator_type() const {
  8216. return (_has_bits_[0] & 0x00000004u) != 0;
  8217. }
  8218. inline void CCSUsrMsg_DesiredTimescale::set_has_interpolator_type() {
  8219. _has_bits_[0] |= 0x00000004u;
  8220. }
  8221. inline void CCSUsrMsg_DesiredTimescale::clear_has_interpolator_type() {
  8222. _has_bits_[0] &= ~0x00000004u;
  8223. }
  8224. inline void CCSUsrMsg_DesiredTimescale::clear_interpolator_type() {
  8225. interpolator_type_ = 0;
  8226. clear_has_interpolator_type();
  8227. }
  8228. inline ::google::protobuf::int32 CCSUsrMsg_DesiredTimescale::interpolator_type() const {
  8229. return interpolator_type_;
  8230. }
  8231. inline void CCSUsrMsg_DesiredTimescale::set_interpolator_type(::google::protobuf::int32 value) {
  8232. set_has_interpolator_type();
  8233. interpolator_type_ = value;
  8234. }
  8235. // optional float start_blend_time = 4;
  8236. inline bool CCSUsrMsg_DesiredTimescale::has_start_blend_time() const {
  8237. return (_has_bits_[0] & 0x00000008u) != 0;
  8238. }
  8239. inline void CCSUsrMsg_DesiredTimescale::set_has_start_blend_time() {
  8240. _has_bits_[0] |= 0x00000008u;
  8241. }
  8242. inline void CCSUsrMsg_DesiredTimescale::clear_has_start_blend_time() {
  8243. _has_bits_[0] &= ~0x00000008u;
  8244. }
  8245. inline void CCSUsrMsg_DesiredTimescale::clear_start_blend_time() {
  8246. start_blend_time_ = 0;
  8247. clear_has_start_blend_time();
  8248. }
  8249. inline float CCSUsrMsg_DesiredTimescale::start_blend_time() const {
  8250. return start_blend_time_;
  8251. }
  8252. inline void CCSUsrMsg_DesiredTimescale::set_start_blend_time(float value) {
  8253. set_has_start_blend_time();
  8254. start_blend_time_ = value;
  8255. }
  8256. // -------------------------------------------------------------------
  8257. // CCSUsrMsg_CurrentTimescale
  8258. // optional float cur_timescale = 1;
  8259. inline bool CCSUsrMsg_CurrentTimescale::has_cur_timescale() const {
  8260. return (_has_bits_[0] & 0x00000001u) != 0;
  8261. }
  8262. inline void CCSUsrMsg_CurrentTimescale::set_has_cur_timescale() {
  8263. _has_bits_[0] |= 0x00000001u;
  8264. }
  8265. inline void CCSUsrMsg_CurrentTimescale::clear_has_cur_timescale() {
  8266. _has_bits_[0] &= ~0x00000001u;
  8267. }
  8268. inline void CCSUsrMsg_CurrentTimescale::clear_cur_timescale() {
  8269. cur_timescale_ = 0;
  8270. clear_has_cur_timescale();
  8271. }
  8272. inline float CCSUsrMsg_CurrentTimescale::cur_timescale() const {
  8273. return cur_timescale_;
  8274. }
  8275. inline void CCSUsrMsg_CurrentTimescale::set_cur_timescale(float value) {
  8276. set_has_cur_timescale();
  8277. cur_timescale_ = value;
  8278. }
  8279. // -------------------------------------------------------------------
  8280. // CCSUsrMsg_AchievementEvent
  8281. // optional int32 achievement = 1;
  8282. inline bool CCSUsrMsg_AchievementEvent::has_achievement() const {
  8283. return (_has_bits_[0] & 0x00000001u) != 0;
  8284. }
  8285. inline void CCSUsrMsg_AchievementEvent::set_has_achievement() {
  8286. _has_bits_[0] |= 0x00000001u;
  8287. }
  8288. inline void CCSUsrMsg_AchievementEvent::clear_has_achievement() {
  8289. _has_bits_[0] &= ~0x00000001u;
  8290. }
  8291. inline void CCSUsrMsg_AchievementEvent::clear_achievement() {
  8292. achievement_ = 0;
  8293. clear_has_achievement();
  8294. }
  8295. inline ::google::protobuf::int32 CCSUsrMsg_AchievementEvent::achievement() const {
  8296. return achievement_;
  8297. }
  8298. inline void CCSUsrMsg_AchievementEvent::set_achievement(::google::protobuf::int32 value) {
  8299. set_has_achievement();
  8300. achievement_ = value;
  8301. }
  8302. // optional int32 count = 2;
  8303. inline bool CCSUsrMsg_AchievementEvent::has_count() const {
  8304. return (_has_bits_[0] & 0x00000002u) != 0;
  8305. }
  8306. inline void CCSUsrMsg_AchievementEvent::set_has_count() {
  8307. _has_bits_[0] |= 0x00000002u;
  8308. }
  8309. inline void CCSUsrMsg_AchievementEvent::clear_has_count() {
  8310. _has_bits_[0] &= ~0x00000002u;
  8311. }
  8312. inline void CCSUsrMsg_AchievementEvent::clear_count() {
  8313. count_ = 0;
  8314. clear_has_count();
  8315. }
  8316. inline ::google::protobuf::int32 CCSUsrMsg_AchievementEvent::count() const {
  8317. return count_;
  8318. }
  8319. inline void CCSUsrMsg_AchievementEvent::set_count(::google::protobuf::int32 value) {
  8320. set_has_count();
  8321. count_ = value;
  8322. }
  8323. // optional int32 user_id = 3;
  8324. inline bool CCSUsrMsg_AchievementEvent::has_user_id() const {
  8325. return (_has_bits_[0] & 0x00000004u) != 0;
  8326. }
  8327. inline void CCSUsrMsg_AchievementEvent::set_has_user_id() {
  8328. _has_bits_[0] |= 0x00000004u;
  8329. }
  8330. inline void CCSUsrMsg_AchievementEvent::clear_has_user_id() {
  8331. _has_bits_[0] &= ~0x00000004u;
  8332. }
  8333. inline void CCSUsrMsg_AchievementEvent::clear_user_id() {
  8334. user_id_ = 0;
  8335. clear_has_user_id();
  8336. }
  8337. inline ::google::protobuf::int32 CCSUsrMsg_AchievementEvent::user_id() const {
  8338. return user_id_;
  8339. }
  8340. inline void CCSUsrMsg_AchievementEvent::set_user_id(::google::protobuf::int32 value) {
  8341. set_has_user_id();
  8342. user_id_ = value;
  8343. }
  8344. // -------------------------------------------------------------------
  8345. // CCSUsrMsg_MatchEndConditions
  8346. // optional int32 fraglimit = 1;
  8347. inline bool CCSUsrMsg_MatchEndConditions::has_fraglimit() const {
  8348. return (_has_bits_[0] & 0x00000001u) != 0;
  8349. }
  8350. inline void CCSUsrMsg_MatchEndConditions::set_has_fraglimit() {
  8351. _has_bits_[0] |= 0x00000001u;
  8352. }
  8353. inline void CCSUsrMsg_MatchEndConditions::clear_has_fraglimit() {
  8354. _has_bits_[0] &= ~0x00000001u;
  8355. }
  8356. inline void CCSUsrMsg_MatchEndConditions::clear_fraglimit() {
  8357. fraglimit_ = 0;
  8358. clear_has_fraglimit();
  8359. }
  8360. inline ::google::protobuf::int32 CCSUsrMsg_MatchEndConditions::fraglimit() const {
  8361. return fraglimit_;
  8362. }
  8363. inline void CCSUsrMsg_MatchEndConditions::set_fraglimit(::google::protobuf::int32 value) {
  8364. set_has_fraglimit();
  8365. fraglimit_ = value;
  8366. }
  8367. // optional int32 mp_maxrounds = 2;
  8368. inline bool CCSUsrMsg_MatchEndConditions::has_mp_maxrounds() const {
  8369. return (_has_bits_[0] & 0x00000002u) != 0;
  8370. }
  8371. inline void CCSUsrMsg_MatchEndConditions::set_has_mp_maxrounds() {
  8372. _has_bits_[0] |= 0x00000002u;
  8373. }
  8374. inline void CCSUsrMsg_MatchEndConditions::clear_has_mp_maxrounds() {
  8375. _has_bits_[0] &= ~0x00000002u;
  8376. }
  8377. inline void CCSUsrMsg_MatchEndConditions::clear_mp_maxrounds() {
  8378. mp_maxrounds_ = 0;
  8379. clear_has_mp_maxrounds();
  8380. }
  8381. inline ::google::protobuf::int32 CCSUsrMsg_MatchEndConditions::mp_maxrounds() const {
  8382. return mp_maxrounds_;
  8383. }
  8384. inline void CCSUsrMsg_MatchEndConditions::set_mp_maxrounds(::google::protobuf::int32 value) {
  8385. set_has_mp_maxrounds();
  8386. mp_maxrounds_ = value;
  8387. }
  8388. // optional int32 mp_winlimit = 3;
  8389. inline bool CCSUsrMsg_MatchEndConditions::has_mp_winlimit() const {
  8390. return (_has_bits_[0] & 0x00000004u) != 0;
  8391. }
  8392. inline void CCSUsrMsg_MatchEndConditions::set_has_mp_winlimit() {
  8393. _has_bits_[0] |= 0x00000004u;
  8394. }
  8395. inline void CCSUsrMsg_MatchEndConditions::clear_has_mp_winlimit() {
  8396. _has_bits_[0] &= ~0x00000004u;
  8397. }
  8398. inline void CCSUsrMsg_MatchEndConditions::clear_mp_winlimit() {
  8399. mp_winlimit_ = 0;
  8400. clear_has_mp_winlimit();
  8401. }
  8402. inline ::google::protobuf::int32 CCSUsrMsg_MatchEndConditions::mp_winlimit() const {
  8403. return mp_winlimit_;
  8404. }
  8405. inline void CCSUsrMsg_MatchEndConditions::set_mp_winlimit(::google::protobuf::int32 value) {
  8406. set_has_mp_winlimit();
  8407. mp_winlimit_ = value;
  8408. }
  8409. // optional int32 mp_timelimit = 4;
  8410. inline bool CCSUsrMsg_MatchEndConditions::has_mp_timelimit() const {
  8411. return (_has_bits_[0] & 0x00000008u) != 0;
  8412. }
  8413. inline void CCSUsrMsg_MatchEndConditions::set_has_mp_timelimit() {
  8414. _has_bits_[0] |= 0x00000008u;
  8415. }
  8416. inline void CCSUsrMsg_MatchEndConditions::clear_has_mp_timelimit() {
  8417. _has_bits_[0] &= ~0x00000008u;
  8418. }
  8419. inline void CCSUsrMsg_MatchEndConditions::clear_mp_timelimit() {
  8420. mp_timelimit_ = 0;
  8421. clear_has_mp_timelimit();
  8422. }
  8423. inline ::google::protobuf::int32 CCSUsrMsg_MatchEndConditions::mp_timelimit() const {
  8424. return mp_timelimit_;
  8425. }
  8426. inline void CCSUsrMsg_MatchEndConditions::set_mp_timelimit(::google::protobuf::int32 value) {
  8427. set_has_mp_timelimit();
  8428. mp_timelimit_ = value;
  8429. }
  8430. // -------------------------------------------------------------------
  8431. // CCSUsrMsg_PlayerStatsUpdate_Stat
  8432. // optional int32 idx = 1;
  8433. inline bool CCSUsrMsg_PlayerStatsUpdate_Stat::has_idx() const {
  8434. return (_has_bits_[0] & 0x00000001u) != 0;
  8435. }
  8436. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::set_has_idx() {
  8437. _has_bits_[0] |= 0x00000001u;
  8438. }
  8439. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::clear_has_idx() {
  8440. _has_bits_[0] &= ~0x00000001u;
  8441. }
  8442. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::clear_idx() {
  8443. idx_ = 0;
  8444. clear_has_idx();
  8445. }
  8446. inline ::google::protobuf::int32 CCSUsrMsg_PlayerStatsUpdate_Stat::idx() const {
  8447. return idx_;
  8448. }
  8449. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::set_idx(::google::protobuf::int32 value) {
  8450. set_has_idx();
  8451. idx_ = value;
  8452. }
  8453. // optional int32 delta = 2;
  8454. inline bool CCSUsrMsg_PlayerStatsUpdate_Stat::has_delta() const {
  8455. return (_has_bits_[0] & 0x00000002u) != 0;
  8456. }
  8457. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::set_has_delta() {
  8458. _has_bits_[0] |= 0x00000002u;
  8459. }
  8460. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::clear_has_delta() {
  8461. _has_bits_[0] &= ~0x00000002u;
  8462. }
  8463. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::clear_delta() {
  8464. delta_ = 0;
  8465. clear_has_delta();
  8466. }
  8467. inline ::google::protobuf::int32 CCSUsrMsg_PlayerStatsUpdate_Stat::delta() const {
  8468. return delta_;
  8469. }
  8470. inline void CCSUsrMsg_PlayerStatsUpdate_Stat::set_delta(::google::protobuf::int32 value) {
  8471. set_has_delta();
  8472. delta_ = value;
  8473. }
  8474. // -------------------------------------------------------------------
  8475. // CCSUsrMsg_PlayerStatsUpdate
  8476. // optional int32 version = 1;
  8477. inline bool CCSUsrMsg_PlayerStatsUpdate::has_version() const {
  8478. return (_has_bits_[0] & 0x00000001u) != 0;
  8479. }
  8480. inline void CCSUsrMsg_PlayerStatsUpdate::set_has_version() {
  8481. _has_bits_[0] |= 0x00000001u;
  8482. }
  8483. inline void CCSUsrMsg_PlayerStatsUpdate::clear_has_version() {
  8484. _has_bits_[0] &= ~0x00000001u;
  8485. }
  8486. inline void CCSUsrMsg_PlayerStatsUpdate::clear_version() {
  8487. version_ = 0;
  8488. clear_has_version();
  8489. }
  8490. inline ::google::protobuf::int32 CCSUsrMsg_PlayerStatsUpdate::version() const {
  8491. return version_;
  8492. }
  8493. inline void CCSUsrMsg_PlayerStatsUpdate::set_version(::google::protobuf::int32 value) {
  8494. set_has_version();
  8495. version_ = value;
  8496. }
  8497. // repeated .CCSUsrMsg_PlayerStatsUpdate.Stat stats = 4;
  8498. inline int CCSUsrMsg_PlayerStatsUpdate::stats_size() const {
  8499. return stats_.size();
  8500. }
  8501. inline void CCSUsrMsg_PlayerStatsUpdate::clear_stats() {
  8502. stats_.Clear();
  8503. }
  8504. inline const ::CCSUsrMsg_PlayerStatsUpdate_Stat& CCSUsrMsg_PlayerStatsUpdate::stats(int index) const {
  8505. return stats_.Get(index);
  8506. }
  8507. inline ::CCSUsrMsg_PlayerStatsUpdate_Stat* CCSUsrMsg_PlayerStatsUpdate::mutable_stats(int index) {
  8508. return stats_.Mutable(index);
  8509. }
  8510. inline ::CCSUsrMsg_PlayerStatsUpdate_Stat* CCSUsrMsg_PlayerStatsUpdate::add_stats() {
  8511. return stats_.Add();
  8512. }
  8513. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_PlayerStatsUpdate_Stat >&
  8514. CCSUsrMsg_PlayerStatsUpdate::stats() const {
  8515. return stats_;
  8516. }
  8517. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_PlayerStatsUpdate_Stat >*
  8518. CCSUsrMsg_PlayerStatsUpdate::mutable_stats() {
  8519. return &stats_;
  8520. }
  8521. // optional int32 user_id = 5;
  8522. inline bool CCSUsrMsg_PlayerStatsUpdate::has_user_id() const {
  8523. return (_has_bits_[0] & 0x00000004u) != 0;
  8524. }
  8525. inline void CCSUsrMsg_PlayerStatsUpdate::set_has_user_id() {
  8526. _has_bits_[0] |= 0x00000004u;
  8527. }
  8528. inline void CCSUsrMsg_PlayerStatsUpdate::clear_has_user_id() {
  8529. _has_bits_[0] &= ~0x00000004u;
  8530. }
  8531. inline void CCSUsrMsg_PlayerStatsUpdate::clear_user_id() {
  8532. user_id_ = 0;
  8533. clear_has_user_id();
  8534. }
  8535. inline ::google::protobuf::int32 CCSUsrMsg_PlayerStatsUpdate::user_id() const {
  8536. return user_id_;
  8537. }
  8538. inline void CCSUsrMsg_PlayerStatsUpdate::set_user_id(::google::protobuf::int32 value) {
  8539. set_has_user_id();
  8540. user_id_ = value;
  8541. }
  8542. // optional int32 crc = 6;
  8543. inline bool CCSUsrMsg_PlayerStatsUpdate::has_crc() const {
  8544. return (_has_bits_[0] & 0x00000008u) != 0;
  8545. }
  8546. inline void CCSUsrMsg_PlayerStatsUpdate::set_has_crc() {
  8547. _has_bits_[0] |= 0x00000008u;
  8548. }
  8549. inline void CCSUsrMsg_PlayerStatsUpdate::clear_has_crc() {
  8550. _has_bits_[0] &= ~0x00000008u;
  8551. }
  8552. inline void CCSUsrMsg_PlayerStatsUpdate::clear_crc() {
  8553. crc_ = 0;
  8554. clear_has_crc();
  8555. }
  8556. inline ::google::protobuf::int32 CCSUsrMsg_PlayerStatsUpdate::crc() const {
  8557. return crc_;
  8558. }
  8559. inline void CCSUsrMsg_PlayerStatsUpdate::set_crc(::google::protobuf::int32 value) {
  8560. set_has_crc();
  8561. crc_ = value;
  8562. }
  8563. // -------------------------------------------------------------------
  8564. // CCSUsrMsg_DisplayInventory
  8565. // optional bool display = 1;
  8566. inline bool CCSUsrMsg_DisplayInventory::has_display() const {
  8567. return (_has_bits_[0] & 0x00000001u) != 0;
  8568. }
  8569. inline void CCSUsrMsg_DisplayInventory::set_has_display() {
  8570. _has_bits_[0] |= 0x00000001u;
  8571. }
  8572. inline void CCSUsrMsg_DisplayInventory::clear_has_display() {
  8573. _has_bits_[0] &= ~0x00000001u;
  8574. }
  8575. inline void CCSUsrMsg_DisplayInventory::clear_display() {
  8576. display_ = false;
  8577. clear_has_display();
  8578. }
  8579. inline bool CCSUsrMsg_DisplayInventory::display() const {
  8580. return display_;
  8581. }
  8582. inline void CCSUsrMsg_DisplayInventory::set_display(bool value) {
  8583. set_has_display();
  8584. display_ = value;
  8585. }
  8586. // optional int32 user_id = 2;
  8587. inline bool CCSUsrMsg_DisplayInventory::has_user_id() const {
  8588. return (_has_bits_[0] & 0x00000002u) != 0;
  8589. }
  8590. inline void CCSUsrMsg_DisplayInventory::set_has_user_id() {
  8591. _has_bits_[0] |= 0x00000002u;
  8592. }
  8593. inline void CCSUsrMsg_DisplayInventory::clear_has_user_id() {
  8594. _has_bits_[0] &= ~0x00000002u;
  8595. }
  8596. inline void CCSUsrMsg_DisplayInventory::clear_user_id() {
  8597. user_id_ = 0;
  8598. clear_has_user_id();
  8599. }
  8600. inline ::google::protobuf::int32 CCSUsrMsg_DisplayInventory::user_id() const {
  8601. return user_id_;
  8602. }
  8603. inline void CCSUsrMsg_DisplayInventory::set_user_id(::google::protobuf::int32 value) {
  8604. set_has_user_id();
  8605. user_id_ = value;
  8606. }
  8607. // -------------------------------------------------------------------
  8608. // CCSUsrMsg_QuestProgress
  8609. // optional uint32 quest_id = 1;
  8610. inline bool CCSUsrMsg_QuestProgress::has_quest_id() const {
  8611. return (_has_bits_[0] & 0x00000001u) != 0;
  8612. }
  8613. inline void CCSUsrMsg_QuestProgress::set_has_quest_id() {
  8614. _has_bits_[0] |= 0x00000001u;
  8615. }
  8616. inline void CCSUsrMsg_QuestProgress::clear_has_quest_id() {
  8617. _has_bits_[0] &= ~0x00000001u;
  8618. }
  8619. inline void CCSUsrMsg_QuestProgress::clear_quest_id() {
  8620. quest_id_ = 0u;
  8621. clear_has_quest_id();
  8622. }
  8623. inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::quest_id() const {
  8624. return quest_id_;
  8625. }
  8626. inline void CCSUsrMsg_QuestProgress::set_quest_id(::google::protobuf::uint32 value) {
  8627. set_has_quest_id();
  8628. quest_id_ = value;
  8629. }
  8630. // optional uint32 normal_points = 2;
  8631. inline bool CCSUsrMsg_QuestProgress::has_normal_points() const {
  8632. return (_has_bits_[0] & 0x00000002u) != 0;
  8633. }
  8634. inline void CCSUsrMsg_QuestProgress::set_has_normal_points() {
  8635. _has_bits_[0] |= 0x00000002u;
  8636. }
  8637. inline void CCSUsrMsg_QuestProgress::clear_has_normal_points() {
  8638. _has_bits_[0] &= ~0x00000002u;
  8639. }
  8640. inline void CCSUsrMsg_QuestProgress::clear_normal_points() {
  8641. normal_points_ = 0u;
  8642. clear_has_normal_points();
  8643. }
  8644. inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::normal_points() const {
  8645. return normal_points_;
  8646. }
  8647. inline void CCSUsrMsg_QuestProgress::set_normal_points(::google::protobuf::uint32 value) {
  8648. set_has_normal_points();
  8649. normal_points_ = value;
  8650. }
  8651. // optional uint32 bonus_points = 3;
  8652. inline bool CCSUsrMsg_QuestProgress::has_bonus_points() const {
  8653. return (_has_bits_[0] & 0x00000004u) != 0;
  8654. }
  8655. inline void CCSUsrMsg_QuestProgress::set_has_bonus_points() {
  8656. _has_bits_[0] |= 0x00000004u;
  8657. }
  8658. inline void CCSUsrMsg_QuestProgress::clear_has_bonus_points() {
  8659. _has_bits_[0] &= ~0x00000004u;
  8660. }
  8661. inline void CCSUsrMsg_QuestProgress::clear_bonus_points() {
  8662. bonus_points_ = 0u;
  8663. clear_has_bonus_points();
  8664. }
  8665. inline ::google::protobuf::uint32 CCSUsrMsg_QuestProgress::bonus_points() const {
  8666. return bonus_points_;
  8667. }
  8668. inline void CCSUsrMsg_QuestProgress::set_bonus_points(::google::protobuf::uint32 value) {
  8669. set_has_bonus_points();
  8670. bonus_points_ = value;
  8671. }
  8672. // optional bool is_event_quest = 4;
  8673. inline bool CCSUsrMsg_QuestProgress::has_is_event_quest() const {
  8674. return (_has_bits_[0] & 0x00000008u) != 0;
  8675. }
  8676. inline void CCSUsrMsg_QuestProgress::set_has_is_event_quest() {
  8677. _has_bits_[0] |= 0x00000008u;
  8678. }
  8679. inline void CCSUsrMsg_QuestProgress::clear_has_is_event_quest() {
  8680. _has_bits_[0] &= ~0x00000008u;
  8681. }
  8682. inline void CCSUsrMsg_QuestProgress::clear_is_event_quest() {
  8683. is_event_quest_ = false;
  8684. clear_has_is_event_quest();
  8685. }
  8686. inline bool CCSUsrMsg_QuestProgress::is_event_quest() const {
  8687. return is_event_quest_;
  8688. }
  8689. inline void CCSUsrMsg_QuestProgress::set_is_event_quest(bool value) {
  8690. set_has_is_event_quest();
  8691. is_event_quest_ = value;
  8692. }
  8693. // -------------------------------------------------------------------
  8694. // CCSUsrMsg_ScoreLeaderboardData
  8695. // optional .ScoreLeaderboardData data = 1;
  8696. inline bool CCSUsrMsg_ScoreLeaderboardData::has_data() const {
  8697. return (_has_bits_[0] & 0x00000001u) != 0;
  8698. }
  8699. inline void CCSUsrMsg_ScoreLeaderboardData::set_has_data() {
  8700. _has_bits_[0] |= 0x00000001u;
  8701. }
  8702. inline void CCSUsrMsg_ScoreLeaderboardData::clear_has_data() {
  8703. _has_bits_[0] &= ~0x00000001u;
  8704. }
  8705. inline void CCSUsrMsg_ScoreLeaderboardData::clear_data() {
  8706. if (data_ != NULL) data_->::ScoreLeaderboardData::Clear();
  8707. clear_has_data();
  8708. }
  8709. inline const ::ScoreLeaderboardData& CCSUsrMsg_ScoreLeaderboardData::data() const {
  8710. return data_ != NULL ? *data_ : *default_instance_->data_;
  8711. }
  8712. inline ::ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::mutable_data() {
  8713. set_has_data();
  8714. if (data_ == NULL) data_ = new ::ScoreLeaderboardData;
  8715. return data_;
  8716. }
  8717. inline ::ScoreLeaderboardData* CCSUsrMsg_ScoreLeaderboardData::release_data() {
  8718. clear_has_data();
  8719. ::ScoreLeaderboardData* temp = data_;
  8720. data_ = NULL;
  8721. return temp;
  8722. }
  8723. inline void CCSUsrMsg_ScoreLeaderboardData::set_allocated_data(::ScoreLeaderboardData* data) {
  8724. delete data_;
  8725. data_ = data;
  8726. if (data) {
  8727. set_has_data();
  8728. } else {
  8729. clear_has_data();
  8730. }
  8731. }
  8732. // -------------------------------------------------------------------
  8733. // CCSUsrMsg_XRankGet
  8734. // optional int32 mode_idx = 1;
  8735. inline bool CCSUsrMsg_XRankGet::has_mode_idx() const {
  8736. return (_has_bits_[0] & 0x00000001u) != 0;
  8737. }
  8738. inline void CCSUsrMsg_XRankGet::set_has_mode_idx() {
  8739. _has_bits_[0] |= 0x00000001u;
  8740. }
  8741. inline void CCSUsrMsg_XRankGet::clear_has_mode_idx() {
  8742. _has_bits_[0] &= ~0x00000001u;
  8743. }
  8744. inline void CCSUsrMsg_XRankGet::clear_mode_idx() {
  8745. mode_idx_ = 0;
  8746. clear_has_mode_idx();
  8747. }
  8748. inline ::google::protobuf::int32 CCSUsrMsg_XRankGet::mode_idx() const {
  8749. return mode_idx_;
  8750. }
  8751. inline void CCSUsrMsg_XRankGet::set_mode_idx(::google::protobuf::int32 value) {
  8752. set_has_mode_idx();
  8753. mode_idx_ = value;
  8754. }
  8755. // optional int32 controller = 2;
  8756. inline bool CCSUsrMsg_XRankGet::has_controller() const {
  8757. return (_has_bits_[0] & 0x00000002u) != 0;
  8758. }
  8759. inline void CCSUsrMsg_XRankGet::set_has_controller() {
  8760. _has_bits_[0] |= 0x00000002u;
  8761. }
  8762. inline void CCSUsrMsg_XRankGet::clear_has_controller() {
  8763. _has_bits_[0] &= ~0x00000002u;
  8764. }
  8765. inline void CCSUsrMsg_XRankGet::clear_controller() {
  8766. controller_ = 0;
  8767. clear_has_controller();
  8768. }
  8769. inline ::google::protobuf::int32 CCSUsrMsg_XRankGet::controller() const {
  8770. return controller_;
  8771. }
  8772. inline void CCSUsrMsg_XRankGet::set_controller(::google::protobuf::int32 value) {
  8773. set_has_controller();
  8774. controller_ = value;
  8775. }
  8776. // -------------------------------------------------------------------
  8777. // CCSUsrMsg_XRankUpd
  8778. // optional int32 mode_idx = 1;
  8779. inline bool CCSUsrMsg_XRankUpd::has_mode_idx() const {
  8780. return (_has_bits_[0] & 0x00000001u) != 0;
  8781. }
  8782. inline void CCSUsrMsg_XRankUpd::set_has_mode_idx() {
  8783. _has_bits_[0] |= 0x00000001u;
  8784. }
  8785. inline void CCSUsrMsg_XRankUpd::clear_has_mode_idx() {
  8786. _has_bits_[0] &= ~0x00000001u;
  8787. }
  8788. inline void CCSUsrMsg_XRankUpd::clear_mode_idx() {
  8789. mode_idx_ = 0;
  8790. clear_has_mode_idx();
  8791. }
  8792. inline ::google::protobuf::int32 CCSUsrMsg_XRankUpd::mode_idx() const {
  8793. return mode_idx_;
  8794. }
  8795. inline void CCSUsrMsg_XRankUpd::set_mode_idx(::google::protobuf::int32 value) {
  8796. set_has_mode_idx();
  8797. mode_idx_ = value;
  8798. }
  8799. // optional int32 controller = 2;
  8800. inline bool CCSUsrMsg_XRankUpd::has_controller() const {
  8801. return (_has_bits_[0] & 0x00000002u) != 0;
  8802. }
  8803. inline void CCSUsrMsg_XRankUpd::set_has_controller() {
  8804. _has_bits_[0] |= 0x00000002u;
  8805. }
  8806. inline void CCSUsrMsg_XRankUpd::clear_has_controller() {
  8807. _has_bits_[0] &= ~0x00000002u;
  8808. }
  8809. inline void CCSUsrMsg_XRankUpd::clear_controller() {
  8810. controller_ = 0;
  8811. clear_has_controller();
  8812. }
  8813. inline ::google::protobuf::int32 CCSUsrMsg_XRankUpd::controller() const {
  8814. return controller_;
  8815. }
  8816. inline void CCSUsrMsg_XRankUpd::set_controller(::google::protobuf::int32 value) {
  8817. set_has_controller();
  8818. controller_ = value;
  8819. }
  8820. // optional int32 ranking = 3;
  8821. inline bool CCSUsrMsg_XRankUpd::has_ranking() const {
  8822. return (_has_bits_[0] & 0x00000004u) != 0;
  8823. }
  8824. inline void CCSUsrMsg_XRankUpd::set_has_ranking() {
  8825. _has_bits_[0] |= 0x00000004u;
  8826. }
  8827. inline void CCSUsrMsg_XRankUpd::clear_has_ranking() {
  8828. _has_bits_[0] &= ~0x00000004u;
  8829. }
  8830. inline void CCSUsrMsg_XRankUpd::clear_ranking() {
  8831. ranking_ = 0;
  8832. clear_has_ranking();
  8833. }
  8834. inline ::google::protobuf::int32 CCSUsrMsg_XRankUpd::ranking() const {
  8835. return ranking_;
  8836. }
  8837. inline void CCSUsrMsg_XRankUpd::set_ranking(::google::protobuf::int32 value) {
  8838. set_has_ranking();
  8839. ranking_ = value;
  8840. }
  8841. // -------------------------------------------------------------------
  8842. // CCSUsrMsg_CallVoteFailed
  8843. // optional int32 reason = 1;
  8844. inline bool CCSUsrMsg_CallVoteFailed::has_reason() const {
  8845. return (_has_bits_[0] & 0x00000001u) != 0;
  8846. }
  8847. inline void CCSUsrMsg_CallVoteFailed::set_has_reason() {
  8848. _has_bits_[0] |= 0x00000001u;
  8849. }
  8850. inline void CCSUsrMsg_CallVoteFailed::clear_has_reason() {
  8851. _has_bits_[0] &= ~0x00000001u;
  8852. }
  8853. inline void CCSUsrMsg_CallVoteFailed::clear_reason() {
  8854. reason_ = 0;
  8855. clear_has_reason();
  8856. }
  8857. inline ::google::protobuf::int32 CCSUsrMsg_CallVoteFailed::reason() const {
  8858. return reason_;
  8859. }
  8860. inline void CCSUsrMsg_CallVoteFailed::set_reason(::google::protobuf::int32 value) {
  8861. set_has_reason();
  8862. reason_ = value;
  8863. }
  8864. // optional int32 time = 2;
  8865. inline bool CCSUsrMsg_CallVoteFailed::has_time() const {
  8866. return (_has_bits_[0] & 0x00000002u) != 0;
  8867. }
  8868. inline void CCSUsrMsg_CallVoteFailed::set_has_time() {
  8869. _has_bits_[0] |= 0x00000002u;
  8870. }
  8871. inline void CCSUsrMsg_CallVoteFailed::clear_has_time() {
  8872. _has_bits_[0] &= ~0x00000002u;
  8873. }
  8874. inline void CCSUsrMsg_CallVoteFailed::clear_time() {
  8875. time_ = 0;
  8876. clear_has_time();
  8877. }
  8878. inline ::google::protobuf::int32 CCSUsrMsg_CallVoteFailed::time() const {
  8879. return time_;
  8880. }
  8881. inline void CCSUsrMsg_CallVoteFailed::set_time(::google::protobuf::int32 value) {
  8882. set_has_time();
  8883. time_ = value;
  8884. }
  8885. // -------------------------------------------------------------------
  8886. // CCSUsrMsg_VoteStart
  8887. // optional int32 team = 1;
  8888. inline bool CCSUsrMsg_VoteStart::has_team() const {
  8889. return (_has_bits_[0] & 0x00000001u) != 0;
  8890. }
  8891. inline void CCSUsrMsg_VoteStart::set_has_team() {
  8892. _has_bits_[0] |= 0x00000001u;
  8893. }
  8894. inline void CCSUsrMsg_VoteStart::clear_has_team() {
  8895. _has_bits_[0] &= ~0x00000001u;
  8896. }
  8897. inline void CCSUsrMsg_VoteStart::clear_team() {
  8898. team_ = 0;
  8899. clear_has_team();
  8900. }
  8901. inline ::google::protobuf::int32 CCSUsrMsg_VoteStart::team() const {
  8902. return team_;
  8903. }
  8904. inline void CCSUsrMsg_VoteStart::set_team(::google::protobuf::int32 value) {
  8905. set_has_team();
  8906. team_ = value;
  8907. }
  8908. // optional int32 ent_idx = 2;
  8909. inline bool CCSUsrMsg_VoteStart::has_ent_idx() const {
  8910. return (_has_bits_[0] & 0x00000002u) != 0;
  8911. }
  8912. inline void CCSUsrMsg_VoteStart::set_has_ent_idx() {
  8913. _has_bits_[0] |= 0x00000002u;
  8914. }
  8915. inline void CCSUsrMsg_VoteStart::clear_has_ent_idx() {
  8916. _has_bits_[0] &= ~0x00000002u;
  8917. }
  8918. inline void CCSUsrMsg_VoteStart::clear_ent_idx() {
  8919. ent_idx_ = 0;
  8920. clear_has_ent_idx();
  8921. }
  8922. inline ::google::protobuf::int32 CCSUsrMsg_VoteStart::ent_idx() const {
  8923. return ent_idx_;
  8924. }
  8925. inline void CCSUsrMsg_VoteStart::set_ent_idx(::google::protobuf::int32 value) {
  8926. set_has_ent_idx();
  8927. ent_idx_ = value;
  8928. }
  8929. // optional int32 vote_type = 3;
  8930. inline bool CCSUsrMsg_VoteStart::has_vote_type() const {
  8931. return (_has_bits_[0] & 0x00000004u) != 0;
  8932. }
  8933. inline void CCSUsrMsg_VoteStart::set_has_vote_type() {
  8934. _has_bits_[0] |= 0x00000004u;
  8935. }
  8936. inline void CCSUsrMsg_VoteStart::clear_has_vote_type() {
  8937. _has_bits_[0] &= ~0x00000004u;
  8938. }
  8939. inline void CCSUsrMsg_VoteStart::clear_vote_type() {
  8940. vote_type_ = 0;
  8941. clear_has_vote_type();
  8942. }
  8943. inline ::google::protobuf::int32 CCSUsrMsg_VoteStart::vote_type() const {
  8944. return vote_type_;
  8945. }
  8946. inline void CCSUsrMsg_VoteStart::set_vote_type(::google::protobuf::int32 value) {
  8947. set_has_vote_type();
  8948. vote_type_ = value;
  8949. }
  8950. // optional string disp_str = 4;
  8951. inline bool CCSUsrMsg_VoteStart::has_disp_str() const {
  8952. return (_has_bits_[0] & 0x00000008u) != 0;
  8953. }
  8954. inline void CCSUsrMsg_VoteStart::set_has_disp_str() {
  8955. _has_bits_[0] |= 0x00000008u;
  8956. }
  8957. inline void CCSUsrMsg_VoteStart::clear_has_disp_str() {
  8958. _has_bits_[0] &= ~0x00000008u;
  8959. }
  8960. inline void CCSUsrMsg_VoteStart::clear_disp_str() {
  8961. if (disp_str_ != &::google::protobuf::internal::kEmptyString) {
  8962. disp_str_->clear();
  8963. }
  8964. clear_has_disp_str();
  8965. }
  8966. inline const ::std::string& CCSUsrMsg_VoteStart::disp_str() const {
  8967. return *disp_str_;
  8968. }
  8969. inline void CCSUsrMsg_VoteStart::set_disp_str(const ::std::string& value) {
  8970. set_has_disp_str();
  8971. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  8972. disp_str_ = new ::std::string;
  8973. }
  8974. disp_str_->assign(value);
  8975. }
  8976. inline void CCSUsrMsg_VoteStart::set_disp_str(const char* value) {
  8977. set_has_disp_str();
  8978. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  8979. disp_str_ = new ::std::string;
  8980. }
  8981. disp_str_->assign(value);
  8982. }
  8983. inline void CCSUsrMsg_VoteStart::set_disp_str(const char* value, size_t size) {
  8984. set_has_disp_str();
  8985. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  8986. disp_str_ = new ::std::string;
  8987. }
  8988. disp_str_->assign(reinterpret_cast<const char*>(value), size);
  8989. }
  8990. inline ::std::string* CCSUsrMsg_VoteStart::mutable_disp_str() {
  8991. set_has_disp_str();
  8992. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  8993. disp_str_ = new ::std::string;
  8994. }
  8995. return disp_str_;
  8996. }
  8997. inline ::std::string* CCSUsrMsg_VoteStart::release_disp_str() {
  8998. clear_has_disp_str();
  8999. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9000. return NULL;
  9001. } else {
  9002. ::std::string* temp = disp_str_;
  9003. disp_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9004. return temp;
  9005. }
  9006. }
  9007. inline void CCSUsrMsg_VoteStart::set_allocated_disp_str(::std::string* disp_str) {
  9008. if (disp_str_ != &::google::protobuf::internal::kEmptyString) {
  9009. delete disp_str_;
  9010. }
  9011. if (disp_str) {
  9012. set_has_disp_str();
  9013. disp_str_ = disp_str;
  9014. } else {
  9015. clear_has_disp_str();
  9016. disp_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9017. }
  9018. }
  9019. // optional string details_str = 5;
  9020. inline bool CCSUsrMsg_VoteStart::has_details_str() const {
  9021. return (_has_bits_[0] & 0x00000010u) != 0;
  9022. }
  9023. inline void CCSUsrMsg_VoteStart::set_has_details_str() {
  9024. _has_bits_[0] |= 0x00000010u;
  9025. }
  9026. inline void CCSUsrMsg_VoteStart::clear_has_details_str() {
  9027. _has_bits_[0] &= ~0x00000010u;
  9028. }
  9029. inline void CCSUsrMsg_VoteStart::clear_details_str() {
  9030. if (details_str_ != &::google::protobuf::internal::kEmptyString) {
  9031. details_str_->clear();
  9032. }
  9033. clear_has_details_str();
  9034. }
  9035. inline const ::std::string& CCSUsrMsg_VoteStart::details_str() const {
  9036. return *details_str_;
  9037. }
  9038. inline void CCSUsrMsg_VoteStart::set_details_str(const ::std::string& value) {
  9039. set_has_details_str();
  9040. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9041. details_str_ = new ::std::string;
  9042. }
  9043. details_str_->assign(value);
  9044. }
  9045. inline void CCSUsrMsg_VoteStart::set_details_str(const char* value) {
  9046. set_has_details_str();
  9047. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9048. details_str_ = new ::std::string;
  9049. }
  9050. details_str_->assign(value);
  9051. }
  9052. inline void CCSUsrMsg_VoteStart::set_details_str(const char* value, size_t size) {
  9053. set_has_details_str();
  9054. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9055. details_str_ = new ::std::string;
  9056. }
  9057. details_str_->assign(reinterpret_cast<const char*>(value), size);
  9058. }
  9059. inline ::std::string* CCSUsrMsg_VoteStart::mutable_details_str() {
  9060. set_has_details_str();
  9061. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9062. details_str_ = new ::std::string;
  9063. }
  9064. return details_str_;
  9065. }
  9066. inline ::std::string* CCSUsrMsg_VoteStart::release_details_str() {
  9067. clear_has_details_str();
  9068. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9069. return NULL;
  9070. } else {
  9071. ::std::string* temp = details_str_;
  9072. details_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9073. return temp;
  9074. }
  9075. }
  9076. inline void CCSUsrMsg_VoteStart::set_allocated_details_str(::std::string* details_str) {
  9077. if (details_str_ != &::google::protobuf::internal::kEmptyString) {
  9078. delete details_str_;
  9079. }
  9080. if (details_str) {
  9081. set_has_details_str();
  9082. details_str_ = details_str;
  9083. } else {
  9084. clear_has_details_str();
  9085. details_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9086. }
  9087. }
  9088. // optional string other_team_str = 6;
  9089. inline bool CCSUsrMsg_VoteStart::has_other_team_str() const {
  9090. return (_has_bits_[0] & 0x00000020u) != 0;
  9091. }
  9092. inline void CCSUsrMsg_VoteStart::set_has_other_team_str() {
  9093. _has_bits_[0] |= 0x00000020u;
  9094. }
  9095. inline void CCSUsrMsg_VoteStart::clear_has_other_team_str() {
  9096. _has_bits_[0] &= ~0x00000020u;
  9097. }
  9098. inline void CCSUsrMsg_VoteStart::clear_other_team_str() {
  9099. if (other_team_str_ != &::google::protobuf::internal::kEmptyString) {
  9100. other_team_str_->clear();
  9101. }
  9102. clear_has_other_team_str();
  9103. }
  9104. inline const ::std::string& CCSUsrMsg_VoteStart::other_team_str() const {
  9105. return *other_team_str_;
  9106. }
  9107. inline void CCSUsrMsg_VoteStart::set_other_team_str(const ::std::string& value) {
  9108. set_has_other_team_str();
  9109. if (other_team_str_ == &::google::protobuf::internal::kEmptyString) {
  9110. other_team_str_ = new ::std::string;
  9111. }
  9112. other_team_str_->assign(value);
  9113. }
  9114. inline void CCSUsrMsg_VoteStart::set_other_team_str(const char* value) {
  9115. set_has_other_team_str();
  9116. if (other_team_str_ == &::google::protobuf::internal::kEmptyString) {
  9117. other_team_str_ = new ::std::string;
  9118. }
  9119. other_team_str_->assign(value);
  9120. }
  9121. inline void CCSUsrMsg_VoteStart::set_other_team_str(const char* value, size_t size) {
  9122. set_has_other_team_str();
  9123. if (other_team_str_ == &::google::protobuf::internal::kEmptyString) {
  9124. other_team_str_ = new ::std::string;
  9125. }
  9126. other_team_str_->assign(reinterpret_cast<const char*>(value), size);
  9127. }
  9128. inline ::std::string* CCSUsrMsg_VoteStart::mutable_other_team_str() {
  9129. set_has_other_team_str();
  9130. if (other_team_str_ == &::google::protobuf::internal::kEmptyString) {
  9131. other_team_str_ = new ::std::string;
  9132. }
  9133. return other_team_str_;
  9134. }
  9135. inline ::std::string* CCSUsrMsg_VoteStart::release_other_team_str() {
  9136. clear_has_other_team_str();
  9137. if (other_team_str_ == &::google::protobuf::internal::kEmptyString) {
  9138. return NULL;
  9139. } else {
  9140. ::std::string* temp = other_team_str_;
  9141. other_team_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9142. return temp;
  9143. }
  9144. }
  9145. inline void CCSUsrMsg_VoteStart::set_allocated_other_team_str(::std::string* other_team_str) {
  9146. if (other_team_str_ != &::google::protobuf::internal::kEmptyString) {
  9147. delete other_team_str_;
  9148. }
  9149. if (other_team_str) {
  9150. set_has_other_team_str();
  9151. other_team_str_ = other_team_str;
  9152. } else {
  9153. clear_has_other_team_str();
  9154. other_team_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9155. }
  9156. }
  9157. // optional bool is_yes_no_vote = 7;
  9158. inline bool CCSUsrMsg_VoteStart::has_is_yes_no_vote() const {
  9159. return (_has_bits_[0] & 0x00000040u) != 0;
  9160. }
  9161. inline void CCSUsrMsg_VoteStart::set_has_is_yes_no_vote() {
  9162. _has_bits_[0] |= 0x00000040u;
  9163. }
  9164. inline void CCSUsrMsg_VoteStart::clear_has_is_yes_no_vote() {
  9165. _has_bits_[0] &= ~0x00000040u;
  9166. }
  9167. inline void CCSUsrMsg_VoteStart::clear_is_yes_no_vote() {
  9168. is_yes_no_vote_ = false;
  9169. clear_has_is_yes_no_vote();
  9170. }
  9171. inline bool CCSUsrMsg_VoteStart::is_yes_no_vote() const {
  9172. return is_yes_no_vote_;
  9173. }
  9174. inline void CCSUsrMsg_VoteStart::set_is_yes_no_vote(bool value) {
  9175. set_has_is_yes_no_vote();
  9176. is_yes_no_vote_ = value;
  9177. }
  9178. // -------------------------------------------------------------------
  9179. // CCSUsrMsg_VotePass
  9180. // optional int32 team = 1;
  9181. inline bool CCSUsrMsg_VotePass::has_team() const {
  9182. return (_has_bits_[0] & 0x00000001u) != 0;
  9183. }
  9184. inline void CCSUsrMsg_VotePass::set_has_team() {
  9185. _has_bits_[0] |= 0x00000001u;
  9186. }
  9187. inline void CCSUsrMsg_VotePass::clear_has_team() {
  9188. _has_bits_[0] &= ~0x00000001u;
  9189. }
  9190. inline void CCSUsrMsg_VotePass::clear_team() {
  9191. team_ = 0;
  9192. clear_has_team();
  9193. }
  9194. inline ::google::protobuf::int32 CCSUsrMsg_VotePass::team() const {
  9195. return team_;
  9196. }
  9197. inline void CCSUsrMsg_VotePass::set_team(::google::protobuf::int32 value) {
  9198. set_has_team();
  9199. team_ = value;
  9200. }
  9201. // optional int32 vote_type = 2;
  9202. inline bool CCSUsrMsg_VotePass::has_vote_type() const {
  9203. return (_has_bits_[0] & 0x00000002u) != 0;
  9204. }
  9205. inline void CCSUsrMsg_VotePass::set_has_vote_type() {
  9206. _has_bits_[0] |= 0x00000002u;
  9207. }
  9208. inline void CCSUsrMsg_VotePass::clear_has_vote_type() {
  9209. _has_bits_[0] &= ~0x00000002u;
  9210. }
  9211. inline void CCSUsrMsg_VotePass::clear_vote_type() {
  9212. vote_type_ = 0;
  9213. clear_has_vote_type();
  9214. }
  9215. inline ::google::protobuf::int32 CCSUsrMsg_VotePass::vote_type() const {
  9216. return vote_type_;
  9217. }
  9218. inline void CCSUsrMsg_VotePass::set_vote_type(::google::protobuf::int32 value) {
  9219. set_has_vote_type();
  9220. vote_type_ = value;
  9221. }
  9222. // optional string disp_str = 3;
  9223. inline bool CCSUsrMsg_VotePass::has_disp_str() const {
  9224. return (_has_bits_[0] & 0x00000004u) != 0;
  9225. }
  9226. inline void CCSUsrMsg_VotePass::set_has_disp_str() {
  9227. _has_bits_[0] |= 0x00000004u;
  9228. }
  9229. inline void CCSUsrMsg_VotePass::clear_has_disp_str() {
  9230. _has_bits_[0] &= ~0x00000004u;
  9231. }
  9232. inline void CCSUsrMsg_VotePass::clear_disp_str() {
  9233. if (disp_str_ != &::google::protobuf::internal::kEmptyString) {
  9234. disp_str_->clear();
  9235. }
  9236. clear_has_disp_str();
  9237. }
  9238. inline const ::std::string& CCSUsrMsg_VotePass::disp_str() const {
  9239. return *disp_str_;
  9240. }
  9241. inline void CCSUsrMsg_VotePass::set_disp_str(const ::std::string& value) {
  9242. set_has_disp_str();
  9243. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9244. disp_str_ = new ::std::string;
  9245. }
  9246. disp_str_->assign(value);
  9247. }
  9248. inline void CCSUsrMsg_VotePass::set_disp_str(const char* value) {
  9249. set_has_disp_str();
  9250. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9251. disp_str_ = new ::std::string;
  9252. }
  9253. disp_str_->assign(value);
  9254. }
  9255. inline void CCSUsrMsg_VotePass::set_disp_str(const char* value, size_t size) {
  9256. set_has_disp_str();
  9257. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9258. disp_str_ = new ::std::string;
  9259. }
  9260. disp_str_->assign(reinterpret_cast<const char*>(value), size);
  9261. }
  9262. inline ::std::string* CCSUsrMsg_VotePass::mutable_disp_str() {
  9263. set_has_disp_str();
  9264. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9265. disp_str_ = new ::std::string;
  9266. }
  9267. return disp_str_;
  9268. }
  9269. inline ::std::string* CCSUsrMsg_VotePass::release_disp_str() {
  9270. clear_has_disp_str();
  9271. if (disp_str_ == &::google::protobuf::internal::kEmptyString) {
  9272. return NULL;
  9273. } else {
  9274. ::std::string* temp = disp_str_;
  9275. disp_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9276. return temp;
  9277. }
  9278. }
  9279. inline void CCSUsrMsg_VotePass::set_allocated_disp_str(::std::string* disp_str) {
  9280. if (disp_str_ != &::google::protobuf::internal::kEmptyString) {
  9281. delete disp_str_;
  9282. }
  9283. if (disp_str) {
  9284. set_has_disp_str();
  9285. disp_str_ = disp_str;
  9286. } else {
  9287. clear_has_disp_str();
  9288. disp_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9289. }
  9290. }
  9291. // optional string details_str = 4;
  9292. inline bool CCSUsrMsg_VotePass::has_details_str() const {
  9293. return (_has_bits_[0] & 0x00000008u) != 0;
  9294. }
  9295. inline void CCSUsrMsg_VotePass::set_has_details_str() {
  9296. _has_bits_[0] |= 0x00000008u;
  9297. }
  9298. inline void CCSUsrMsg_VotePass::clear_has_details_str() {
  9299. _has_bits_[0] &= ~0x00000008u;
  9300. }
  9301. inline void CCSUsrMsg_VotePass::clear_details_str() {
  9302. if (details_str_ != &::google::protobuf::internal::kEmptyString) {
  9303. details_str_->clear();
  9304. }
  9305. clear_has_details_str();
  9306. }
  9307. inline const ::std::string& CCSUsrMsg_VotePass::details_str() const {
  9308. return *details_str_;
  9309. }
  9310. inline void CCSUsrMsg_VotePass::set_details_str(const ::std::string& value) {
  9311. set_has_details_str();
  9312. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9313. details_str_ = new ::std::string;
  9314. }
  9315. details_str_->assign(value);
  9316. }
  9317. inline void CCSUsrMsg_VotePass::set_details_str(const char* value) {
  9318. set_has_details_str();
  9319. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9320. details_str_ = new ::std::string;
  9321. }
  9322. details_str_->assign(value);
  9323. }
  9324. inline void CCSUsrMsg_VotePass::set_details_str(const char* value, size_t size) {
  9325. set_has_details_str();
  9326. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9327. details_str_ = new ::std::string;
  9328. }
  9329. details_str_->assign(reinterpret_cast<const char*>(value), size);
  9330. }
  9331. inline ::std::string* CCSUsrMsg_VotePass::mutable_details_str() {
  9332. set_has_details_str();
  9333. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9334. details_str_ = new ::std::string;
  9335. }
  9336. return details_str_;
  9337. }
  9338. inline ::std::string* CCSUsrMsg_VotePass::release_details_str() {
  9339. clear_has_details_str();
  9340. if (details_str_ == &::google::protobuf::internal::kEmptyString) {
  9341. return NULL;
  9342. } else {
  9343. ::std::string* temp = details_str_;
  9344. details_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9345. return temp;
  9346. }
  9347. }
  9348. inline void CCSUsrMsg_VotePass::set_allocated_details_str(::std::string* details_str) {
  9349. if (details_str_ != &::google::protobuf::internal::kEmptyString) {
  9350. delete details_str_;
  9351. }
  9352. if (details_str) {
  9353. set_has_details_str();
  9354. details_str_ = details_str;
  9355. } else {
  9356. clear_has_details_str();
  9357. details_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9358. }
  9359. }
  9360. // -------------------------------------------------------------------
  9361. // CCSUsrMsg_VoteFailed
  9362. // optional int32 team = 1;
  9363. inline bool CCSUsrMsg_VoteFailed::has_team() const {
  9364. return (_has_bits_[0] & 0x00000001u) != 0;
  9365. }
  9366. inline void CCSUsrMsg_VoteFailed::set_has_team() {
  9367. _has_bits_[0] |= 0x00000001u;
  9368. }
  9369. inline void CCSUsrMsg_VoteFailed::clear_has_team() {
  9370. _has_bits_[0] &= ~0x00000001u;
  9371. }
  9372. inline void CCSUsrMsg_VoteFailed::clear_team() {
  9373. team_ = 0;
  9374. clear_has_team();
  9375. }
  9376. inline ::google::protobuf::int32 CCSUsrMsg_VoteFailed::team() const {
  9377. return team_;
  9378. }
  9379. inline void CCSUsrMsg_VoteFailed::set_team(::google::protobuf::int32 value) {
  9380. set_has_team();
  9381. team_ = value;
  9382. }
  9383. // optional int32 reason = 2;
  9384. inline bool CCSUsrMsg_VoteFailed::has_reason() const {
  9385. return (_has_bits_[0] & 0x00000002u) != 0;
  9386. }
  9387. inline void CCSUsrMsg_VoteFailed::set_has_reason() {
  9388. _has_bits_[0] |= 0x00000002u;
  9389. }
  9390. inline void CCSUsrMsg_VoteFailed::clear_has_reason() {
  9391. _has_bits_[0] &= ~0x00000002u;
  9392. }
  9393. inline void CCSUsrMsg_VoteFailed::clear_reason() {
  9394. reason_ = 0;
  9395. clear_has_reason();
  9396. }
  9397. inline ::google::protobuf::int32 CCSUsrMsg_VoteFailed::reason() const {
  9398. return reason_;
  9399. }
  9400. inline void CCSUsrMsg_VoteFailed::set_reason(::google::protobuf::int32 value) {
  9401. set_has_reason();
  9402. reason_ = value;
  9403. }
  9404. // -------------------------------------------------------------------
  9405. // CCSUsrMsg_VoteSetup
  9406. // repeated string potential_issues = 1;
  9407. inline int CCSUsrMsg_VoteSetup::potential_issues_size() const {
  9408. return potential_issues_.size();
  9409. }
  9410. inline void CCSUsrMsg_VoteSetup::clear_potential_issues() {
  9411. potential_issues_.Clear();
  9412. }
  9413. inline const ::std::string& CCSUsrMsg_VoteSetup::potential_issues(int index) const {
  9414. return potential_issues_.Get(index);
  9415. }
  9416. inline ::std::string* CCSUsrMsg_VoteSetup::mutable_potential_issues(int index) {
  9417. return potential_issues_.Mutable(index);
  9418. }
  9419. inline void CCSUsrMsg_VoteSetup::set_potential_issues(int index, const ::std::string& value) {
  9420. potential_issues_.Mutable(index)->assign(value);
  9421. }
  9422. inline void CCSUsrMsg_VoteSetup::set_potential_issues(int index, const char* value) {
  9423. potential_issues_.Mutable(index)->assign(value);
  9424. }
  9425. inline void CCSUsrMsg_VoteSetup::set_potential_issues(int index, const char* value, size_t size) {
  9426. potential_issues_.Mutable(index)->assign(
  9427. reinterpret_cast<const char*>(value), size);
  9428. }
  9429. inline ::std::string* CCSUsrMsg_VoteSetup::add_potential_issues() {
  9430. return potential_issues_.Add();
  9431. }
  9432. inline void CCSUsrMsg_VoteSetup::add_potential_issues(const ::std::string& value) {
  9433. potential_issues_.Add()->assign(value);
  9434. }
  9435. inline void CCSUsrMsg_VoteSetup::add_potential_issues(const char* value) {
  9436. potential_issues_.Add()->assign(value);
  9437. }
  9438. inline void CCSUsrMsg_VoteSetup::add_potential_issues(const char* value, size_t size) {
  9439. potential_issues_.Add()->assign(reinterpret_cast<const char*>(value), size);
  9440. }
  9441. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  9442. CCSUsrMsg_VoteSetup::potential_issues() const {
  9443. return potential_issues_;
  9444. }
  9445. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  9446. CCSUsrMsg_VoteSetup::mutable_potential_issues() {
  9447. return &potential_issues_;
  9448. }
  9449. // -------------------------------------------------------------------
  9450. // CCSUsrMsg_SendLastKillerDamageToClient
  9451. // optional int32 num_hits_given = 1;
  9452. inline bool CCSUsrMsg_SendLastKillerDamageToClient::has_num_hits_given() const {
  9453. return (_has_bits_[0] & 0x00000001u) != 0;
  9454. }
  9455. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_has_num_hits_given() {
  9456. _has_bits_[0] |= 0x00000001u;
  9457. }
  9458. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_has_num_hits_given() {
  9459. _has_bits_[0] &= ~0x00000001u;
  9460. }
  9461. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_num_hits_given() {
  9462. num_hits_given_ = 0;
  9463. clear_has_num_hits_given();
  9464. }
  9465. inline ::google::protobuf::int32 CCSUsrMsg_SendLastKillerDamageToClient::num_hits_given() const {
  9466. return num_hits_given_;
  9467. }
  9468. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_num_hits_given(::google::protobuf::int32 value) {
  9469. set_has_num_hits_given();
  9470. num_hits_given_ = value;
  9471. }
  9472. // optional int32 damage_given = 2;
  9473. inline bool CCSUsrMsg_SendLastKillerDamageToClient::has_damage_given() const {
  9474. return (_has_bits_[0] & 0x00000002u) != 0;
  9475. }
  9476. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_has_damage_given() {
  9477. _has_bits_[0] |= 0x00000002u;
  9478. }
  9479. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_has_damage_given() {
  9480. _has_bits_[0] &= ~0x00000002u;
  9481. }
  9482. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_damage_given() {
  9483. damage_given_ = 0;
  9484. clear_has_damage_given();
  9485. }
  9486. inline ::google::protobuf::int32 CCSUsrMsg_SendLastKillerDamageToClient::damage_given() const {
  9487. return damage_given_;
  9488. }
  9489. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_damage_given(::google::protobuf::int32 value) {
  9490. set_has_damage_given();
  9491. damage_given_ = value;
  9492. }
  9493. // optional int32 num_hits_taken = 3;
  9494. inline bool CCSUsrMsg_SendLastKillerDamageToClient::has_num_hits_taken() const {
  9495. return (_has_bits_[0] & 0x00000004u) != 0;
  9496. }
  9497. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_has_num_hits_taken() {
  9498. _has_bits_[0] |= 0x00000004u;
  9499. }
  9500. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_has_num_hits_taken() {
  9501. _has_bits_[0] &= ~0x00000004u;
  9502. }
  9503. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_num_hits_taken() {
  9504. num_hits_taken_ = 0;
  9505. clear_has_num_hits_taken();
  9506. }
  9507. inline ::google::protobuf::int32 CCSUsrMsg_SendLastKillerDamageToClient::num_hits_taken() const {
  9508. return num_hits_taken_;
  9509. }
  9510. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_num_hits_taken(::google::protobuf::int32 value) {
  9511. set_has_num_hits_taken();
  9512. num_hits_taken_ = value;
  9513. }
  9514. // optional int32 damage_taken = 4;
  9515. inline bool CCSUsrMsg_SendLastKillerDamageToClient::has_damage_taken() const {
  9516. return (_has_bits_[0] & 0x00000008u) != 0;
  9517. }
  9518. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_has_damage_taken() {
  9519. _has_bits_[0] |= 0x00000008u;
  9520. }
  9521. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_has_damage_taken() {
  9522. _has_bits_[0] &= ~0x00000008u;
  9523. }
  9524. inline void CCSUsrMsg_SendLastKillerDamageToClient::clear_damage_taken() {
  9525. damage_taken_ = 0;
  9526. clear_has_damage_taken();
  9527. }
  9528. inline ::google::protobuf::int32 CCSUsrMsg_SendLastKillerDamageToClient::damage_taken() const {
  9529. return damage_taken_;
  9530. }
  9531. inline void CCSUsrMsg_SendLastKillerDamageToClient::set_damage_taken(::google::protobuf::int32 value) {
  9532. set_has_damage_taken();
  9533. damage_taken_ = value;
  9534. }
  9535. // -------------------------------------------------------------------
  9536. // CCSUsrMsg_ServerRankUpdate_RankUpdate
  9537. // optional int32 account_id = 1;
  9538. inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_account_id() const {
  9539. return (_has_bits_[0] & 0x00000001u) != 0;
  9540. }
  9541. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_account_id() {
  9542. _has_bits_[0] |= 0x00000001u;
  9543. }
  9544. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_account_id() {
  9545. _has_bits_[0] &= ~0x00000001u;
  9546. }
  9547. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_account_id() {
  9548. account_id_ = 0;
  9549. clear_has_account_id();
  9550. }
  9551. inline ::google::protobuf::int32 CCSUsrMsg_ServerRankUpdate_RankUpdate::account_id() const {
  9552. return account_id_;
  9553. }
  9554. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_account_id(::google::protobuf::int32 value) {
  9555. set_has_account_id();
  9556. account_id_ = value;
  9557. }
  9558. // optional int32 rank_old = 2;
  9559. inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_rank_old() const {
  9560. return (_has_bits_[0] & 0x00000002u) != 0;
  9561. }
  9562. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_rank_old() {
  9563. _has_bits_[0] |= 0x00000002u;
  9564. }
  9565. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_rank_old() {
  9566. _has_bits_[0] &= ~0x00000002u;
  9567. }
  9568. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_rank_old() {
  9569. rank_old_ = 0;
  9570. clear_has_rank_old();
  9571. }
  9572. inline ::google::protobuf::int32 CCSUsrMsg_ServerRankUpdate_RankUpdate::rank_old() const {
  9573. return rank_old_;
  9574. }
  9575. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_rank_old(::google::protobuf::int32 value) {
  9576. set_has_rank_old();
  9577. rank_old_ = value;
  9578. }
  9579. // optional int32 rank_new = 3;
  9580. inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_rank_new() const {
  9581. return (_has_bits_[0] & 0x00000004u) != 0;
  9582. }
  9583. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_rank_new() {
  9584. _has_bits_[0] |= 0x00000004u;
  9585. }
  9586. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_rank_new() {
  9587. _has_bits_[0] &= ~0x00000004u;
  9588. }
  9589. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_rank_new() {
  9590. rank_new_ = 0;
  9591. clear_has_rank_new();
  9592. }
  9593. inline ::google::protobuf::int32 CCSUsrMsg_ServerRankUpdate_RankUpdate::rank_new() const {
  9594. return rank_new_;
  9595. }
  9596. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_rank_new(::google::protobuf::int32 value) {
  9597. set_has_rank_new();
  9598. rank_new_ = value;
  9599. }
  9600. // optional int32 num_wins = 4;
  9601. inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_num_wins() const {
  9602. return (_has_bits_[0] & 0x00000008u) != 0;
  9603. }
  9604. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_num_wins() {
  9605. _has_bits_[0] |= 0x00000008u;
  9606. }
  9607. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_num_wins() {
  9608. _has_bits_[0] &= ~0x00000008u;
  9609. }
  9610. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_num_wins() {
  9611. num_wins_ = 0;
  9612. clear_has_num_wins();
  9613. }
  9614. inline ::google::protobuf::int32 CCSUsrMsg_ServerRankUpdate_RankUpdate::num_wins() const {
  9615. return num_wins_;
  9616. }
  9617. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_num_wins(::google::protobuf::int32 value) {
  9618. set_has_num_wins();
  9619. num_wins_ = value;
  9620. }
  9621. // optional float rank_change = 5;
  9622. inline bool CCSUsrMsg_ServerRankUpdate_RankUpdate::has_rank_change() const {
  9623. return (_has_bits_[0] & 0x00000010u) != 0;
  9624. }
  9625. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_has_rank_change() {
  9626. _has_bits_[0] |= 0x00000010u;
  9627. }
  9628. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_has_rank_change() {
  9629. _has_bits_[0] &= ~0x00000010u;
  9630. }
  9631. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::clear_rank_change() {
  9632. rank_change_ = 0;
  9633. clear_has_rank_change();
  9634. }
  9635. inline float CCSUsrMsg_ServerRankUpdate_RankUpdate::rank_change() const {
  9636. return rank_change_;
  9637. }
  9638. inline void CCSUsrMsg_ServerRankUpdate_RankUpdate::set_rank_change(float value) {
  9639. set_has_rank_change();
  9640. rank_change_ = value;
  9641. }
  9642. // -------------------------------------------------------------------
  9643. // CCSUsrMsg_ServerRankUpdate
  9644. // repeated .CCSUsrMsg_ServerRankUpdate.RankUpdate rank_update = 1;
  9645. inline int CCSUsrMsg_ServerRankUpdate::rank_update_size() const {
  9646. return rank_update_.size();
  9647. }
  9648. inline void CCSUsrMsg_ServerRankUpdate::clear_rank_update() {
  9649. rank_update_.Clear();
  9650. }
  9651. inline const ::CCSUsrMsg_ServerRankUpdate_RankUpdate& CCSUsrMsg_ServerRankUpdate::rank_update(int index) const {
  9652. return rank_update_.Get(index);
  9653. }
  9654. inline ::CCSUsrMsg_ServerRankUpdate_RankUpdate* CCSUsrMsg_ServerRankUpdate::mutable_rank_update(int index) {
  9655. return rank_update_.Mutable(index);
  9656. }
  9657. inline ::CCSUsrMsg_ServerRankUpdate_RankUpdate* CCSUsrMsg_ServerRankUpdate::add_rank_update() {
  9658. return rank_update_.Add();
  9659. }
  9660. inline const ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ServerRankUpdate_RankUpdate >&
  9661. CCSUsrMsg_ServerRankUpdate::rank_update() const {
  9662. return rank_update_;
  9663. }
  9664. inline ::google::protobuf::RepeatedPtrField< ::CCSUsrMsg_ServerRankUpdate_RankUpdate >*
  9665. CCSUsrMsg_ServerRankUpdate::mutable_rank_update() {
  9666. return &rank_update_;
  9667. }
  9668. // -------------------------------------------------------------------
  9669. // CCSUsrMsg_XpUpdate
  9670. // optional .CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded data = 1;
  9671. inline bool CCSUsrMsg_XpUpdate::has_data() const {
  9672. return (_has_bits_[0] & 0x00000001u) != 0;
  9673. }
  9674. inline void CCSUsrMsg_XpUpdate::set_has_data() {
  9675. _has_bits_[0] |= 0x00000001u;
  9676. }
  9677. inline void CCSUsrMsg_XpUpdate::clear_has_data() {
  9678. _has_bits_[0] &= ~0x00000001u;
  9679. }
  9680. inline void CCSUsrMsg_XpUpdate::clear_data() {
  9681. if (data_ != NULL) data_->::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded::Clear();
  9682. clear_has_data();
  9683. }
  9684. inline const ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded& CCSUsrMsg_XpUpdate::data() const {
  9685. return data_ != NULL ? *data_ : *default_instance_->data_;
  9686. }
  9687. inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CCSUsrMsg_XpUpdate::mutable_data() {
  9688. set_has_data();
  9689. if (data_ == NULL) data_ = new ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded;
  9690. return data_;
  9691. }
  9692. inline ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* CCSUsrMsg_XpUpdate::release_data() {
  9693. clear_has_data();
  9694. ::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* temp = data_;
  9695. data_ = NULL;
  9696. return temp;
  9697. }
  9698. inline void CCSUsrMsg_XpUpdate::set_allocated_data(::CMsgGCCstrike15_v2_GC2ServerNotifyXPRewarded* data) {
  9699. delete data_;
  9700. data_ = data;
  9701. if (data) {
  9702. set_has_data();
  9703. } else {
  9704. clear_has_data();
  9705. }
  9706. }
  9707. // -------------------------------------------------------------------
  9708. // CCSUsrMsg_ItemPickup
  9709. // optional string item = 1;
  9710. inline bool CCSUsrMsg_ItemPickup::has_item() const {
  9711. return (_has_bits_[0] & 0x00000001u) != 0;
  9712. }
  9713. inline void CCSUsrMsg_ItemPickup::set_has_item() {
  9714. _has_bits_[0] |= 0x00000001u;
  9715. }
  9716. inline void CCSUsrMsg_ItemPickup::clear_has_item() {
  9717. _has_bits_[0] &= ~0x00000001u;
  9718. }
  9719. inline void CCSUsrMsg_ItemPickup::clear_item() {
  9720. if (item_ != &::google::protobuf::internal::kEmptyString) {
  9721. item_->clear();
  9722. }
  9723. clear_has_item();
  9724. }
  9725. inline const ::std::string& CCSUsrMsg_ItemPickup::item() const {
  9726. return *item_;
  9727. }
  9728. inline void CCSUsrMsg_ItemPickup::set_item(const ::std::string& value) {
  9729. set_has_item();
  9730. if (item_ == &::google::protobuf::internal::kEmptyString) {
  9731. item_ = new ::std::string;
  9732. }
  9733. item_->assign(value);
  9734. }
  9735. inline void CCSUsrMsg_ItemPickup::set_item(const char* value) {
  9736. set_has_item();
  9737. if (item_ == &::google::protobuf::internal::kEmptyString) {
  9738. item_ = new ::std::string;
  9739. }
  9740. item_->assign(value);
  9741. }
  9742. inline void CCSUsrMsg_ItemPickup::set_item(const char* value, size_t size) {
  9743. set_has_item();
  9744. if (item_ == &::google::protobuf::internal::kEmptyString) {
  9745. item_ = new ::std::string;
  9746. }
  9747. item_->assign(reinterpret_cast<const char*>(value), size);
  9748. }
  9749. inline ::std::string* CCSUsrMsg_ItemPickup::mutable_item() {
  9750. set_has_item();
  9751. if (item_ == &::google::protobuf::internal::kEmptyString) {
  9752. item_ = new ::std::string;
  9753. }
  9754. return item_;
  9755. }
  9756. inline ::std::string* CCSUsrMsg_ItemPickup::release_item() {
  9757. clear_has_item();
  9758. if (item_ == &::google::protobuf::internal::kEmptyString) {
  9759. return NULL;
  9760. } else {
  9761. ::std::string* temp = item_;
  9762. item_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9763. return temp;
  9764. }
  9765. }
  9766. inline void CCSUsrMsg_ItemPickup::set_allocated_item(::std::string* item) {
  9767. if (item_ != &::google::protobuf::internal::kEmptyString) {
  9768. delete item_;
  9769. }
  9770. if (item) {
  9771. set_has_item();
  9772. item_ = item;
  9773. } else {
  9774. clear_has_item();
  9775. item_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9776. }
  9777. }
  9778. // -------------------------------------------------------------------
  9779. // CCSUsrMsg_ShowMenu
  9780. // optional int32 bits_valid_slots = 1;
  9781. inline bool CCSUsrMsg_ShowMenu::has_bits_valid_slots() const {
  9782. return (_has_bits_[0] & 0x00000001u) != 0;
  9783. }
  9784. inline void CCSUsrMsg_ShowMenu::set_has_bits_valid_slots() {
  9785. _has_bits_[0] |= 0x00000001u;
  9786. }
  9787. inline void CCSUsrMsg_ShowMenu::clear_has_bits_valid_slots() {
  9788. _has_bits_[0] &= ~0x00000001u;
  9789. }
  9790. inline void CCSUsrMsg_ShowMenu::clear_bits_valid_slots() {
  9791. bits_valid_slots_ = 0;
  9792. clear_has_bits_valid_slots();
  9793. }
  9794. inline ::google::protobuf::int32 CCSUsrMsg_ShowMenu::bits_valid_slots() const {
  9795. return bits_valid_slots_;
  9796. }
  9797. inline void CCSUsrMsg_ShowMenu::set_bits_valid_slots(::google::protobuf::int32 value) {
  9798. set_has_bits_valid_slots();
  9799. bits_valid_slots_ = value;
  9800. }
  9801. // optional int32 display_time = 2;
  9802. inline bool CCSUsrMsg_ShowMenu::has_display_time() const {
  9803. return (_has_bits_[0] & 0x00000002u) != 0;
  9804. }
  9805. inline void CCSUsrMsg_ShowMenu::set_has_display_time() {
  9806. _has_bits_[0] |= 0x00000002u;
  9807. }
  9808. inline void CCSUsrMsg_ShowMenu::clear_has_display_time() {
  9809. _has_bits_[0] &= ~0x00000002u;
  9810. }
  9811. inline void CCSUsrMsg_ShowMenu::clear_display_time() {
  9812. display_time_ = 0;
  9813. clear_has_display_time();
  9814. }
  9815. inline ::google::protobuf::int32 CCSUsrMsg_ShowMenu::display_time() const {
  9816. return display_time_;
  9817. }
  9818. inline void CCSUsrMsg_ShowMenu::set_display_time(::google::protobuf::int32 value) {
  9819. set_has_display_time();
  9820. display_time_ = value;
  9821. }
  9822. // optional string menu_string = 3;
  9823. inline bool CCSUsrMsg_ShowMenu::has_menu_string() const {
  9824. return (_has_bits_[0] & 0x00000004u) != 0;
  9825. }
  9826. inline void CCSUsrMsg_ShowMenu::set_has_menu_string() {
  9827. _has_bits_[0] |= 0x00000004u;
  9828. }
  9829. inline void CCSUsrMsg_ShowMenu::clear_has_menu_string() {
  9830. _has_bits_[0] &= ~0x00000004u;
  9831. }
  9832. inline void CCSUsrMsg_ShowMenu::clear_menu_string() {
  9833. if (menu_string_ != &::google::protobuf::internal::kEmptyString) {
  9834. menu_string_->clear();
  9835. }
  9836. clear_has_menu_string();
  9837. }
  9838. inline const ::std::string& CCSUsrMsg_ShowMenu::menu_string() const {
  9839. return *menu_string_;
  9840. }
  9841. inline void CCSUsrMsg_ShowMenu::set_menu_string(const ::std::string& value) {
  9842. set_has_menu_string();
  9843. if (menu_string_ == &::google::protobuf::internal::kEmptyString) {
  9844. menu_string_ = new ::std::string;
  9845. }
  9846. menu_string_->assign(value);
  9847. }
  9848. inline void CCSUsrMsg_ShowMenu::set_menu_string(const char* value) {
  9849. set_has_menu_string();
  9850. if (menu_string_ == &::google::protobuf::internal::kEmptyString) {
  9851. menu_string_ = new ::std::string;
  9852. }
  9853. menu_string_->assign(value);
  9854. }
  9855. inline void CCSUsrMsg_ShowMenu::set_menu_string(const char* value, size_t size) {
  9856. set_has_menu_string();
  9857. if (menu_string_ == &::google::protobuf::internal::kEmptyString) {
  9858. menu_string_ = new ::std::string;
  9859. }
  9860. menu_string_->assign(reinterpret_cast<const char*>(value), size);
  9861. }
  9862. inline ::std::string* CCSUsrMsg_ShowMenu::mutable_menu_string() {
  9863. set_has_menu_string();
  9864. if (menu_string_ == &::google::protobuf::internal::kEmptyString) {
  9865. menu_string_ = new ::std::string;
  9866. }
  9867. return menu_string_;
  9868. }
  9869. inline ::std::string* CCSUsrMsg_ShowMenu::release_menu_string() {
  9870. clear_has_menu_string();
  9871. if (menu_string_ == &::google::protobuf::internal::kEmptyString) {
  9872. return NULL;
  9873. } else {
  9874. ::std::string* temp = menu_string_;
  9875. menu_string_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9876. return temp;
  9877. }
  9878. }
  9879. inline void CCSUsrMsg_ShowMenu::set_allocated_menu_string(::std::string* menu_string) {
  9880. if (menu_string_ != &::google::protobuf::internal::kEmptyString) {
  9881. delete menu_string_;
  9882. }
  9883. if (menu_string) {
  9884. set_has_menu_string();
  9885. menu_string_ = menu_string;
  9886. } else {
  9887. clear_has_menu_string();
  9888. menu_string_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9889. }
  9890. }
  9891. // -------------------------------------------------------------------
  9892. // CCSUsrMsg_BarTime
  9893. // optional string time = 1;
  9894. inline bool CCSUsrMsg_BarTime::has_time() const {
  9895. return (_has_bits_[0] & 0x00000001u) != 0;
  9896. }
  9897. inline void CCSUsrMsg_BarTime::set_has_time() {
  9898. _has_bits_[0] |= 0x00000001u;
  9899. }
  9900. inline void CCSUsrMsg_BarTime::clear_has_time() {
  9901. _has_bits_[0] &= ~0x00000001u;
  9902. }
  9903. inline void CCSUsrMsg_BarTime::clear_time() {
  9904. if (time_ != &::google::protobuf::internal::kEmptyString) {
  9905. time_->clear();
  9906. }
  9907. clear_has_time();
  9908. }
  9909. inline const ::std::string& CCSUsrMsg_BarTime::time() const {
  9910. return *time_;
  9911. }
  9912. inline void CCSUsrMsg_BarTime::set_time(const ::std::string& value) {
  9913. set_has_time();
  9914. if (time_ == &::google::protobuf::internal::kEmptyString) {
  9915. time_ = new ::std::string;
  9916. }
  9917. time_->assign(value);
  9918. }
  9919. inline void CCSUsrMsg_BarTime::set_time(const char* value) {
  9920. set_has_time();
  9921. if (time_ == &::google::protobuf::internal::kEmptyString) {
  9922. time_ = new ::std::string;
  9923. }
  9924. time_->assign(value);
  9925. }
  9926. inline void CCSUsrMsg_BarTime::set_time(const char* value, size_t size) {
  9927. set_has_time();
  9928. if (time_ == &::google::protobuf::internal::kEmptyString) {
  9929. time_ = new ::std::string;
  9930. }
  9931. time_->assign(reinterpret_cast<const char*>(value), size);
  9932. }
  9933. inline ::std::string* CCSUsrMsg_BarTime::mutable_time() {
  9934. set_has_time();
  9935. if (time_ == &::google::protobuf::internal::kEmptyString) {
  9936. time_ = new ::std::string;
  9937. }
  9938. return time_;
  9939. }
  9940. inline ::std::string* CCSUsrMsg_BarTime::release_time() {
  9941. clear_has_time();
  9942. if (time_ == &::google::protobuf::internal::kEmptyString) {
  9943. return NULL;
  9944. } else {
  9945. ::std::string* temp = time_;
  9946. time_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9947. return temp;
  9948. }
  9949. }
  9950. inline void CCSUsrMsg_BarTime::set_allocated_time(::std::string* time) {
  9951. if (time_ != &::google::protobuf::internal::kEmptyString) {
  9952. delete time_;
  9953. }
  9954. if (time) {
  9955. set_has_time();
  9956. time_ = time;
  9957. } else {
  9958. clear_has_time();
  9959. time_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  9960. }
  9961. }
  9962. // -------------------------------------------------------------------
  9963. // CCSUsrMsg_AmmoDenied
  9964. // optional int32 ammoIdx = 1;
  9965. inline bool CCSUsrMsg_AmmoDenied::has_ammoidx() const {
  9966. return (_has_bits_[0] & 0x00000001u) != 0;
  9967. }
  9968. inline void CCSUsrMsg_AmmoDenied::set_has_ammoidx() {
  9969. _has_bits_[0] |= 0x00000001u;
  9970. }
  9971. inline void CCSUsrMsg_AmmoDenied::clear_has_ammoidx() {
  9972. _has_bits_[0] &= ~0x00000001u;
  9973. }
  9974. inline void CCSUsrMsg_AmmoDenied::clear_ammoidx() {
  9975. ammoidx_ = 0;
  9976. clear_has_ammoidx();
  9977. }
  9978. inline ::google::protobuf::int32 CCSUsrMsg_AmmoDenied::ammoidx() const {
  9979. return ammoidx_;
  9980. }
  9981. inline void CCSUsrMsg_AmmoDenied::set_ammoidx(::google::protobuf::int32 value) {
  9982. set_has_ammoidx();
  9983. ammoidx_ = value;
  9984. }
  9985. // -------------------------------------------------------------------
  9986. // CCSUsrMsg_MarkAchievement
  9987. // optional string achievement = 1;
  9988. inline bool CCSUsrMsg_MarkAchievement::has_achievement() const {
  9989. return (_has_bits_[0] & 0x00000001u) != 0;
  9990. }
  9991. inline void CCSUsrMsg_MarkAchievement::set_has_achievement() {
  9992. _has_bits_[0] |= 0x00000001u;
  9993. }
  9994. inline void CCSUsrMsg_MarkAchievement::clear_has_achievement() {
  9995. _has_bits_[0] &= ~0x00000001u;
  9996. }
  9997. inline void CCSUsrMsg_MarkAchievement::clear_achievement() {
  9998. if (achievement_ != &::google::protobuf::internal::kEmptyString) {
  9999. achievement_->clear();
  10000. }
  10001. clear_has_achievement();
  10002. }
  10003. inline const ::std::string& CCSUsrMsg_MarkAchievement::achievement() const {
  10004. return *achievement_;
  10005. }
  10006. inline void CCSUsrMsg_MarkAchievement::set_achievement(const ::std::string& value) {
  10007. set_has_achievement();
  10008. if (achievement_ == &::google::protobuf::internal::kEmptyString) {
  10009. achievement_ = new ::std::string;
  10010. }
  10011. achievement_->assign(value);
  10012. }
  10013. inline void CCSUsrMsg_MarkAchievement::set_achievement(const char* value) {
  10014. set_has_achievement();
  10015. if (achievement_ == &::google::protobuf::internal::kEmptyString) {
  10016. achievement_ = new ::std::string;
  10017. }
  10018. achievement_->assign(value);
  10019. }
  10020. inline void CCSUsrMsg_MarkAchievement::set_achievement(const char* value, size_t size) {
  10021. set_has_achievement();
  10022. if (achievement_ == &::google::protobuf::internal::kEmptyString) {
  10023. achievement_ = new ::std::string;
  10024. }
  10025. achievement_->assign(reinterpret_cast<const char*>(value), size);
  10026. }
  10027. inline ::std::string* CCSUsrMsg_MarkAchievement::mutable_achievement() {
  10028. set_has_achievement();
  10029. if (achievement_ == &::google::protobuf::internal::kEmptyString) {
  10030. achievement_ = new ::std::string;
  10031. }
  10032. return achievement_;
  10033. }
  10034. inline ::std::string* CCSUsrMsg_MarkAchievement::release_achievement() {
  10035. clear_has_achievement();
  10036. if (achievement_ == &::google::protobuf::internal::kEmptyString) {
  10037. return NULL;
  10038. } else {
  10039. ::std::string* temp = achievement_;
  10040. achievement_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10041. return temp;
  10042. }
  10043. }
  10044. inline void CCSUsrMsg_MarkAchievement::set_allocated_achievement(::std::string* achievement) {
  10045. if (achievement_ != &::google::protobuf::internal::kEmptyString) {
  10046. delete achievement_;
  10047. }
  10048. if (achievement) {
  10049. set_has_achievement();
  10050. achievement_ = achievement;
  10051. } else {
  10052. clear_has_achievement();
  10053. achievement_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10054. }
  10055. }
  10056. // -------------------------------------------------------------------
  10057. // CCSUsrMsg_MatchStatsUpdate
  10058. // optional string update = 1;
  10059. inline bool CCSUsrMsg_MatchStatsUpdate::has_update() const {
  10060. return (_has_bits_[0] & 0x00000001u) != 0;
  10061. }
  10062. inline void CCSUsrMsg_MatchStatsUpdate::set_has_update() {
  10063. _has_bits_[0] |= 0x00000001u;
  10064. }
  10065. inline void CCSUsrMsg_MatchStatsUpdate::clear_has_update() {
  10066. _has_bits_[0] &= ~0x00000001u;
  10067. }
  10068. inline void CCSUsrMsg_MatchStatsUpdate::clear_update() {
  10069. if (update_ != &::google::protobuf::internal::kEmptyString) {
  10070. update_->clear();
  10071. }
  10072. clear_has_update();
  10073. }
  10074. inline const ::std::string& CCSUsrMsg_MatchStatsUpdate::update() const {
  10075. return *update_;
  10076. }
  10077. inline void CCSUsrMsg_MatchStatsUpdate::set_update(const ::std::string& value) {
  10078. set_has_update();
  10079. if (update_ == &::google::protobuf::internal::kEmptyString) {
  10080. update_ = new ::std::string;
  10081. }
  10082. update_->assign(value);
  10083. }
  10084. inline void CCSUsrMsg_MatchStatsUpdate::set_update(const char* value) {
  10085. set_has_update();
  10086. if (update_ == &::google::protobuf::internal::kEmptyString) {
  10087. update_ = new ::std::string;
  10088. }
  10089. update_->assign(value);
  10090. }
  10091. inline void CCSUsrMsg_MatchStatsUpdate::set_update(const char* value, size_t size) {
  10092. set_has_update();
  10093. if (update_ == &::google::protobuf::internal::kEmptyString) {
  10094. update_ = new ::std::string;
  10095. }
  10096. update_->assign(reinterpret_cast<const char*>(value), size);
  10097. }
  10098. inline ::std::string* CCSUsrMsg_MatchStatsUpdate::mutable_update() {
  10099. set_has_update();
  10100. if (update_ == &::google::protobuf::internal::kEmptyString) {
  10101. update_ = new ::std::string;
  10102. }
  10103. return update_;
  10104. }
  10105. inline ::std::string* CCSUsrMsg_MatchStatsUpdate::release_update() {
  10106. clear_has_update();
  10107. if (update_ == &::google::protobuf::internal::kEmptyString) {
  10108. return NULL;
  10109. } else {
  10110. ::std::string* temp = update_;
  10111. update_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10112. return temp;
  10113. }
  10114. }
  10115. inline void CCSUsrMsg_MatchStatsUpdate::set_allocated_update(::std::string* update) {
  10116. if (update_ != &::google::protobuf::internal::kEmptyString) {
  10117. delete update_;
  10118. }
  10119. if (update) {
  10120. set_has_update();
  10121. update_ = update;
  10122. } else {
  10123. clear_has_update();
  10124. update_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10125. }
  10126. }
  10127. // -------------------------------------------------------------------
  10128. // CCSUsrMsg_ItemDrop
  10129. // optional int64 itemid = 1;
  10130. inline bool CCSUsrMsg_ItemDrop::has_itemid() const {
  10131. return (_has_bits_[0] & 0x00000001u) != 0;
  10132. }
  10133. inline void CCSUsrMsg_ItemDrop::set_has_itemid() {
  10134. _has_bits_[0] |= 0x00000001u;
  10135. }
  10136. inline void CCSUsrMsg_ItemDrop::clear_has_itemid() {
  10137. _has_bits_[0] &= ~0x00000001u;
  10138. }
  10139. inline void CCSUsrMsg_ItemDrop::clear_itemid() {
  10140. itemid_ = GOOGLE_LONGLONG(0);
  10141. clear_has_itemid();
  10142. }
  10143. inline ::google::protobuf::int64 CCSUsrMsg_ItemDrop::itemid() const {
  10144. return itemid_;
  10145. }
  10146. inline void CCSUsrMsg_ItemDrop::set_itemid(::google::protobuf::int64 value) {
  10147. set_has_itemid();
  10148. itemid_ = value;
  10149. }
  10150. // optional bool death = 2;
  10151. inline bool CCSUsrMsg_ItemDrop::has_death() const {
  10152. return (_has_bits_[0] & 0x00000002u) != 0;
  10153. }
  10154. inline void CCSUsrMsg_ItemDrop::set_has_death() {
  10155. _has_bits_[0] |= 0x00000002u;
  10156. }
  10157. inline void CCSUsrMsg_ItemDrop::clear_has_death() {
  10158. _has_bits_[0] &= ~0x00000002u;
  10159. }
  10160. inline void CCSUsrMsg_ItemDrop::clear_death() {
  10161. death_ = false;
  10162. clear_has_death();
  10163. }
  10164. inline bool CCSUsrMsg_ItemDrop::death() const {
  10165. return death_;
  10166. }
  10167. inline void CCSUsrMsg_ItemDrop::set_death(bool value) {
  10168. set_has_death();
  10169. death_ = value;
  10170. }
  10171. // -------------------------------------------------------------------
  10172. // CCSUsrMsg_GlowPropTurnOff
  10173. // optional int32 entidx = 1;
  10174. inline bool CCSUsrMsg_GlowPropTurnOff::has_entidx() const {
  10175. return (_has_bits_[0] & 0x00000001u) != 0;
  10176. }
  10177. inline void CCSUsrMsg_GlowPropTurnOff::set_has_entidx() {
  10178. _has_bits_[0] |= 0x00000001u;
  10179. }
  10180. inline void CCSUsrMsg_GlowPropTurnOff::clear_has_entidx() {
  10181. _has_bits_[0] &= ~0x00000001u;
  10182. }
  10183. inline void CCSUsrMsg_GlowPropTurnOff::clear_entidx() {
  10184. entidx_ = 0;
  10185. clear_has_entidx();
  10186. }
  10187. inline ::google::protobuf::int32 CCSUsrMsg_GlowPropTurnOff::entidx() const {
  10188. return entidx_;
  10189. }
  10190. inline void CCSUsrMsg_GlowPropTurnOff::set_entidx(::google::protobuf::int32 value) {
  10191. set_has_entidx();
  10192. entidx_ = value;
  10193. }
  10194. // -------------------------------------------------------------------
  10195. // CCSUsrMsg_RoundBackupFilenames
  10196. // optional int32 count = 1;
  10197. inline bool CCSUsrMsg_RoundBackupFilenames::has_count() const {
  10198. return (_has_bits_[0] & 0x00000001u) != 0;
  10199. }
  10200. inline void CCSUsrMsg_RoundBackupFilenames::set_has_count() {
  10201. _has_bits_[0] |= 0x00000001u;
  10202. }
  10203. inline void CCSUsrMsg_RoundBackupFilenames::clear_has_count() {
  10204. _has_bits_[0] &= ~0x00000001u;
  10205. }
  10206. inline void CCSUsrMsg_RoundBackupFilenames::clear_count() {
  10207. count_ = 0;
  10208. clear_has_count();
  10209. }
  10210. inline ::google::protobuf::int32 CCSUsrMsg_RoundBackupFilenames::count() const {
  10211. return count_;
  10212. }
  10213. inline void CCSUsrMsg_RoundBackupFilenames::set_count(::google::protobuf::int32 value) {
  10214. set_has_count();
  10215. count_ = value;
  10216. }
  10217. // optional int32 index = 2;
  10218. inline bool CCSUsrMsg_RoundBackupFilenames::has_index() const {
  10219. return (_has_bits_[0] & 0x00000002u) != 0;
  10220. }
  10221. inline void CCSUsrMsg_RoundBackupFilenames::set_has_index() {
  10222. _has_bits_[0] |= 0x00000002u;
  10223. }
  10224. inline void CCSUsrMsg_RoundBackupFilenames::clear_has_index() {
  10225. _has_bits_[0] &= ~0x00000002u;
  10226. }
  10227. inline void CCSUsrMsg_RoundBackupFilenames::clear_index() {
  10228. index_ = 0;
  10229. clear_has_index();
  10230. }
  10231. inline ::google::protobuf::int32 CCSUsrMsg_RoundBackupFilenames::index() const {
  10232. return index_;
  10233. }
  10234. inline void CCSUsrMsg_RoundBackupFilenames::set_index(::google::protobuf::int32 value) {
  10235. set_has_index();
  10236. index_ = value;
  10237. }
  10238. // optional string filename = 3;
  10239. inline bool CCSUsrMsg_RoundBackupFilenames::has_filename() const {
  10240. return (_has_bits_[0] & 0x00000004u) != 0;
  10241. }
  10242. inline void CCSUsrMsg_RoundBackupFilenames::set_has_filename() {
  10243. _has_bits_[0] |= 0x00000004u;
  10244. }
  10245. inline void CCSUsrMsg_RoundBackupFilenames::clear_has_filename() {
  10246. _has_bits_[0] &= ~0x00000004u;
  10247. }
  10248. inline void CCSUsrMsg_RoundBackupFilenames::clear_filename() {
  10249. if (filename_ != &::google::protobuf::internal::kEmptyString) {
  10250. filename_->clear();
  10251. }
  10252. clear_has_filename();
  10253. }
  10254. inline const ::std::string& CCSUsrMsg_RoundBackupFilenames::filename() const {
  10255. return *filename_;
  10256. }
  10257. inline void CCSUsrMsg_RoundBackupFilenames::set_filename(const ::std::string& value) {
  10258. set_has_filename();
  10259. if (filename_ == &::google::protobuf::internal::kEmptyString) {
  10260. filename_ = new ::std::string;
  10261. }
  10262. filename_->assign(value);
  10263. }
  10264. inline void CCSUsrMsg_RoundBackupFilenames::set_filename(const char* value) {
  10265. set_has_filename();
  10266. if (filename_ == &::google::protobuf::internal::kEmptyString) {
  10267. filename_ = new ::std::string;
  10268. }
  10269. filename_->assign(value);
  10270. }
  10271. inline void CCSUsrMsg_RoundBackupFilenames::set_filename(const char* value, size_t size) {
  10272. set_has_filename();
  10273. if (filename_ == &::google::protobuf::internal::kEmptyString) {
  10274. filename_ = new ::std::string;
  10275. }
  10276. filename_->assign(reinterpret_cast<const char*>(value), size);
  10277. }
  10278. inline ::std::string* CCSUsrMsg_RoundBackupFilenames::mutable_filename() {
  10279. set_has_filename();
  10280. if (filename_ == &::google::protobuf::internal::kEmptyString) {
  10281. filename_ = new ::std::string;
  10282. }
  10283. return filename_;
  10284. }
  10285. inline ::std::string* CCSUsrMsg_RoundBackupFilenames::release_filename() {
  10286. clear_has_filename();
  10287. if (filename_ == &::google::protobuf::internal::kEmptyString) {
  10288. return NULL;
  10289. } else {
  10290. ::std::string* temp = filename_;
  10291. filename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10292. return temp;
  10293. }
  10294. }
  10295. inline void CCSUsrMsg_RoundBackupFilenames::set_allocated_filename(::std::string* filename) {
  10296. if (filename_ != &::google::protobuf::internal::kEmptyString) {
  10297. delete filename_;
  10298. }
  10299. if (filename) {
  10300. set_has_filename();
  10301. filename_ = filename;
  10302. } else {
  10303. clear_has_filename();
  10304. filename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10305. }
  10306. }
  10307. // optional string nicename = 4;
  10308. inline bool CCSUsrMsg_RoundBackupFilenames::has_nicename() const {
  10309. return (_has_bits_[0] & 0x00000008u) != 0;
  10310. }
  10311. inline void CCSUsrMsg_RoundBackupFilenames::set_has_nicename() {
  10312. _has_bits_[0] |= 0x00000008u;
  10313. }
  10314. inline void CCSUsrMsg_RoundBackupFilenames::clear_has_nicename() {
  10315. _has_bits_[0] &= ~0x00000008u;
  10316. }
  10317. inline void CCSUsrMsg_RoundBackupFilenames::clear_nicename() {
  10318. if (nicename_ != &::google::protobuf::internal::kEmptyString) {
  10319. nicename_->clear();
  10320. }
  10321. clear_has_nicename();
  10322. }
  10323. inline const ::std::string& CCSUsrMsg_RoundBackupFilenames::nicename() const {
  10324. return *nicename_;
  10325. }
  10326. inline void CCSUsrMsg_RoundBackupFilenames::set_nicename(const ::std::string& value) {
  10327. set_has_nicename();
  10328. if (nicename_ == &::google::protobuf::internal::kEmptyString) {
  10329. nicename_ = new ::std::string;
  10330. }
  10331. nicename_->assign(value);
  10332. }
  10333. inline void CCSUsrMsg_RoundBackupFilenames::set_nicename(const char* value) {
  10334. set_has_nicename();
  10335. if (nicename_ == &::google::protobuf::internal::kEmptyString) {
  10336. nicename_ = new ::std::string;
  10337. }
  10338. nicename_->assign(value);
  10339. }
  10340. inline void CCSUsrMsg_RoundBackupFilenames::set_nicename(const char* value, size_t size) {
  10341. set_has_nicename();
  10342. if (nicename_ == &::google::protobuf::internal::kEmptyString) {
  10343. nicename_ = new ::std::string;
  10344. }
  10345. nicename_->assign(reinterpret_cast<const char*>(value), size);
  10346. }
  10347. inline ::std::string* CCSUsrMsg_RoundBackupFilenames::mutable_nicename() {
  10348. set_has_nicename();
  10349. if (nicename_ == &::google::protobuf::internal::kEmptyString) {
  10350. nicename_ = new ::std::string;
  10351. }
  10352. return nicename_;
  10353. }
  10354. inline ::std::string* CCSUsrMsg_RoundBackupFilenames::release_nicename() {
  10355. clear_has_nicename();
  10356. if (nicename_ == &::google::protobuf::internal::kEmptyString) {
  10357. return NULL;
  10358. } else {
  10359. ::std::string* temp = nicename_;
  10360. nicename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10361. return temp;
  10362. }
  10363. }
  10364. inline void CCSUsrMsg_RoundBackupFilenames::set_allocated_nicename(::std::string* nicename) {
  10365. if (nicename_ != &::google::protobuf::internal::kEmptyString) {
  10366. delete nicename_;
  10367. }
  10368. if (nicename) {
  10369. set_has_nicename();
  10370. nicename_ = nicename;
  10371. } else {
  10372. clear_has_nicename();
  10373. nicename_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  10374. }
  10375. }
  10376. // -------------------------------------------------------------------
  10377. // CCSUsrMsg_ResetHud
  10378. // optional bool reset = 1;
  10379. inline bool CCSUsrMsg_ResetHud::has_reset() const {
  10380. return (_has_bits_[0] & 0x00000001u) != 0;
  10381. }
  10382. inline void CCSUsrMsg_ResetHud::set_has_reset() {
  10383. _has_bits_[0] |= 0x00000001u;
  10384. }
  10385. inline void CCSUsrMsg_ResetHud::clear_has_reset() {
  10386. _has_bits_[0] &= ~0x00000001u;
  10387. }
  10388. inline void CCSUsrMsg_ResetHud::clear_reset() {
  10389. reset_ = false;
  10390. clear_has_reset();
  10391. }
  10392. inline bool CCSUsrMsg_ResetHud::reset() const {
  10393. return reset_;
  10394. }
  10395. inline void CCSUsrMsg_ResetHud::set_reset(bool value) {
  10396. set_has_reset();
  10397. reset_ = value;
  10398. }
  10399. // -------------------------------------------------------------------
  10400. // CCSUsrMsg_GameTitle
  10401. // optional int32 dummy = 1;
  10402. inline bool CCSUsrMsg_GameTitle::has_dummy() const {
  10403. return (_has_bits_[0] & 0x00000001u) != 0;
  10404. }
  10405. inline void CCSUsrMsg_GameTitle::set_has_dummy() {
  10406. _has_bits_[0] |= 0x00000001u;
  10407. }
  10408. inline void CCSUsrMsg_GameTitle::clear_has_dummy() {
  10409. _has_bits_[0] &= ~0x00000001u;
  10410. }
  10411. inline void CCSUsrMsg_GameTitle::clear_dummy() {
  10412. dummy_ = 0;
  10413. clear_has_dummy();
  10414. }
  10415. inline ::google::protobuf::int32 CCSUsrMsg_GameTitle::dummy() const {
  10416. return dummy_;
  10417. }
  10418. inline void CCSUsrMsg_GameTitle::set_dummy(::google::protobuf::int32 value) {
  10419. set_has_dummy();
  10420. dummy_ = value;
  10421. }
  10422. // -------------------------------------------------------------------
  10423. // CCSUsrMsg_RequestState
  10424. // optional int32 dummy = 1;
  10425. inline bool CCSUsrMsg_RequestState::has_dummy() const {
  10426. return (_has_bits_[0] & 0x00000001u) != 0;
  10427. }
  10428. inline void CCSUsrMsg_RequestState::set_has_dummy() {
  10429. _has_bits_[0] |= 0x00000001u;
  10430. }
  10431. inline void CCSUsrMsg_RequestState::clear_has_dummy() {
  10432. _has_bits_[0] &= ~0x00000001u;
  10433. }
  10434. inline void CCSUsrMsg_RequestState::clear_dummy() {
  10435. dummy_ = 0;
  10436. clear_has_dummy();
  10437. }
  10438. inline ::google::protobuf::int32 CCSUsrMsg_RequestState::dummy() const {
  10439. return dummy_;
  10440. }
  10441. inline void CCSUsrMsg_RequestState::set_dummy(::google::protobuf::int32 value) {
  10442. set_has_dummy();
  10443. dummy_ = value;
  10444. }
  10445. // -------------------------------------------------------------------
  10446. // CCSUsrMsg_StopSpectatorMode
  10447. // optional int32 dummy = 1;
  10448. inline bool CCSUsrMsg_StopSpectatorMode::has_dummy() const {
  10449. return (_has_bits_[0] & 0x00000001u) != 0;
  10450. }
  10451. inline void CCSUsrMsg_StopSpectatorMode::set_has_dummy() {
  10452. _has_bits_[0] |= 0x00000001u;
  10453. }
  10454. inline void CCSUsrMsg_StopSpectatorMode::clear_has_dummy() {
  10455. _has_bits_[0] &= ~0x00000001u;
  10456. }
  10457. inline void CCSUsrMsg_StopSpectatorMode::clear_dummy() {
  10458. dummy_ = 0;
  10459. clear_has_dummy();
  10460. }
  10461. inline ::google::protobuf::int32 CCSUsrMsg_StopSpectatorMode::dummy() const {
  10462. return dummy_;
  10463. }
  10464. inline void CCSUsrMsg_StopSpectatorMode::set_dummy(::google::protobuf::int32 value) {
  10465. set_has_dummy();
  10466. dummy_ = value;
  10467. }
  10468. // -------------------------------------------------------------------
  10469. // CCSUsrMsg_DisconnectToLobby
  10470. // optional int32 dummy = 1;
  10471. inline bool CCSUsrMsg_DisconnectToLobby::has_dummy() const {
  10472. return (_has_bits_[0] & 0x00000001u) != 0;
  10473. }
  10474. inline void CCSUsrMsg_DisconnectToLobby::set_has_dummy() {
  10475. _has_bits_[0] |= 0x00000001u;
  10476. }
  10477. inline void CCSUsrMsg_DisconnectToLobby::clear_has_dummy() {
  10478. _has_bits_[0] &= ~0x00000001u;
  10479. }
  10480. inline void CCSUsrMsg_DisconnectToLobby::clear_dummy() {
  10481. dummy_ = 0;
  10482. clear_has_dummy();
  10483. }
  10484. inline ::google::protobuf::int32 CCSUsrMsg_DisconnectToLobby::dummy() const {
  10485. return dummy_;
  10486. }
  10487. inline void CCSUsrMsg_DisconnectToLobby::set_dummy(::google::protobuf::int32 value) {
  10488. set_has_dummy();
  10489. dummy_ = value;
  10490. }
  10491. // -------------------------------------------------------------------
  10492. // CCSUsrMsg_WarmupHasEnded
  10493. // optional int32 dummy = 1;
  10494. inline bool CCSUsrMsg_WarmupHasEnded::has_dummy() const {
  10495. return (_has_bits_[0] & 0x00000001u) != 0;
  10496. }
  10497. inline void CCSUsrMsg_WarmupHasEnded::set_has_dummy() {
  10498. _has_bits_[0] |= 0x00000001u;
  10499. }
  10500. inline void CCSUsrMsg_WarmupHasEnded::clear_has_dummy() {
  10501. _has_bits_[0] &= ~0x00000001u;
  10502. }
  10503. inline void CCSUsrMsg_WarmupHasEnded::clear_dummy() {
  10504. dummy_ = 0;
  10505. clear_has_dummy();
  10506. }
  10507. inline ::google::protobuf::int32 CCSUsrMsg_WarmupHasEnded::dummy() const {
  10508. return dummy_;
  10509. }
  10510. inline void CCSUsrMsg_WarmupHasEnded::set_dummy(::google::protobuf::int32 value) {
  10511. set_has_dummy();
  10512. dummy_ = value;
  10513. }
  10514. // -------------------------------------------------------------------
  10515. // CCSUsrMsg_ClientInfo
  10516. // optional int32 dummy = 1;
  10517. inline bool CCSUsrMsg_ClientInfo::has_dummy() const {
  10518. return (_has_bits_[0] & 0x00000001u) != 0;
  10519. }
  10520. inline void CCSUsrMsg_ClientInfo::set_has_dummy() {
  10521. _has_bits_[0] |= 0x00000001u;
  10522. }
  10523. inline void CCSUsrMsg_ClientInfo::clear_has_dummy() {
  10524. _has_bits_[0] &= ~0x00000001u;
  10525. }
  10526. inline void CCSUsrMsg_ClientInfo::clear_dummy() {
  10527. dummy_ = 0;
  10528. clear_has_dummy();
  10529. }
  10530. inline ::google::protobuf::int32 CCSUsrMsg_ClientInfo::dummy() const {
  10531. return dummy_;
  10532. }
  10533. inline void CCSUsrMsg_ClientInfo::set_dummy(::google::protobuf::int32 value) {
  10534. set_has_dummy();
  10535. dummy_ = value;
  10536. }
  10537. // -------------------------------------------------------------------
  10538. // CCSUsrMsg_ServerRankRevealAll
  10539. // optional int32 seconds_till_shutdown = 1;
  10540. inline bool CCSUsrMsg_ServerRankRevealAll::has_seconds_till_shutdown() const {
  10541. return (_has_bits_[0] & 0x00000001u) != 0;
  10542. }
  10543. inline void CCSUsrMsg_ServerRankRevealAll::set_has_seconds_till_shutdown() {
  10544. _has_bits_[0] |= 0x00000001u;
  10545. }
  10546. inline void CCSUsrMsg_ServerRankRevealAll::clear_has_seconds_till_shutdown() {
  10547. _has_bits_[0] &= ~0x00000001u;
  10548. }
  10549. inline void CCSUsrMsg_ServerRankRevealAll::clear_seconds_till_shutdown() {
  10550. seconds_till_shutdown_ = 0;
  10551. clear_has_seconds_till_shutdown();
  10552. }
  10553. inline ::google::protobuf::int32 CCSUsrMsg_ServerRankRevealAll::seconds_till_shutdown() const {
  10554. return seconds_till_shutdown_;
  10555. }
  10556. inline void CCSUsrMsg_ServerRankRevealAll::set_seconds_till_shutdown(::google::protobuf::int32 value) {
  10557. set_has_seconds_till_shutdown();
  10558. seconds_till_shutdown_ = value;
  10559. }
  10560. // @@protoc_insertion_point(namespace_scope)
  10561. #ifndef SWIG
  10562. namespace google {
  10563. namespace protobuf {
  10564. template <>
  10565. inline const EnumDescriptor* GetEnumDescriptor< ::ECstrike15UserMessages>() {
  10566. return ::ECstrike15UserMessages_descriptor();
  10567. }
  10568. } // namespace google
  10569. } // namespace protobuf
  10570. #endif // SWIG
  10571. // @@protoc_insertion_point(global_scope)
  10572. #endif // PROTOBUF_cstrike15_5fusermessages_2eproto__INCLUDED