protocol

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_CGCSystemMsg_GetAccountDetails_Response_EresultDeprecated uint32 = 2
View Source
const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
View Source
const Default_CHTMLPageSecurityInfo_BHasCertError bool = false
View Source
const Default_CHTMLPageSecurityInfo_BIsEVCert bool = false
View Source
const Default_CHTMLPageSecurityInfo_BIsSecure bool = false
View Source
const Default_CHTMLPageSecurityInfo_CertExpiry int32 = 0
View Source
const Default_CHTMLPageSecurityInfo_NCertBits int32 = 0
View Source
const Default_CMsgAMAddFreeLicenseResponse_Eresult int32 = 2
View Source
const Default_CMsgAMGetUserGameStatsResponse_Eresult int32 = 2
View Source
const Default_CMsgAMGrantGuestPasses2Response_Eresult int32 = 2
View Source
const Default_CMsgAMGrantGuestPasses2Response_PassesGranted int32 = 0
View Source
const Default_CMsgAMSendEmailResponse_Eresult uint32 = 2
View Source
const Default_CMsgBrowserCreate_Popup bool = false
View Source
const Default_CMsgBrowserCreate_WebkitScrollbars bool = false
View Source
const Default_CMsgDPPartnerMicroTxnsResponse_Eresult uint32 = 2
View Source
const Default_CMsgFind_Reverse bool = false
View Source
const Default_CMsgGCGetEmailTemplateResponse_Eresult uint32 = 2
View Source
const Default_CMsgGCGetPartnerAccountLink_Response_IdVerified bool = true
View Source
const Default_CMsgGCMsgMasterSetClientMsgRouting_Response_Eresult int32 = 2
View Source
const Default_CMsgGCMsgMasterSetDirectory_Response_Eresult int32 = 2
View Source
const Default_CMsgGCMsgMasterSetWebAPIRouting_Response_Eresult int32 = 2
View Source
const Default_CMsgNeedsPaint_ComboboxRgba uint64 = 0
View Source
const Default_CMsgNeedsPaint_ComboboxTall uint32 = 0
View Source
const Default_CMsgNeedsPaint_ComboboxWide uint32 = 0
View Source
const Default_CMsgProtoBufHeader_Eresult int32 = 2
View Source
const Default_CMsgProtoBufHeader_JobIdSource uint64 = 18446744073709551615
View Source
const Default_CMsgProtoBufHeader_JobIdTarget uint64 = 18446744073709551615
View Source
const Default_CMsgWebAPIKey_AccountId uint32 = 0
View Source
const Default_CMsgWebAPIKey_PublisherGroupId uint32 = 0
View Source
const Default_CMsgWebAPIKey_Status uint32 = 255
View Source
const Default_CMsgZoomToFocusedElement_Leftoffset uint32 = 0
View Source
const Default_CMsgZoomToFocusedElement_Topoffset uint32 = 0
View Source
const Default_CSOEconGameAccountClient_AdditionalBackpackSlots uint32 = 0
View Source
const Default_CSOEconItem_Flags uint32 = 0
View Source
const Default_CSOEconItem_InUse bool = false
View Source
const Default_CSOEconItem_OriginalId uint64 = 0
View Source
const Default_CSOEconItem_Style uint32 = 0
View Source
const Default_CSVCMsg_VoiceInit_Version int32 = 0
View Source
const Default_CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule_RuleType uint32 = 1

Variables

View Source
var CLC_Messages_name = map[int32]string{
	8:  "clc_ClientInfo",
	9:  "clc_Move",
	10: "clc_VoiceData",
	11: "clc_BaselineAck",
	12: "clc_ListenEvents",
	13: "clc_RespondCvarValue",
	14: "clc_FileCRCCheck",
	15: "clc_LoadingProgress",
	16: "clc_SplitPlayerConnect",
	17: "clc_ClientMessage",
	18: "clc_CmdKeyValues",
}
View Source
var CLC_Messages_value = map[string]int32{
	"clc_ClientInfo":         8,
	"clc_Move":               9,
	"clc_VoiceData":          10,
	"clc_BaselineAck":        11,
	"clc_ListenEvents":       12,
	"clc_RespondCvarValue":   13,
	"clc_FileCRCCheck":       14,
	"clc_LoadingProgress":    15,
	"clc_SplitPlayerConnect": 16,
	"clc_ClientMessage":      17,
	"clc_CmdKeyValues":       18,
}
View Source
var CMsgDPPartnerMicroTxnsResponse_EErrorCode_name = map[int32]string{
	0: "k_MsgValid",
	1: "k_MsgInvalidAppID",
	2: "k_MsgInvalidPartnerInfo",
	3: "k_MsgNoTransactions",
	4: "k_MsgSQLFailure",
	5: "k_MsgPartnerInfoDiscrepancy",
	7: "k_MsgTransactionInsertFailed",
	8: "k_MsgAlreadyRunning",
	9: "k_MsgInvalidTransactionData",
}
View Source
var CMsgDPPartnerMicroTxnsResponse_EErrorCode_value = map[string]int32{
	"k_MsgValid":                   0,
	"k_MsgInvalidAppID":            1,
	"k_MsgInvalidPartnerInfo":      2,
	"k_MsgNoTransactions":          3,
	"k_MsgSQLFailure":              4,
	"k_MsgPartnerInfoDiscrepancy":  5,
	"k_MsgTransactionInsertFailed": 7,
	"k_MsgAlreadyRunning":          8,
	"k_MsgInvalidTransactionData":  9,
}
View Source
var CMsgGCMsgSetOptions_Option_name = map[int32]string{
	0: "NOTIFY_USER_SESSIONS",
	1: "NOTIFY_SERVER_SESSIONS",
	2: "NOTIFY_ACHIEVEMENTS",
	3: "NOTIFY_VAC_ACTION",
}
View Source
var CMsgGCMsgSetOptions_Option_value = map[string]int32{
	"NOTIFY_USER_SESSIONS":   0,
	"NOTIFY_SERVER_SESSIONS": 1,
	"NOTIFY_ACHIEVEMENTS":    2,
	"NOTIFY_VAC_ACTION":      3,
}
View Source
var CMsgGCRoutingInfo_RoutingMethod_name = map[int32]string{
	0: "RANDOM",
	1: "DISCARD",
	2: "CLIENT_STEAMID",
	3: "PROTOBUF_FIELD_UINT64",
	4: "WEBAPI_PARAM_UINT64",
}
View Source
var CMsgGCRoutingInfo_RoutingMethod_value = map[string]int32{
	"RANDOM":                0,
	"DISCARD":               1,
	"CLIENT_STEAMID":        2,
	"PROTOBUF_FIELD_UINT64": 3,
	"WEBAPI_PARAM_UINT64":   4,
}
View Source
var CMsgGameServerInfo_ServerType_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "GAME",
	2: "PROXY",
}
View Source
var CMsgGameServerInfo_ServerType_value = map[string]int32{
	"UNSPECIFIED": 0,
	"GAME":        1,
	"PROXY":       2,
}
View Source
var ECommunityItemAttribute_name = map[int32]string{
	0: "k_ECommunityItemAttribute_Invalid",
	1: "k_ECommunityItemAttribute_CardBorder",
	2: "k_ECommunityItemAttribute_Level",
	3: "k_ECommunityItemAttribute_IssueNumber",
	4: "k_ECommunityItemAttribute_TradableTime",
	5: "k_ECommunityItemAttribute_StorePackageID",
	6: "k_ECommunityItemAttribute_CommunityItemAppID",
	7: "k_ECommunityItemAttribute_CommunityItemType",
	8: "k_ECommunityItemAttribute_ProfileModiferEnabled",
	9: "k_ECommunityItemAttribute_ExpiryTime",
}
View Source
var ECommunityItemAttribute_value = map[string]int32{
	"k_ECommunityItemAttribute_Invalid":               0,
	"k_ECommunityItemAttribute_CardBorder":            1,
	"k_ECommunityItemAttribute_Level":                 2,
	"k_ECommunityItemAttribute_IssueNumber":           3,
	"k_ECommunityItemAttribute_TradableTime":          4,
	"k_ECommunityItemAttribute_StorePackageID":        5,
	"k_ECommunityItemAttribute_CommunityItemAppID":    6,
	"k_ECommunityItemAttribute_CommunityItemType":     7,
	"k_ECommunityItemAttribute_ProfileModiferEnabled": 8,
	"k_ECommunityItemAttribute_ExpiryTime":            9,
}
View Source
var ECommunityItemClass_name = map[int32]string{
	0:  "k_ECommunityItemClass_Invalid",
	1:  "k_ECommunityItemClass_Badge",
	2:  "k_ECommunityItemClass_GameCard",
	3:  "k_ECommunityItemClass_ProfileBackground",
	4:  "k_ECommunityItemClass_Emoticon",
	5:  "k_ECommunityItemClass_BoosterPack",
	6:  "k_ECommunityItemClass_Consumable",
	7:  "k_ECommunityItemClass_GameGoo",
	8:  "k_ECommunityItemClass_ProfileModifier",
	9:  "k_ECommunityItemClass_Scene",
	10: "k_ECommunityItemClass_SalienItem",
}
View Source
var ECommunityItemClass_value = map[string]int32{
	"k_ECommunityItemClass_Invalid":           0,
	"k_ECommunityItemClass_Badge":             1,
	"k_ECommunityItemClass_GameCard":          2,
	"k_ECommunityItemClass_ProfileBackground": 3,
	"k_ECommunityItemClass_Emoticon":          4,
	"k_ECommunityItemClass_BoosterPack":       5,
	"k_ECommunityItemClass_Consumable":        6,
	"k_ECommunityItemClass_GameGoo":           7,
	"k_ECommunityItemClass_ProfileModifier":   8,
	"k_ECommunityItemClass_Scene":             9,
	"k_ECommunityItemClass_SalienItem":        10,
}
View Source
var ECsgoGCMsg_name = map[int32]string{
	9100: "k_EMsgGCCStrike15_v2_Base",
	9101: "k_EMsgGCCStrike15_v2_MatchmakingStart",
	9102: "k_EMsgGCCStrike15_v2_MatchmakingStop",
	9103: "k_EMsgGCCStrike15_v2_MatchmakingClient2ServerPing",
	9104: "k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate",
	9105: "k_EMsgGCCStrike15_v2_MatchmakingGC2ServerReserve",
	9106: "k_EMsgGCCStrike15_v2_MatchmakingServerReservationResponse",
	9107: "k_EMsgGCCStrike15_v2_MatchmakingGC2ClientReserve",
	9108: "k_EMsgGCCStrike15_v2_MatchmakingServerRoundStats",
	9109: "k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello",
	9110: "k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello",
	9111: "k_EMsgGCCStrike15_v2_MatchmakingServerMatchEnd",
	9112: "k_EMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon",
	9113: "k_EMsgGCCStrike15_v2_MatchmakingServer2GCKick",
	9114: "k_EMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm",
	9115: "k_EMsgGCCStrike15_v2_MatchmakingGCOperationalStats",
	9116: "k_EMsgGCCStrike15_v2_MatchmakingGC2ServerRankUpdate",
	9117: "k_EMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate",
	9118: "k_EMsgGCCStrike15_v2_ServerNotificationForUserPenalty",
	9119: "k_EMsgGCCStrike15_v2_ClientReportPlayer",
	9120: "k_EMsgGCCStrike15_v2_ClientReportServer",
	9121: "k_EMsgGCCStrike15_v2_ClientCommendPlayer",
	9122: "k_EMsgGCCStrike15_v2_ClientReportResponse",
	9123: "k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery",
	9124: "k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse",
	9126: "k_EMsgGCCStrike15_v2_WatchInfoUsers",
	9127: "k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile",
	9128: "k_EMsgGCCStrike15_v2_PlayersProfile",
	9129: "k_EMsgGCCStrike15_v2_SetMyMedalsInfo",
	9131: "k_EMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate",
	9132: "k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment",
	9133: "k_EMsgGCCStrike15_v2_PlayerOverwatchCaseStatus",
	9134: "k_EMsgGCCStrike15_v2_GC2ClientTextMsg",
	9135: "k_EMsgGCCStrike15_v2_Client2GCTextMsg",
	9136: "k_EMsgGCCStrike15_v2_MatchEndRunRewardDrops",
	9137: "k_EMsgGCCStrike15_v2_MatchEndRewardDropsNotification",
	9138: "k_EMsgGCCStrike15_v2_ClientRequestWatchInfoFriends2",
	9139: "k_EMsgGCCStrike15_v2_MatchList",
	9140: "k_EMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames",
	9141: "k_EMsgGCCStrike15_v2_MatchListRequestRecentUserGames",
	9142: "k_EMsgGCCStrike15_v2_GC2ServerReservationUpdate",
	9144: "k_EMsgGCCStrike15_v2_ClientVarValueNotificationInfo",
	9145: "k_EMsgGCCStrike15_v2_TournamentMatchRewardDropsNotification",
	9146: "k_EMsgGCCStrike15_v2_MatchListRequestTournamentGames",
	9147: "k_EMsgGCCStrike15_v2_MatchListRequestFullGameInfo",
	9148: "k_EMsgGCCStrike15_v2_GiftsLeaderboardRequest",
	9149: "k_EMsgGCCStrike15_v2_GiftsLeaderboardResponse",
	9150: "k_EMsgGCCStrike15_v2_ServerVarValueNotificationInfo",
	9151: "k_EMsgGCToGCReloadVersions",
	9152: "k_EMsgGCCStrike15_v2_ClientSubmitSurveyVote",
	9153: "k_EMsgGCCStrike15_v2_Server2GCClientValidate",
	9154: "k_EMsgGCCStrike15_v2_MatchListRequestLiveGameForUser",
	9155: "k_EMsgGCCStrike15_v2_Server2GCPureServerValidationFailure",
	9156: "k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest",
	9157: "k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse",
	9158: "k_EMsgGCCStrike15_v2_AccountPrivacySettings",
	9159: "k_EMsgGCCStrike15_v2_SetMyActivityInfo",
	9160: "k_EMsgGCCStrike15_v2_MatchListRequestTournamentPredictions",
	9161: "k_EMsgGCCStrike15_v2_MatchListUploadTournamentPredictions",
	9162: "k_EMsgGCCStrike15_v2_DraftSummary",
	9163: "k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData",
	9164: "k_EMsgGCCStrike15_v2_ClientRequestJoinServerData",
	9165: "k_EMsgGCCStrike15_v2_ClientRequestNewMission",
	9166: "k_EMsgGCCStrike15_v2_GC2ServerNotifyXPRewarded",
	9167: "k_EMsgGCCStrike15_v2_GC2ClientTournamentInfo",
	9168: "k_EMsgGC_GlobalGame_Subscribe",
	9169: "k_EMsgGC_GlobalGame_Unsubscribe",
	9170: "k_EMsgGC_GlobalGame_Play",
	9171: "k_EMsgGCCStrike15_v2_AcknowledgePenalty",
	9172: "k_EMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin",
	9173: "k_EMsgGCCStrike15_v2_GC2ClientGlobalStats",
	9174: "k_EMsgGCCStrike15_v2_Client2GCStreamUnlock",
	9175: "k_EMsgGCCStrike15_v2_FantasyRequestClientData",
	9176: "k_EMsgGCCStrike15_v2_FantasyUpdateClientData",
}
View Source
var ECsgoGCMsg_value = map[string]int32{
	"k_EMsgGCCStrike15_v2_Base":                                   9100,
	"k_EMsgGCCStrike15_v2_MatchmakingStart":                       9101,
	"k_EMsgGCCStrike15_v2_MatchmakingStop":                        9102,
	"k_EMsgGCCStrike15_v2_MatchmakingClient2ServerPing":           9103,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate":             9104,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ServerReserve":            9105,
	"k_EMsgGCCStrike15_v2_MatchmakingServerReservationResponse":   9106,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientReserve":            9107,
	"k_EMsgGCCStrike15_v2_MatchmakingServerRoundStats":            9108,
	"k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello":              9109,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello":              9110,
	"k_EMsgGCCStrike15_v2_MatchmakingServerMatchEnd":              9111,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon":            9112,
	"k_EMsgGCCStrike15_v2_MatchmakingServer2GCKick":               9113,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm":            9114,
	"k_EMsgGCCStrike15_v2_MatchmakingGCOperationalStats":          9115,
	"k_EMsgGCCStrike15_v2_MatchmakingGC2ServerRankUpdate":         9116,
	"k_EMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate":       9117,
	"k_EMsgGCCStrike15_v2_ServerNotificationForUserPenalty":       9118,
	"k_EMsgGCCStrike15_v2_ClientReportPlayer":                     9119,
	"k_EMsgGCCStrike15_v2_ClientReportServer":                     9120,
	"k_EMsgGCCStrike15_v2_ClientCommendPlayer":                    9121,
	"k_EMsgGCCStrike15_v2_ClientReportResponse":                   9122,
	"k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery":               9123,
	"k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse":       9124,
	"k_EMsgGCCStrike15_v2_WatchInfoUsers":                         9126,
	"k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile":            9127,
	"k_EMsgGCCStrike15_v2_PlayersProfile":                         9128,
	"k_EMsgGCCStrike15_v2_SetMyMedalsInfo":                        9129,
	"k_EMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate":              9131,
	"k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment":          9132,
	"k_EMsgGCCStrike15_v2_PlayerOverwatchCaseStatus":              9133,
	"k_EMsgGCCStrike15_v2_GC2ClientTextMsg":                       9134,
	"k_EMsgGCCStrike15_v2_Client2GCTextMsg":                       9135,
	"k_EMsgGCCStrike15_v2_MatchEndRunRewardDrops":                 9136,
	"k_EMsgGCCStrike15_v2_MatchEndRewardDropsNotification":        9137,
	"k_EMsgGCCStrike15_v2_ClientRequestWatchInfoFriends2":         9138,
	"k_EMsgGCCStrike15_v2_MatchList":                              9139,
	"k_EMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames":       9140,
	"k_EMsgGCCStrike15_v2_MatchListRequestRecentUserGames":        9141,
	"k_EMsgGCCStrike15_v2_GC2ServerReservationUpdate":             9142,
	"k_EMsgGCCStrike15_v2_ClientVarValueNotificationInfo":         9144,
	"k_EMsgGCCStrike15_v2_TournamentMatchRewardDropsNotification": 9145,
	"k_EMsgGCCStrike15_v2_MatchListRequestTournamentGames":        9146,
	"k_EMsgGCCStrike15_v2_MatchListRequestFullGameInfo":           9147,
	"k_EMsgGCCStrike15_v2_GiftsLeaderboardRequest":                9148,
	"k_EMsgGCCStrike15_v2_GiftsLeaderboardResponse":               9149,
	"k_EMsgGCCStrike15_v2_ServerVarValueNotificationInfo":         9150,
	"k_EMsgGCToGCReloadVersions":                                  9151,
	"k_EMsgGCCStrike15_v2_ClientSubmitSurveyVote":                 9152,
	"k_EMsgGCCStrike15_v2_Server2GCClientValidate":                9153,
	"k_EMsgGCCStrike15_v2_MatchListRequestLiveGameForUser":        9154,
	"k_EMsgGCCStrike15_v2_Server2GCPureServerValidationFailure":   9155,
	"k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest":   9156,
	"k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse":  9157,
	"k_EMsgGCCStrike15_v2_AccountPrivacySettings":                 9158,
	"k_EMsgGCCStrike15_v2_SetMyActivityInfo":                      9159,
	"k_EMsgGCCStrike15_v2_MatchListRequestTournamentPredictions":  9160,
	"k_EMsgGCCStrike15_v2_MatchListUploadTournamentPredictions":   9161,
	"k_EMsgGCCStrike15_v2_DraftSummary":                           9162,
	"k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData":            9163,
	"k_EMsgGCCStrike15_v2_ClientRequestJoinServerData":            9164,
	"k_EMsgGCCStrike15_v2_ClientRequestNewMission":                9165,
	"k_EMsgGCCStrike15_v2_GC2ServerNotifyXPRewarded":              9166,
	"k_EMsgGCCStrike15_v2_GC2ClientTournamentInfo":                9167,
	"k_EMsgGC_GlobalGame_Subscribe":                               9168,
	"k_EMsgGC_GlobalGame_Unsubscribe":                             9169,
	"k_EMsgGC_GlobalGame_Play":                                    9170,
	"k_EMsgGCCStrike15_v2_AcknowledgePenalty":                     9171,
	"k_EMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin":           9172,
	"k_EMsgGCCStrike15_v2_GC2ClientGlobalStats":                   9173,
	"k_EMsgGCCStrike15_v2_Client2GCStreamUnlock":                  9174,
	"k_EMsgGCCStrike15_v2_FantasyRequestClientData":               9175,
	"k_EMsgGCCStrike15_v2_FantasyUpdateClientData":                9176,
}
View Source
var ECstrike15UserMessages_name = map[int32]string{
	1:  "CS_UM_VGUIMenu",
	2:  "CS_UM_Geiger",
	3:  "CS_UM_Train",
	4:  "CS_UM_HudText",
	5:  "CS_UM_SayText",
	6:  "CS_UM_SayText2",
	7:  "CS_UM_TextMsg",
	8:  "CS_UM_HudMsg",
	9:  "CS_UM_ResetHud",
	10: "CS_UM_GameTitle",
	12: "CS_UM_Shake",
	13: "CS_UM_Fade",
	14: "CS_UM_Rumble",
	15: "CS_UM_CloseCaption",
	16: "CS_UM_CloseCaptionDirect",
	17: "CS_UM_SendAudio",
	18: "CS_UM_RawAudio",
	19: "CS_UM_VoiceMask",
	20: "CS_UM_RequestState",
	21: "CS_UM_Damage",
	22: "CS_UM_RadioText",
	23: "CS_UM_HintText",
	24: "CS_UM_KeyHintText",
	25: "CS_UM_ProcessSpottedEntityUpdate",
	26: "CS_UM_ReloadEffect",
	27: "CS_UM_AdjustMoney",
	28: "CS_UM_UpdateTeamMoney",
	29: "CS_UM_StopSpectatorMode",
	30: "CS_UM_KillCam",
	31: "CS_UM_DesiredTimescale",
	32: "CS_UM_CurrentTimescale",
	33: "CS_UM_AchievementEvent",
	34: "CS_UM_MatchEndConditions",
	35: "CS_UM_DisconnectToLobby",
	36: "CS_UM_PlayerStatsUpdate",
	37: "CS_UM_DisplayInventory",
	38: "CS_UM_WarmupHasEnded",
	39: "CS_UM_ClientInfo",
	40: "CS_UM_XRankGet",
	41: "CS_UM_XRankUpd",
	45: "CS_UM_CallVoteFailed",
	46: "CS_UM_VoteStart",
	47: "CS_UM_VotePass",
	48: "CS_UM_VoteFailed",
	49: "CS_UM_VoteSetup",
	50: "CS_UM_ServerRankRevealAll",
	51: "CS_UM_SendLastKillerDamageToClient",
	52: "CS_UM_ServerRankUpdate",
	53: "CS_UM_ItemPickup",
	54: "CS_UM_ShowMenu",
	55: "CS_UM_BarTime",
	56: "CS_UM_AmmoDenied",
	57: "CS_UM_MarkAchievement",
	58: "CS_UM_MatchStatsUpdate",
	59: "CS_UM_ItemDrop",
	60: "CS_UM_GlowPropTurnOff",
	61: "CS_UM_SendPlayerItemDrops",
	62: "CS_UM_RoundBackupFilenames",
	63: "CS_UM_SendPlayerItemFound",
	64: "CS_UM_ReportHit",
	65: "CS_UM_XpUpdate",
	66: "CS_UM_QuestProgress",
}
View Source
var ECstrike15UserMessages_value = map[string]int32{
	"CS_UM_VGUIMenu":                     1,
	"CS_UM_Geiger":                       2,
	"CS_UM_Train":                        3,
	"CS_UM_HudText":                      4,
	"CS_UM_SayText":                      5,
	"CS_UM_SayText2":                     6,
	"CS_UM_TextMsg":                      7,
	"CS_UM_HudMsg":                       8,
	"CS_UM_ResetHud":                     9,
	"CS_UM_GameTitle":                    10,
	"CS_UM_Shake":                        12,
	"CS_UM_Fade":                         13,
	"CS_UM_Rumble":                       14,
	"CS_UM_CloseCaption":                 15,
	"CS_UM_CloseCaptionDirect":           16,
	"CS_UM_SendAudio":                    17,
	"CS_UM_RawAudio":                     18,
	"CS_UM_VoiceMask":                    19,
	"CS_UM_RequestState":                 20,
	"CS_UM_Damage":                       21,
	"CS_UM_RadioText":                    22,
	"CS_UM_HintText":                     23,
	"CS_UM_KeyHintText":                  24,
	"CS_UM_ProcessSpottedEntityUpdate":   25,
	"CS_UM_ReloadEffect":                 26,
	"CS_UM_AdjustMoney":                  27,
	"CS_UM_UpdateTeamMoney":              28,
	"CS_UM_StopSpectatorMode":            29,
	"CS_UM_KillCam":                      30,
	"CS_UM_DesiredTimescale":             31,
	"CS_UM_CurrentTimescale":             32,
	"CS_UM_AchievementEvent":             33,
	"CS_UM_MatchEndConditions":           34,
	"CS_UM_DisconnectToLobby":            35,
	"CS_UM_PlayerStatsUpdate":            36,
	"CS_UM_DisplayInventory":             37,
	"CS_UM_WarmupHasEnded":               38,
	"CS_UM_ClientInfo":                   39,
	"CS_UM_XRankGet":                     40,
	"CS_UM_XRankUpd":                     41,
	"CS_UM_CallVoteFailed":               45,
	"CS_UM_VoteStart":                    46,
	"CS_UM_VotePass":                     47,
	"CS_UM_VoteFailed":                   48,
	"CS_UM_VoteSetup":                    49,
	"CS_UM_ServerRankRevealAll":          50,
	"CS_UM_SendLastKillerDamageToClient": 51,
	"CS_UM_ServerRankUpdate":             52,
	"CS_UM_ItemPickup":                   53,
	"CS_UM_ShowMenu":                     54,
	"CS_UM_BarTime":                      55,
	"CS_UM_AmmoDenied":                   56,
	"CS_UM_MarkAchievement":              57,
	"CS_UM_MatchStatsUpdate":             58,
	"CS_UM_ItemDrop":                     59,
	"CS_UM_GlowPropTurnOff":              60,
	"CS_UM_SendPlayerItemDrops":          61,
	"CS_UM_RoundBackupFilenames":         62,
	"CS_UM_SendPlayerItemFound":          63,
	"CS_UM_ReportHit":                    64,
	"CS_UM_XpUpdate":                     65,
	"CS_UM_QuestProgress":                66,
}
View Source
var EGCBaseClientMsg_name = map[int32]string{
	4004: "k_EMsgGCClientWelcome",
	4005: "k_EMsgGCServerWelcome",
	4006: "k_EMsgGCClientHello",
	4007: "k_EMsgGCServerHello",
	4009: "k_EMsgGCClientConnectionStatus",
	4010: "k_EMsgGCServerConnectionStatus",
	4011: "k_EMsgGCClientHelloPartner",
	4012: "k_EMsgGCClientHelloPW",
	4013: "k_EMsgGCClientHelloR2",
	4014: "k_EMsgGCClientHelloR3",
	4015: "k_EMsgGCClientHelloR4",
}
View Source
var EGCBaseClientMsg_value = map[string]int32{
	"k_EMsgGCClientWelcome":          4004,
	"k_EMsgGCServerWelcome":          4005,
	"k_EMsgGCClientHello":            4006,
	"k_EMsgGCServerHello":            4007,
	"k_EMsgGCClientConnectionStatus": 4009,
	"k_EMsgGCServerConnectionStatus": 4010,
	"k_EMsgGCClientHelloPartner":     4011,
	"k_EMsgGCClientHelloPW":          4012,
	"k_EMsgGCClientHelloR2":          4013,
	"k_EMsgGCClientHelloR3":          4014,
	"k_EMsgGCClientHelloR4":          4015,
}
View Source
var EGCBaseMsg_name = map[int32]string{
	4001: "k_EMsgGCSystemMessage",
	4002: "k_EMsgGCReplicateConVars",
	4003: "k_EMsgGCConVarUpdated",
	4008: "k_EMsgGCInQueue",
	4501: "k_EMsgGCInviteToParty",
	4502: "k_EMsgGCInvitationCreated",
	4503: "k_EMsgGCPartyInviteResponse",
	4504: "k_EMsgGCKickFromParty",
	4505: "k_EMsgGCLeaveParty",
	4506: "k_EMsgGCServerAvailable",
	4507: "k_EMsgGCClientConnectToServer",
	4508: "k_EMsgGCGameServerInfo",
	4509: "k_EMsgGCError",
	4510: "k_EMsgGCReplay_UploadedToYouTube",
	4511: "k_EMsgGCLANServerAvailable",
}
View Source
var EGCBaseMsg_value = map[string]int32{
	"k_EMsgGCSystemMessage":            4001,
	"k_EMsgGCReplicateConVars":         4002,
	"k_EMsgGCConVarUpdated":            4003,
	"k_EMsgGCInQueue":                  4008,
	"k_EMsgGCInviteToParty":            4501,
	"k_EMsgGCInvitationCreated":        4502,
	"k_EMsgGCPartyInviteResponse":      4503,
	"k_EMsgGCKickFromParty":            4504,
	"k_EMsgGCLeaveParty":               4505,
	"k_EMsgGCServerAvailable":          4506,
	"k_EMsgGCClientConnectToServer":    4507,
	"k_EMsgGCGameServerInfo":           4508,
	"k_EMsgGCError":                    4509,
	"k_EMsgGCReplay_UploadedToYouTube": 4510,
	"k_EMsgGCLANServerAvailable":       4511,
}
View Source
var EGCBaseProtoObjectTypes_name = map[int32]string{
	1001: "k_EProtoObjectPartyInvite",
	1002: "k_EProtoObjectLobbyInvite",
}
View Source
var EGCBaseProtoObjectTypes_value = map[string]int32{
	"k_EProtoObjectPartyInvite": 1001,
	"k_EProtoObjectLobbyInvite": 1002,
}
View Source
var EGCItemMsg_name = map[int32]string{}/* 139 elements not displayed */
View Source
var EGCItemMsg_value = map[string]int32{}/* 139 elements not displayed */
View Source
var EGCMsgResponse_name = map[int32]string{
	0: "k_EGCMsgResponseOK",
	1: "k_EGCMsgResponseDenied",
	2: "k_EGCMsgResponseServerError",
	3: "k_EGCMsgResponseTimeout",
	4: "k_EGCMsgResponseInvalid",
	5: "k_EGCMsgResponseNoMatch",
	6: "k_EGCMsgResponseUnknownError",
	7: "k_EGCMsgResponseNotLoggedOn",
	8: "k_EGCMsgFailedToCreate",
}
View Source
var EGCMsgResponse_value = map[string]int32{
	"k_EGCMsgResponseOK":           0,
	"k_EGCMsgResponseDenied":       1,
	"k_EGCMsgResponseServerError":  2,
	"k_EGCMsgResponseTimeout":      3,
	"k_EGCMsgResponseInvalid":      4,
	"k_EGCMsgResponseNoMatch":      5,
	"k_EGCMsgResponseUnknownError": 6,
	"k_EGCMsgResponseNotLoggedOn":  7,
	"k_EGCMsgFailedToCreate":       8,
}
View Source
var EGCSystemMsg_name = map[int32]string{
	0:   "k_EGCMsgInvalid",
	1:   "k_EGCMsgMulti",
	10:  "k_EGCMsgGenericReply",
	50:  "k_EGCMsgSystemBase",
	51:  "k_EGCMsgAchievementAwarded",
	52:  "k_EGCMsgConCommand",
	53:  "k_EGCMsgStartPlaying",
	54:  "k_EGCMsgStopPlaying",
	55:  "k_EGCMsgStartGameserver",
	56:  "k_EGCMsgStopGameserver",
	57:  "k_EGCMsgWGRequest",
	58:  "k_EGCMsgWGResponse",
	59:  "k_EGCMsgGetUserGameStatsSchema",
	60:  "k_EGCMsgGetUserGameStatsSchemaResponse",
	61:  "k_EGCMsgGetUserStatsDEPRECATED",
	62:  "k_EGCMsgGetUserStatsResponse",
	63:  "k_EGCMsgAppInfoUpdated",
	64:  "k_EGCMsgValidateSession",
	65:  "k_EGCMsgValidateSessionResponse",
	66:  "k_EGCMsgLookupAccountFromInput",
	67:  "k_EGCMsgSendHTTPRequest",
	68:  "k_EGCMsgSendHTTPRequestResponse",
	69:  "k_EGCMsgPreTestSetup",
	70:  "k_EGCMsgRecordSupportAction",
	71:  "k_EGCMsgGetAccountDetails_DEPRECATED",
	73:  "k_EGCMsgReceiveInterAppMessage",
	74:  "k_EGCMsgFindAccounts",
	75:  "k_EGCMsgPostAlert",
	76:  "k_EGCMsgGetLicenses",
	77:  "k_EGCMsgGetUserStats",
	78:  "k_EGCMsgGetCommands",
	79:  "k_EGCMsgGetCommandsResponse",
	80:  "k_EGCMsgAddFreeLicense",
	81:  "k_EGCMsgAddFreeLicenseResponse",
	82:  "k_EGCMsgGetIPLocation",
	83:  "k_EGCMsgGetIPLocationResponse",
	84:  "k_EGCMsgSystemStatsSchema",
	85:  "k_EGCMsgGetSystemStats",
	86:  "k_EGCMsgGetSystemStatsResponse",
	87:  "k_EGCMsgSendEmail",
	88:  "k_EGCMsgSendEmailResponse",
	89:  "k_EGCMsgGetEmailTemplate",
	90:  "k_EGCMsgGetEmailTemplateResponse",
	91:  "k_EGCMsgGrantGuestPass",
	92:  "k_EGCMsgGrantGuestPassResponse",
	93:  "k_EGCMsgGetAccountDetails",
	94:  "k_EGCMsgGetAccountDetailsResponse",
	95:  "k_EGCMsgGetPersonaNames",
	96:  "k_EGCMsgGetPersonaNamesResponse",
	97:  "k_EGCMsgMultiplexMsg",
	98:  "k_EGCMsgMultiplexMsgResponse",
	101: "k_EGCMsgWebAPIRegisterInterfaces",
	102: "k_EGCMsgWebAPIJobRequest",
	104: "k_EGCMsgWebAPIJobRequestHttpResponse",
	105: "k_EGCMsgWebAPIJobRequestForwardResponse",
	200: "k_EGCMsgMemCachedGet",
	201: "k_EGCMsgMemCachedGetResponse",
	202: "k_EGCMsgMemCachedSet",
	203: "k_EGCMsgMemCachedDelete",
	204: "k_EGCMsgMemCachedStats",
	205: "k_EGCMsgMemCachedStatsResponse",
	220: "k_EGCMsgMasterSetDirectory",
	221: "k_EGCMsgMasterSetDirectoryResponse",
	222: "k_EGCMsgMasterSetWebAPIRouting",
	223: "k_EGCMsgMasterSetWebAPIRoutingResponse",
	224: "k_EGCMsgMasterSetClientMsgRouting",
	225: "k_EGCMsgMasterSetClientMsgRoutingResponse",
	226: "k_EGCMsgSetOptions",
	227: "k_EGCMsgSetOptionsResponse",
	500: "k_EGCMsgSystemBase2",
	501: "k_EGCMsgGetPurchaseTrustStatus",
	502: "k_EGCMsgGetPurchaseTrustStatusResponse",
	503: "k_EGCMsgUpdateSession",
	504: "k_EGCMsgGCAccountVacStatusChange",
	505: "k_EGCMsgCheckFriendship",
	506: "k_EGCMsgCheckFriendshipResponse",
	507: "k_EGCMsgGetPartnerAccountLink",
	508: "k_EGCMsgGetPartnerAccountLinkResponse",
	512: "k_EGCMsgDPPartnerMicroTxns",
	513: "k_EGCMsgDPPartnerMicroTxnsResponse",
	518: "k_EGCMsgVacVerificationChange",
	519: "k_EGCMsgAccountPhoneNumberChange",
	523: "k_EGCMsgInviteUserToLobby",
	524: "k_EGCMsgGetGamePersonalDataCategoriesRequest",
	525: "k_EGCMsgGetGamePersonalDataCategoriesResponse",
	526: "k_EGCMsgGetGamePersonalDataEntriesRequest",
	527: "k_EGCMsgGetGamePersonalDataEntriesResponse",
	528: "k_EGCMsgTerminateGamePersonalDataEntriesRequest",
	529: "k_EGCMsgTerminateGamePersonalDataEntriesResponse",
}
View Source
var EGCSystemMsg_value = map[string]int32{
	"k_EGCMsgInvalid":                                  0,
	"k_EGCMsgMulti":                                    1,
	"k_EGCMsgGenericReply":                             10,
	"k_EGCMsgSystemBase":                               50,
	"k_EGCMsgAchievementAwarded":                       51,
	"k_EGCMsgConCommand":                               52,
	"k_EGCMsgStartPlaying":                             53,
	"k_EGCMsgStopPlaying":                              54,
	"k_EGCMsgStartGameserver":                          55,
	"k_EGCMsgStopGameserver":                           56,
	"k_EGCMsgWGRequest":                                57,
	"k_EGCMsgWGResponse":                               58,
	"k_EGCMsgGetUserGameStatsSchema":                   59,
	"k_EGCMsgGetUserGameStatsSchemaResponse":           60,
	"k_EGCMsgGetUserStatsDEPRECATED":                   61,
	"k_EGCMsgGetUserStatsResponse":                     62,
	"k_EGCMsgAppInfoUpdated":                           63,
	"k_EGCMsgValidateSession":                          64,
	"k_EGCMsgValidateSessionResponse":                  65,
	"k_EGCMsgLookupAccountFromInput":                   66,
	"k_EGCMsgSendHTTPRequest":                          67,
	"k_EGCMsgSendHTTPRequestResponse":                  68,
	"k_EGCMsgPreTestSetup":                             69,
	"k_EGCMsgRecordSupportAction":                      70,
	"k_EGCMsgGetAccountDetails_DEPRECATED":             71,
	"k_EGCMsgReceiveInterAppMessage":                   73,
	"k_EGCMsgFindAccounts":                             74,
	"k_EGCMsgPostAlert":                                75,
	"k_EGCMsgGetLicenses":                              76,
	"k_EGCMsgGetUserStats":                             77,
	"k_EGCMsgGetCommands":                              78,
	"k_EGCMsgGetCommandsResponse":                      79,
	"k_EGCMsgAddFreeLicense":                           80,
	"k_EGCMsgAddFreeLicenseResponse":                   81,
	"k_EGCMsgGetIPLocation":                            82,
	"k_EGCMsgGetIPLocationResponse":                    83,
	"k_EGCMsgSystemStatsSchema":                        84,
	"k_EGCMsgGetSystemStats":                           85,
	"k_EGCMsgGetSystemStatsResponse":                   86,
	"k_EGCMsgSendEmail":                                87,
	"k_EGCMsgSendEmailResponse":                        88,
	"k_EGCMsgGetEmailTemplate":                         89,
	"k_EGCMsgGetEmailTemplateResponse":                 90,
	"k_EGCMsgGrantGuestPass":                           91,
	"k_EGCMsgGrantGuestPassResponse":                   92,
	"k_EGCMsgGetAccountDetails":                        93,
	"k_EGCMsgGetAccountDetailsResponse":                94,
	"k_EGCMsgGetPersonaNames":                          95,
	"k_EGCMsgGetPersonaNamesResponse":                  96,
	"k_EGCMsgMultiplexMsg":                             97,
	"k_EGCMsgMultiplexMsgResponse":                     98,
	"k_EGCMsgWebAPIRegisterInterfaces":                 101,
	"k_EGCMsgWebAPIJobRequest":                         102,
	"k_EGCMsgWebAPIJobRequestHttpResponse":             104,
	"k_EGCMsgWebAPIJobRequestForwardResponse":          105,
	"k_EGCMsgMemCachedGet":                             200,
	"k_EGCMsgMemCachedGetResponse":                     201,
	"k_EGCMsgMemCachedSet":                             202,
	"k_EGCMsgMemCachedDelete":                          203,
	"k_EGCMsgMemCachedStats":                           204,
	"k_EGCMsgMemCachedStatsResponse":                   205,
	"k_EGCMsgMasterSetDirectory":                       220,
	"k_EGCMsgMasterSetDirectoryResponse":               221,
	"k_EGCMsgMasterSetWebAPIRouting":                   222,
	"k_EGCMsgMasterSetWebAPIRoutingResponse":           223,
	"k_EGCMsgMasterSetClientMsgRouting":                224,
	"k_EGCMsgMasterSetClientMsgRoutingResponse":        225,
	"k_EGCMsgSetOptions":                               226,
	"k_EGCMsgSetOptionsResponse":                       227,
	"k_EGCMsgSystemBase2":                              500,
	"k_EGCMsgGetPurchaseTrustStatus":                   501,
	"k_EGCMsgGetPurchaseTrustStatusResponse":           502,
	"k_EGCMsgUpdateSession":                            503,
	"k_EGCMsgGCAccountVacStatusChange":                 504,
	"k_EGCMsgCheckFriendship":                          505,
	"k_EGCMsgCheckFriendshipResponse":                  506,
	"k_EGCMsgGetPartnerAccountLink":                    507,
	"k_EGCMsgGetPartnerAccountLinkResponse":            508,
	"k_EGCMsgDPPartnerMicroTxns":                       512,
	"k_EGCMsgDPPartnerMicroTxnsResponse":               513,
	"k_EGCMsgVacVerificationChange":                    518,
	"k_EGCMsgAccountPhoneNumberChange":                 519,
	"k_EGCMsgInviteUserToLobby":                        523,
	"k_EGCMsgGetGamePersonalDataCategoriesRequest":     524,
	"k_EGCMsgGetGamePersonalDataCategoriesResponse":    525,
	"k_EGCMsgGetGamePersonalDataEntriesRequest":        526,
	"k_EGCMsgGetGamePersonalDataEntriesResponse":       527,
	"k_EGCMsgTerminateGamePersonalDataEntriesRequest":  528,
	"k_EGCMsgTerminateGamePersonalDataEntriesResponse": 529,
}
View Source
var EGCToGCMsg_name = map[int32]string{
	150: "k_EGCToGCMsgMasterAck",
	151: "k_EGCToGCMsgMasterAckResponse",
	152: "k_EGCToGCMsgRouted",
	153: "k_EGCToGCMsgRoutedReply",
	154: "k_EMsgUpdateSessionIP",
	155: "k_EMsgRequestSessionIP",
	156: "k_EMsgRequestSessionIPResponse",
	157: "k_EGCToGCMsgMasterStartupComplete",
}
View Source
var EGCToGCMsg_value = map[string]int32{
	"k_EGCToGCMsgMasterAck":             150,
	"k_EGCToGCMsgMasterAckResponse":     151,
	"k_EGCToGCMsgRouted":                152,
	"k_EGCToGCMsgRoutedReply":           153,
	"k_EMsgUpdateSessionIP":             154,
	"k_EMsgRequestSessionIP":            155,
	"k_EMsgRequestSessionIPResponse":    156,
	"k_EGCToGCMsgMasterStartupComplete": 157,
}
View Source
var ESOMsg_name = map[int32]string{
	21: "k_ESOMsg_Create",
	22: "k_ESOMsg_Update",
	23: "k_ESOMsg_Destroy",
	24: "k_ESOMsg_CacheSubscribed",
	25: "k_ESOMsg_CacheUnsubscribed",
	26: "k_ESOMsg_UpdateMultiple",
	27: "k_ESOMsg_CacheSubscriptionCheck",
	28: "k_ESOMsg_CacheSubscriptionRefresh",
}
View Source
var ESOMsg_value = map[string]int32{
	"k_ESOMsg_Create":                   21,
	"k_ESOMsg_Update":                   22,
	"k_ESOMsg_Destroy":                  23,
	"k_ESOMsg_CacheSubscribed":          24,
	"k_ESOMsg_CacheUnsubscribed":        25,
	"k_ESOMsg_UpdateMultiple":           26,
	"k_ESOMsg_CacheSubscriptionCheck":   27,
	"k_ESOMsg_CacheSubscriptionRefresh": 28,
}
View Source
var ESplitScreenMessageType_name = map[int32]string{
	0: "MSG_SPLITSCREEN_ADDUSER",
	1: "MSG_SPLITSCREEN_REMOVEUSER",
}
View Source
var ESplitScreenMessageType_value = map[string]int32{
	"MSG_SPLITSCREEN_ADDUSER":    0,
	"MSG_SPLITSCREEN_REMOVEUSER": 1,
	"MSG_SPLITSCREEN_TYPE_BITS":  1,
}
View Source
var EUnlockStyle_name = map[int32]string{
	0: "k_UnlockStyle_Succeeded",
	1: "k_UnlockStyle_Failed_PreReq",
	2: "k_UnlockStyle_Failed_CantAfford",
	3: "k_UnlockStyle_Failed_CantCommit",
	4: "k_UnlockStyle_Failed_CantLockCache",
	5: "k_UnlockStyle_Failed_CantAffordAttrib",
}
View Source
var EUnlockStyle_value = map[string]int32{
	"k_UnlockStyle_Succeeded":               0,
	"k_UnlockStyle_Failed_PreReq":           1,
	"k_UnlockStyle_Failed_CantAfford":       2,
	"k_UnlockStyle_Failed_CantCommit":       3,
	"k_UnlockStyle_Failed_CantLockCache":    4,
	"k_UnlockStyle_Failed_CantAffordAttrib": 5,
}
View Source
var E_KeyField = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         60000,
	Name:          "key_field",
	Tag:           "varint,60000,opt,name=key_field,def=0",
	Filename:      "steammessages.proto",
}
View Source
var E_MsgpoolHardLimit = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*int32)(nil),
	Field:         60001,
	Name:          "msgpool_hard_limit",
	Tag:           "varint,60001,opt,name=msgpool_hard_limit,def=384",
	Filename:      "steammessages.proto",
}
View Source
var E_MsgpoolSoftLimit = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*int32)(nil),
	Field:         60000,
	Name:          "msgpool_soft_limit",
	Tag:           "varint,60000,opt,name=msgpool_soft_limit,def=32",
	Filename:      "steammessages.proto",
}
View Source
var GCClientLauncherType_name = map[int32]string{
	0: "GCClientLauncherType_DEFAULT",
	1: "GCClientLauncherType_PERFECTWORLD",
	2: "GCClientLauncherType_STEAMCHINA",
}
View Source
var GCClientLauncherType_value = map[string]int32{
	"GCClientLauncherType_DEFAULT":      0,
	"GCClientLauncherType_PERFECTWORLD": 1,
	"GCClientLauncherType_STEAMCHINA":   2,
}
View Source
var GCConnectionStatus_name = map[int32]string{
	0: "GCConnectionStatus_HAVE_SESSION",
	1: "GCConnectionStatus_GC_GOING_DOWN",
	2: "GCConnectionStatus_NO_SESSION",
	3: "GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE",
	4: "GCConnectionStatus_NO_STEAM",
}
View Source
var GCConnectionStatus_value = map[string]int32{
	"GCConnectionStatus_HAVE_SESSION":              0,
	"GCConnectionStatus_GC_GOING_DOWN":             1,
	"GCConnectionStatus_NO_SESSION":                2,
	"GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE": 3,
	"GCConnectionStatus_NO_STEAM":                  4,
}
View Source
var GCProtoBufMsgSrc_name = map[int32]string{
	0: "GCProtoBufMsgSrc_Unspecified",
	1: "GCProtoBufMsgSrc_FromSystem",
	2: "GCProtoBufMsgSrc_FromSteamID",
	3: "GCProtoBufMsgSrc_FromGC",
	4: "GCProtoBufMsgSrc_ReplySystem",
}
View Source
var GCProtoBufMsgSrc_value = map[string]int32{
	"GCProtoBufMsgSrc_Unspecified": 0,
	"GCProtoBufMsgSrc_FromSystem":  1,
	"GCProtoBufMsgSrc_FromSteamID": 2,
	"GCProtoBufMsgSrc_FromGC":      3,
	"GCProtoBufMsgSrc_ReplySystem": 4,
}
View Source
var GC_BannedWordType_name = map[int32]string{
	0: "GC_BANNED_WORD_DISABLE_WORD",
	1: "GC_BANNED_WORD_ENABLE_WORD",
}
View Source
var GC_BannedWordType_value = map[string]int32{
	"GC_BANNED_WORD_DISABLE_WORD": 0,
	"GC_BANNED_WORD_ENABLE_WORD":  1,
}
View Source
var NET_Messages_name = map[int32]string{
	0:   "net_NOP",
	1:   "net_Disconnect",
	2:   "net_File",
	3:   "net_SplitScreenUser",
	4:   "net_Tick",
	5:   "net_StringCmd",
	6:   "net_SetConVar",
	7:   "net_SignonState",
	100: "net_PlayerAvatarData",
}
View Source
var NET_Messages_value = map[string]int32{
	"net_NOP":              0,
	"net_Disconnect":       1,
	"net_File":             2,
	"net_SplitScreenUser":  3,
	"net_Tick":             4,
	"net_StringCmd":        5,
	"net_SetConVar":        6,
	"net_SignonState":      7,
	"net_PlayerAvatarData": 100,
}
View Source
var SVC_Messages_name = map[int32]string{
	8:  "svc_ServerInfo",
	9:  "svc_SendTable",
	10: "svc_ClassInfo",
	11: "svc_SetPause",
	12: "svc_CreateStringTable",
	13: "svc_UpdateStringTable",
	14: "svc_VoiceInit",
	15: "svc_VoiceData",
	16: "svc_Print",
	17: "svc_Sounds",
	18: "svc_SetView",
	19: "svc_FixAngle",
	20: "svc_CrosshairAngle",
	21: "svc_BSPDecal",
	22: "svc_SplitScreen",
	23: "svc_UserMessage",
	24: "svc_EntityMessage",
	25: "svc_GameEvent",
	26: "svc_PacketEntities",
	27: "svc_TempEntities",
	28: "svc_Prefetch",
	29: "svc_Menu",
	30: "svc_GameEventList",
	31: "svc_GetCvarValue",
	33: "svc_PaintmapData",
	34: "svc_CmdKeyValues",
	35: "svc_EncryptedData",
}
View Source
var SVC_Messages_value = map[string]int32{
	"svc_ServerInfo":        8,
	"svc_SendTable":         9,
	"svc_ClassInfo":         10,
	"svc_SetPause":          11,
	"svc_CreateStringTable": 12,
	"svc_UpdateStringTable": 13,
	"svc_VoiceInit":         14,
	"svc_VoiceData":         15,
	"svc_Print":             16,
	"svc_Sounds":            17,
	"svc_SetView":           18,
	"svc_FixAngle":          19,
	"svc_CrosshairAngle":    20,
	"svc_BSPDecal":          21,
	"svc_SplitScreen":       22,
	"svc_UserMessage":       23,
	"svc_EntityMessage":     24,
	"svc_GameEvent":         25,
	"svc_PacketEntities":    26,
	"svc_TempEntities":      27,
	"svc_Prefetch":          28,
	"svc_Menu":              29,
	"svc_GameEventList":     30,
	"svc_GetCvarValue":      31,
	"svc_PaintmapData":      33,
	"svc_CmdKeyValues":      34,
	"svc_EncryptedData":     35,
}
View Source
var VoiceDataFormatT_name = map[int32]string{
	0: "VOICEDATA_FORMAT_STEAM",
	1: "VOICEDATA_FORMAT_ENGINE",
}
View Source
var VoiceDataFormatT_value = map[string]int32{
	"VOICEDATA_FORMAT_STEAM":  0,
	"VOICEDATA_FORMAT_ENGINE": 1,
}

Functions

This section is empty.

Types

type AccountActivity

type AccountActivity struct {
	Activity         *uint32 `protobuf:"varint,1,opt,name=activity" json:"activity,omitempty"`
	Mode             *uint32 `protobuf:"varint,2,opt,name=mode" json:"mode,omitempty"`
	Map              *uint32 `protobuf:"varint,3,opt,name=map" json:"map,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*AccountActivity) Descriptor

func (*AccountActivity) Descriptor() ([]byte, []int)

func (*AccountActivity) GetActivity

func (m *AccountActivity) GetActivity() uint32

func (*AccountActivity) GetMap

func (m *AccountActivity) GetMap() uint32

func (*AccountActivity) GetMode

func (m *AccountActivity) GetMode() uint32

func (*AccountActivity) ProtoMessage

func (*AccountActivity) ProtoMessage()

func (*AccountActivity) Reset

func (m *AccountActivity) Reset()

func (*AccountActivity) String

func (m *AccountActivity) String() string

type CAttribute_String

type CAttribute_String struct {
	Value            *string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CAttribute_String) Descriptor

func (*CAttribute_String) Descriptor() ([]byte, []int)

func (*CAttribute_String) GetValue

func (m *CAttribute_String) GetValue() string

func (*CAttribute_String) ProtoMessage

func (*CAttribute_String) ProtoMessage()

func (*CAttribute_String) Reset

func (m *CAttribute_String) Reset()

func (*CAttribute_String) String

func (m *CAttribute_String) String() string

type CCLCMsg_BaselineAck

type CCLCMsg_BaselineAck struct {
	BaselineTick     *int32 `protobuf:"varint,1,opt,name=baseline_tick" json:"baseline_tick,omitempty"`
	BaselineNr       *int32 `protobuf:"varint,2,opt,name=baseline_nr" json:"baseline_nr,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCLCMsg_BaselineAck) Descriptor

func (*CCLCMsg_BaselineAck) Descriptor() ([]byte, []int)

func (*CCLCMsg_BaselineAck) GetBaselineNr

func (m *CCLCMsg_BaselineAck) GetBaselineNr() int32

func (*CCLCMsg_BaselineAck) GetBaselineTick

func (m *CCLCMsg_BaselineAck) GetBaselineTick() int32

func (*CCLCMsg_BaselineAck) ProtoMessage

func (*CCLCMsg_BaselineAck) ProtoMessage()

func (*CCLCMsg_BaselineAck) Reset

func (m *CCLCMsg_BaselineAck) Reset()

func (*CCLCMsg_BaselineAck) String

func (m *CCLCMsg_BaselineAck) String() string

type CCLCMsg_ClientInfo

type CCLCMsg_ClientInfo struct {
	SendTableCrc     *uint32  `protobuf:"fixed32,1,opt,name=send_table_crc" json:"send_table_crc,omitempty"`
	ServerCount      *uint32  `protobuf:"varint,2,opt,name=server_count" json:"server_count,omitempty"`
	IsHltv           *bool    `protobuf:"varint,3,opt,name=is_hltv" json:"is_hltv,omitempty"`
	IsReplay         *bool    `protobuf:"varint,4,opt,name=is_replay" json:"is_replay,omitempty"`
	FriendsId        *uint32  `protobuf:"varint,5,opt,name=friends_id" json:"friends_id,omitempty"`
	FriendsName      *string  `protobuf:"bytes,6,opt,name=friends_name" json:"friends_name,omitempty"`
	CustomFiles      []uint32 `protobuf:"fixed32,7,rep,name=custom_files" json:"custom_files,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCLCMsg_ClientInfo) Descriptor

func (*CCLCMsg_ClientInfo) Descriptor() ([]byte, []int)

func (*CCLCMsg_ClientInfo) GetCustomFiles

func (m *CCLCMsg_ClientInfo) GetCustomFiles() []uint32

func (*CCLCMsg_ClientInfo) GetFriendsId

func (m *CCLCMsg_ClientInfo) GetFriendsId() uint32

func (*CCLCMsg_ClientInfo) GetFriendsName

func (m *CCLCMsg_ClientInfo) GetFriendsName() string

func (*CCLCMsg_ClientInfo) GetIsHltv

func (m *CCLCMsg_ClientInfo) GetIsHltv() bool

func (*CCLCMsg_ClientInfo) GetIsReplay

func (m *CCLCMsg_ClientInfo) GetIsReplay() bool

func (*CCLCMsg_ClientInfo) GetSendTableCrc

func (m *CCLCMsg_ClientInfo) GetSendTableCrc() uint32

func (*CCLCMsg_ClientInfo) GetServerCount

func (m *CCLCMsg_ClientInfo) GetServerCount() uint32

func (*CCLCMsg_ClientInfo) ProtoMessage

func (*CCLCMsg_ClientInfo) ProtoMessage()

func (*CCLCMsg_ClientInfo) Reset

func (m *CCLCMsg_ClientInfo) Reset()

func (*CCLCMsg_ClientInfo) String

func (m *CCLCMsg_ClientInfo) String() string

type CCLCMsg_CmdKeyValues

type CCLCMsg_CmdKeyValues struct {
	Keyvalues        []byte `protobuf:"bytes,1,opt,name=keyvalues" json:"keyvalues,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCLCMsg_CmdKeyValues) Descriptor

func (*CCLCMsg_CmdKeyValues) Descriptor() ([]byte, []int)

func (*CCLCMsg_CmdKeyValues) GetKeyvalues

func (m *CCLCMsg_CmdKeyValues) GetKeyvalues() []byte

func (*CCLCMsg_CmdKeyValues) ProtoMessage

func (*CCLCMsg_CmdKeyValues) ProtoMessage()

func (*CCLCMsg_CmdKeyValues) Reset

func (m *CCLCMsg_CmdKeyValues) Reset()

func (*CCLCMsg_CmdKeyValues) String

func (m *CCLCMsg_CmdKeyValues) String() string

type CCLCMsg_FileCRCCheck

type CCLCMsg_FileCRCCheck struct {
	CodePath         *int32  `protobuf:"varint,1,opt,name=code_path" json:"code_path,omitempty"`
	Path             *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	CodeFilename     *int32  `protobuf:"varint,3,opt,name=code_filename" json:"code_filename,omitempty"`
	Filename         *string `protobuf:"bytes,4,opt,name=filename" json:"filename,omitempty"`
	FileFraction     *int32  `protobuf:"varint,5,opt,name=file_fraction" json:"file_fraction,omitempty"`
	Md5              []byte  `protobuf:"bytes,6,opt,name=md5" json:"md5,omitempty"`
	Crc              *uint32 `protobuf:"varint,7,opt,name=crc" json:"crc,omitempty"`
	FileHashType     *int32  `protobuf:"varint,8,opt,name=file_hash_type" json:"file_hash_type,omitempty"`
	FileLen          *int32  `protobuf:"varint,9,opt,name=file_len" json:"file_len,omitempty"`
	PackFileId       *int32  `protobuf:"varint,10,opt,name=pack_file_id" json:"pack_file_id,omitempty"`
	PackFileNumber   *int32  `protobuf:"varint,11,opt,name=pack_file_number" json:"pack_file_number,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCLCMsg_FileCRCCheck) Descriptor

func (*CCLCMsg_FileCRCCheck) Descriptor() ([]byte, []int)

func (*CCLCMsg_FileCRCCheck) GetCodeFilename

func (m *CCLCMsg_FileCRCCheck) GetCodeFilename() int32

func (*CCLCMsg_FileCRCCheck) GetCodePath

func (m *CCLCMsg_FileCRCCheck) GetCodePath() int32

func (*CCLCMsg_FileCRCCheck) GetCrc

func (m *CCLCMsg_FileCRCCheck) GetCrc() uint32

func (*CCLCMsg_FileCRCCheck) GetFileFraction

func (m *CCLCMsg_FileCRCCheck) GetFileFraction() int32

func (*CCLCMsg_FileCRCCheck) GetFileHashType

func (m *CCLCMsg_FileCRCCheck) GetFileHashType() int32

func (*CCLCMsg_FileCRCCheck) GetFileLen

func (m *CCLCMsg_FileCRCCheck) GetFileLen() int32

func (*CCLCMsg_FileCRCCheck) GetFilename

func (m *CCLCMsg_FileCRCCheck) GetFilename() string

func (*CCLCMsg_FileCRCCheck) GetMd5

func (m *CCLCMsg_FileCRCCheck) GetMd5() []byte

func (*CCLCMsg_FileCRCCheck) GetPackFileId

func (m *CCLCMsg_FileCRCCheck) GetPackFileId() int32

func (*CCLCMsg_FileCRCCheck) GetPackFileNumber

func (m *CCLCMsg_FileCRCCheck) GetPackFileNumber() int32

func (*CCLCMsg_FileCRCCheck) GetPath

func (m *CCLCMsg_FileCRCCheck) GetPath() string

func (*CCLCMsg_FileCRCCheck) ProtoMessage

func (*CCLCMsg_FileCRCCheck) ProtoMessage()

func (*CCLCMsg_FileCRCCheck) Reset

func (m *CCLCMsg_FileCRCCheck) Reset()

func (*CCLCMsg_FileCRCCheck) String

func (m *CCLCMsg_FileCRCCheck) String() string

type CCLCMsg_ListenEvents

type CCLCMsg_ListenEvents struct {
	EventMask        []uint32 `protobuf:"fixed32,1,rep,name=event_mask" json:"event_mask,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCLCMsg_ListenEvents) Descriptor

func (*CCLCMsg_ListenEvents) Descriptor() ([]byte, []int)

func (*CCLCMsg_ListenEvents) GetEventMask

func (m *CCLCMsg_ListenEvents) GetEventMask() []uint32

func (*CCLCMsg_ListenEvents) ProtoMessage

func (*CCLCMsg_ListenEvents) ProtoMessage()

func (*CCLCMsg_ListenEvents) Reset

func (m *CCLCMsg_ListenEvents) Reset()

func (*CCLCMsg_ListenEvents) String

func (m *CCLCMsg_ListenEvents) String() string

type CCLCMsg_LoadingProgress

type CCLCMsg_LoadingProgress struct {
	Progress         *int32 `protobuf:"varint,1,opt,name=progress" json:"progress,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCLCMsg_LoadingProgress) Descriptor

func (*CCLCMsg_LoadingProgress) Descriptor() ([]byte, []int)

func (*CCLCMsg_LoadingProgress) GetProgress

func (m *CCLCMsg_LoadingProgress) GetProgress() int32

func (*CCLCMsg_LoadingProgress) ProtoMessage

func (*CCLCMsg_LoadingProgress) ProtoMessage()

func (*CCLCMsg_LoadingProgress) Reset

func (m *CCLCMsg_LoadingProgress) Reset()

func (*CCLCMsg_LoadingProgress) String

func (m *CCLCMsg_LoadingProgress) String() string

type CCLCMsg_Move

type CCLCMsg_Move struct {
	NumBackupCommands *uint32 `protobuf:"varint,1,opt,name=num_backup_commands" json:"num_backup_commands,omitempty"`
	NumNewCommands    *uint32 `protobuf:"varint,2,opt,name=num_new_commands" json:"num_new_commands,omitempty"`
	Data              []byte  `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CCLCMsg_Move) Descriptor

func (*CCLCMsg_Move) Descriptor() ([]byte, []int)

func (*CCLCMsg_Move) GetData

func (m *CCLCMsg_Move) GetData() []byte

func (*CCLCMsg_Move) GetNumBackupCommands

func (m *CCLCMsg_Move) GetNumBackupCommands() uint32

func (*CCLCMsg_Move) GetNumNewCommands

func (m *CCLCMsg_Move) GetNumNewCommands() uint32

func (*CCLCMsg_Move) ProtoMessage

func (*CCLCMsg_Move) ProtoMessage()

func (*CCLCMsg_Move) Reset

func (m *CCLCMsg_Move) Reset()

func (*CCLCMsg_Move) String

func (m *CCLCMsg_Move) String() string

type CCLCMsg_RespondCvarValue

type CCLCMsg_RespondCvarValue struct {
	Cookie           *int32  `protobuf:"varint,1,opt,name=cookie" json:"cookie,omitempty"`
	StatusCode       *int32  `protobuf:"varint,2,opt,name=status_code" json:"status_code,omitempty"`
	Name             *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,4,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCLCMsg_RespondCvarValue) Descriptor

func (*CCLCMsg_RespondCvarValue) Descriptor() ([]byte, []int)

func (*CCLCMsg_RespondCvarValue) GetCookie

func (m *CCLCMsg_RespondCvarValue) GetCookie() int32

func (*CCLCMsg_RespondCvarValue) GetName

func (m *CCLCMsg_RespondCvarValue) GetName() string

func (*CCLCMsg_RespondCvarValue) GetStatusCode

func (m *CCLCMsg_RespondCvarValue) GetStatusCode() int32

func (*CCLCMsg_RespondCvarValue) GetValue

func (m *CCLCMsg_RespondCvarValue) GetValue() string

func (*CCLCMsg_RespondCvarValue) ProtoMessage

func (*CCLCMsg_RespondCvarValue) ProtoMessage()

func (*CCLCMsg_RespondCvarValue) Reset

func (m *CCLCMsg_RespondCvarValue) Reset()

func (*CCLCMsg_RespondCvarValue) String

func (m *CCLCMsg_RespondCvarValue) String() string

type CCLCMsg_SplitPlayerConnect

type CCLCMsg_SplitPlayerConnect struct {
	Convars          *CMsg_CVars `protobuf:"bytes,1,opt,name=convars" json:"convars,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*CCLCMsg_SplitPlayerConnect) Descriptor

func (*CCLCMsg_SplitPlayerConnect) Descriptor() ([]byte, []int)

func (*CCLCMsg_SplitPlayerConnect) GetConvars

func (m *CCLCMsg_SplitPlayerConnect) GetConvars() *CMsg_CVars

func (*CCLCMsg_SplitPlayerConnect) ProtoMessage

func (*CCLCMsg_SplitPlayerConnect) ProtoMessage()

func (*CCLCMsg_SplitPlayerConnect) Reset

func (m *CCLCMsg_SplitPlayerConnect) Reset()

func (*CCLCMsg_SplitPlayerConnect) String

func (m *CCLCMsg_SplitPlayerConnect) String() string

type CCLCMsg_VoiceData

type CCLCMsg_VoiceData struct {
	Data                     []byte            `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
	Xuid                     *uint64           `protobuf:"fixed64,2,opt,name=xuid" json:"xuid,omitempty"`
	Format                   *VoiceDataFormatT `protobuf:"varint,3,opt,name=format,enum=VoiceDataFormatT,def=1" json:"format,omitempty"`
	SequenceBytes            *int32            `protobuf:"varint,4,opt,name=sequence_bytes" json:"sequence_bytes,omitempty"`
	SectionNumber            *uint32           `protobuf:"varint,5,opt,name=section_number" json:"section_number,omitempty"`
	UncompressedSampleOffset *uint32           `protobuf:"varint,6,opt,name=uncompressed_sample_offset" json:"uncompressed_sample_offset,omitempty"`
	XXX_unrecognized         []byte            `json:"-"`
}

func (*CCLCMsg_VoiceData) Descriptor

func (*CCLCMsg_VoiceData) Descriptor() ([]byte, []int)

func (*CCLCMsg_VoiceData) GetData

func (m *CCLCMsg_VoiceData) GetData() []byte

func (*CCLCMsg_VoiceData) GetFormat

func (m *CCLCMsg_VoiceData) GetFormat() VoiceDataFormatT

func (*CCLCMsg_VoiceData) GetSectionNumber

func (m *CCLCMsg_VoiceData) GetSectionNumber() uint32

func (*CCLCMsg_VoiceData) GetSequenceBytes

func (m *CCLCMsg_VoiceData) GetSequenceBytes() int32

func (*CCLCMsg_VoiceData) GetUncompressedSampleOffset

func (m *CCLCMsg_VoiceData) GetUncompressedSampleOffset() uint32

func (*CCLCMsg_VoiceData) GetXuid

func (m *CCLCMsg_VoiceData) GetXuid() uint64

func (*CCLCMsg_VoiceData) ProtoMessage

func (*CCLCMsg_VoiceData) ProtoMessage()

func (*CCLCMsg_VoiceData) Reset

func (m *CCLCMsg_VoiceData) Reset()

func (*CCLCMsg_VoiceData) String

func (m *CCLCMsg_VoiceData) String() string

type CCSUsrMsg_AchievementEvent

type CCSUsrMsg_AchievementEvent struct {
	Achievement      *int32 `protobuf:"varint,1,opt,name=achievement" json:"achievement,omitempty"`
	Count            *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	UserId           *int32 `protobuf:"varint,3,opt,name=user_id" json:"user_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_AchievementEvent) Descriptor

func (*CCSUsrMsg_AchievementEvent) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_AchievementEvent) GetAchievement

func (m *CCSUsrMsg_AchievementEvent) GetAchievement() int32

func (*CCSUsrMsg_AchievementEvent) GetCount

func (m *CCSUsrMsg_AchievementEvent) GetCount() int32

func (*CCSUsrMsg_AchievementEvent) GetUserId

func (m *CCSUsrMsg_AchievementEvent) GetUserId() int32

func (*CCSUsrMsg_AchievementEvent) ProtoMessage

func (*CCSUsrMsg_AchievementEvent) ProtoMessage()

func (*CCSUsrMsg_AchievementEvent) Reset

func (m *CCSUsrMsg_AchievementEvent) Reset()

func (*CCSUsrMsg_AchievementEvent) String

func (m *CCSUsrMsg_AchievementEvent) String() string

type CCSUsrMsg_AdjustMoney

type CCSUsrMsg_AdjustMoney struct {
	Amount           *int32 `protobuf:"varint,1,opt,name=amount" json:"amount,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_AdjustMoney) Descriptor

func (*CCSUsrMsg_AdjustMoney) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_AdjustMoney) GetAmount

func (m *CCSUsrMsg_AdjustMoney) GetAmount() int32

func (*CCSUsrMsg_AdjustMoney) ProtoMessage

func (*CCSUsrMsg_AdjustMoney) ProtoMessage()

func (*CCSUsrMsg_AdjustMoney) Reset

func (m *CCSUsrMsg_AdjustMoney) Reset()

func (*CCSUsrMsg_AdjustMoney) String

func (m *CCSUsrMsg_AdjustMoney) String() string

type CCSUsrMsg_AmmoDenied

type CCSUsrMsg_AmmoDenied struct {
	AmmoIdx          *int32 `protobuf:"varint,1,opt,name=ammoIdx" json:"ammoIdx,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_AmmoDenied) Descriptor

func (*CCSUsrMsg_AmmoDenied) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_AmmoDenied) GetAmmoIdx

func (m *CCSUsrMsg_AmmoDenied) GetAmmoIdx() int32

func (*CCSUsrMsg_AmmoDenied) ProtoMessage

func (*CCSUsrMsg_AmmoDenied) ProtoMessage()

func (*CCSUsrMsg_AmmoDenied) Reset

func (m *CCSUsrMsg_AmmoDenied) Reset()

func (*CCSUsrMsg_AmmoDenied) String

func (m *CCSUsrMsg_AmmoDenied) String() string

type CCSUsrMsg_BarTime

type CCSUsrMsg_BarTime struct {
	Time             *string `protobuf:"bytes,1,opt,name=time" json:"time,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_BarTime) Descriptor

func (*CCSUsrMsg_BarTime) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_BarTime) GetTime

func (m *CCSUsrMsg_BarTime) GetTime() string

func (*CCSUsrMsg_BarTime) ProtoMessage

func (*CCSUsrMsg_BarTime) ProtoMessage()

func (*CCSUsrMsg_BarTime) Reset

func (m *CCSUsrMsg_BarTime) Reset()

func (*CCSUsrMsg_BarTime) String

func (m *CCSUsrMsg_BarTime) String() string

type CCSUsrMsg_CallVoteFailed

type CCSUsrMsg_CallVoteFailed struct {
	Reason           *int32 `protobuf:"varint,1,opt,name=reason" json:"reason,omitempty"`
	Time             *int32 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_CallVoteFailed) Descriptor

func (*CCSUsrMsg_CallVoteFailed) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_CallVoteFailed) GetReason

func (m *CCSUsrMsg_CallVoteFailed) GetReason() int32

func (*CCSUsrMsg_CallVoteFailed) GetTime

func (m *CCSUsrMsg_CallVoteFailed) GetTime() int32

func (*CCSUsrMsg_CallVoteFailed) ProtoMessage

func (*CCSUsrMsg_CallVoteFailed) ProtoMessage()

func (*CCSUsrMsg_CallVoteFailed) Reset

func (m *CCSUsrMsg_CallVoteFailed) Reset()

func (*CCSUsrMsg_CallVoteFailed) String

func (m *CCSUsrMsg_CallVoteFailed) String() string

type CCSUsrMsg_ClientInfo

type CCSUsrMsg_ClientInfo struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_ClientInfo) Descriptor

func (*CCSUsrMsg_ClientInfo) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ClientInfo) GetDummy

func (m *CCSUsrMsg_ClientInfo) GetDummy() int32

func (*CCSUsrMsg_ClientInfo) ProtoMessage

func (*CCSUsrMsg_ClientInfo) ProtoMessage()

func (*CCSUsrMsg_ClientInfo) Reset

func (m *CCSUsrMsg_ClientInfo) Reset()

func (*CCSUsrMsg_ClientInfo) String

func (m *CCSUsrMsg_ClientInfo) String() string

type CCSUsrMsg_CloseCaption

type CCSUsrMsg_CloseCaption struct {
	Hash             *uint32 `protobuf:"varint,1,opt,name=hash" json:"hash,omitempty"`
	Duration         *int32  `protobuf:"varint,2,opt,name=duration" json:"duration,omitempty"`
	FromPlayer       *bool   `protobuf:"varint,3,opt,name=from_player" json:"from_player,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_CloseCaption) Descriptor

func (*CCSUsrMsg_CloseCaption) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_CloseCaption) GetDuration

func (m *CCSUsrMsg_CloseCaption) GetDuration() int32

func (*CCSUsrMsg_CloseCaption) GetFromPlayer

func (m *CCSUsrMsg_CloseCaption) GetFromPlayer() bool

func (*CCSUsrMsg_CloseCaption) GetHash

func (m *CCSUsrMsg_CloseCaption) GetHash() uint32

func (*CCSUsrMsg_CloseCaption) ProtoMessage

func (*CCSUsrMsg_CloseCaption) ProtoMessage()

func (*CCSUsrMsg_CloseCaption) Reset

func (m *CCSUsrMsg_CloseCaption) Reset()

func (*CCSUsrMsg_CloseCaption) String

func (m *CCSUsrMsg_CloseCaption) String() string

type CCSUsrMsg_CloseCaptionDirect

type CCSUsrMsg_CloseCaptionDirect struct {
	Hash             *uint32 `protobuf:"varint,1,opt,name=hash" json:"hash,omitempty"`
	Duration         *int32  `protobuf:"varint,2,opt,name=duration" json:"duration,omitempty"`
	FromPlayer       *bool   `protobuf:"varint,3,opt,name=from_player" json:"from_player,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_CloseCaptionDirect) Descriptor

func (*CCSUsrMsg_CloseCaptionDirect) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_CloseCaptionDirect) GetDuration

func (m *CCSUsrMsg_CloseCaptionDirect) GetDuration() int32

func (*CCSUsrMsg_CloseCaptionDirect) GetFromPlayer

func (m *CCSUsrMsg_CloseCaptionDirect) GetFromPlayer() bool

func (*CCSUsrMsg_CloseCaptionDirect) GetHash

func (m *CCSUsrMsg_CloseCaptionDirect) GetHash() uint32

func (*CCSUsrMsg_CloseCaptionDirect) ProtoMessage

func (*CCSUsrMsg_CloseCaptionDirect) ProtoMessage()

func (*CCSUsrMsg_CloseCaptionDirect) Reset

func (m *CCSUsrMsg_CloseCaptionDirect) Reset()

func (*CCSUsrMsg_CloseCaptionDirect) String

type CCSUsrMsg_CurrentTimescale

type CCSUsrMsg_CurrentTimescale struct {
	CurTimescale     *float32 `protobuf:"fixed32,1,opt,name=cur_timescale" json:"cur_timescale,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_CurrentTimescale) Descriptor

func (*CCSUsrMsg_CurrentTimescale) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_CurrentTimescale) GetCurTimescale

func (m *CCSUsrMsg_CurrentTimescale) GetCurTimescale() float32

func (*CCSUsrMsg_CurrentTimescale) ProtoMessage

func (*CCSUsrMsg_CurrentTimescale) ProtoMessage()

func (*CCSUsrMsg_CurrentTimescale) Reset

func (m *CCSUsrMsg_CurrentTimescale) Reset()

func (*CCSUsrMsg_CurrentTimescale) String

func (m *CCSUsrMsg_CurrentTimescale) String() string

type CCSUsrMsg_Damage

type CCSUsrMsg_Damage struct {
	Amount            *int32      `protobuf:"varint,1,opt,name=amount" json:"amount,omitempty"`
	InflictorWorldPos *CMsgVector `protobuf:"bytes,2,opt,name=inflictor_world_pos" json:"inflictor_world_pos,omitempty"`
	XXX_unrecognized  []byte      `json:"-"`
}

func (*CCSUsrMsg_Damage) Descriptor

func (*CCSUsrMsg_Damage) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Damage) GetAmount

func (m *CCSUsrMsg_Damage) GetAmount() int32

func (*CCSUsrMsg_Damage) GetInflictorWorldPos

func (m *CCSUsrMsg_Damage) GetInflictorWorldPos() *CMsgVector

func (*CCSUsrMsg_Damage) ProtoMessage

func (*CCSUsrMsg_Damage) ProtoMessage()

func (*CCSUsrMsg_Damage) Reset

func (m *CCSUsrMsg_Damage) Reset()

func (*CCSUsrMsg_Damage) String

func (m *CCSUsrMsg_Damage) String() string

type CCSUsrMsg_DesiredTimescale

type CCSUsrMsg_DesiredTimescale struct {
	DesiredTimescale    *float32 `protobuf:"fixed32,1,opt,name=desired_timescale" json:"desired_timescale,omitempty"`
	DurationRealtimeSec *float32 `protobuf:"fixed32,2,opt,name=duration_realtime_sec" json:"duration_realtime_sec,omitempty"`
	InterpolatorType    *int32   `protobuf:"varint,3,opt,name=interpolator_type" json:"interpolator_type,omitempty"`
	StartBlendTime      *float32 `protobuf:"fixed32,4,opt,name=start_blend_time" json:"start_blend_time,omitempty"`
	XXX_unrecognized    []byte   `json:"-"`
}

func (*CCSUsrMsg_DesiredTimescale) Descriptor

func (*CCSUsrMsg_DesiredTimescale) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_DesiredTimescale) GetDesiredTimescale

func (m *CCSUsrMsg_DesiredTimescale) GetDesiredTimescale() float32

func (*CCSUsrMsg_DesiredTimescale) GetDurationRealtimeSec

func (m *CCSUsrMsg_DesiredTimescale) GetDurationRealtimeSec() float32

func (*CCSUsrMsg_DesiredTimescale) GetInterpolatorType

func (m *CCSUsrMsg_DesiredTimescale) GetInterpolatorType() int32

func (*CCSUsrMsg_DesiredTimescale) GetStartBlendTime

func (m *CCSUsrMsg_DesiredTimescale) GetStartBlendTime() float32

func (*CCSUsrMsg_DesiredTimescale) ProtoMessage

func (*CCSUsrMsg_DesiredTimescale) ProtoMessage()

func (*CCSUsrMsg_DesiredTimescale) Reset

func (m *CCSUsrMsg_DesiredTimescale) Reset()

func (*CCSUsrMsg_DesiredTimescale) String

func (m *CCSUsrMsg_DesiredTimescale) String() string

type CCSUsrMsg_DisconnectToLobby

type CCSUsrMsg_DisconnectToLobby struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_DisconnectToLobby) Descriptor

func (*CCSUsrMsg_DisconnectToLobby) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_DisconnectToLobby) GetDummy

func (m *CCSUsrMsg_DisconnectToLobby) GetDummy() int32

func (*CCSUsrMsg_DisconnectToLobby) ProtoMessage

func (*CCSUsrMsg_DisconnectToLobby) ProtoMessage()

func (*CCSUsrMsg_DisconnectToLobby) Reset

func (m *CCSUsrMsg_DisconnectToLobby) Reset()

func (*CCSUsrMsg_DisconnectToLobby) String

func (m *CCSUsrMsg_DisconnectToLobby) String() string

type CCSUsrMsg_DisplayInventory

type CCSUsrMsg_DisplayInventory struct {
	Display          *bool  `protobuf:"varint,1,opt,name=display" json:"display,omitempty"`
	UserId           *int32 `protobuf:"varint,2,opt,name=user_id" json:"user_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_DisplayInventory) Descriptor

func (*CCSUsrMsg_DisplayInventory) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_DisplayInventory) GetDisplay

func (m *CCSUsrMsg_DisplayInventory) GetDisplay() bool

func (*CCSUsrMsg_DisplayInventory) GetUserId

func (m *CCSUsrMsg_DisplayInventory) GetUserId() int32

func (*CCSUsrMsg_DisplayInventory) ProtoMessage

func (*CCSUsrMsg_DisplayInventory) ProtoMessage()

func (*CCSUsrMsg_DisplayInventory) Reset

func (m *CCSUsrMsg_DisplayInventory) Reset()

func (*CCSUsrMsg_DisplayInventory) String

func (m *CCSUsrMsg_DisplayInventory) String() string

type CCSUsrMsg_Fade

type CCSUsrMsg_Fade struct {
	Duration         *int32    `protobuf:"varint,1,opt,name=duration" json:"duration,omitempty"`
	HoldTime         *int32    `protobuf:"varint,2,opt,name=hold_time" json:"hold_time,omitempty"`
	Flags            *int32    `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
	Clr              *CMsgRGBA `protobuf:"bytes,4,opt,name=clr" json:"clr,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*CCSUsrMsg_Fade) Descriptor

func (*CCSUsrMsg_Fade) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Fade) GetClr

func (m *CCSUsrMsg_Fade) GetClr() *CMsgRGBA

func (*CCSUsrMsg_Fade) GetDuration

func (m *CCSUsrMsg_Fade) GetDuration() int32

func (*CCSUsrMsg_Fade) GetFlags

func (m *CCSUsrMsg_Fade) GetFlags() int32

func (*CCSUsrMsg_Fade) GetHoldTime

func (m *CCSUsrMsg_Fade) GetHoldTime() int32

func (*CCSUsrMsg_Fade) ProtoMessage

func (*CCSUsrMsg_Fade) ProtoMessage()

func (*CCSUsrMsg_Fade) Reset

func (m *CCSUsrMsg_Fade) Reset()

func (*CCSUsrMsg_Fade) String

func (m *CCSUsrMsg_Fade) String() string

type CCSUsrMsg_GameTitle

type CCSUsrMsg_GameTitle struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_GameTitle) Descriptor

func (*CCSUsrMsg_GameTitle) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_GameTitle) GetDummy

func (m *CCSUsrMsg_GameTitle) GetDummy() int32

func (*CCSUsrMsg_GameTitle) ProtoMessage

func (*CCSUsrMsg_GameTitle) ProtoMessage()

func (*CCSUsrMsg_GameTitle) Reset

func (m *CCSUsrMsg_GameTitle) Reset()

func (*CCSUsrMsg_GameTitle) String

func (m *CCSUsrMsg_GameTitle) String() string

type CCSUsrMsg_Geiger

type CCSUsrMsg_Geiger struct {
	Range            *int32 `protobuf:"varint,1,opt,name=range" json:"range,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_Geiger) Descriptor

func (*CCSUsrMsg_Geiger) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Geiger) GetRange

func (m *CCSUsrMsg_Geiger) GetRange() int32

func (*CCSUsrMsg_Geiger) ProtoMessage

func (*CCSUsrMsg_Geiger) ProtoMessage()

func (*CCSUsrMsg_Geiger) Reset

func (m *CCSUsrMsg_Geiger) Reset()

func (*CCSUsrMsg_Geiger) String

func (m *CCSUsrMsg_Geiger) String() string

type CCSUsrMsg_GlowPropTurnOff

type CCSUsrMsg_GlowPropTurnOff struct {
	Entidx           *int32 `protobuf:"varint,1,opt,name=entidx" json:"entidx,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_GlowPropTurnOff) Descriptor

func (*CCSUsrMsg_GlowPropTurnOff) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_GlowPropTurnOff) GetEntidx

func (m *CCSUsrMsg_GlowPropTurnOff) GetEntidx() int32

func (*CCSUsrMsg_GlowPropTurnOff) ProtoMessage

func (*CCSUsrMsg_GlowPropTurnOff) ProtoMessage()

func (*CCSUsrMsg_GlowPropTurnOff) Reset

func (m *CCSUsrMsg_GlowPropTurnOff) Reset()

func (*CCSUsrMsg_GlowPropTurnOff) String

func (m *CCSUsrMsg_GlowPropTurnOff) String() string

type CCSUsrMsg_HintText

type CCSUsrMsg_HintText struct {
	Text             *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_HintText) Descriptor

func (*CCSUsrMsg_HintText) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_HintText) GetText

func (m *CCSUsrMsg_HintText) GetText() string

func (*CCSUsrMsg_HintText) ProtoMessage

func (*CCSUsrMsg_HintText) ProtoMessage()

func (*CCSUsrMsg_HintText) Reset

func (m *CCSUsrMsg_HintText) Reset()

func (*CCSUsrMsg_HintText) String

func (m *CCSUsrMsg_HintText) String() string

type CCSUsrMsg_HudMsg

type CCSUsrMsg_HudMsg struct {
	Channel          *int32        `protobuf:"varint,1,opt,name=channel" json:"channel,omitempty"`
	Pos              *CMsgVector2D `protobuf:"bytes,2,opt,name=pos" json:"pos,omitempty"`
	Clr1             *CMsgRGBA     `protobuf:"bytes,3,opt,name=clr1" json:"clr1,omitempty"`
	Clr2             *CMsgRGBA     `protobuf:"bytes,4,opt,name=clr2" json:"clr2,omitempty"`
	Effect           *int32        `protobuf:"varint,5,opt,name=effect" json:"effect,omitempty"`
	FadeInTime       *float32      `protobuf:"fixed32,6,opt,name=fade_in_time" json:"fade_in_time,omitempty"`
	FadeOutTime      *float32      `protobuf:"fixed32,7,opt,name=fade_out_time" json:"fade_out_time,omitempty"`
	HoldTime         *float32      `protobuf:"fixed32,9,opt,name=hold_time" json:"hold_time,omitempty"`
	FxTime           *float32      `protobuf:"fixed32,10,opt,name=fx_time" json:"fx_time,omitempty"`
	Text             *string       `protobuf:"bytes,11,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*CCSUsrMsg_HudMsg) Descriptor

func (*CCSUsrMsg_HudMsg) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_HudMsg) GetChannel

func (m *CCSUsrMsg_HudMsg) GetChannel() int32

func (*CCSUsrMsg_HudMsg) GetClr1

func (m *CCSUsrMsg_HudMsg) GetClr1() *CMsgRGBA

func (*CCSUsrMsg_HudMsg) GetClr2

func (m *CCSUsrMsg_HudMsg) GetClr2() *CMsgRGBA

func (*CCSUsrMsg_HudMsg) GetEffect

func (m *CCSUsrMsg_HudMsg) GetEffect() int32

func (*CCSUsrMsg_HudMsg) GetFadeInTime

func (m *CCSUsrMsg_HudMsg) GetFadeInTime() float32

func (*CCSUsrMsg_HudMsg) GetFadeOutTime

func (m *CCSUsrMsg_HudMsg) GetFadeOutTime() float32

func (*CCSUsrMsg_HudMsg) GetFxTime

func (m *CCSUsrMsg_HudMsg) GetFxTime() float32

func (*CCSUsrMsg_HudMsg) GetHoldTime

func (m *CCSUsrMsg_HudMsg) GetHoldTime() float32

func (*CCSUsrMsg_HudMsg) GetPos

func (m *CCSUsrMsg_HudMsg) GetPos() *CMsgVector2D

func (*CCSUsrMsg_HudMsg) GetText

func (m *CCSUsrMsg_HudMsg) GetText() string

func (*CCSUsrMsg_HudMsg) ProtoMessage

func (*CCSUsrMsg_HudMsg) ProtoMessage()

func (*CCSUsrMsg_HudMsg) Reset

func (m *CCSUsrMsg_HudMsg) Reset()

func (*CCSUsrMsg_HudMsg) String

func (m *CCSUsrMsg_HudMsg) String() string

type CCSUsrMsg_HudText

type CCSUsrMsg_HudText struct {
	Text             *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_HudText) Descriptor

func (*CCSUsrMsg_HudText) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_HudText) GetText

func (m *CCSUsrMsg_HudText) GetText() string

func (*CCSUsrMsg_HudText) ProtoMessage

func (*CCSUsrMsg_HudText) ProtoMessage()

func (*CCSUsrMsg_HudText) Reset

func (m *CCSUsrMsg_HudText) Reset()

func (*CCSUsrMsg_HudText) String

func (m *CCSUsrMsg_HudText) String() string

type CCSUsrMsg_ItemDrop

type CCSUsrMsg_ItemDrop struct {
	Itemid           *int64 `protobuf:"varint,1,opt,name=itemid" json:"itemid,omitempty"`
	Death            *bool  `protobuf:"varint,2,opt,name=death" json:"death,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_ItemDrop) Descriptor

func (*CCSUsrMsg_ItemDrop) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ItemDrop) GetDeath

func (m *CCSUsrMsg_ItemDrop) GetDeath() bool

func (*CCSUsrMsg_ItemDrop) GetItemid

func (m *CCSUsrMsg_ItemDrop) GetItemid() int64

func (*CCSUsrMsg_ItemDrop) ProtoMessage

func (*CCSUsrMsg_ItemDrop) ProtoMessage()

func (*CCSUsrMsg_ItemDrop) Reset

func (m *CCSUsrMsg_ItemDrop) Reset()

func (*CCSUsrMsg_ItemDrop) String

func (m *CCSUsrMsg_ItemDrop) String() string

type CCSUsrMsg_ItemPickup

type CCSUsrMsg_ItemPickup struct {
	Item             *string `protobuf:"bytes,1,opt,name=item" json:"item,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_ItemPickup) Descriptor

func (*CCSUsrMsg_ItemPickup) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ItemPickup) GetItem

func (m *CCSUsrMsg_ItemPickup) GetItem() string

func (*CCSUsrMsg_ItemPickup) ProtoMessage

func (*CCSUsrMsg_ItemPickup) ProtoMessage()

func (*CCSUsrMsg_ItemPickup) Reset

func (m *CCSUsrMsg_ItemPickup) Reset()

func (*CCSUsrMsg_ItemPickup) String

func (m *CCSUsrMsg_ItemPickup) String() string

type CCSUsrMsg_KeyHintText

type CCSUsrMsg_KeyHintText struct {
	Hints            []string `protobuf:"bytes,1,rep,name=hints" json:"hints,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_KeyHintText) Descriptor

func (*CCSUsrMsg_KeyHintText) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_KeyHintText) GetHints

func (m *CCSUsrMsg_KeyHintText) GetHints() []string

func (*CCSUsrMsg_KeyHintText) ProtoMessage

func (*CCSUsrMsg_KeyHintText) ProtoMessage()

func (*CCSUsrMsg_KeyHintText) Reset

func (m *CCSUsrMsg_KeyHintText) Reset()

func (*CCSUsrMsg_KeyHintText) String

func (m *CCSUsrMsg_KeyHintText) String() string

type CCSUsrMsg_KillCam

type CCSUsrMsg_KillCam struct {
	ObsMode          *int32 `protobuf:"varint,1,opt,name=obs_mode" json:"obs_mode,omitempty"`
	FirstTarget      *int32 `protobuf:"varint,2,opt,name=first_target" json:"first_target,omitempty"`
	SecondTarget     *int32 `protobuf:"varint,3,opt,name=second_target" json:"second_target,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_KillCam) Descriptor

func (*CCSUsrMsg_KillCam) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_KillCam) GetFirstTarget

func (m *CCSUsrMsg_KillCam) GetFirstTarget() int32

func (*CCSUsrMsg_KillCam) GetObsMode

func (m *CCSUsrMsg_KillCam) GetObsMode() int32

func (*CCSUsrMsg_KillCam) GetSecondTarget

func (m *CCSUsrMsg_KillCam) GetSecondTarget() int32

func (*CCSUsrMsg_KillCam) ProtoMessage

func (*CCSUsrMsg_KillCam) ProtoMessage()

func (*CCSUsrMsg_KillCam) Reset

func (m *CCSUsrMsg_KillCam) Reset()

func (*CCSUsrMsg_KillCam) String

func (m *CCSUsrMsg_KillCam) String() string

type CCSUsrMsg_MarkAchievement

type CCSUsrMsg_MarkAchievement struct {
	Achievement      *string `protobuf:"bytes,1,opt,name=achievement" json:"achievement,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_MarkAchievement) Descriptor

func (*CCSUsrMsg_MarkAchievement) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_MarkAchievement) GetAchievement

func (m *CCSUsrMsg_MarkAchievement) GetAchievement() string

func (*CCSUsrMsg_MarkAchievement) ProtoMessage

func (*CCSUsrMsg_MarkAchievement) ProtoMessage()

func (*CCSUsrMsg_MarkAchievement) Reset

func (m *CCSUsrMsg_MarkAchievement) Reset()

func (*CCSUsrMsg_MarkAchievement) String

func (m *CCSUsrMsg_MarkAchievement) String() string

type CCSUsrMsg_MatchEndConditions

type CCSUsrMsg_MatchEndConditions struct {
	Fraglimit        *int32 `protobuf:"varint,1,opt,name=fraglimit" json:"fraglimit,omitempty"`
	MpMaxrounds      *int32 `protobuf:"varint,2,opt,name=mp_maxrounds" json:"mp_maxrounds,omitempty"`
	MpWinlimit       *int32 `protobuf:"varint,3,opt,name=mp_winlimit" json:"mp_winlimit,omitempty"`
	MpTimelimit      *int32 `protobuf:"varint,4,opt,name=mp_timelimit" json:"mp_timelimit,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_MatchEndConditions) Descriptor

func (*CCSUsrMsg_MatchEndConditions) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_MatchEndConditions) GetFraglimit

func (m *CCSUsrMsg_MatchEndConditions) GetFraglimit() int32

func (*CCSUsrMsg_MatchEndConditions) GetMpMaxrounds

func (m *CCSUsrMsg_MatchEndConditions) GetMpMaxrounds() int32

func (*CCSUsrMsg_MatchEndConditions) GetMpTimelimit

func (m *CCSUsrMsg_MatchEndConditions) GetMpTimelimit() int32

func (*CCSUsrMsg_MatchEndConditions) GetMpWinlimit

func (m *CCSUsrMsg_MatchEndConditions) GetMpWinlimit() int32

func (*CCSUsrMsg_MatchEndConditions) ProtoMessage

func (*CCSUsrMsg_MatchEndConditions) ProtoMessage()

func (*CCSUsrMsg_MatchEndConditions) Reset

func (m *CCSUsrMsg_MatchEndConditions) Reset()

func (*CCSUsrMsg_MatchEndConditions) String

type CCSUsrMsg_MatchStatsUpdate

type CCSUsrMsg_MatchStatsUpdate struct {
	Update           *string `protobuf:"bytes,1,opt,name=update" json:"update,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_MatchStatsUpdate) Descriptor

func (*CCSUsrMsg_MatchStatsUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_MatchStatsUpdate) GetUpdate

func (m *CCSUsrMsg_MatchStatsUpdate) GetUpdate() string

func (*CCSUsrMsg_MatchStatsUpdate) ProtoMessage

func (*CCSUsrMsg_MatchStatsUpdate) ProtoMessage()

func (*CCSUsrMsg_MatchStatsUpdate) Reset

func (m *CCSUsrMsg_MatchStatsUpdate) Reset()

func (*CCSUsrMsg_MatchStatsUpdate) String

func (m *CCSUsrMsg_MatchStatsUpdate) String() string

type CCSUsrMsg_PlayerStatsUpdate

type CCSUsrMsg_PlayerStatsUpdate struct {
	Version          *int32                              `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Stats            []*CCSUsrMsg_PlayerStatsUpdate_Stat `protobuf:"bytes,4,rep,name=stats" json:"stats,omitempty"`
	UserId           *int32                              `protobuf:"varint,5,opt,name=user_id" json:"user_id,omitempty"`
	Crc              *int32                              `protobuf:"varint,6,opt,name=crc" json:"crc,omitempty"`
	XXX_unrecognized []byte                              `json:"-"`
}

func (*CCSUsrMsg_PlayerStatsUpdate) Descriptor

func (*CCSUsrMsg_PlayerStatsUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_PlayerStatsUpdate) GetCrc

func (m *CCSUsrMsg_PlayerStatsUpdate) GetCrc() int32

func (*CCSUsrMsg_PlayerStatsUpdate) GetStats

func (*CCSUsrMsg_PlayerStatsUpdate) GetUserId

func (m *CCSUsrMsg_PlayerStatsUpdate) GetUserId() int32

func (*CCSUsrMsg_PlayerStatsUpdate) GetVersion

func (m *CCSUsrMsg_PlayerStatsUpdate) GetVersion() int32

func (*CCSUsrMsg_PlayerStatsUpdate) ProtoMessage

func (*CCSUsrMsg_PlayerStatsUpdate) ProtoMessage()

func (*CCSUsrMsg_PlayerStatsUpdate) Reset

func (m *CCSUsrMsg_PlayerStatsUpdate) Reset()

func (*CCSUsrMsg_PlayerStatsUpdate) String

func (m *CCSUsrMsg_PlayerStatsUpdate) String() string

type CCSUsrMsg_PlayerStatsUpdate_Stat

type CCSUsrMsg_PlayerStatsUpdate_Stat struct {
	Idx              *int32 `protobuf:"varint,1,opt,name=idx" json:"idx,omitempty"`
	Delta            *int32 `protobuf:"varint,2,opt,name=delta" json:"delta,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) Descriptor

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) GetDelta

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) GetIdx

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) ProtoMessage

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) ProtoMessage()

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) Reset

func (*CCSUsrMsg_PlayerStatsUpdate_Stat) String

type CCSUsrMsg_ProcessSpottedEntityUpdate

type CCSUsrMsg_ProcessSpottedEntityUpdate struct {
	NewUpdate        *bool                                                       `protobuf:"varint,1,opt,name=new_update" json:"new_update,omitempty"`
	EntityUpdates    []*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate `protobuf:"bytes,2,rep,name=entity_updates" json:"entity_updates,omitempty"`
	XXX_unrecognized []byte                                                      `json:"-"`
}

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) Descriptor

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) GetEntityUpdates

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) GetNewUpdate

func (m *CCSUsrMsg_ProcessSpottedEntityUpdate) GetNewUpdate() bool

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) ProtoMessage

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) ProtoMessage()

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) Reset

func (*CCSUsrMsg_ProcessSpottedEntityUpdate) String

type CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate

type CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate struct {
	EntityIdx        *int32 `protobuf:"varint,1,opt,name=entity_idx" json:"entity_idx,omitempty"`
	ClassId          *int32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
	OriginX          *int32 `protobuf:"varint,3,opt,name=origin_x" json:"origin_x,omitempty"`
	OriginY          *int32 `protobuf:"varint,4,opt,name=origin_y" json:"origin_y,omitempty"`
	OriginZ          *int32 `protobuf:"varint,5,opt,name=origin_z" json:"origin_z,omitempty"`
	AngleY           *int32 `protobuf:"varint,6,opt,name=angle_y" json:"angle_y,omitempty"`
	Defuser          *bool  `protobuf:"varint,7,opt,name=defuser" json:"defuser,omitempty"`
	PlayerHasDefuser *bool  `protobuf:"varint,8,opt,name=player_has_defuser" json:"player_has_defuser,omitempty"`
	PlayerHasC4      *bool  `protobuf:"varint,9,opt,name=player_has_c4" json:"player_has_c4,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) Descriptor

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetAngleY

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetClassId

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetDefuser

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetEntityIdx

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetOriginX

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetOriginY

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetOriginZ

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetPlayerHasC4

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) GetPlayerHasDefuser

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) ProtoMessage

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) Reset

func (*CCSUsrMsg_ProcessSpottedEntityUpdate_SpottedEntityUpdate) String

type CCSUsrMsg_QuestProgress

type CCSUsrMsg_QuestProgress struct {
	QuestId          *uint32 `protobuf:"varint,1,opt,name=quest_id" json:"quest_id,omitempty"`
	NormalPoints     *uint32 `protobuf:"varint,2,opt,name=normal_points" json:"normal_points,omitempty"`
	BonusPoints      *uint32 `protobuf:"varint,3,opt,name=bonus_points" json:"bonus_points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_QuestProgress) Descriptor

func (*CCSUsrMsg_QuestProgress) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_QuestProgress) GetBonusPoints

func (m *CCSUsrMsg_QuestProgress) GetBonusPoints() uint32

func (*CCSUsrMsg_QuestProgress) GetNormalPoints

func (m *CCSUsrMsg_QuestProgress) GetNormalPoints() uint32

func (*CCSUsrMsg_QuestProgress) GetQuestId

func (m *CCSUsrMsg_QuestProgress) GetQuestId() uint32

func (*CCSUsrMsg_QuestProgress) ProtoMessage

func (*CCSUsrMsg_QuestProgress) ProtoMessage()

func (*CCSUsrMsg_QuestProgress) Reset

func (m *CCSUsrMsg_QuestProgress) Reset()

func (*CCSUsrMsg_QuestProgress) String

func (m *CCSUsrMsg_QuestProgress) String() string

type CCSUsrMsg_RadioText

type CCSUsrMsg_RadioText struct {
	MsgDst           *int32   `protobuf:"varint,1,opt,name=msg_dst" json:"msg_dst,omitempty"`
	Client           *int32   `protobuf:"varint,2,opt,name=client" json:"client,omitempty"`
	MsgName          *string  `protobuf:"bytes,3,opt,name=msg_name" json:"msg_name,omitempty"`
	Params           []string `protobuf:"bytes,4,rep,name=params" json:"params,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_RadioText) Descriptor

func (*CCSUsrMsg_RadioText) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_RadioText) GetClient

func (m *CCSUsrMsg_RadioText) GetClient() int32

func (*CCSUsrMsg_RadioText) GetMsgDst

func (m *CCSUsrMsg_RadioText) GetMsgDst() int32

func (*CCSUsrMsg_RadioText) GetMsgName

func (m *CCSUsrMsg_RadioText) GetMsgName() string

func (*CCSUsrMsg_RadioText) GetParams

func (m *CCSUsrMsg_RadioText) GetParams() []string

func (*CCSUsrMsg_RadioText) ProtoMessage

func (*CCSUsrMsg_RadioText) ProtoMessage()

func (*CCSUsrMsg_RadioText) Reset

func (m *CCSUsrMsg_RadioText) Reset()

func (*CCSUsrMsg_RadioText) String

func (m *CCSUsrMsg_RadioText) String() string

type CCSUsrMsg_RawAudio

type CCSUsrMsg_RawAudio struct {
	Pitch            *int32   `protobuf:"varint,1,opt,name=pitch" json:"pitch,omitempty"`
	Entidx           *int32   `protobuf:"varint,2,opt,name=entidx" json:"entidx,omitempty"`
	Duration         *float32 `protobuf:"fixed32,3,opt,name=duration" json:"duration,omitempty"`
	VoiceFilename    *string  `protobuf:"bytes,4,opt,name=voice_filename" json:"voice_filename,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_RawAudio) Descriptor

func (*CCSUsrMsg_RawAudio) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_RawAudio) GetDuration

func (m *CCSUsrMsg_RawAudio) GetDuration() float32

func (*CCSUsrMsg_RawAudio) GetEntidx

func (m *CCSUsrMsg_RawAudio) GetEntidx() int32

func (*CCSUsrMsg_RawAudio) GetPitch

func (m *CCSUsrMsg_RawAudio) GetPitch() int32

func (*CCSUsrMsg_RawAudio) GetVoiceFilename

func (m *CCSUsrMsg_RawAudio) GetVoiceFilename() string

func (*CCSUsrMsg_RawAudio) ProtoMessage

func (*CCSUsrMsg_RawAudio) ProtoMessage()

func (*CCSUsrMsg_RawAudio) Reset

func (m *CCSUsrMsg_RawAudio) Reset()

func (*CCSUsrMsg_RawAudio) String

func (m *CCSUsrMsg_RawAudio) String() string

type CCSUsrMsg_ReloadEffect

type CCSUsrMsg_ReloadEffect struct {
	Entidx           *int32   `protobuf:"varint,1,opt,name=entidx" json:"entidx,omitempty"`
	Actanim          *int32   `protobuf:"varint,2,opt,name=actanim" json:"actanim,omitempty"`
	OriginX          *float32 `protobuf:"fixed32,3,opt,name=origin_x" json:"origin_x,omitempty"`
	OriginY          *float32 `protobuf:"fixed32,4,opt,name=origin_y" json:"origin_y,omitempty"`
	OriginZ          *float32 `protobuf:"fixed32,5,opt,name=origin_z" json:"origin_z,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_ReloadEffect) Descriptor

func (*CCSUsrMsg_ReloadEffect) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ReloadEffect) GetActanim

func (m *CCSUsrMsg_ReloadEffect) GetActanim() int32

func (*CCSUsrMsg_ReloadEffect) GetEntidx

func (m *CCSUsrMsg_ReloadEffect) GetEntidx() int32

func (*CCSUsrMsg_ReloadEffect) GetOriginX

func (m *CCSUsrMsg_ReloadEffect) GetOriginX() float32

func (*CCSUsrMsg_ReloadEffect) GetOriginY

func (m *CCSUsrMsg_ReloadEffect) GetOriginY() float32

func (*CCSUsrMsg_ReloadEffect) GetOriginZ

func (m *CCSUsrMsg_ReloadEffect) GetOriginZ() float32

func (*CCSUsrMsg_ReloadEffect) ProtoMessage

func (*CCSUsrMsg_ReloadEffect) ProtoMessage()

func (*CCSUsrMsg_ReloadEffect) Reset

func (m *CCSUsrMsg_ReloadEffect) Reset()

func (*CCSUsrMsg_ReloadEffect) String

func (m *CCSUsrMsg_ReloadEffect) String() string

type CCSUsrMsg_ReportHit

type CCSUsrMsg_ReportHit struct {
	PosX             *float32 `protobuf:"fixed32,1,opt,name=pos_x" json:"pos_x,omitempty"`
	PosY             *float32 `protobuf:"fixed32,2,opt,name=pos_y" json:"pos_y,omitempty"`
	Timestamp        *float32 `protobuf:"fixed32,4,opt,name=timestamp" json:"timestamp,omitempty"`
	PosZ             *float32 `protobuf:"fixed32,3,opt,name=pos_z" json:"pos_z,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_ReportHit) Descriptor

func (*CCSUsrMsg_ReportHit) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ReportHit) GetPosX

func (m *CCSUsrMsg_ReportHit) GetPosX() float32

func (*CCSUsrMsg_ReportHit) GetPosY

func (m *CCSUsrMsg_ReportHit) GetPosY() float32

func (*CCSUsrMsg_ReportHit) GetPosZ

func (m *CCSUsrMsg_ReportHit) GetPosZ() float32

func (*CCSUsrMsg_ReportHit) GetTimestamp

func (m *CCSUsrMsg_ReportHit) GetTimestamp() float32

func (*CCSUsrMsg_ReportHit) ProtoMessage

func (*CCSUsrMsg_ReportHit) ProtoMessage()

func (*CCSUsrMsg_ReportHit) Reset

func (m *CCSUsrMsg_ReportHit) Reset()

func (*CCSUsrMsg_ReportHit) String

func (m *CCSUsrMsg_ReportHit) String() string

type CCSUsrMsg_RequestState

type CCSUsrMsg_RequestState struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_RequestState) Descriptor

func (*CCSUsrMsg_RequestState) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_RequestState) GetDummy

func (m *CCSUsrMsg_RequestState) GetDummy() int32

func (*CCSUsrMsg_RequestState) ProtoMessage

func (*CCSUsrMsg_RequestState) ProtoMessage()

func (*CCSUsrMsg_RequestState) Reset

func (m *CCSUsrMsg_RequestState) Reset()

func (*CCSUsrMsg_RequestState) String

func (m *CCSUsrMsg_RequestState) String() string

type CCSUsrMsg_ResetHud

type CCSUsrMsg_ResetHud struct {
	Reset_           *bool  `protobuf:"varint,1,opt,name=reset" json:"reset,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_ResetHud) Descriptor

func (*CCSUsrMsg_ResetHud) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ResetHud) GetReset_

func (m *CCSUsrMsg_ResetHud) GetReset_() bool

func (*CCSUsrMsg_ResetHud) ProtoMessage

func (*CCSUsrMsg_ResetHud) ProtoMessage()

func (*CCSUsrMsg_ResetHud) Reset

func (m *CCSUsrMsg_ResetHud) Reset()

func (*CCSUsrMsg_ResetHud) String

func (m *CCSUsrMsg_ResetHud) String() string

type CCSUsrMsg_RoundBackupFilenames

type CCSUsrMsg_RoundBackupFilenames struct {
	Count            *int32  `protobuf:"varint,1,opt,name=count" json:"count,omitempty"`
	Index            *int32  `protobuf:"varint,2,opt,name=index" json:"index,omitempty"`
	Filename         *string `protobuf:"bytes,3,opt,name=filename" json:"filename,omitempty"`
	Nicename         *string `protobuf:"bytes,4,opt,name=nicename" json:"nicename,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_RoundBackupFilenames) Descriptor

func (*CCSUsrMsg_RoundBackupFilenames) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_RoundBackupFilenames) GetCount

func (m *CCSUsrMsg_RoundBackupFilenames) GetCount() int32

func (*CCSUsrMsg_RoundBackupFilenames) GetFilename

func (m *CCSUsrMsg_RoundBackupFilenames) GetFilename() string

func (*CCSUsrMsg_RoundBackupFilenames) GetIndex

func (m *CCSUsrMsg_RoundBackupFilenames) GetIndex() int32

func (*CCSUsrMsg_RoundBackupFilenames) GetNicename

func (m *CCSUsrMsg_RoundBackupFilenames) GetNicename() string

func (*CCSUsrMsg_RoundBackupFilenames) ProtoMessage

func (*CCSUsrMsg_RoundBackupFilenames) ProtoMessage()

func (*CCSUsrMsg_RoundBackupFilenames) Reset

func (m *CCSUsrMsg_RoundBackupFilenames) Reset()

func (*CCSUsrMsg_RoundBackupFilenames) String

type CCSUsrMsg_Rumble

type CCSUsrMsg_Rumble struct {
	Index            *int32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"`
	Data             *int32 `protobuf:"varint,2,opt,name=data" json:"data,omitempty"`
	Flags            *int32 `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_Rumble) Descriptor

func (*CCSUsrMsg_Rumble) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Rumble) GetData

func (m *CCSUsrMsg_Rumble) GetData() int32

func (*CCSUsrMsg_Rumble) GetFlags

func (m *CCSUsrMsg_Rumble) GetFlags() int32

func (*CCSUsrMsg_Rumble) GetIndex

func (m *CCSUsrMsg_Rumble) GetIndex() int32

func (*CCSUsrMsg_Rumble) ProtoMessage

func (*CCSUsrMsg_Rumble) ProtoMessage()

func (*CCSUsrMsg_Rumble) Reset

func (m *CCSUsrMsg_Rumble) Reset()

func (*CCSUsrMsg_Rumble) String

func (m *CCSUsrMsg_Rumble) String() string

type CCSUsrMsg_SayText

type CCSUsrMsg_SayText struct {
	EntIdx           *int32  `protobuf:"varint,1,opt,name=ent_idx" json:"ent_idx,omitempty"`
	Text             *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Chat             *bool   `protobuf:"varint,3,opt,name=chat" json:"chat,omitempty"`
	Textallchat      *bool   `protobuf:"varint,4,opt,name=textallchat" json:"textallchat,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_SayText) Descriptor

func (*CCSUsrMsg_SayText) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SayText) GetChat

func (m *CCSUsrMsg_SayText) GetChat() bool

func (*CCSUsrMsg_SayText) GetEntIdx

func (m *CCSUsrMsg_SayText) GetEntIdx() int32

func (*CCSUsrMsg_SayText) GetText

func (m *CCSUsrMsg_SayText) GetText() string

func (*CCSUsrMsg_SayText) GetTextallchat

func (m *CCSUsrMsg_SayText) GetTextallchat() bool

func (*CCSUsrMsg_SayText) ProtoMessage

func (*CCSUsrMsg_SayText) ProtoMessage()

func (*CCSUsrMsg_SayText) Reset

func (m *CCSUsrMsg_SayText) Reset()

func (*CCSUsrMsg_SayText) String

func (m *CCSUsrMsg_SayText) String() string

type CCSUsrMsg_SayText2

type CCSUsrMsg_SayText2 struct {
	EntIdx           *int32   `protobuf:"varint,1,opt,name=ent_idx" json:"ent_idx,omitempty"`
	Chat             *bool    `protobuf:"varint,2,opt,name=chat" json:"chat,omitempty"`
	MsgName          *string  `protobuf:"bytes,3,opt,name=msg_name" json:"msg_name,omitempty"`
	Params           []string `protobuf:"bytes,4,rep,name=params" json:"params,omitempty"`
	Textallchat      *bool    `protobuf:"varint,5,opt,name=textallchat" json:"textallchat,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_SayText2) Descriptor

func (*CCSUsrMsg_SayText2) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SayText2) GetChat

func (m *CCSUsrMsg_SayText2) GetChat() bool

func (*CCSUsrMsg_SayText2) GetEntIdx

func (m *CCSUsrMsg_SayText2) GetEntIdx() int32

func (*CCSUsrMsg_SayText2) GetMsgName

func (m *CCSUsrMsg_SayText2) GetMsgName() string

func (*CCSUsrMsg_SayText2) GetParams

func (m *CCSUsrMsg_SayText2) GetParams() []string

func (*CCSUsrMsg_SayText2) GetTextallchat

func (m *CCSUsrMsg_SayText2) GetTextallchat() bool

func (*CCSUsrMsg_SayText2) ProtoMessage

func (*CCSUsrMsg_SayText2) ProtoMessage()

func (*CCSUsrMsg_SayText2) Reset

func (m *CCSUsrMsg_SayText2) Reset()

func (*CCSUsrMsg_SayText2) String

func (m *CCSUsrMsg_SayText2) String() string

type CCSUsrMsg_SendAudio

type CCSUsrMsg_SendAudio struct {
	RadioSound       *string `protobuf:"bytes,1,opt,name=radio_sound" json:"radio_sound,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_SendAudio) Descriptor

func (*CCSUsrMsg_SendAudio) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SendAudio) GetRadioSound

func (m *CCSUsrMsg_SendAudio) GetRadioSound() string

func (*CCSUsrMsg_SendAudio) ProtoMessage

func (*CCSUsrMsg_SendAudio) ProtoMessage()

func (*CCSUsrMsg_SendAudio) Reset

func (m *CCSUsrMsg_SendAudio) Reset()

func (*CCSUsrMsg_SendAudio) String

func (m *CCSUsrMsg_SendAudio) String() string

type CCSUsrMsg_SendLastKillerDamageToClient

type CCSUsrMsg_SendLastKillerDamageToClient struct {
	NumHitsGiven     *int32 `protobuf:"varint,1,opt,name=num_hits_given" json:"num_hits_given,omitempty"`
	DamageGiven      *int32 `protobuf:"varint,2,opt,name=damage_given" json:"damage_given,omitempty"`
	NumHitsTaken     *int32 `protobuf:"varint,3,opt,name=num_hits_taken" json:"num_hits_taken,omitempty"`
	DamageTaken      *int32 `protobuf:"varint,4,opt,name=damage_taken" json:"damage_taken,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_SendLastKillerDamageToClient) Descriptor

func (*CCSUsrMsg_SendLastKillerDamageToClient) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SendLastKillerDamageToClient) GetDamageGiven

func (m *CCSUsrMsg_SendLastKillerDamageToClient) GetDamageGiven() int32

func (*CCSUsrMsg_SendLastKillerDamageToClient) GetDamageTaken

func (m *CCSUsrMsg_SendLastKillerDamageToClient) GetDamageTaken() int32

func (*CCSUsrMsg_SendLastKillerDamageToClient) GetNumHitsGiven

func (m *CCSUsrMsg_SendLastKillerDamageToClient) GetNumHitsGiven() int32

func (*CCSUsrMsg_SendLastKillerDamageToClient) GetNumHitsTaken

func (m *CCSUsrMsg_SendLastKillerDamageToClient) GetNumHitsTaken() int32

func (*CCSUsrMsg_SendLastKillerDamageToClient) ProtoMessage

func (*CCSUsrMsg_SendLastKillerDamageToClient) Reset

func (*CCSUsrMsg_SendLastKillerDamageToClient) String

type CCSUsrMsg_SendPlayerItemDrops

type CCSUsrMsg_SendPlayerItemDrops struct {
	EntityUpdates    []*CEconItemPreviewDataBlock `protobuf:"bytes,1,rep,name=entity_updates" json:"entity_updates,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*CCSUsrMsg_SendPlayerItemDrops) Descriptor

func (*CCSUsrMsg_SendPlayerItemDrops) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SendPlayerItemDrops) GetEntityUpdates

func (*CCSUsrMsg_SendPlayerItemDrops) ProtoMessage

func (*CCSUsrMsg_SendPlayerItemDrops) ProtoMessage()

func (*CCSUsrMsg_SendPlayerItemDrops) Reset

func (m *CCSUsrMsg_SendPlayerItemDrops) Reset()

func (*CCSUsrMsg_SendPlayerItemDrops) String

type CCSUsrMsg_SendPlayerItemFound

type CCSUsrMsg_SendPlayerItemFound struct {
	Iteminfo         *CEconItemPreviewDataBlock `protobuf:"bytes,1,opt,name=iteminfo" json:"iteminfo,omitempty"`
	Entindex         *int32                     `protobuf:"varint,2,opt,name=entindex" json:"entindex,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CCSUsrMsg_SendPlayerItemFound) Descriptor

func (*CCSUsrMsg_SendPlayerItemFound) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_SendPlayerItemFound) GetEntindex

func (m *CCSUsrMsg_SendPlayerItemFound) GetEntindex() int32

func (*CCSUsrMsg_SendPlayerItemFound) GetIteminfo

func (*CCSUsrMsg_SendPlayerItemFound) ProtoMessage

func (*CCSUsrMsg_SendPlayerItemFound) ProtoMessage()

func (*CCSUsrMsg_SendPlayerItemFound) Reset

func (m *CCSUsrMsg_SendPlayerItemFound) Reset()

func (*CCSUsrMsg_SendPlayerItemFound) String

type CCSUsrMsg_ServerRankRevealAll

type CCSUsrMsg_ServerRankRevealAll struct {
	SecondsTillShutdown *int32 `protobuf:"varint,1,opt,name=seconds_till_shutdown" json:"seconds_till_shutdown,omitempty"`
	XXX_unrecognized    []byte `json:"-"`
}

func (*CCSUsrMsg_ServerRankRevealAll) Descriptor

func (*CCSUsrMsg_ServerRankRevealAll) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ServerRankRevealAll) GetSecondsTillShutdown

func (m *CCSUsrMsg_ServerRankRevealAll) GetSecondsTillShutdown() int32

func (*CCSUsrMsg_ServerRankRevealAll) ProtoMessage

func (*CCSUsrMsg_ServerRankRevealAll) ProtoMessage()

func (*CCSUsrMsg_ServerRankRevealAll) Reset

func (m *CCSUsrMsg_ServerRankRevealAll) Reset()

func (*CCSUsrMsg_ServerRankRevealAll) String

type CCSUsrMsg_ServerRankUpdate

type CCSUsrMsg_ServerRankUpdate struct {
	RankUpdate       []*CCSUsrMsg_ServerRankUpdate_RankUpdate `protobuf:"bytes,1,rep,name=rank_update" json:"rank_update,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CCSUsrMsg_ServerRankUpdate) Descriptor

func (*CCSUsrMsg_ServerRankUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ServerRankUpdate) GetRankUpdate

func (*CCSUsrMsg_ServerRankUpdate) ProtoMessage

func (*CCSUsrMsg_ServerRankUpdate) ProtoMessage()

func (*CCSUsrMsg_ServerRankUpdate) Reset

func (m *CCSUsrMsg_ServerRankUpdate) Reset()

func (*CCSUsrMsg_ServerRankUpdate) String

func (m *CCSUsrMsg_ServerRankUpdate) String() string

type CCSUsrMsg_ServerRankUpdate_RankUpdate

type CCSUsrMsg_ServerRankUpdate_RankUpdate struct {
	AccountId        *int32   `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	RankOld          *int32   `protobuf:"varint,2,opt,name=rank_old" json:"rank_old,omitempty"`
	RankNew          *int32   `protobuf:"varint,3,opt,name=rank_new" json:"rank_new,omitempty"`
	NumWins          *int32   `protobuf:"varint,4,opt,name=num_wins" json:"num_wins,omitempty"`
	RankChange       *float32 `protobuf:"fixed32,5,opt,name=rank_change" json:"rank_change,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) Descriptor

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) GetAccountId

func (m *CCSUsrMsg_ServerRankUpdate_RankUpdate) GetAccountId() int32

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) GetNumWins

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) GetRankChange

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) GetRankNew

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) GetRankOld

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) ProtoMessage

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) ProtoMessage()

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) Reset

func (*CCSUsrMsg_ServerRankUpdate_RankUpdate) String

type CCSUsrMsg_Shake

type CCSUsrMsg_Shake struct {
	Command          *int32   `protobuf:"varint,1,opt,name=command" json:"command,omitempty"`
	LocalAmplitude   *float32 `protobuf:"fixed32,2,opt,name=local_amplitude" json:"local_amplitude,omitempty"`
	Frequency        *float32 `protobuf:"fixed32,3,opt,name=frequency" json:"frequency,omitempty"`
	Duration         *float32 `protobuf:"fixed32,4,opt,name=duration" json:"duration,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_Shake) Descriptor

func (*CCSUsrMsg_Shake) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Shake) GetCommand

func (m *CCSUsrMsg_Shake) GetCommand() int32

func (*CCSUsrMsg_Shake) GetDuration

func (m *CCSUsrMsg_Shake) GetDuration() float32

func (*CCSUsrMsg_Shake) GetFrequency

func (m *CCSUsrMsg_Shake) GetFrequency() float32

func (*CCSUsrMsg_Shake) GetLocalAmplitude

func (m *CCSUsrMsg_Shake) GetLocalAmplitude() float32

func (*CCSUsrMsg_Shake) ProtoMessage

func (*CCSUsrMsg_Shake) ProtoMessage()

func (*CCSUsrMsg_Shake) Reset

func (m *CCSUsrMsg_Shake) Reset()

func (*CCSUsrMsg_Shake) String

func (m *CCSUsrMsg_Shake) String() string

type CCSUsrMsg_ShowMenu

type CCSUsrMsg_ShowMenu struct {
	BitsValidSlots   *int32  `protobuf:"varint,1,opt,name=bits_valid_slots" json:"bits_valid_slots,omitempty"`
	DisplayTime      *int32  `protobuf:"varint,2,opt,name=display_time" json:"display_time,omitempty"`
	MenuString       *string `protobuf:"bytes,3,opt,name=menu_string" json:"menu_string,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_ShowMenu) Descriptor

func (*CCSUsrMsg_ShowMenu) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_ShowMenu) GetBitsValidSlots

func (m *CCSUsrMsg_ShowMenu) GetBitsValidSlots() int32

func (*CCSUsrMsg_ShowMenu) GetDisplayTime

func (m *CCSUsrMsg_ShowMenu) GetDisplayTime() int32

func (*CCSUsrMsg_ShowMenu) GetMenuString

func (m *CCSUsrMsg_ShowMenu) GetMenuString() string

func (*CCSUsrMsg_ShowMenu) ProtoMessage

func (*CCSUsrMsg_ShowMenu) ProtoMessage()

func (*CCSUsrMsg_ShowMenu) Reset

func (m *CCSUsrMsg_ShowMenu) Reset()

func (*CCSUsrMsg_ShowMenu) String

func (m *CCSUsrMsg_ShowMenu) String() string

type CCSUsrMsg_StopSpectatorMode

type CCSUsrMsg_StopSpectatorMode struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_StopSpectatorMode) Descriptor

func (*CCSUsrMsg_StopSpectatorMode) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_StopSpectatorMode) GetDummy

func (m *CCSUsrMsg_StopSpectatorMode) GetDummy() int32

func (*CCSUsrMsg_StopSpectatorMode) ProtoMessage

func (*CCSUsrMsg_StopSpectatorMode) ProtoMessage()

func (*CCSUsrMsg_StopSpectatorMode) Reset

func (m *CCSUsrMsg_StopSpectatorMode) Reset()

func (*CCSUsrMsg_StopSpectatorMode) String

func (m *CCSUsrMsg_StopSpectatorMode) String() string

type CCSUsrMsg_TextMsg

type CCSUsrMsg_TextMsg struct {
	MsgDst           *int32   `protobuf:"varint,1,opt,name=msg_dst" json:"msg_dst,omitempty"`
	Params           []string `protobuf:"bytes,3,rep,name=params" json:"params,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_TextMsg) Descriptor

func (*CCSUsrMsg_TextMsg) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_TextMsg) GetMsgDst

func (m *CCSUsrMsg_TextMsg) GetMsgDst() int32

func (*CCSUsrMsg_TextMsg) GetParams

func (m *CCSUsrMsg_TextMsg) GetParams() []string

func (*CCSUsrMsg_TextMsg) ProtoMessage

func (*CCSUsrMsg_TextMsg) ProtoMessage()

func (*CCSUsrMsg_TextMsg) Reset

func (m *CCSUsrMsg_TextMsg) Reset()

func (*CCSUsrMsg_TextMsg) String

func (m *CCSUsrMsg_TextMsg) String() string

type CCSUsrMsg_Train

type CCSUsrMsg_Train struct {
	Train            *int32 `protobuf:"varint,1,opt,name=train" json:"train,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_Train) Descriptor

func (*CCSUsrMsg_Train) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_Train) GetTrain

func (m *CCSUsrMsg_Train) GetTrain() int32

func (*CCSUsrMsg_Train) ProtoMessage

func (*CCSUsrMsg_Train) ProtoMessage()

func (*CCSUsrMsg_Train) Reset

func (m *CCSUsrMsg_Train) Reset()

func (*CCSUsrMsg_Train) String

func (m *CCSUsrMsg_Train) String() string

type CCSUsrMsg_VGUIMenu

type CCSUsrMsg_VGUIMenu struct {
	Name             *string                      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Show             *bool                        `protobuf:"varint,2,opt,name=show" json:"show,omitempty"`
	Subkeys          []*CCSUsrMsg_VGUIMenu_Subkey `protobuf:"bytes,3,rep,name=subkeys" json:"subkeys,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*CCSUsrMsg_VGUIMenu) Descriptor

func (*CCSUsrMsg_VGUIMenu) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VGUIMenu) GetName

func (m *CCSUsrMsg_VGUIMenu) GetName() string

func (*CCSUsrMsg_VGUIMenu) GetShow

func (m *CCSUsrMsg_VGUIMenu) GetShow() bool

func (*CCSUsrMsg_VGUIMenu) GetSubkeys

func (m *CCSUsrMsg_VGUIMenu) GetSubkeys() []*CCSUsrMsg_VGUIMenu_Subkey

func (*CCSUsrMsg_VGUIMenu) ProtoMessage

func (*CCSUsrMsg_VGUIMenu) ProtoMessage()

func (*CCSUsrMsg_VGUIMenu) Reset

func (m *CCSUsrMsg_VGUIMenu) Reset()

func (*CCSUsrMsg_VGUIMenu) String

func (m *CCSUsrMsg_VGUIMenu) String() string

type CCSUsrMsg_VGUIMenu_Subkey

type CCSUsrMsg_VGUIMenu_Subkey struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Str              *string `protobuf:"bytes,2,opt,name=str" json:"str,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_VGUIMenu_Subkey) Descriptor

func (*CCSUsrMsg_VGUIMenu_Subkey) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VGUIMenu_Subkey) GetName

func (m *CCSUsrMsg_VGUIMenu_Subkey) GetName() string

func (*CCSUsrMsg_VGUIMenu_Subkey) GetStr

func (m *CCSUsrMsg_VGUIMenu_Subkey) GetStr() string

func (*CCSUsrMsg_VGUIMenu_Subkey) ProtoMessage

func (*CCSUsrMsg_VGUIMenu_Subkey) ProtoMessage()

func (*CCSUsrMsg_VGUIMenu_Subkey) Reset

func (m *CCSUsrMsg_VGUIMenu_Subkey) Reset()

func (*CCSUsrMsg_VGUIMenu_Subkey) String

func (m *CCSUsrMsg_VGUIMenu_Subkey) String() string

type CCSUsrMsg_VoiceMask

type CCSUsrMsg_VoiceMask struct {
	PlayerMasks      []*CCSUsrMsg_VoiceMask_PlayerMask `protobuf:"bytes,1,rep,name=player_masks" json:"player_masks,omitempty"`
	PlayerModEnable  *bool                             `protobuf:"varint,2,opt,name=player_mod_enable" json:"player_mod_enable,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CCSUsrMsg_VoiceMask) Descriptor

func (*CCSUsrMsg_VoiceMask) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VoiceMask) GetPlayerMasks

func (m *CCSUsrMsg_VoiceMask) GetPlayerMasks() []*CCSUsrMsg_VoiceMask_PlayerMask

func (*CCSUsrMsg_VoiceMask) GetPlayerModEnable

func (m *CCSUsrMsg_VoiceMask) GetPlayerModEnable() bool

func (*CCSUsrMsg_VoiceMask) ProtoMessage

func (*CCSUsrMsg_VoiceMask) ProtoMessage()

func (*CCSUsrMsg_VoiceMask) Reset

func (m *CCSUsrMsg_VoiceMask) Reset()

func (*CCSUsrMsg_VoiceMask) String

func (m *CCSUsrMsg_VoiceMask) String() string

type CCSUsrMsg_VoiceMask_PlayerMask

type CCSUsrMsg_VoiceMask_PlayerMask struct {
	GameRulesMask    *int32 `protobuf:"varint,1,opt,name=game_rules_mask" json:"game_rules_mask,omitempty"`
	BanMasks         *int32 `protobuf:"varint,2,opt,name=ban_masks" json:"ban_masks,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_VoiceMask_PlayerMask) Descriptor

func (*CCSUsrMsg_VoiceMask_PlayerMask) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VoiceMask_PlayerMask) GetBanMasks

func (m *CCSUsrMsg_VoiceMask_PlayerMask) GetBanMasks() int32

func (*CCSUsrMsg_VoiceMask_PlayerMask) GetGameRulesMask

func (m *CCSUsrMsg_VoiceMask_PlayerMask) GetGameRulesMask() int32

func (*CCSUsrMsg_VoiceMask_PlayerMask) ProtoMessage

func (*CCSUsrMsg_VoiceMask_PlayerMask) ProtoMessage()

func (*CCSUsrMsg_VoiceMask_PlayerMask) Reset

func (m *CCSUsrMsg_VoiceMask_PlayerMask) Reset()

func (*CCSUsrMsg_VoiceMask_PlayerMask) String

type CCSUsrMsg_VoteFailed

type CCSUsrMsg_VoteFailed struct {
	Team             *int32 `protobuf:"varint,1,opt,name=team" json:"team,omitempty"`
	Reason           *int32 `protobuf:"varint,2,opt,name=reason" json:"reason,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_VoteFailed) Descriptor

func (*CCSUsrMsg_VoteFailed) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VoteFailed) GetReason

func (m *CCSUsrMsg_VoteFailed) GetReason() int32

func (*CCSUsrMsg_VoteFailed) GetTeam

func (m *CCSUsrMsg_VoteFailed) GetTeam() int32

func (*CCSUsrMsg_VoteFailed) ProtoMessage

func (*CCSUsrMsg_VoteFailed) ProtoMessage()

func (*CCSUsrMsg_VoteFailed) Reset

func (m *CCSUsrMsg_VoteFailed) Reset()

func (*CCSUsrMsg_VoteFailed) String

func (m *CCSUsrMsg_VoteFailed) String() string

type CCSUsrMsg_VotePass

type CCSUsrMsg_VotePass struct {
	Team             *int32  `protobuf:"varint,1,opt,name=team" json:"team,omitempty"`
	VoteType         *int32  `protobuf:"varint,2,opt,name=vote_type" json:"vote_type,omitempty"`
	DispStr          *string `protobuf:"bytes,3,opt,name=disp_str" json:"disp_str,omitempty"`
	DetailsStr       *string `protobuf:"bytes,4,opt,name=details_str" json:"details_str,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_VotePass) Descriptor

func (*CCSUsrMsg_VotePass) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VotePass) GetDetailsStr

func (m *CCSUsrMsg_VotePass) GetDetailsStr() string

func (*CCSUsrMsg_VotePass) GetDispStr

func (m *CCSUsrMsg_VotePass) GetDispStr() string

func (*CCSUsrMsg_VotePass) GetTeam

func (m *CCSUsrMsg_VotePass) GetTeam() int32

func (*CCSUsrMsg_VotePass) GetVoteType

func (m *CCSUsrMsg_VotePass) GetVoteType() int32

func (*CCSUsrMsg_VotePass) ProtoMessage

func (*CCSUsrMsg_VotePass) ProtoMessage()

func (*CCSUsrMsg_VotePass) Reset

func (m *CCSUsrMsg_VotePass) Reset()

func (*CCSUsrMsg_VotePass) String

func (m *CCSUsrMsg_VotePass) String() string

type CCSUsrMsg_VoteSetup

type CCSUsrMsg_VoteSetup struct {
	PotentialIssues  []string `protobuf:"bytes,1,rep,name=potential_issues" json:"potential_issues,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCSUsrMsg_VoteSetup) Descriptor

func (*CCSUsrMsg_VoteSetup) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VoteSetup) GetPotentialIssues

func (m *CCSUsrMsg_VoteSetup) GetPotentialIssues() []string

func (*CCSUsrMsg_VoteSetup) ProtoMessage

func (*CCSUsrMsg_VoteSetup) ProtoMessage()

func (*CCSUsrMsg_VoteSetup) Reset

func (m *CCSUsrMsg_VoteSetup) Reset()

func (*CCSUsrMsg_VoteSetup) String

func (m *CCSUsrMsg_VoteSetup) String() string

type CCSUsrMsg_VoteStart

type CCSUsrMsg_VoteStart struct {
	Team             *int32  `protobuf:"varint,1,opt,name=team" json:"team,omitempty"`
	EntIdx           *int32  `protobuf:"varint,2,opt,name=ent_idx" json:"ent_idx,omitempty"`
	VoteType         *int32  `protobuf:"varint,3,opt,name=vote_type" json:"vote_type,omitempty"`
	DispStr          *string `protobuf:"bytes,4,opt,name=disp_str" json:"disp_str,omitempty"`
	DetailsStr       *string `protobuf:"bytes,5,opt,name=details_str" json:"details_str,omitempty"`
	OtherTeamStr     *string `protobuf:"bytes,6,opt,name=other_team_str" json:"other_team_str,omitempty"`
	IsYesNoVote      *bool   `protobuf:"varint,7,opt,name=is_yes_no_vote" json:"is_yes_no_vote,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCSUsrMsg_VoteStart) Descriptor

func (*CCSUsrMsg_VoteStart) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_VoteStart) GetDetailsStr

func (m *CCSUsrMsg_VoteStart) GetDetailsStr() string

func (*CCSUsrMsg_VoteStart) GetDispStr

func (m *CCSUsrMsg_VoteStart) GetDispStr() string

func (*CCSUsrMsg_VoteStart) GetEntIdx

func (m *CCSUsrMsg_VoteStart) GetEntIdx() int32

func (*CCSUsrMsg_VoteStart) GetIsYesNoVote

func (m *CCSUsrMsg_VoteStart) GetIsYesNoVote() bool

func (*CCSUsrMsg_VoteStart) GetOtherTeamStr

func (m *CCSUsrMsg_VoteStart) GetOtherTeamStr() string

func (*CCSUsrMsg_VoteStart) GetTeam

func (m *CCSUsrMsg_VoteStart) GetTeam() int32

func (*CCSUsrMsg_VoteStart) GetVoteType

func (m *CCSUsrMsg_VoteStart) GetVoteType() int32

func (*CCSUsrMsg_VoteStart) ProtoMessage

func (*CCSUsrMsg_VoteStart) ProtoMessage()

func (*CCSUsrMsg_VoteStart) Reset

func (m *CCSUsrMsg_VoteStart) Reset()

func (*CCSUsrMsg_VoteStart) String

func (m *CCSUsrMsg_VoteStart) String() string

type CCSUsrMsg_WarmupHasEnded

type CCSUsrMsg_WarmupHasEnded struct {
	Dummy            *int32 `protobuf:"varint,1,opt,name=dummy" json:"dummy,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_WarmupHasEnded) Descriptor

func (*CCSUsrMsg_WarmupHasEnded) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_WarmupHasEnded) GetDummy

func (m *CCSUsrMsg_WarmupHasEnded) GetDummy() int32

func (*CCSUsrMsg_WarmupHasEnded) ProtoMessage

func (*CCSUsrMsg_WarmupHasEnded) ProtoMessage()

func (*CCSUsrMsg_WarmupHasEnded) Reset

func (m *CCSUsrMsg_WarmupHasEnded) Reset()

func (*CCSUsrMsg_WarmupHasEnded) String

func (m *CCSUsrMsg_WarmupHasEnded) String() string

type CCSUsrMsg_XRankGet

type CCSUsrMsg_XRankGet struct {
	ModeIdx          *int32 `protobuf:"varint,1,opt,name=mode_idx" json:"mode_idx,omitempty"`
	Controller       *int32 `protobuf:"varint,2,opt,name=controller" json:"controller,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_XRankGet) Descriptor

func (*CCSUsrMsg_XRankGet) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_XRankGet) GetController

func (m *CCSUsrMsg_XRankGet) GetController() int32

func (*CCSUsrMsg_XRankGet) GetModeIdx

func (m *CCSUsrMsg_XRankGet) GetModeIdx() int32

func (*CCSUsrMsg_XRankGet) ProtoMessage

func (*CCSUsrMsg_XRankGet) ProtoMessage()

func (*CCSUsrMsg_XRankGet) Reset

func (m *CCSUsrMsg_XRankGet) Reset()

func (*CCSUsrMsg_XRankGet) String

func (m *CCSUsrMsg_XRankGet) String() string

type CCSUsrMsg_XRankUpd

type CCSUsrMsg_XRankUpd struct {
	ModeIdx          *int32 `protobuf:"varint,1,opt,name=mode_idx" json:"mode_idx,omitempty"`
	Controller       *int32 `protobuf:"varint,2,opt,name=controller" json:"controller,omitempty"`
	Ranking          *int32 `protobuf:"varint,3,opt,name=ranking" json:"ranking,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCSUsrMsg_XRankUpd) Descriptor

func (*CCSUsrMsg_XRankUpd) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_XRankUpd) GetController

func (m *CCSUsrMsg_XRankUpd) GetController() int32

func (*CCSUsrMsg_XRankUpd) GetModeIdx

func (m *CCSUsrMsg_XRankUpd) GetModeIdx() int32

func (*CCSUsrMsg_XRankUpd) GetRanking

func (m *CCSUsrMsg_XRankUpd) GetRanking() int32

func (*CCSUsrMsg_XRankUpd) ProtoMessage

func (*CCSUsrMsg_XRankUpd) ProtoMessage()

func (*CCSUsrMsg_XRankUpd) Reset

func (m *CCSUsrMsg_XRankUpd) Reset()

func (*CCSUsrMsg_XRankUpd) String

func (m *CCSUsrMsg_XRankUpd) String() string

type CCSUsrMsg_XpUpdate

type CCSUsrMsg_XpUpdate struct {
	Data             *CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CCSUsrMsg_XpUpdate) Descriptor

func (*CCSUsrMsg_XpUpdate) Descriptor() ([]byte, []int)

func (*CCSUsrMsg_XpUpdate) GetData

func (*CCSUsrMsg_XpUpdate) ProtoMessage

func (*CCSUsrMsg_XpUpdate) ProtoMessage()

func (*CCSUsrMsg_XpUpdate) Reset

func (m *CCSUsrMsg_XpUpdate) Reset()

func (*CCSUsrMsg_XpUpdate) String

func (m *CCSUsrMsg_XpUpdate) String() string

type CChinaAgreementSessions_StartAgreementSessionInGame_Request

type CChinaAgreementSessions_StartAgreementSessionInGame_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Steamid              *uint64  `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) Descriptor

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) GetAppid

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) GetSteamid

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) ProtoMessage

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) Reset

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) String

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_DiscardUnknown

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_Marshal

func (m *CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_Merge

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_Size

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Request) XXX_Unmarshal

type CChinaAgreementSessions_StartAgreementSessionInGame_Response

type CChinaAgreementSessions_StartAgreementSessionInGame_Response struct {
	AgreementUrl         *string  `protobuf:"bytes,1,opt,name=agreement_url,json=agreementUrl" json:"agreement_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) Descriptor

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) GetAgreementUrl

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) ProtoMessage

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) Reset

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) String

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_DiscardUnknown

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_Marshal

func (m *CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_Merge

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_Size

func (*CChinaAgreementSessions_StartAgreementSessionInGame_Response) XXX_Unmarshal

type CClientHeaderOverwatchEvidence

type CClientHeaderOverwatchEvidence struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Caseid           *uint64 `protobuf:"varint,2,opt,name=caseid" json:"caseid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CClientHeaderOverwatchEvidence) Descriptor

func (*CClientHeaderOverwatchEvidence) Descriptor() ([]byte, []int)

func (*CClientHeaderOverwatchEvidence) GetAccountid

func (m *CClientHeaderOverwatchEvidence) GetAccountid() uint32

func (*CClientHeaderOverwatchEvidence) GetCaseid

func (m *CClientHeaderOverwatchEvidence) GetCaseid() uint64

func (*CClientHeaderOverwatchEvidence) ProtoMessage

func (*CClientHeaderOverwatchEvidence) ProtoMessage()

func (*CClientHeaderOverwatchEvidence) Reset

func (m *CClientHeaderOverwatchEvidence) Reset()

func (*CClientHeaderOverwatchEvidence) String

type CCommunity_GamePersonalDataCategoryInfo

type CCommunity_GamePersonalDataCategoryInfo struct {
	Type                 *string  `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	LocalizationToken    *string  `protobuf:"bytes,2,opt,name=localization_token,json=localizationToken" json:"localization_token,omitempty"`
	TemplateFile         *string  `protobuf:"bytes,3,opt,name=template_file,json=templateFile" json:"template_file,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_GamePersonalDataCategoryInfo) Descriptor

func (*CCommunity_GamePersonalDataCategoryInfo) Descriptor() ([]byte, []int)

func (*CCommunity_GamePersonalDataCategoryInfo) GetLocalizationToken

func (m *CCommunity_GamePersonalDataCategoryInfo) GetLocalizationToken() string

func (*CCommunity_GamePersonalDataCategoryInfo) GetTemplateFile

func (m *CCommunity_GamePersonalDataCategoryInfo) GetTemplateFile() string

func (*CCommunity_GamePersonalDataCategoryInfo) GetType

func (*CCommunity_GamePersonalDataCategoryInfo) ProtoMessage

func (*CCommunity_GamePersonalDataCategoryInfo) Reset

func (*CCommunity_GamePersonalDataCategoryInfo) String

func (*CCommunity_GamePersonalDataCategoryInfo) XXX_DiscardUnknown

func (m *CCommunity_GamePersonalDataCategoryInfo) XXX_DiscardUnknown()

func (*CCommunity_GamePersonalDataCategoryInfo) XXX_Marshal

func (m *CCommunity_GamePersonalDataCategoryInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GamePersonalDataCategoryInfo) XXX_Merge

func (*CCommunity_GamePersonalDataCategoryInfo) XXX_Size

func (*CCommunity_GamePersonalDataCategoryInfo) XXX_Unmarshal

func (m *CCommunity_GamePersonalDataCategoryInfo) XXX_Unmarshal(b []byte) error

type CCommunity_GetGamePersonalDataCategories_Request

type CCommunity_GetGamePersonalDataCategories_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_GetGamePersonalDataCategories_Request) Descriptor

func (*CCommunity_GetGamePersonalDataCategories_Request) GetAppid

func (*CCommunity_GetGamePersonalDataCategories_Request) ProtoMessage

func (*CCommunity_GetGamePersonalDataCategories_Request) Reset

func (*CCommunity_GetGamePersonalDataCategories_Request) String

func (*CCommunity_GetGamePersonalDataCategories_Request) XXX_DiscardUnknown

func (m *CCommunity_GetGamePersonalDataCategories_Request) XXX_DiscardUnknown()

func (*CCommunity_GetGamePersonalDataCategories_Request) XXX_Marshal

func (m *CCommunity_GetGamePersonalDataCategories_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetGamePersonalDataCategories_Request) XXX_Merge

func (*CCommunity_GetGamePersonalDataCategories_Request) XXX_Size

func (*CCommunity_GetGamePersonalDataCategories_Request) XXX_Unmarshal

type CCommunity_GetGamePersonalDataCategories_Response

type CCommunity_GetGamePersonalDataCategories_Response struct {
	Categories           []*CCommunity_GamePersonalDataCategoryInfo `protobuf:"bytes,1,rep,name=categories" json:"categories,omitempty"`
	AppAssetsBasename    *string                                    `protobuf:"bytes,2,opt,name=app_assets_basename,json=appAssetsBasename" json:"app_assets_basename,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CCommunity_GetGamePersonalDataCategories_Response) Descriptor

func (*CCommunity_GetGamePersonalDataCategories_Response) GetAppAssetsBasename

func (*CCommunity_GetGamePersonalDataCategories_Response) GetCategories

func (*CCommunity_GetGamePersonalDataCategories_Response) ProtoMessage

func (*CCommunity_GetGamePersonalDataCategories_Response) Reset

func (*CCommunity_GetGamePersonalDataCategories_Response) String

func (*CCommunity_GetGamePersonalDataCategories_Response) XXX_DiscardUnknown

func (m *CCommunity_GetGamePersonalDataCategories_Response) XXX_DiscardUnknown()

func (*CCommunity_GetGamePersonalDataCategories_Response) XXX_Marshal

func (m *CCommunity_GetGamePersonalDataCategories_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetGamePersonalDataCategories_Response) XXX_Merge

func (*CCommunity_GetGamePersonalDataCategories_Response) XXX_Size

func (*CCommunity_GetGamePersonalDataCategories_Response) XXX_Unmarshal

type CCommunity_GetGamePersonalDataEntries_Request

type CCommunity_GetGamePersonalDataEntries_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Steamid              *uint64  `protobuf:"varint,2,opt,name=steamid" json:"steamid,omitempty"`
	Type                 *string  `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	ContinueToken        *string  `protobuf:"bytes,4,opt,name=continue_token,json=continueToken" json:"continue_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_GetGamePersonalDataEntries_Request) Descriptor

func (*CCommunity_GetGamePersonalDataEntries_Request) GetAppid

func (*CCommunity_GetGamePersonalDataEntries_Request) GetContinueToken

func (*CCommunity_GetGamePersonalDataEntries_Request) GetSteamid

func (*CCommunity_GetGamePersonalDataEntries_Request) GetType

func (*CCommunity_GetGamePersonalDataEntries_Request) ProtoMessage

func (*CCommunity_GetGamePersonalDataEntries_Request) Reset

func (*CCommunity_GetGamePersonalDataEntries_Request) String

func (*CCommunity_GetGamePersonalDataEntries_Request) XXX_DiscardUnknown

func (m *CCommunity_GetGamePersonalDataEntries_Request) XXX_DiscardUnknown()

func (*CCommunity_GetGamePersonalDataEntries_Request) XXX_Marshal

func (m *CCommunity_GetGamePersonalDataEntries_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetGamePersonalDataEntries_Request) XXX_Merge

func (*CCommunity_GetGamePersonalDataEntries_Request) XXX_Size

func (*CCommunity_GetGamePersonalDataEntries_Request) XXX_Unmarshal

type CCommunity_GetGamePersonalDataEntries_Response

type CCommunity_GetGamePersonalDataEntries_Response struct {
	Gceresult            *uint32  `protobuf:"varint,1,opt,name=gceresult" json:"gceresult,omitempty"`
	Entries              []string `protobuf:"bytes,2,rep,name=entries" json:"entries,omitempty"`
	ContinueToken        *string  `protobuf:"bytes,3,opt,name=continue_token,json=continueToken" json:"continue_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_GetGamePersonalDataEntries_Response) Descriptor

func (*CCommunity_GetGamePersonalDataEntries_Response) GetContinueToken

func (*CCommunity_GetGamePersonalDataEntries_Response) GetEntries

func (*CCommunity_GetGamePersonalDataEntries_Response) GetGceresult

func (*CCommunity_GetGamePersonalDataEntries_Response) ProtoMessage

func (*CCommunity_GetGamePersonalDataEntries_Response) Reset

func (*CCommunity_GetGamePersonalDataEntries_Response) String

func (*CCommunity_GetGamePersonalDataEntries_Response) XXX_DiscardUnknown

func (m *CCommunity_GetGamePersonalDataEntries_Response) XXX_DiscardUnknown()

func (*CCommunity_GetGamePersonalDataEntries_Response) XXX_Marshal

func (m *CCommunity_GetGamePersonalDataEntries_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetGamePersonalDataEntries_Response) XXX_Merge

func (*CCommunity_GetGamePersonalDataEntries_Response) XXX_Size

func (*CCommunity_GetGamePersonalDataEntries_Response) XXX_Unmarshal

type CCommunity_TerminateGamePersonalDataEntries_Request

type CCommunity_TerminateGamePersonalDataEntries_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Steamid              *uint64  `protobuf:"varint,2,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_TerminateGamePersonalDataEntries_Request) Descriptor

func (*CCommunity_TerminateGamePersonalDataEntries_Request) GetAppid

func (*CCommunity_TerminateGamePersonalDataEntries_Request) GetSteamid

func (*CCommunity_TerminateGamePersonalDataEntries_Request) ProtoMessage

func (*CCommunity_TerminateGamePersonalDataEntries_Request) Reset

func (*CCommunity_TerminateGamePersonalDataEntries_Request) String

func (*CCommunity_TerminateGamePersonalDataEntries_Request) XXX_DiscardUnknown

func (*CCommunity_TerminateGamePersonalDataEntries_Request) XXX_Marshal

func (m *CCommunity_TerminateGamePersonalDataEntries_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_TerminateGamePersonalDataEntries_Request) XXX_Merge

func (*CCommunity_TerminateGamePersonalDataEntries_Request) XXX_Size

func (*CCommunity_TerminateGamePersonalDataEntries_Request) XXX_Unmarshal

type CCommunity_TerminateGamePersonalDataEntries_Response

type CCommunity_TerminateGamePersonalDataEntries_Response struct {
	Gceresult            *uint32  `protobuf:"varint,1,opt,name=gceresult" json:"gceresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_TerminateGamePersonalDataEntries_Response) Descriptor

func (*CCommunity_TerminateGamePersonalDataEntries_Response) GetGceresult

func (*CCommunity_TerminateGamePersonalDataEntries_Response) ProtoMessage

func (*CCommunity_TerminateGamePersonalDataEntries_Response) Reset

func (*CCommunity_TerminateGamePersonalDataEntries_Response) String

func (*CCommunity_TerminateGamePersonalDataEntries_Response) XXX_DiscardUnknown

func (*CCommunity_TerminateGamePersonalDataEntries_Response) XXX_Marshal

func (m *CCommunity_TerminateGamePersonalDataEntries_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_TerminateGamePersonalDataEntries_Response) XXX_Merge

func (*CCommunity_TerminateGamePersonalDataEntries_Response) XXX_Size

func (*CCommunity_TerminateGamePersonalDataEntries_Response) XXX_Unmarshal

type CCookie

type CCookie struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Domain           *string `protobuf:"bytes,3,opt,name=domain" json:"domain,omitempty"`
	Path             *string `protobuf:"bytes,4,opt,name=path" json:"path,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCookie) Descriptor

func (*CCookie) Descriptor() ([]byte, []int)

func (*CCookie) GetDomain

func (m *CCookie) GetDomain() string

func (*CCookie) GetName

func (m *CCookie) GetName() string

func (*CCookie) GetPath

func (m *CCookie) GetPath() string

func (*CCookie) GetValue

func (m *CCookie) GetValue() string

func (*CCookie) ProtoMessage

func (*CCookie) ProtoMessage()

func (*CCookie) Reset

func (m *CCookie) Reset()

func (*CCookie) String

func (m *CCookie) String() string

type CDataGCCStrike15V2_MatchInfo

type CDataGCCStrike15V2_MatchInfo struct {
	Matchid            *uint64                                          `protobuf:"varint,1,opt,name=matchid" json:"matchid,omitempty"`
	Matchtime          *uint32                                          `protobuf:"varint,2,opt,name=matchtime" json:"matchtime,omitempty"`
	Watchablematchinfo *WatchableMatchInfo                              `protobuf:"bytes,3,opt,name=watchablematchinfo" json:"watchablematchinfo,omitempty"`
	RoundstatsLegacy   *CMsgGCCStrike15V2_MatchmakingServerRoundStats   `protobuf:"bytes,4,opt,name=roundstats_legacy" json:"roundstats_legacy,omitempty"`
	Roundstatsall      []*CMsgGCCStrike15V2_MatchmakingServerRoundStats `protobuf:"bytes,5,rep,name=roundstatsall" json:"roundstatsall,omitempty"`
	XXX_unrecognized   []byte                                           `json:"-"`
}

func (*CDataGCCStrike15V2_MatchInfo) Descriptor

func (*CDataGCCStrike15V2_MatchInfo) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_MatchInfo) GetMatchid

func (m *CDataGCCStrike15V2_MatchInfo) GetMatchid() uint64

func (*CDataGCCStrike15V2_MatchInfo) GetMatchtime

func (m *CDataGCCStrike15V2_MatchInfo) GetMatchtime() uint32

func (*CDataGCCStrike15V2_MatchInfo) GetRoundstatsLegacy

func (*CDataGCCStrike15V2_MatchInfo) GetRoundstatsall

func (*CDataGCCStrike15V2_MatchInfo) GetWatchablematchinfo

func (m *CDataGCCStrike15V2_MatchInfo) GetWatchablematchinfo() *WatchableMatchInfo

func (*CDataGCCStrike15V2_MatchInfo) ProtoMessage

func (*CDataGCCStrike15V2_MatchInfo) ProtoMessage()

func (*CDataGCCStrike15V2_MatchInfo) Reset

func (m *CDataGCCStrike15V2_MatchInfo) Reset()

func (*CDataGCCStrike15V2_MatchInfo) String

type CDataGCCStrike15V2_MatchmakingLockedInMatch

type CDataGCCStrike15V2_MatchmakingLockedInMatch struct {
	ClientReservation  *CMsgGCCStrike15V2_MatchmakingGC2ClientReserve `protobuf:"bytes,1,opt,name=client_reservation" json:"client_reservation,omitempty"`
	ServerStats        *CMsgGCCStrike15V2_MatchmakingServerRoundStats `protobuf:"bytes,2,opt,name=server_stats" json:"server_stats,omitempty"`
	Rtime32ServerInfo  *uint32                                        `protobuf:"varint,3,opt,name=rtime32_server_info" json:"rtime32_server_info,omitempty"`
	LastRoundStatsTemp *CMsgGCCStrike15V2_MatchmakingServerRoundStats `protobuf:"bytes,4,opt,name=last_round_stats_temp" json:"last_round_stats_temp,omitempty"`
	XXX_unrecognized   []byte                                         `json:"-"`
}

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) Descriptor

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) GetClientReservation

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) GetLastRoundStatsTemp

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) GetRtime32ServerInfo

func (m *CDataGCCStrike15V2_MatchmakingLockedInMatch) GetRtime32ServerInfo() uint32

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) GetServerStats

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) ProtoMessage

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) Reset

func (*CDataGCCStrike15V2_MatchmakingLockedInMatch) String

type CDataGCCStrike15V2_TournamentGroup

type CDataGCCStrike15V2_TournamentGroup struct {
	Groupid           *uint32                                     `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"`
	Name              *string                                     `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Desc              *string                                     `protobuf:"bytes,3,opt,name=desc" json:"desc,omitempty"`
	Picks_Deprecated  *uint32                                     `protobuf:"varint,4,opt,name=picks__deprecated" json:"picks__deprecated,omitempty"`
	Teams             []*CDataGCCStrike15V2_TournamentGroupTeam   `protobuf:"bytes,5,rep,name=teams" json:"teams,omitempty"`
	StageIds          []int32                                     `protobuf:"varint,6,rep,name=stage_ids" json:"stage_ids,omitempty"`
	Picklockuntiltime *uint32                                     `protobuf:"varint,7,opt,name=picklockuntiltime" json:"picklockuntiltime,omitempty"`
	Pickableteams     *uint32                                     `protobuf:"varint,8,opt,name=pickableteams" json:"pickableteams,omitempty"`
	PointsPerPick     *uint32                                     `protobuf:"varint,9,opt,name=points_per_pick" json:"points_per_pick,omitempty"`
	Picks             []*CDataGCCStrike15V2_TournamentGroup_Picks `protobuf:"bytes,10,rep,name=picks" json:"picks,omitempty"`
	XXX_unrecognized  []byte                                      `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentGroup) Descriptor

func (*CDataGCCStrike15V2_TournamentGroup) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentGroup) GetDesc

func (*CDataGCCStrike15V2_TournamentGroup) GetGroupid

func (*CDataGCCStrike15V2_TournamentGroup) GetName

func (*CDataGCCStrike15V2_TournamentGroup) GetPickableteams

func (m *CDataGCCStrike15V2_TournamentGroup) GetPickableteams() uint32

func (*CDataGCCStrike15V2_TournamentGroup) GetPicklockuntiltime

func (m *CDataGCCStrike15V2_TournamentGroup) GetPicklockuntiltime() uint32

func (*CDataGCCStrike15V2_TournamentGroup) GetPicks

func (*CDataGCCStrike15V2_TournamentGroup) GetPicks_Deprecated

func (m *CDataGCCStrike15V2_TournamentGroup) GetPicks_Deprecated() uint32

func (*CDataGCCStrike15V2_TournamentGroup) GetPointsPerPick

func (m *CDataGCCStrike15V2_TournamentGroup) GetPointsPerPick() uint32

func (*CDataGCCStrike15V2_TournamentGroup) GetStageIds

func (m *CDataGCCStrike15V2_TournamentGroup) GetStageIds() []int32

func (*CDataGCCStrike15V2_TournamentGroup) GetTeams

func (*CDataGCCStrike15V2_TournamentGroup) ProtoMessage

func (*CDataGCCStrike15V2_TournamentGroup) ProtoMessage()

func (*CDataGCCStrike15V2_TournamentGroup) Reset

func (*CDataGCCStrike15V2_TournamentGroup) String

type CDataGCCStrike15V2_TournamentGroupTeam

type CDataGCCStrike15V2_TournamentGroupTeam struct {
	TeamId           *int32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
	Score            *int32 `protobuf:"varint,2,opt,name=score" json:"score,omitempty"`
	Correctpick      *bool  `protobuf:"varint,3,opt,name=correctpick" json:"correctpick,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentGroupTeam) Descriptor

func (*CDataGCCStrike15V2_TournamentGroupTeam) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentGroupTeam) GetCorrectpick

func (m *CDataGCCStrike15V2_TournamentGroupTeam) GetCorrectpick() bool

func (*CDataGCCStrike15V2_TournamentGroupTeam) GetScore

func (*CDataGCCStrike15V2_TournamentGroupTeam) GetTeamId

func (*CDataGCCStrike15V2_TournamentGroupTeam) ProtoMessage

func (*CDataGCCStrike15V2_TournamentGroupTeam) Reset

func (*CDataGCCStrike15V2_TournamentGroupTeam) String

type CDataGCCStrike15V2_TournamentGroup_Picks

type CDataGCCStrike15V2_TournamentGroup_Picks struct {
	Pickids          []int32 `protobuf:"varint,1,rep,name=pickids" json:"pickids,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentGroup_Picks) Descriptor

func (*CDataGCCStrike15V2_TournamentGroup_Picks) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentGroup_Picks) GetPickids

func (*CDataGCCStrike15V2_TournamentGroup_Picks) ProtoMessage

func (*CDataGCCStrike15V2_TournamentGroup_Picks) Reset

func (*CDataGCCStrike15V2_TournamentGroup_Picks) String

type CDataGCCStrike15V2_TournamentInfo

type CDataGCCStrike15V2_TournamentInfo struct {
	Sections         []*CDataGCCStrike15V2_TournamentSection `protobuf:"bytes,1,rep,name=sections" json:"sections,omitempty"`
	TournamentEvent  *TournamentEvent                        `protobuf:"bytes,2,opt,name=tournament_event" json:"tournament_event,omitempty"`
	TournamentTeams  []*TournamentTeam                       `protobuf:"bytes,3,rep,name=tournament_teams" json:"tournament_teams,omitempty"`
	XXX_unrecognized []byte                                  `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentInfo) Descriptor

func (*CDataGCCStrike15V2_TournamentInfo) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentInfo) GetSections

func (*CDataGCCStrike15V2_TournamentInfo) GetTournamentEvent

func (m *CDataGCCStrike15V2_TournamentInfo) GetTournamentEvent() *TournamentEvent

func (*CDataGCCStrike15V2_TournamentInfo) GetTournamentTeams

func (m *CDataGCCStrike15V2_TournamentInfo) GetTournamentTeams() []*TournamentTeam

func (*CDataGCCStrike15V2_TournamentInfo) ProtoMessage

func (*CDataGCCStrike15V2_TournamentInfo) ProtoMessage()

func (*CDataGCCStrike15V2_TournamentInfo) Reset

func (*CDataGCCStrike15V2_TournamentInfo) String

type CDataGCCStrike15V2_TournamentMatchDraft

type CDataGCCStrike15V2_TournamentMatchDraft struct {
	EventId          *int32                                           `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
	EventStageId     *int32                                           `protobuf:"varint,2,opt,name=event_stage_id" json:"event_stage_id,omitempty"`
	TeamId_0         *int32                                           `protobuf:"varint,3,opt,name=team_id_0" json:"team_id_0,omitempty"`
	TeamId_1         *int32                                           `protobuf:"varint,4,opt,name=team_id_1" json:"team_id_1,omitempty"`
	MapsCount        *int32                                           `protobuf:"varint,5,opt,name=maps_count" json:"maps_count,omitempty"`
	MapsCurrent      *int32                                           `protobuf:"varint,6,opt,name=maps_current" json:"maps_current,omitempty"`
	TeamIdStart      *int32                                           `protobuf:"varint,7,opt,name=team_id_start" json:"team_id_start,omitempty"`
	TeamIdVeto1      *int32                                           `protobuf:"varint,8,opt,name=team_id_veto1" json:"team_id_veto1,omitempty"`
	TeamIdPickn      *int32                                           `protobuf:"varint,9,opt,name=team_id_pickn" json:"team_id_pickn,omitempty"`
	Drafts           []*CDataGCCStrike15V2_TournamentMatchDraft_Entry `protobuf:"bytes,10,rep,name=drafts" json:"drafts,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentMatchDraft) Descriptor

func (*CDataGCCStrike15V2_TournamentMatchDraft) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetDrafts

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetEventId

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetEventStageId

func (m *CDataGCCStrike15V2_TournamentMatchDraft) GetEventStageId() int32

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetMapsCount

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetMapsCurrent

func (m *CDataGCCStrike15V2_TournamentMatchDraft) GetMapsCurrent() int32

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdPickn

func (m *CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdPickn() int32

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdStart

func (m *CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdStart() int32

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdVeto1

func (m *CDataGCCStrike15V2_TournamentMatchDraft) GetTeamIdVeto1() int32

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetTeamId_0

func (*CDataGCCStrike15V2_TournamentMatchDraft) GetTeamId_1

func (*CDataGCCStrike15V2_TournamentMatchDraft) ProtoMessage

func (*CDataGCCStrike15V2_TournamentMatchDraft) Reset

func (*CDataGCCStrike15V2_TournamentMatchDraft) String

type CDataGCCStrike15V2_TournamentMatchDraft_Entry

type CDataGCCStrike15V2_TournamentMatchDraft_Entry struct {
	Mapid            *int32 `protobuf:"varint,1,opt,name=mapid" json:"mapid,omitempty"`
	TeamIdCt         *int32 `protobuf:"varint,2,opt,name=team_id_ct" json:"team_id_ct,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) Descriptor

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) GetMapid

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) GetTeamIdCt

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) ProtoMessage

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) Reset

func (*CDataGCCStrike15V2_TournamentMatchDraft_Entry) String

type CDataGCCStrike15V2_TournamentSection

type CDataGCCStrike15V2_TournamentSection struct {
	Sectionid        *uint32                               `protobuf:"varint,1,opt,name=sectionid" json:"sectionid,omitempty"`
	Name             *string                               `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Desc             *string                               `protobuf:"bytes,3,opt,name=desc" json:"desc,omitempty"`
	Groups           []*CDataGCCStrike15V2_TournamentGroup `protobuf:"bytes,4,rep,name=groups" json:"groups,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CDataGCCStrike15V2_TournamentSection) Descriptor

func (*CDataGCCStrike15V2_TournamentSection) Descriptor() ([]byte, []int)

func (*CDataGCCStrike15V2_TournamentSection) GetDesc

func (*CDataGCCStrike15V2_TournamentSection) GetGroups

func (*CDataGCCStrike15V2_TournamentSection) GetName

func (*CDataGCCStrike15V2_TournamentSection) GetSectionid

func (m *CDataGCCStrike15V2_TournamentSection) GetSectionid() uint32

func (*CDataGCCStrike15V2_TournamentSection) ProtoMessage

func (*CDataGCCStrike15V2_TournamentSection) ProtoMessage()

func (*CDataGCCStrike15V2_TournamentSection) Reset

func (*CDataGCCStrike15V2_TournamentSection) String

type CEconItemPreviewDataBlock

type CEconItemPreviewDataBlock struct {
	Accountid          *uint32                              `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Itemid             *uint64                              `protobuf:"varint,2,opt,name=itemid" json:"itemid,omitempty"`
	Defindex           *uint32                              `protobuf:"varint,3,opt,name=defindex" json:"defindex,omitempty"`
	Paintindex         *uint32                              `protobuf:"varint,4,opt,name=paintindex" json:"paintindex,omitempty"`
	Rarity             *uint32                              `protobuf:"varint,5,opt,name=rarity" json:"rarity,omitempty"`
	Quality            *uint32                              `protobuf:"varint,6,opt,name=quality" json:"quality,omitempty"`
	Paintwear          *uint32                              `protobuf:"varint,7,opt,name=paintwear" json:"paintwear,omitempty"`
	Paintseed          *uint32                              `protobuf:"varint,8,opt,name=paintseed" json:"paintseed,omitempty"`
	Killeaterscoretype *uint32                              `protobuf:"varint,9,opt,name=killeaterscoretype" json:"killeaterscoretype,omitempty"`
	Killeatervalue     *uint32                              `protobuf:"varint,10,opt,name=killeatervalue" json:"killeatervalue,omitempty"`
	Customname         *string                              `protobuf:"bytes,11,opt,name=customname" json:"customname,omitempty"`
	Stickers           []*CEconItemPreviewDataBlock_Sticker `protobuf:"bytes,12,rep,name=stickers" json:"stickers,omitempty"`
	Inventory          *uint32                              `protobuf:"varint,13,opt,name=inventory" json:"inventory,omitempty"`
	Origin             *uint32                              `protobuf:"varint,14,opt,name=origin" json:"origin,omitempty"`
	Questid            *uint32                              `protobuf:"varint,15,opt,name=questid" json:"questid,omitempty"`
	Dropreason         *uint32                              `protobuf:"varint,16,opt,name=dropreason" json:"dropreason,omitempty"`
	XXX_unrecognized   []byte                               `json:"-"`
}

func (*CEconItemPreviewDataBlock) Descriptor

func (*CEconItemPreviewDataBlock) Descriptor() ([]byte, []int)

func (*CEconItemPreviewDataBlock) GetAccountid

func (m *CEconItemPreviewDataBlock) GetAccountid() uint32

func (*CEconItemPreviewDataBlock) GetCustomname

func (m *CEconItemPreviewDataBlock) GetCustomname() string

func (*CEconItemPreviewDataBlock) GetDefindex

func (m *CEconItemPreviewDataBlock) GetDefindex() uint32

func (*CEconItemPreviewDataBlock) GetDropreason

func (m *CEconItemPreviewDataBlock) GetDropreason() uint32

func (*CEconItemPreviewDataBlock) GetInventory

func (m *CEconItemPreviewDataBlock) GetInventory() uint32

func (*CEconItemPreviewDataBlock) GetItemid

func (m *CEconItemPreviewDataBlock) GetItemid() uint64

func (*CEconItemPreviewDataBlock) GetKilleaterscoretype

func (m *CEconItemPreviewDataBlock) GetKilleaterscoretype() uint32

func (*CEconItemPreviewDataBlock) GetKilleatervalue

func (m *CEconItemPreviewDataBlock) GetKilleatervalue() uint32

func (*CEconItemPreviewDataBlock) GetOrigin

func (m *CEconItemPreviewDataBlock) GetOrigin() uint32

func (*CEconItemPreviewDataBlock) GetPaintindex

func (m *CEconItemPreviewDataBlock) GetPaintindex() uint32

func (*CEconItemPreviewDataBlock) GetPaintseed

func (m *CEconItemPreviewDataBlock) GetPaintseed() uint32

func (*CEconItemPreviewDataBlock) GetPaintwear

func (m *CEconItemPreviewDataBlock) GetPaintwear() uint32

func (*CEconItemPreviewDataBlock) GetQuality

func (m *CEconItemPreviewDataBlock) GetQuality() uint32

func (*CEconItemPreviewDataBlock) GetQuestid

func (m *CEconItemPreviewDataBlock) GetQuestid() uint32

func (*CEconItemPreviewDataBlock) GetRarity

func (m *CEconItemPreviewDataBlock) GetRarity() uint32

func (*CEconItemPreviewDataBlock) GetStickers

func (*CEconItemPreviewDataBlock) ProtoMessage

func (*CEconItemPreviewDataBlock) ProtoMessage()

func (*CEconItemPreviewDataBlock) Reset

func (m *CEconItemPreviewDataBlock) Reset()

func (*CEconItemPreviewDataBlock) String

func (m *CEconItemPreviewDataBlock) String() string

type CEconItemPreviewDataBlock_Sticker

type CEconItemPreviewDataBlock_Sticker struct {
	Slot             *uint32  `protobuf:"varint,1,opt,name=slot" json:"slot,omitempty"`
	StickerId        *uint32  `protobuf:"varint,2,opt,name=sticker_id" json:"sticker_id,omitempty"`
	Wear             *float32 `protobuf:"fixed32,3,opt,name=wear" json:"wear,omitempty"`
	Scale            *float32 `protobuf:"fixed32,4,opt,name=scale" json:"scale,omitempty"`
	Rotation         *float32 `protobuf:"fixed32,5,opt,name=rotation" json:"rotation,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CEconItemPreviewDataBlock_Sticker) Descriptor

func (*CEconItemPreviewDataBlock_Sticker) Descriptor() ([]byte, []int)

func (*CEconItemPreviewDataBlock_Sticker) GetRotation

func (m *CEconItemPreviewDataBlock_Sticker) GetRotation() float32

func (*CEconItemPreviewDataBlock_Sticker) GetScale

func (*CEconItemPreviewDataBlock_Sticker) GetSlot

func (*CEconItemPreviewDataBlock_Sticker) GetStickerId

func (m *CEconItemPreviewDataBlock_Sticker) GetStickerId() uint32

func (*CEconItemPreviewDataBlock_Sticker) GetWear

func (*CEconItemPreviewDataBlock_Sticker) ProtoMessage

func (*CEconItemPreviewDataBlock_Sticker) ProtoMessage()

func (*CEconItemPreviewDataBlock_Sticker) Reset

func (*CEconItemPreviewDataBlock_Sticker) String

type CGCMsgGetIPLocation

type CGCMsgGetIPLocation struct {
	Ips                  []uint32 `protobuf:"fixed32,1,rep,name=ips" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetIPLocation) Descriptor

func (*CGCMsgGetIPLocation) Descriptor() ([]byte, []int)

func (*CGCMsgGetIPLocation) GetIps

func (m *CGCMsgGetIPLocation) GetIps() []uint32

func (*CGCMsgGetIPLocation) ProtoMessage

func (*CGCMsgGetIPLocation) ProtoMessage()

func (*CGCMsgGetIPLocation) Reset

func (m *CGCMsgGetIPLocation) Reset()

func (*CGCMsgGetIPLocation) String

func (m *CGCMsgGetIPLocation) String() string

func (*CGCMsgGetIPLocation) XXX_DiscardUnknown

func (m *CGCMsgGetIPLocation) XXX_DiscardUnknown()

func (*CGCMsgGetIPLocation) XXX_Marshal

func (m *CGCMsgGetIPLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgGetIPLocation) XXX_Merge

func (m *CGCMsgGetIPLocation) XXX_Merge(src proto.Message)

func (*CGCMsgGetIPLocation) XXX_Size

func (m *CGCMsgGetIPLocation) XXX_Size() int

func (*CGCMsgGetIPLocation) XXX_Unmarshal

func (m *CGCMsgGetIPLocation) XXX_Unmarshal(b []byte) error

type CGCMsgGetIPLocationResponse

type CGCMsgGetIPLocationResponse struct {
	Infos                []*CIPLocationInfo `protobuf:"bytes,1,rep,name=infos" json:"infos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CGCMsgGetIPLocationResponse) Descriptor

func (*CGCMsgGetIPLocationResponse) Descriptor() ([]byte, []int)

func (*CGCMsgGetIPLocationResponse) GetInfos

func (*CGCMsgGetIPLocationResponse) ProtoMessage

func (*CGCMsgGetIPLocationResponse) ProtoMessage()

func (*CGCMsgGetIPLocationResponse) Reset

func (m *CGCMsgGetIPLocationResponse) Reset()

func (*CGCMsgGetIPLocationResponse) String

func (m *CGCMsgGetIPLocationResponse) String() string

func (*CGCMsgGetIPLocationResponse) XXX_DiscardUnknown

func (m *CGCMsgGetIPLocationResponse) XXX_DiscardUnknown()

func (*CGCMsgGetIPLocationResponse) XXX_Marshal

func (m *CGCMsgGetIPLocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgGetIPLocationResponse) XXX_Merge

func (m *CGCMsgGetIPLocationResponse) XXX_Merge(src proto.Message)

func (*CGCMsgGetIPLocationResponse) XXX_Size

func (m *CGCMsgGetIPLocationResponse) XXX_Size() int

func (*CGCMsgGetIPLocationResponse) XXX_Unmarshal

func (m *CGCMsgGetIPLocationResponse) XXX_Unmarshal(b []byte) error

type CGCMsgGetSystemStats

type CGCMsgGetSystemStats struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetSystemStats) Descriptor

func (*CGCMsgGetSystemStats) Descriptor() ([]byte, []int)

func (*CGCMsgGetSystemStats) ProtoMessage

func (*CGCMsgGetSystemStats) ProtoMessage()

func (*CGCMsgGetSystemStats) Reset

func (m *CGCMsgGetSystemStats) Reset()

func (*CGCMsgGetSystemStats) String

func (m *CGCMsgGetSystemStats) String() string

func (*CGCMsgGetSystemStats) XXX_DiscardUnknown

func (m *CGCMsgGetSystemStats) XXX_DiscardUnknown()

func (*CGCMsgGetSystemStats) XXX_Marshal

func (m *CGCMsgGetSystemStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgGetSystemStats) XXX_Merge

func (m *CGCMsgGetSystemStats) XXX_Merge(src proto.Message)

func (*CGCMsgGetSystemStats) XXX_Size

func (m *CGCMsgGetSystemStats) XXX_Size() int

func (*CGCMsgGetSystemStats) XXX_Unmarshal

func (m *CGCMsgGetSystemStats) XXX_Unmarshal(b []byte) error

type CGCMsgGetSystemStatsResponse

type CGCMsgGetSystemStatsResponse struct {
	GcAppId              *uint32  `protobuf:"varint,1,opt,name=gc_app_id,json=gcAppId" json:"gc_app_id,omitempty"`
	StatsKv              []byte   `protobuf:"bytes,2,opt,name=stats_kv,json=statsKv" json:"stats_kv,omitempty"`
	ActiveJobs           *uint32  `protobuf:"varint,3,opt,name=active_jobs,json=activeJobs" json:"active_jobs,omitempty"`
	YieldingJobs         *uint32  `protobuf:"varint,4,opt,name=yielding_jobs,json=yieldingJobs" json:"yielding_jobs,omitempty"`
	UserSessions         *uint32  `protobuf:"varint,5,opt,name=user_sessions,json=userSessions" json:"user_sessions,omitempty"`
	GameServerSessions   *uint32  `protobuf:"varint,6,opt,name=game_server_sessions,json=gameServerSessions" json:"game_server_sessions,omitempty"`
	Socaches             *uint32  `protobuf:"varint,7,opt,name=socaches" json:"socaches,omitempty"`
	SocachesToUnload     *uint32  `protobuf:"varint,8,opt,name=socaches_to_unload,json=socachesToUnload" json:"socaches_to_unload,omitempty"`
	SocachesLoading      *uint32  `protobuf:"varint,9,opt,name=socaches_loading,json=socachesLoading" json:"socaches_loading,omitempty"`
	WritebackQueue       *uint32  `protobuf:"varint,10,opt,name=writeback_queue,json=writebackQueue" json:"writeback_queue,omitempty"`
	SteamidLocks         *uint32  `protobuf:"varint,11,opt,name=steamid_locks,json=steamidLocks" json:"steamid_locks,omitempty"`
	LogonQueue           *uint32  `protobuf:"varint,12,opt,name=logon_queue,json=logonQueue" json:"logon_queue,omitempty"`
	LogonJobs            *uint32  `protobuf:"varint,13,opt,name=logon_jobs,json=logonJobs" json:"logon_jobs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetSystemStatsResponse) Descriptor

func (*CGCMsgGetSystemStatsResponse) Descriptor() ([]byte, []int)

func (*CGCMsgGetSystemStatsResponse) GetActiveJobs

func (m *CGCMsgGetSystemStatsResponse) GetActiveJobs() uint32

func (*CGCMsgGetSystemStatsResponse) GetGameServerSessions

func (m *CGCMsgGetSystemStatsResponse) GetGameServerSessions() uint32

func (*CGCMsgGetSystemStatsResponse) GetGcAppId

func (m *CGCMsgGetSystemStatsResponse) GetGcAppId() uint32

func (*CGCMsgGetSystemStatsResponse) GetLogonJobs

func (m *CGCMsgGetSystemStatsResponse) GetLogonJobs() uint32

func (*CGCMsgGetSystemStatsResponse) GetLogonQueue

func (m *CGCMsgGetSystemStatsResponse) GetLogonQueue() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocaches

func (m *CGCMsgGetSystemStatsResponse) GetSocaches() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocachesLoading

func (m *CGCMsgGetSystemStatsResponse) GetSocachesLoading() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocachesToUnload

func (m *CGCMsgGetSystemStatsResponse) GetSocachesToUnload() uint32

func (*CGCMsgGetSystemStatsResponse) GetStatsKv

func (m *CGCMsgGetSystemStatsResponse) GetStatsKv() []byte

func (*CGCMsgGetSystemStatsResponse) GetSteamidLocks

func (m *CGCMsgGetSystemStatsResponse) GetSteamidLocks() uint32

func (*CGCMsgGetSystemStatsResponse) GetUserSessions

func (m *CGCMsgGetSystemStatsResponse) GetUserSessions() uint32

func (*CGCMsgGetSystemStatsResponse) GetWritebackQueue

func (m *CGCMsgGetSystemStatsResponse) GetWritebackQueue() uint32

func (*CGCMsgGetSystemStatsResponse) GetYieldingJobs

func (m *CGCMsgGetSystemStatsResponse) GetYieldingJobs() uint32

func (*CGCMsgGetSystemStatsResponse) ProtoMessage

func (*CGCMsgGetSystemStatsResponse) ProtoMessage()

func (*CGCMsgGetSystemStatsResponse) Reset

func (m *CGCMsgGetSystemStatsResponse) Reset()

func (*CGCMsgGetSystemStatsResponse) String

func (*CGCMsgGetSystemStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgGetSystemStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgGetSystemStatsResponse) XXX_Marshal

func (m *CGCMsgGetSystemStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgGetSystemStatsResponse) XXX_Merge

func (m *CGCMsgGetSystemStatsResponse) XXX_Merge(src proto.Message)

func (*CGCMsgGetSystemStatsResponse) XXX_Size

func (m *CGCMsgGetSystemStatsResponse) XXX_Size() int

func (*CGCMsgGetSystemStatsResponse) XXX_Unmarshal

func (m *CGCMsgGetSystemStatsResponse) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedDelete

type CGCMsgMemCachedDelete struct {
	Keys                 []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedDelete) Descriptor

func (*CGCMsgMemCachedDelete) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedDelete) GetKeys

func (m *CGCMsgMemCachedDelete) GetKeys() []string

func (*CGCMsgMemCachedDelete) ProtoMessage

func (*CGCMsgMemCachedDelete) ProtoMessage()

func (*CGCMsgMemCachedDelete) Reset

func (m *CGCMsgMemCachedDelete) Reset()

func (*CGCMsgMemCachedDelete) String

func (m *CGCMsgMemCachedDelete) String() string

func (*CGCMsgMemCachedDelete) XXX_DiscardUnknown

func (m *CGCMsgMemCachedDelete) XXX_DiscardUnknown()

func (*CGCMsgMemCachedDelete) XXX_Marshal

func (m *CGCMsgMemCachedDelete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedDelete) XXX_Merge

func (m *CGCMsgMemCachedDelete) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedDelete) XXX_Size

func (m *CGCMsgMemCachedDelete) XXX_Size() int

func (*CGCMsgMemCachedDelete) XXX_Unmarshal

func (m *CGCMsgMemCachedDelete) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedGet

type CGCMsgMemCachedGet struct {
	Keys                 []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedGet) Descriptor

func (*CGCMsgMemCachedGet) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedGet) GetKeys

func (m *CGCMsgMemCachedGet) GetKeys() []string

func (*CGCMsgMemCachedGet) ProtoMessage

func (*CGCMsgMemCachedGet) ProtoMessage()

func (*CGCMsgMemCachedGet) Reset

func (m *CGCMsgMemCachedGet) Reset()

func (*CGCMsgMemCachedGet) String

func (m *CGCMsgMemCachedGet) String() string

func (*CGCMsgMemCachedGet) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGet) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGet) XXX_Marshal

func (m *CGCMsgMemCachedGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedGet) XXX_Merge

func (m *CGCMsgMemCachedGet) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedGet) XXX_Size

func (m *CGCMsgMemCachedGet) XXX_Size() int

func (*CGCMsgMemCachedGet) XXX_Unmarshal

func (m *CGCMsgMemCachedGet) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedGetResponse

type CGCMsgMemCachedGetResponse struct {
	Values               []*CGCMsgMemCachedGetResponse_ValueTag `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CGCMsgMemCachedGetResponse) Descriptor

func (*CGCMsgMemCachedGetResponse) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedGetResponse) GetValues

func (*CGCMsgMemCachedGetResponse) ProtoMessage

func (*CGCMsgMemCachedGetResponse) ProtoMessage()

func (*CGCMsgMemCachedGetResponse) Reset

func (m *CGCMsgMemCachedGetResponse) Reset()

func (*CGCMsgMemCachedGetResponse) String

func (m *CGCMsgMemCachedGetResponse) String() string

func (*CGCMsgMemCachedGetResponse) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGetResponse) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGetResponse) XXX_Marshal

func (m *CGCMsgMemCachedGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedGetResponse) XXX_Merge

func (m *CGCMsgMemCachedGetResponse) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedGetResponse) XXX_Size

func (m *CGCMsgMemCachedGetResponse) XXX_Size() int

func (*CGCMsgMemCachedGetResponse) XXX_Unmarshal

func (m *CGCMsgMemCachedGetResponse) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedGetResponse_ValueTag

type CGCMsgMemCachedGetResponse_ValueTag struct {
	Found                *bool    `protobuf:"varint,1,opt,name=found" json:"found,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedGetResponse_ValueTag) Descriptor

func (*CGCMsgMemCachedGetResponse_ValueTag) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedGetResponse_ValueTag) GetFound

func (*CGCMsgMemCachedGetResponse_ValueTag) GetValue

func (m *CGCMsgMemCachedGetResponse_ValueTag) GetValue() []byte

func (*CGCMsgMemCachedGetResponse_ValueTag) ProtoMessage

func (*CGCMsgMemCachedGetResponse_ValueTag) ProtoMessage()

func (*CGCMsgMemCachedGetResponse_ValueTag) Reset

func (*CGCMsgMemCachedGetResponse_ValueTag) String

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGetResponse_ValueTag) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Marshal

func (m *CGCMsgMemCachedGetResponse_ValueTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Merge

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Size

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Unmarshal

func (m *CGCMsgMemCachedGetResponse_ValueTag) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedSet

type CGCMsgMemCachedSet struct {
	Keys                 []*CGCMsgMemCachedSet_KeyPair `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CGCMsgMemCachedSet) Descriptor

func (*CGCMsgMemCachedSet) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedSet) GetKeys

func (*CGCMsgMemCachedSet) ProtoMessage

func (*CGCMsgMemCachedSet) ProtoMessage()

func (*CGCMsgMemCachedSet) Reset

func (m *CGCMsgMemCachedSet) Reset()

func (*CGCMsgMemCachedSet) String

func (m *CGCMsgMemCachedSet) String() string

func (*CGCMsgMemCachedSet) XXX_DiscardUnknown

func (m *CGCMsgMemCachedSet) XXX_DiscardUnknown()

func (*CGCMsgMemCachedSet) XXX_Marshal

func (m *CGCMsgMemCachedSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedSet) XXX_Merge

func (m *CGCMsgMemCachedSet) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedSet) XXX_Size

func (m *CGCMsgMemCachedSet) XXX_Size() int

func (*CGCMsgMemCachedSet) XXX_Unmarshal

func (m *CGCMsgMemCachedSet) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedSet_KeyPair

type CGCMsgMemCachedSet_KeyPair struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedSet_KeyPair) Descriptor

func (*CGCMsgMemCachedSet_KeyPair) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedSet_KeyPair) GetName

func (m *CGCMsgMemCachedSet_KeyPair) GetName() string

func (*CGCMsgMemCachedSet_KeyPair) GetValue

func (m *CGCMsgMemCachedSet_KeyPair) GetValue() []byte

func (*CGCMsgMemCachedSet_KeyPair) ProtoMessage

func (*CGCMsgMemCachedSet_KeyPair) ProtoMessage()

func (*CGCMsgMemCachedSet_KeyPair) Reset

func (m *CGCMsgMemCachedSet_KeyPair) Reset()

func (*CGCMsgMemCachedSet_KeyPair) String

func (m *CGCMsgMemCachedSet_KeyPair) String() string

func (*CGCMsgMemCachedSet_KeyPair) XXX_DiscardUnknown

func (m *CGCMsgMemCachedSet_KeyPair) XXX_DiscardUnknown()

func (*CGCMsgMemCachedSet_KeyPair) XXX_Marshal

func (m *CGCMsgMemCachedSet_KeyPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedSet_KeyPair) XXX_Merge

func (m *CGCMsgMemCachedSet_KeyPair) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedSet_KeyPair) XXX_Size

func (m *CGCMsgMemCachedSet_KeyPair) XXX_Size() int

func (*CGCMsgMemCachedSet_KeyPair) XXX_Unmarshal

func (m *CGCMsgMemCachedSet_KeyPair) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedStats

type CGCMsgMemCachedStats struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedStats) Descriptor

func (*CGCMsgMemCachedStats) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedStats) ProtoMessage

func (*CGCMsgMemCachedStats) ProtoMessage()

func (*CGCMsgMemCachedStats) Reset

func (m *CGCMsgMemCachedStats) Reset()

func (*CGCMsgMemCachedStats) String

func (m *CGCMsgMemCachedStats) String() string

func (*CGCMsgMemCachedStats) XXX_DiscardUnknown

func (m *CGCMsgMemCachedStats) XXX_DiscardUnknown()

func (*CGCMsgMemCachedStats) XXX_Marshal

func (m *CGCMsgMemCachedStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedStats) XXX_Merge

func (m *CGCMsgMemCachedStats) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedStats) XXX_Size

func (m *CGCMsgMemCachedStats) XXX_Size() int

func (*CGCMsgMemCachedStats) XXX_Unmarshal

func (m *CGCMsgMemCachedStats) XXX_Unmarshal(b []byte) error

type CGCMsgMemCachedStatsResponse

type CGCMsgMemCachedStatsResponse struct {
	CurrConnections      *uint64  `protobuf:"varint,1,opt,name=curr_connections,json=currConnections" json:"curr_connections,omitempty"`
	CmdGet               *uint64  `protobuf:"varint,2,opt,name=cmd_get,json=cmdGet" json:"cmd_get,omitempty"`
	CmdSet               *uint64  `protobuf:"varint,3,opt,name=cmd_set,json=cmdSet" json:"cmd_set,omitempty"`
	CmdFlush             *uint64  `protobuf:"varint,4,opt,name=cmd_flush,json=cmdFlush" json:"cmd_flush,omitempty"`
	GetHits              *uint64  `protobuf:"varint,5,opt,name=get_hits,json=getHits" json:"get_hits,omitempty"`
	GetMisses            *uint64  `protobuf:"varint,6,opt,name=get_misses,json=getMisses" json:"get_misses,omitempty"`
	DeleteHits           *uint64  `protobuf:"varint,7,opt,name=delete_hits,json=deleteHits" json:"delete_hits,omitempty"`
	DeleteMisses         *uint64  `protobuf:"varint,8,opt,name=delete_misses,json=deleteMisses" json:"delete_misses,omitempty"`
	BytesRead            *uint64  `protobuf:"varint,9,opt,name=bytes_read,json=bytesRead" json:"bytes_read,omitempty"`
	BytesWritten         *uint64  `protobuf:"varint,10,opt,name=bytes_written,json=bytesWritten" json:"bytes_written,omitempty"`
	LimitMaxbytes        *uint64  `protobuf:"varint,11,opt,name=limit_maxbytes,json=limitMaxbytes" json:"limit_maxbytes,omitempty"`
	CurrItems            *uint64  `protobuf:"varint,12,opt,name=curr_items,json=currItems" json:"curr_items,omitempty"`
	Evictions            *uint64  `protobuf:"varint,13,opt,name=evictions" json:"evictions,omitempty"`
	Bytes                *uint64  `protobuf:"varint,14,opt,name=bytes" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedStatsResponse) Descriptor

func (*CGCMsgMemCachedStatsResponse) Descriptor() ([]byte, []int)

func (*CGCMsgMemCachedStatsResponse) GetBytes

func (m *CGCMsgMemCachedStatsResponse) GetBytes() uint64

func (*CGCMsgMemCachedStatsResponse) GetBytesRead

func (m *CGCMsgMemCachedStatsResponse) GetBytesRead() uint64

func (*CGCMsgMemCachedStatsResponse) GetBytesWritten

func (m *CGCMsgMemCachedStatsResponse) GetBytesWritten() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdFlush

func (m *CGCMsgMemCachedStatsResponse) GetCmdFlush() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdGet

func (m *CGCMsgMemCachedStatsResponse) GetCmdGet() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdSet

func (m *CGCMsgMemCachedStatsResponse) GetCmdSet() uint64

func (*CGCMsgMemCachedStatsResponse) GetCurrConnections

func (m *CGCMsgMemCachedStatsResponse) GetCurrConnections() uint64

func (*CGCMsgMemCachedStatsResponse) GetCurrItems

func (m *CGCMsgMemCachedStatsResponse) GetCurrItems() uint64

func (*CGCMsgMemCachedStatsResponse) GetDeleteHits

func (m *CGCMsgMemCachedStatsResponse) GetDeleteHits() uint64

func (*CGCMsgMemCachedStatsResponse) GetDeleteMisses

func (m *CGCMsgMemCachedStatsResponse) GetDeleteMisses() uint64

func (*CGCMsgMemCachedStatsResponse) GetEvictions

func (m *CGCMsgMemCachedStatsResponse) GetEvictions() uint64

func (*CGCMsgMemCachedStatsResponse) GetGetHits

func (m *CGCMsgMemCachedStatsResponse) GetGetHits() uint64

func (*CGCMsgMemCachedStatsResponse) GetGetMisses

func (m *CGCMsgMemCachedStatsResponse) GetGetMisses() uint64

func (*CGCMsgMemCachedStatsResponse) GetLimitMaxbytes

func (m *CGCMsgMemCachedStatsResponse) GetLimitMaxbytes() uint64

func (*CGCMsgMemCachedStatsResponse) ProtoMessage

func (*CGCMsgMemCachedStatsResponse) ProtoMessage()

func (*CGCMsgMemCachedStatsResponse) Reset

func (m *CGCMsgMemCachedStatsResponse) Reset()

func (*CGCMsgMemCachedStatsResponse) String

func (*CGCMsgMemCachedStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgMemCachedStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgMemCachedStatsResponse) XXX_Marshal

func (m *CGCMsgMemCachedStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgMemCachedStatsResponse) XXX_Merge

func (m *CGCMsgMemCachedStatsResponse) XXX_Merge(src proto.Message)

func (*CGCMsgMemCachedStatsResponse) XXX_Size

func (m *CGCMsgMemCachedStatsResponse) XXX_Size() int

func (*CGCMsgMemCachedStatsResponse) XXX_Unmarshal

func (m *CGCMsgMemCachedStatsResponse) XXX_Unmarshal(b []byte) error

type CGCMsgSQLStats

type CGCMsgSQLStats struct {
	SchemaCatalog        *uint32  `protobuf:"varint,1,opt,name=schema_catalog,json=schemaCatalog" json:"schema_catalog,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgSQLStats) Descriptor

func (*CGCMsgSQLStats) Descriptor() ([]byte, []int)

func (*CGCMsgSQLStats) GetSchemaCatalog

func (m *CGCMsgSQLStats) GetSchemaCatalog() uint32

func (*CGCMsgSQLStats) ProtoMessage

func (*CGCMsgSQLStats) ProtoMessage()

func (*CGCMsgSQLStats) Reset

func (m *CGCMsgSQLStats) Reset()

func (*CGCMsgSQLStats) String

func (m *CGCMsgSQLStats) String() string

func (*CGCMsgSQLStats) XXX_DiscardUnknown

func (m *CGCMsgSQLStats) XXX_DiscardUnknown()

func (*CGCMsgSQLStats) XXX_Marshal

func (m *CGCMsgSQLStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgSQLStats) XXX_Merge

func (m *CGCMsgSQLStats) XXX_Merge(src proto.Message)

func (*CGCMsgSQLStats) XXX_Size

func (m *CGCMsgSQLStats) XXX_Size() int

func (*CGCMsgSQLStats) XXX_Unmarshal

func (m *CGCMsgSQLStats) XXX_Unmarshal(b []byte) error

type CGCMsgSQLStatsResponse

type CGCMsgSQLStatsResponse struct {
	Threads                       *uint32  `protobuf:"varint,1,opt,name=threads" json:"threads,omitempty"`
	ThreadsConnected              *uint32  `protobuf:"varint,2,opt,name=threads_connected,json=threadsConnected" json:"threads_connected,omitempty"`
	ThreadsActive                 *uint32  `protobuf:"varint,3,opt,name=threads_active,json=threadsActive" json:"threads_active,omitempty"`
	OperationsSubmitted           *uint32  `protobuf:"varint,4,opt,name=operations_submitted,json=operationsSubmitted" json:"operations_submitted,omitempty"`
	PreparedStatementsExecuted    *uint32  `` /* 135-byte string literal not displayed */
	NonPreparedStatementsExecuted *uint32  `` /* 146-byte string literal not displayed */
	DeadlockRetries               *uint32  `protobuf:"varint,7,opt,name=deadlock_retries,json=deadlockRetries" json:"deadlock_retries,omitempty"`
	OperationsTimedOutInQueue     *uint32  `` /* 136-byte string literal not displayed */
	Errors                        *uint32  `protobuf:"varint,9,opt,name=errors" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*CGCMsgSQLStatsResponse) Descriptor

func (*CGCMsgSQLStatsResponse) Descriptor() ([]byte, []int)

func (*CGCMsgSQLStatsResponse) GetDeadlockRetries

func (m *CGCMsgSQLStatsResponse) GetDeadlockRetries() uint32

func (*CGCMsgSQLStatsResponse) GetErrors

func (m *CGCMsgSQLStatsResponse) GetErrors() uint32

func (*CGCMsgSQLStatsResponse) GetNonPreparedStatementsExecuted

func (m *CGCMsgSQLStatsResponse) GetNonPreparedStatementsExecuted() uint32

func (*CGCMsgSQLStatsResponse) GetOperationsSubmitted

func (m *CGCMsgSQLStatsResponse) GetOperationsSubmitted() uint32

func (*CGCMsgSQLStatsResponse) GetOperationsTimedOutInQueue

func (m *CGCMsgSQLStatsResponse) GetOperationsTimedOutInQueue() uint32

func (*CGCMsgSQLStatsResponse) GetPreparedStatementsExecuted

func (m *CGCMsgSQLStatsResponse) GetPreparedStatementsExecuted() uint32

func (*CGCMsgSQLStatsResponse) GetThreads

func (m *CGCMsgSQLStatsResponse) GetThreads() uint32

func (*CGCMsgSQLStatsResponse) GetThreadsActive

func (m *CGCMsgSQLStatsResponse) GetThreadsActive() uint32

func (*CGCMsgSQLStatsResponse) GetThreadsConnected

func (m *CGCMsgSQLStatsResponse) GetThreadsConnected() uint32

func (*CGCMsgSQLStatsResponse) ProtoMessage

func (*CGCMsgSQLStatsResponse) ProtoMessage()

func (*CGCMsgSQLStatsResponse) Reset

func (m *CGCMsgSQLStatsResponse) Reset()

func (*CGCMsgSQLStatsResponse) String

func (m *CGCMsgSQLStatsResponse) String() string

func (*CGCMsgSQLStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgSQLStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgSQLStatsResponse) XXX_Marshal

func (m *CGCMsgSQLStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgSQLStatsResponse) XXX_Merge

func (m *CGCMsgSQLStatsResponse) XXX_Merge(src proto.Message)

func (*CGCMsgSQLStatsResponse) XXX_Size

func (m *CGCMsgSQLStatsResponse) XXX_Size() int

func (*CGCMsgSQLStatsResponse) XXX_Unmarshal

func (m *CGCMsgSQLStatsResponse) XXX_Unmarshal(b []byte) error

type CGCMsgSystemStatsSchema

type CGCMsgSystemStatsSchema struct {
	GcAppId              *uint32  `protobuf:"varint,1,opt,name=gc_app_id,json=gcAppId" json:"gc_app_id,omitempty"`
	SchemaKv             []byte   `protobuf:"bytes,2,opt,name=schema_kv,json=schemaKv" json:"schema_kv,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgSystemStatsSchema) Descriptor

func (*CGCMsgSystemStatsSchema) Descriptor() ([]byte, []int)

func (*CGCMsgSystemStatsSchema) GetGcAppId

func (m *CGCMsgSystemStatsSchema) GetGcAppId() uint32

func (*CGCMsgSystemStatsSchema) GetSchemaKv

func (m *CGCMsgSystemStatsSchema) GetSchemaKv() []byte

func (*CGCMsgSystemStatsSchema) ProtoMessage

func (*CGCMsgSystemStatsSchema) ProtoMessage()

func (*CGCMsgSystemStatsSchema) Reset

func (m *CGCMsgSystemStatsSchema) Reset()

func (*CGCMsgSystemStatsSchema) String

func (m *CGCMsgSystemStatsSchema) String() string

func (*CGCMsgSystemStatsSchema) XXX_DiscardUnknown

func (m *CGCMsgSystemStatsSchema) XXX_DiscardUnknown()

func (*CGCMsgSystemStatsSchema) XXX_Marshal

func (m *CGCMsgSystemStatsSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgSystemStatsSchema) XXX_Merge

func (m *CGCMsgSystemStatsSchema) XXX_Merge(src proto.Message)

func (*CGCMsgSystemStatsSchema) XXX_Size

func (m *CGCMsgSystemStatsSchema) XXX_Size() int

func (*CGCMsgSystemStatsSchema) XXX_Unmarshal

func (m *CGCMsgSystemStatsSchema) XXX_Unmarshal(b []byte) error

type CGCStorePurchaseInit_LineItem

type CGCStorePurchaseInit_LineItem struct {
	ItemDefId           *uint32 `protobuf:"varint,1,opt,name=item_def_id" json:"item_def_id,omitempty"`
	Quantity            *uint32 `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
	CostInLocalCurrency *uint32 `protobuf:"varint,3,opt,name=cost_in_local_currency" json:"cost_in_local_currency,omitempty"`
	PurchaseType        *uint32 `protobuf:"varint,4,opt,name=purchase_type" json:"purchase_type,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CGCStorePurchaseInit_LineItem) Descriptor

func (*CGCStorePurchaseInit_LineItem) Descriptor() ([]byte, []int)

func (*CGCStorePurchaseInit_LineItem) GetCostInLocalCurrency

func (m *CGCStorePurchaseInit_LineItem) GetCostInLocalCurrency() uint32

func (*CGCStorePurchaseInit_LineItem) GetItemDefId

func (m *CGCStorePurchaseInit_LineItem) GetItemDefId() uint32

func (*CGCStorePurchaseInit_LineItem) GetPurchaseType

func (m *CGCStorePurchaseInit_LineItem) GetPurchaseType() uint32

func (*CGCStorePurchaseInit_LineItem) GetQuantity

func (m *CGCStorePurchaseInit_LineItem) GetQuantity() uint32

func (*CGCStorePurchaseInit_LineItem) ProtoMessage

func (*CGCStorePurchaseInit_LineItem) ProtoMessage()

func (*CGCStorePurchaseInit_LineItem) Reset

func (m *CGCStorePurchaseInit_LineItem) Reset()

func (*CGCStorePurchaseInit_LineItem) String

type CGCSystemMsg_GetAccountDetails

type CGCSystemMsg_GetAccountDetails struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCSystemMsg_GetAccountDetails) Descriptor

func (*CGCSystemMsg_GetAccountDetails) Descriptor() ([]byte, []int)

func (*CGCSystemMsg_GetAccountDetails) GetAppid

func (m *CGCSystemMsg_GetAccountDetails) GetAppid() uint32

func (*CGCSystemMsg_GetAccountDetails) GetSteamid

func (m *CGCSystemMsg_GetAccountDetails) GetSteamid() uint64

func (*CGCSystemMsg_GetAccountDetails) ProtoMessage

func (*CGCSystemMsg_GetAccountDetails) ProtoMessage()

func (*CGCSystemMsg_GetAccountDetails) Reset

func (m *CGCSystemMsg_GetAccountDetails) Reset()

func (*CGCSystemMsg_GetAccountDetails) String

func (*CGCSystemMsg_GetAccountDetails) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetAccountDetails) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetAccountDetails) XXX_Marshal

func (m *CGCSystemMsg_GetAccountDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCSystemMsg_GetAccountDetails) XXX_Merge

func (m *CGCSystemMsg_GetAccountDetails) XXX_Merge(src proto.Message)

func (*CGCSystemMsg_GetAccountDetails) XXX_Size

func (m *CGCSystemMsg_GetAccountDetails) XXX_Size() int

func (*CGCSystemMsg_GetAccountDetails) XXX_Unmarshal

func (m *CGCSystemMsg_GetAccountDetails) XXX_Unmarshal(b []byte) error

type CGCSystemMsg_GetAccountDetails_Response

type CGCSystemMsg_GetAccountDetails_Response struct {
	EresultDeprecated      *uint32  `protobuf:"varint,1,opt,name=eresult_deprecated,json=eresultDeprecated,def=2" json:"eresult_deprecated,omitempty"`
	AccountName            *string  `protobuf:"bytes,2,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	PersonaName            *string  `protobuf:"bytes,3,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	IsProfilePublic        *bool    `protobuf:"varint,4,opt,name=is_profile_public,json=isProfilePublic" json:"is_profile_public,omitempty"`
	IsInventoryPublic      *bool    `protobuf:"varint,5,opt,name=is_inventory_public,json=isInventoryPublic" json:"is_inventory_public,omitempty"`
	IsVacBanned            *bool    `protobuf:"varint,7,opt,name=is_vac_banned,json=isVacBanned" json:"is_vac_banned,omitempty"`
	IsCyberCafe            *bool    `protobuf:"varint,8,opt,name=is_cyber_cafe,json=isCyberCafe" json:"is_cyber_cafe,omitempty"`
	IsSchoolAccount        *bool    `protobuf:"varint,9,opt,name=is_school_account,json=isSchoolAccount" json:"is_school_account,omitempty"`
	IsLimited              *bool    `protobuf:"varint,10,opt,name=is_limited,json=isLimited" json:"is_limited,omitempty"`
	IsSubscribed           *bool    `protobuf:"varint,11,opt,name=is_subscribed,json=isSubscribed" json:"is_subscribed,omitempty"`
	Package                *uint32  `protobuf:"varint,12,opt,name=package" json:"package,omitempty"`
	IsFreeTrialAccount     *bool    `protobuf:"varint,13,opt,name=is_free_trial_account,json=isFreeTrialAccount" json:"is_free_trial_account,omitempty"`
	FreeTrialExpiration    *uint32  `protobuf:"varint,14,opt,name=free_trial_expiration,json=freeTrialExpiration" json:"free_trial_expiration,omitempty"`
	IsLowViolence          *bool    `protobuf:"varint,15,opt,name=is_low_violence,json=isLowViolence" json:"is_low_violence,omitempty"`
	IsAccountLockedDown    *bool    `protobuf:"varint,16,opt,name=is_account_locked_down,json=isAccountLockedDown" json:"is_account_locked_down,omitempty"`
	IsCommunityBanned      *bool    `protobuf:"varint,17,opt,name=is_community_banned,json=isCommunityBanned" json:"is_community_banned,omitempty"`
	IsTradeBanned          *bool    `protobuf:"varint,18,opt,name=is_trade_banned,json=isTradeBanned" json:"is_trade_banned,omitempty"`
	TradeBanExpiration     *uint32  `protobuf:"varint,19,opt,name=trade_ban_expiration,json=tradeBanExpiration" json:"trade_ban_expiration,omitempty"`
	Accountid              *uint32  `protobuf:"varint,20,opt,name=accountid" json:"accountid,omitempty"`
	SuspensionEndTime      *uint32  `protobuf:"varint,21,opt,name=suspension_end_time,json=suspensionEndTime" json:"suspension_end_time,omitempty"`
	Currency               *string  `protobuf:"bytes,22,opt,name=currency" json:"currency,omitempty"`
	SteamLevel             *uint32  `protobuf:"varint,23,opt,name=steam_level,json=steamLevel" json:"steam_level,omitempty"`
	FriendCount            *uint32  `protobuf:"varint,24,opt,name=friend_count,json=friendCount" json:"friend_count,omitempty"`
	AccountCreationTime    *uint32  `protobuf:"varint,25,opt,name=account_creation_time,json=accountCreationTime" json:"account_creation_time,omitempty"`
	IsSteamguardEnabled    *bool    `protobuf:"varint,27,opt,name=is_steamguard_enabled,json=isSteamguardEnabled" json:"is_steamguard_enabled,omitempty"`
	IsPhoneVerified        *bool    `protobuf:"varint,28,opt,name=is_phone_verified,json=isPhoneVerified" json:"is_phone_verified,omitempty"`
	IsTwoFactorAuthEnabled *bool    `` /* 128-byte string literal not displayed */
	TwoFactorEnabledTime   *uint32  `protobuf:"varint,30,opt,name=two_factor_enabled_time,json=twoFactorEnabledTime" json:"two_factor_enabled_time,omitempty"`
	PhoneVerificationTime  *uint32  `protobuf:"varint,31,opt,name=phone_verification_time,json=phoneVerificationTime" json:"phone_verification_time,omitempty"`
	PhoneId                *uint64  `protobuf:"varint,33,opt,name=phone_id,json=phoneId" json:"phone_id,omitempty"`
	IsPhoneIdentifying     *bool    `protobuf:"varint,34,opt,name=is_phone_identifying,json=isPhoneIdentifying" json:"is_phone_identifying,omitempty"`
	RtIdentityLinked       *uint32  `protobuf:"varint,35,opt,name=rt_identity_linked,json=rtIdentityLinked" json:"rt_identity_linked,omitempty"`
	RtBirthDate            *uint32  `protobuf:"varint,36,opt,name=rt_birth_date,json=rtBirthDate" json:"rt_birth_date,omitempty"`
	TxnCountryCode         *string  `protobuf:"bytes,37,opt,name=txn_country_code,json=txnCountryCode" json:"txn_country_code,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*CGCSystemMsg_GetAccountDetails_Response) Descriptor

func (*CGCSystemMsg_GetAccountDetails_Response) Descriptor() ([]byte, []int)

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountCreationTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetAccountCreationTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountName

func (m *CGCSystemMsg_GetAccountDetails_Response) GetAccountName() string

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountid

func (*CGCSystemMsg_GetAccountDetails_Response) GetCurrency

func (*CGCSystemMsg_GetAccountDetails_Response) GetEresultDeprecated

func (m *CGCSystemMsg_GetAccountDetails_Response) GetEresultDeprecated() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetFreeTrialExpiration

func (m *CGCSystemMsg_GetAccountDetails_Response) GetFreeTrialExpiration() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetFriendCount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetFriendCount() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsAccountLockedDown

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsAccountLockedDown() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsCommunityBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsCommunityBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsCyberCafe

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsCyberCafe() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsFreeTrialAccount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsFreeTrialAccount() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsInventoryPublic

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsInventoryPublic() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsLimited

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsLowViolence

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsLowViolence() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneIdentifying

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneIdentifying() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneVerified

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneVerified() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsProfilePublic

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsProfilePublic() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSchoolAccount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSchoolAccount() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSteamguardEnabled

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSteamguardEnabled() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSubscribed

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSubscribed() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsTradeBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsTradeBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsTwoFactorAuthEnabled

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsTwoFactorAuthEnabled() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsVacBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsVacBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetPackage

func (*CGCSystemMsg_GetAccountDetails_Response) GetPersonaName

func (m *CGCSystemMsg_GetAccountDetails_Response) GetPersonaName() string

func (*CGCSystemMsg_GetAccountDetails_Response) GetPhoneId

func (*CGCSystemMsg_GetAccountDetails_Response) GetPhoneVerificationTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetPhoneVerificationTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetRtBirthDate

func (m *CGCSystemMsg_GetAccountDetails_Response) GetRtBirthDate() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetRtIdentityLinked

func (m *CGCSystemMsg_GetAccountDetails_Response) GetRtIdentityLinked() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetSteamLevel

func (*CGCSystemMsg_GetAccountDetails_Response) GetSuspensionEndTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetSuspensionEndTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTradeBanExpiration

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTradeBanExpiration() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTwoFactorEnabledTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTwoFactorEnabledTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTxnCountryCode

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTxnCountryCode() string

func (*CGCSystemMsg_GetAccountDetails_Response) ProtoMessage

func (*CGCSystemMsg_GetAccountDetails_Response) Reset

func (*CGCSystemMsg_GetAccountDetails_Response) String

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetAccountDetails_Response) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Marshal

func (m *CGCSystemMsg_GetAccountDetails_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Merge

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Size

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Unmarshal

func (m *CGCSystemMsg_GetAccountDetails_Response) XXX_Unmarshal(b []byte) error

type CGCSystemMsg_GetPurchaseTrust_Request

type CGCSystemMsg_GetPurchaseTrust_Request struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCSystemMsg_GetPurchaseTrust_Request) Descriptor

func (*CGCSystemMsg_GetPurchaseTrust_Request) Descriptor() ([]byte, []int)

func (*CGCSystemMsg_GetPurchaseTrust_Request) GetSteamid

func (*CGCSystemMsg_GetPurchaseTrust_Request) ProtoMessage

func (*CGCSystemMsg_GetPurchaseTrust_Request) ProtoMessage()

func (*CGCSystemMsg_GetPurchaseTrust_Request) Reset

func (*CGCSystemMsg_GetPurchaseTrust_Request) String

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetPurchaseTrust_Request) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Marshal

func (m *CGCSystemMsg_GetPurchaseTrust_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Merge

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Size

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Unmarshal

func (m *CGCSystemMsg_GetPurchaseTrust_Request) XXX_Unmarshal(b []byte) error

type CGCSystemMsg_GetPurchaseTrust_Response

type CGCSystemMsg_GetPurchaseTrust_Response struct {
	HasPriorPurchaseHistory   *bool    `` /* 128-byte string literal not displayed */
	HasNoRecentPasswordResets *bool    `` /* 136-byte string literal not displayed */
	IsWalletCashTrusted       *bool    `protobuf:"varint,3,opt,name=is_wallet_cash_trusted,json=isWalletCashTrusted" json:"is_wallet_cash_trusted,omitempty"`
	TimeAllTrusted            *uint32  `protobuf:"varint,4,opt,name=time_all_trusted,json=timeAllTrusted" json:"time_all_trusted,omitempty"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*CGCSystemMsg_GetPurchaseTrust_Response) Descriptor

func (*CGCSystemMsg_GetPurchaseTrust_Response) Descriptor() ([]byte, []int)

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetHasNoRecentPasswordResets

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetHasNoRecentPasswordResets() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetHasPriorPurchaseHistory

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetHasPriorPurchaseHistory() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetIsWalletCashTrusted

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetIsWalletCashTrusted() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetTimeAllTrusted

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetTimeAllTrusted() uint32

func (*CGCSystemMsg_GetPurchaseTrust_Response) ProtoMessage

func (*CGCSystemMsg_GetPurchaseTrust_Response) Reset

func (*CGCSystemMsg_GetPurchaseTrust_Response) String

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetPurchaseTrust_Response) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Marshal

func (m *CGCSystemMsg_GetPurchaseTrust_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Merge

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Size

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Unmarshal

func (m *CGCSystemMsg_GetPurchaseTrust_Response) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterAck

type CGCToGCMsgMasterAck struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	GcType               *uint32  `protobuf:"varint,2,opt,name=gc_type,json=gcType" json:"gc_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterAck) Descriptor

func (*CGCToGCMsgMasterAck) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterAck) GetDirIndex

func (m *CGCToGCMsgMasterAck) GetDirIndex() uint32

func (*CGCToGCMsgMasterAck) GetGcType

func (m *CGCToGCMsgMasterAck) GetGcType() uint32

func (*CGCToGCMsgMasterAck) ProtoMessage

func (*CGCToGCMsgMasterAck) ProtoMessage()

func (*CGCToGCMsgMasterAck) Reset

func (m *CGCToGCMsgMasterAck) Reset()

func (*CGCToGCMsgMasterAck) String

func (m *CGCToGCMsgMasterAck) String() string

func (*CGCToGCMsgMasterAck) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterAck) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterAck) XXX_Marshal

func (m *CGCToGCMsgMasterAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterAck) XXX_Merge

func (m *CGCToGCMsgMasterAck) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterAck) XXX_Size

func (m *CGCToGCMsgMasterAck) XXX_Size() int

func (*CGCToGCMsgMasterAck) XXX_Unmarshal

func (m *CGCToGCMsgMasterAck) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterAck_Response

type CGCToGCMsgMasterAck_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterAck_Response) Descriptor

func (*CGCToGCMsgMasterAck_Response) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterAck_Response) GetEresult

func (m *CGCToGCMsgMasterAck_Response) GetEresult() int32

func (*CGCToGCMsgMasterAck_Response) ProtoMessage

func (*CGCToGCMsgMasterAck_Response) ProtoMessage()

func (*CGCToGCMsgMasterAck_Response) Reset

func (m *CGCToGCMsgMasterAck_Response) Reset()

func (*CGCToGCMsgMasterAck_Response) String

func (*CGCToGCMsgMasterAck_Response) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterAck_Response) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterAck_Response) XXX_Marshal

func (m *CGCToGCMsgMasterAck_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterAck_Response) XXX_Merge

func (m *CGCToGCMsgMasterAck_Response) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterAck_Response) XXX_Size

func (m *CGCToGCMsgMasterAck_Response) XXX_Size() int

func (*CGCToGCMsgMasterAck_Response) XXX_Unmarshal

func (m *CGCToGCMsgMasterAck_Response) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterStartupComplete

type CGCToGCMsgMasterStartupComplete struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterStartupComplete) Descriptor

func (*CGCToGCMsgMasterStartupComplete) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage()

func (*CGCToGCMsgMasterStartupComplete) Reset

func (*CGCToGCMsgMasterStartupComplete) String

func (*CGCToGCMsgMasterStartupComplete) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterStartupComplete) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterStartupComplete) XXX_Marshal

func (m *CGCToGCMsgMasterStartupComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterStartupComplete) XXX_Merge

func (m *CGCToGCMsgMasterStartupComplete) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterStartupComplete) XXX_Size

func (m *CGCToGCMsgMasterStartupComplete) XXX_Size() int

func (*CGCToGCMsgMasterStartupComplete) XXX_Unmarshal

func (m *CGCToGCMsgMasterStartupComplete) XXX_Unmarshal(b []byte) error

type CGCToGCMsgRouted

type CGCToGCMsgRouted struct {
	MsgType              *uint32  `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	SenderId             *uint64  `protobuf:"fixed64,2,opt,name=sender_id,json=senderId" json:"sender_id,omitempty"`
	NetMessage           []byte   `protobuf:"bytes,3,opt,name=net_message,json=netMessage" json:"net_message,omitempty"`
	Ip                   *uint32  `protobuf:"varint,4,opt,name=ip" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgRouted) Descriptor

func (*CGCToGCMsgRouted) Descriptor() ([]byte, []int)

func (*CGCToGCMsgRouted) GetIp

func (m *CGCToGCMsgRouted) GetIp() uint32

func (*CGCToGCMsgRouted) GetMsgType

func (m *CGCToGCMsgRouted) GetMsgType() uint32

func (*CGCToGCMsgRouted) GetNetMessage

func (m *CGCToGCMsgRouted) GetNetMessage() []byte

func (*CGCToGCMsgRouted) GetSenderId

func (m *CGCToGCMsgRouted) GetSenderId() uint64

func (*CGCToGCMsgRouted) ProtoMessage

func (*CGCToGCMsgRouted) ProtoMessage()

func (*CGCToGCMsgRouted) Reset

func (m *CGCToGCMsgRouted) Reset()

func (*CGCToGCMsgRouted) String

func (m *CGCToGCMsgRouted) String() string

func (*CGCToGCMsgRouted) XXX_DiscardUnknown

func (m *CGCToGCMsgRouted) XXX_DiscardUnknown()

func (*CGCToGCMsgRouted) XXX_Marshal

func (m *CGCToGCMsgRouted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgRouted) XXX_Merge

func (m *CGCToGCMsgRouted) XXX_Merge(src proto.Message)

func (*CGCToGCMsgRouted) XXX_Size

func (m *CGCToGCMsgRouted) XXX_Size() int

func (*CGCToGCMsgRouted) XXX_Unmarshal

func (m *CGCToGCMsgRouted) XXX_Unmarshal(b []byte) error

type CGCToGCMsgRoutedReply

type CGCToGCMsgRoutedReply struct {
	MsgType              *uint32  `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	NetMessage           []byte   `protobuf:"bytes,2,opt,name=net_message,json=netMessage" json:"net_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgRoutedReply) Descriptor

func (*CGCToGCMsgRoutedReply) Descriptor() ([]byte, []int)

func (*CGCToGCMsgRoutedReply) GetMsgType

func (m *CGCToGCMsgRoutedReply) GetMsgType() uint32

func (*CGCToGCMsgRoutedReply) GetNetMessage

func (m *CGCToGCMsgRoutedReply) GetNetMessage() []byte

func (*CGCToGCMsgRoutedReply) ProtoMessage

func (*CGCToGCMsgRoutedReply) ProtoMessage()

func (*CGCToGCMsgRoutedReply) Reset

func (m *CGCToGCMsgRoutedReply) Reset()

func (*CGCToGCMsgRoutedReply) String

func (m *CGCToGCMsgRoutedReply) String() string

func (*CGCToGCMsgRoutedReply) XXX_DiscardUnknown

func (m *CGCToGCMsgRoutedReply) XXX_DiscardUnknown()

func (*CGCToGCMsgRoutedReply) XXX_Marshal

func (m *CGCToGCMsgRoutedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgRoutedReply) XXX_Merge

func (m *CGCToGCMsgRoutedReply) XXX_Merge(src proto.Message)

func (*CGCToGCMsgRoutedReply) XXX_Size

func (m *CGCToGCMsgRoutedReply) XXX_Size() int

func (*CGCToGCMsgRoutedReply) XXX_Unmarshal

func (m *CGCToGCMsgRoutedReply) XXX_Unmarshal(b []byte) error

type CGameServers_AggregationQuery_Request

type CGameServers_AggregationQuery_Request struct {
	Filter               *string  `protobuf:"bytes,1,opt,name=filter" json:"filter,omitempty"`
	GroupFields          []string `protobuf:"bytes,3,rep,name=group_fields,json=groupFields" json:"group_fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGameServers_AggregationQuery_Request) Descriptor

func (*CGameServers_AggregationQuery_Request) Descriptor() ([]byte, []int)

func (*CGameServers_AggregationQuery_Request) GetFilter

func (*CGameServers_AggregationQuery_Request) GetGroupFields

func (m *CGameServers_AggregationQuery_Request) GetGroupFields() []string

func (*CGameServers_AggregationQuery_Request) ProtoMessage

func (*CGameServers_AggregationQuery_Request) ProtoMessage()

func (*CGameServers_AggregationQuery_Request) Reset

func (*CGameServers_AggregationQuery_Request) String

func (*CGameServers_AggregationQuery_Request) XXX_DiscardUnknown

func (m *CGameServers_AggregationQuery_Request) XXX_DiscardUnknown()

func (*CGameServers_AggregationQuery_Request) XXX_Marshal

func (m *CGameServers_AggregationQuery_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGameServers_AggregationQuery_Request) XXX_Merge

func (*CGameServers_AggregationQuery_Request) XXX_Size

func (*CGameServers_AggregationQuery_Request) XXX_Unmarshal

func (m *CGameServers_AggregationQuery_Request) XXX_Unmarshal(b []byte) error

type CGameServers_AggregationQuery_Response

type CGameServers_AggregationQuery_Response struct {
	Groups               []*CGameServers_AggregationQuery_Response_Group `protobuf:"bytes,1,rep,name=groups" json:"groups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*CGameServers_AggregationQuery_Response) Descriptor

func (*CGameServers_AggregationQuery_Response) Descriptor() ([]byte, []int)

func (*CGameServers_AggregationQuery_Response) GetGroups

func (*CGameServers_AggregationQuery_Response) ProtoMessage

func (*CGameServers_AggregationQuery_Response) Reset

func (*CGameServers_AggregationQuery_Response) String

func (*CGameServers_AggregationQuery_Response) XXX_DiscardUnknown

func (m *CGameServers_AggregationQuery_Response) XXX_DiscardUnknown()

func (*CGameServers_AggregationQuery_Response) XXX_Marshal

func (m *CGameServers_AggregationQuery_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGameServers_AggregationQuery_Response) XXX_Merge

func (*CGameServers_AggregationQuery_Response) XXX_Size

func (*CGameServers_AggregationQuery_Response) XXX_Unmarshal

func (m *CGameServers_AggregationQuery_Response) XXX_Unmarshal(b []byte) error

type CGameServers_AggregationQuery_Response_Group

type CGameServers_AggregationQuery_Response_Group struct {
	GroupValues          []string `protobuf:"bytes,1,rep,name=group_values,json=groupValues" json:"group_values,omitempty"`
	ServersEmpty         *uint32  `protobuf:"varint,2,opt,name=servers_empty,json=serversEmpty" json:"servers_empty,omitempty"`
	ServersFull          *uint32  `protobuf:"varint,3,opt,name=servers_full,json=serversFull" json:"servers_full,omitempty"`
	ServersTotal         *uint32  `protobuf:"varint,4,opt,name=servers_total,json=serversTotal" json:"servers_total,omitempty"`
	PlayersHumans        *uint32  `protobuf:"varint,5,opt,name=players_humans,json=playersHumans" json:"players_humans,omitempty"`
	PlayersBots          *uint32  `protobuf:"varint,6,opt,name=players_bots,json=playersBots" json:"players_bots,omitempty"`
	PlayerCapacity       *uint32  `protobuf:"varint,7,opt,name=player_capacity,json=playerCapacity" json:"player_capacity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGameServers_AggregationQuery_Response_Group) Descriptor

func (*CGameServers_AggregationQuery_Response_Group) GetGroupValues

func (*CGameServers_AggregationQuery_Response_Group) GetPlayerCapacity

func (*CGameServers_AggregationQuery_Response_Group) GetPlayersBots

func (*CGameServers_AggregationQuery_Response_Group) GetPlayersHumans

func (*CGameServers_AggregationQuery_Response_Group) GetServersEmpty

func (*CGameServers_AggregationQuery_Response_Group) GetServersFull

func (*CGameServers_AggregationQuery_Response_Group) GetServersTotal

func (*CGameServers_AggregationQuery_Response_Group) ProtoMessage

func (*CGameServers_AggregationQuery_Response_Group) Reset

func (*CGameServers_AggregationQuery_Response_Group) String

func (*CGameServers_AggregationQuery_Response_Group) XXX_DiscardUnknown

func (m *CGameServers_AggregationQuery_Response_Group) XXX_DiscardUnknown()

func (*CGameServers_AggregationQuery_Response_Group) XXX_Marshal

func (m *CGameServers_AggregationQuery_Response_Group) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGameServers_AggregationQuery_Response_Group) XXX_Merge

func (*CGameServers_AggregationQuery_Response_Group) XXX_Size

func (*CGameServers_AggregationQuery_Response_Group) XXX_Unmarshal

type CHTMLHeader

type CHTMLHeader struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CHTMLHeader) Descriptor

func (*CHTMLHeader) Descriptor() ([]byte, []int)

func (*CHTMLHeader) GetKey

func (m *CHTMLHeader) GetKey() string

func (*CHTMLHeader) GetValue

func (m *CHTMLHeader) GetValue() string

func (*CHTMLHeader) ProtoMessage

func (*CHTMLHeader) ProtoMessage()

func (*CHTMLHeader) Reset

func (m *CHTMLHeader) Reset()

func (*CHTMLHeader) String

func (m *CHTMLHeader) String() string

type CHTMLPageSecurityInfo

type CHTMLPageSecurityInfo struct {
	BIsSecure        *bool   `protobuf:"varint,1,opt,name=bIsSecure,def=0" json:"bIsSecure,omitempty"`
	BHasCertError    *bool   `protobuf:"varint,2,opt,name=bHasCertError,def=0" json:"bHasCertError,omitempty"`
	IssuerName       *string `protobuf:"bytes,3,opt,name=issuerName" json:"issuerName,omitempty"`
	CertName         *string `protobuf:"bytes,4,opt,name=certName" json:"certName,omitempty"`
	CertExpiry       *int32  `protobuf:"varint,5,opt,name=certExpiry,def=0" json:"certExpiry,omitempty"`
	NCertBits        *int32  `protobuf:"varint,6,opt,name=nCertBits,def=0" json:"nCertBits,omitempty"`
	BIsEVCert        *bool   `protobuf:"varint,7,opt,name=bIsEVCert,def=0" json:"bIsEVCert,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CHTMLPageSecurityInfo) Descriptor

func (*CHTMLPageSecurityInfo) Descriptor() ([]byte, []int)

func (*CHTMLPageSecurityInfo) GetBHasCertError

func (m *CHTMLPageSecurityInfo) GetBHasCertError() bool

func (*CHTMLPageSecurityInfo) GetBIsEVCert

func (m *CHTMLPageSecurityInfo) GetBIsEVCert() bool

func (*CHTMLPageSecurityInfo) GetBIsSecure

func (m *CHTMLPageSecurityInfo) GetBIsSecure() bool

func (*CHTMLPageSecurityInfo) GetCertExpiry

func (m *CHTMLPageSecurityInfo) GetCertExpiry() int32

func (*CHTMLPageSecurityInfo) GetCertName

func (m *CHTMLPageSecurityInfo) GetCertName() string

func (*CHTMLPageSecurityInfo) GetIssuerName

func (m *CHTMLPageSecurityInfo) GetIssuerName() string

func (*CHTMLPageSecurityInfo) GetNCertBits

func (m *CHTMLPageSecurityInfo) GetNCertBits() int32

func (*CHTMLPageSecurityInfo) ProtoMessage

func (*CHTMLPageSecurityInfo) ProtoMessage()

func (*CHTMLPageSecurityInfo) Reset

func (m *CHTMLPageSecurityInfo) Reset()

func (*CHTMLPageSecurityInfo) String

func (m *CHTMLPageSecurityInfo) String() string

type CIPLocationInfo

type CIPLocationInfo struct {
	Ip                   *uint32  `protobuf:"varint,1,opt,name=ip" json:"ip,omitempty"`
	Latitude             *float32 `protobuf:"fixed32,2,opt,name=latitude" json:"latitude,omitempty"`
	Longitude            *float32 `protobuf:"fixed32,3,opt,name=longitude" json:"longitude,omitempty"`
	Country              *string  `protobuf:"bytes,4,opt,name=country" json:"country,omitempty"`
	State                *string  `protobuf:"bytes,5,opt,name=state" json:"state,omitempty"`
	City                 *string  `protobuf:"bytes,6,opt,name=city" json:"city,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CIPLocationInfo) Descriptor

func (*CIPLocationInfo) Descriptor() ([]byte, []int)

func (*CIPLocationInfo) GetCity

func (m *CIPLocationInfo) GetCity() string

func (*CIPLocationInfo) GetCountry

func (m *CIPLocationInfo) GetCountry() string

func (*CIPLocationInfo) GetIp

func (m *CIPLocationInfo) GetIp() uint32

func (*CIPLocationInfo) GetLatitude

func (m *CIPLocationInfo) GetLatitude() float32

func (*CIPLocationInfo) GetLongitude

func (m *CIPLocationInfo) GetLongitude() float32

func (*CIPLocationInfo) GetState

func (m *CIPLocationInfo) GetState() string

func (*CIPLocationInfo) ProtoMessage

func (*CIPLocationInfo) ProtoMessage()

func (*CIPLocationInfo) Reset

func (m *CIPLocationInfo) Reset()

func (*CIPLocationInfo) String

func (m *CIPLocationInfo) String() string

func (*CIPLocationInfo) XXX_DiscardUnknown

func (m *CIPLocationInfo) XXX_DiscardUnknown()

func (*CIPLocationInfo) XXX_Marshal

func (m *CIPLocationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CIPLocationInfo) XXX_Merge

func (m *CIPLocationInfo) XXX_Merge(src proto.Message)

func (*CIPLocationInfo) XXX_Size

func (m *CIPLocationInfo) XXX_Size() int

func (*CIPLocationInfo) XXX_Unmarshal

func (m *CIPLocationInfo) XXX_Unmarshal(b []byte) error

type CLC_Messages

type CLC_Messages int32
const (
	CLC_Messages_clc_ClientInfo         CLC_Messages = 8
	CLC_Messages_clc_Move               CLC_Messages = 9
	CLC_Messages_clc_VoiceData          CLC_Messages = 10
	CLC_Messages_clc_BaselineAck        CLC_Messages = 11
	CLC_Messages_clc_ListenEvents       CLC_Messages = 12
	CLC_Messages_clc_RespondCvarValue   CLC_Messages = 13
	CLC_Messages_clc_FileCRCCheck       CLC_Messages = 14
	CLC_Messages_clc_LoadingProgress    CLC_Messages = 15
	CLC_Messages_clc_SplitPlayerConnect CLC_Messages = 16
	CLC_Messages_clc_ClientMessage      CLC_Messages = 17
	CLC_Messages_clc_CmdKeyValues       CLC_Messages = 18
)

func (CLC_Messages) Enum

func (x CLC_Messages) Enum() *CLC_Messages

func (CLC_Messages) EnumDescriptor

func (CLC_Messages) EnumDescriptor() ([]byte, []int)

func (CLC_Messages) String

func (x CLC_Messages) String() string

func (*CLC_Messages) UnmarshalJSON

func (x *CLC_Messages) UnmarshalJSON(data []byte) error

type CMsgAMAddFreeLicense

type CMsgAMAddFreeLicense struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IpPublic             *uint32  `protobuf:"varint,2,opt,name=ip_public,json=ipPublic" json:"ip_public,omitempty"`
	Packageid            *uint32  `protobuf:"varint,3,opt,name=packageid" json:"packageid,omitempty"`
	StoreCountryCode     *string  `protobuf:"bytes,4,opt,name=store_country_code,json=storeCountryCode" json:"store_country_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMAddFreeLicense) Descriptor

func (*CMsgAMAddFreeLicense) Descriptor() ([]byte, []int)

func (*CMsgAMAddFreeLicense) GetIpPublic

func (m *CMsgAMAddFreeLicense) GetIpPublic() uint32

func (*CMsgAMAddFreeLicense) GetPackageid

func (m *CMsgAMAddFreeLicense) GetPackageid() uint32

func (*CMsgAMAddFreeLicense) GetSteamid

func (m *CMsgAMAddFreeLicense) GetSteamid() uint64

func (*CMsgAMAddFreeLicense) GetStoreCountryCode

func (m *CMsgAMAddFreeLicense) GetStoreCountryCode() string

func (*CMsgAMAddFreeLicense) ProtoMessage

func (*CMsgAMAddFreeLicense) ProtoMessage()

func (*CMsgAMAddFreeLicense) Reset

func (m *CMsgAMAddFreeLicense) Reset()

func (*CMsgAMAddFreeLicense) String

func (m *CMsgAMAddFreeLicense) String() string

func (*CMsgAMAddFreeLicense) XXX_DiscardUnknown

func (m *CMsgAMAddFreeLicense) XXX_DiscardUnknown()

func (*CMsgAMAddFreeLicense) XXX_Marshal

func (m *CMsgAMAddFreeLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMAddFreeLicense) XXX_Merge

func (m *CMsgAMAddFreeLicense) XXX_Merge(src proto.Message)

func (*CMsgAMAddFreeLicense) XXX_Size

func (m *CMsgAMAddFreeLicense) XXX_Size() int

func (*CMsgAMAddFreeLicense) XXX_Unmarshal

func (m *CMsgAMAddFreeLicense) XXX_Unmarshal(b []byte) error

type CMsgAMAddFreeLicenseResponse

type CMsgAMAddFreeLicenseResponse struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	PurchaseResultDetail *int32   `protobuf:"varint,2,opt,name=purchase_result_detail,json=purchaseResultDetail" json:"purchase_result_detail,omitempty"`
	Transid              *uint64  `protobuf:"fixed64,3,opt,name=transid" json:"transid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMAddFreeLicenseResponse) Descriptor

func (*CMsgAMAddFreeLicenseResponse) Descriptor() ([]byte, []int)

func (*CMsgAMAddFreeLicenseResponse) GetEresult

func (m *CMsgAMAddFreeLicenseResponse) GetEresult() int32

func (*CMsgAMAddFreeLicenseResponse) GetPurchaseResultDetail

func (m *CMsgAMAddFreeLicenseResponse) GetPurchaseResultDetail() int32

func (*CMsgAMAddFreeLicenseResponse) GetTransid

func (m *CMsgAMAddFreeLicenseResponse) GetTransid() uint64

func (*CMsgAMAddFreeLicenseResponse) ProtoMessage

func (*CMsgAMAddFreeLicenseResponse) ProtoMessage()

func (*CMsgAMAddFreeLicenseResponse) Reset

func (m *CMsgAMAddFreeLicenseResponse) Reset()

func (*CMsgAMAddFreeLicenseResponse) String

func (*CMsgAMAddFreeLicenseResponse) XXX_DiscardUnknown

func (m *CMsgAMAddFreeLicenseResponse) XXX_DiscardUnknown()

func (*CMsgAMAddFreeLicenseResponse) XXX_Marshal

func (m *CMsgAMAddFreeLicenseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMAddFreeLicenseResponse) XXX_Merge

func (m *CMsgAMAddFreeLicenseResponse) XXX_Merge(src proto.Message)

func (*CMsgAMAddFreeLicenseResponse) XXX_Size

func (m *CMsgAMAddFreeLicenseResponse) XXX_Size() int

func (*CMsgAMAddFreeLicenseResponse) XXX_Unmarshal

func (m *CMsgAMAddFreeLicenseResponse) XXX_Unmarshal(b []byte) error

type CMsgAMFindAccounts

type CMsgAMFindAccounts struct {
	SearchType           *uint32  `protobuf:"varint,1,opt,name=search_type,json=searchType" json:"search_type,omitempty"`
	SearchString         *string  `protobuf:"bytes,2,opt,name=search_string,json=searchString" json:"search_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMFindAccounts) Descriptor

func (*CMsgAMFindAccounts) Descriptor() ([]byte, []int)

func (*CMsgAMFindAccounts) GetSearchString

func (m *CMsgAMFindAccounts) GetSearchString() string

func (*CMsgAMFindAccounts) GetSearchType

func (m *CMsgAMFindAccounts) GetSearchType() uint32

func (*CMsgAMFindAccounts) ProtoMessage

func (*CMsgAMFindAccounts) ProtoMessage()

func (*CMsgAMFindAccounts) Reset

func (m *CMsgAMFindAccounts) Reset()

func (*CMsgAMFindAccounts) String

func (m *CMsgAMFindAccounts) String() string

func (*CMsgAMFindAccounts) XXX_DiscardUnknown

func (m *CMsgAMFindAccounts) XXX_DiscardUnknown()

func (*CMsgAMFindAccounts) XXX_Marshal

func (m *CMsgAMFindAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMFindAccounts) XXX_Merge

func (m *CMsgAMFindAccounts) XXX_Merge(src proto.Message)

func (*CMsgAMFindAccounts) XXX_Size

func (m *CMsgAMFindAccounts) XXX_Size() int

func (*CMsgAMFindAccounts) XXX_Unmarshal

func (m *CMsgAMFindAccounts) XXX_Unmarshal(b []byte) error

type CMsgAMFindAccountsResponse

type CMsgAMFindAccountsResponse struct {
	SteamId              []uint64 `protobuf:"fixed64,1,rep,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMFindAccountsResponse) Descriptor

func (*CMsgAMFindAccountsResponse) Descriptor() ([]byte, []int)

func (*CMsgAMFindAccountsResponse) GetSteamId

func (m *CMsgAMFindAccountsResponse) GetSteamId() []uint64

func (*CMsgAMFindAccountsResponse) ProtoMessage

func (*CMsgAMFindAccountsResponse) ProtoMessage()

func (*CMsgAMFindAccountsResponse) Reset

func (m *CMsgAMFindAccountsResponse) Reset()

func (*CMsgAMFindAccountsResponse) String

func (m *CMsgAMFindAccountsResponse) String() string

func (*CMsgAMFindAccountsResponse) XXX_DiscardUnknown

func (m *CMsgAMFindAccountsResponse) XXX_DiscardUnknown()

func (*CMsgAMFindAccountsResponse) XXX_Marshal

func (m *CMsgAMFindAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMFindAccountsResponse) XXX_Merge

func (m *CMsgAMFindAccountsResponse) XXX_Merge(src proto.Message)

func (*CMsgAMFindAccountsResponse) XXX_Size

func (m *CMsgAMFindAccountsResponse) XXX_Size() int

func (*CMsgAMFindAccountsResponse) XXX_Unmarshal

func (m *CMsgAMFindAccountsResponse) XXX_Unmarshal(b []byte) error

type CMsgAMGetLicenses

type CMsgAMGetLicenses struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetLicenses) Descriptor

func (*CMsgAMGetLicenses) Descriptor() ([]byte, []int)

func (*CMsgAMGetLicenses) GetSteamid

func (m *CMsgAMGetLicenses) GetSteamid() uint64

func (*CMsgAMGetLicenses) ProtoMessage

func (*CMsgAMGetLicenses) ProtoMessage()

func (*CMsgAMGetLicenses) Reset

func (m *CMsgAMGetLicenses) Reset()

func (*CMsgAMGetLicenses) String

func (m *CMsgAMGetLicenses) String() string

func (*CMsgAMGetLicenses) XXX_DiscardUnknown

func (m *CMsgAMGetLicenses) XXX_DiscardUnknown()

func (*CMsgAMGetLicenses) XXX_Marshal

func (m *CMsgAMGetLicenses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetLicenses) XXX_Merge

func (m *CMsgAMGetLicenses) XXX_Merge(src proto.Message)

func (*CMsgAMGetLicenses) XXX_Size

func (m *CMsgAMGetLicenses) XXX_Size() int

func (*CMsgAMGetLicenses) XXX_Unmarshal

func (m *CMsgAMGetLicenses) XXX_Unmarshal(b []byte) error

type CMsgAMGetLicensesResponse

type CMsgAMGetLicensesResponse struct {
	License              []*CMsgPackageLicense `protobuf:"bytes,1,rep,name=license" json:"license,omitempty"`
	Result               *uint32               `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CMsgAMGetLicensesResponse) Descriptor

func (*CMsgAMGetLicensesResponse) Descriptor() ([]byte, []int)

func (*CMsgAMGetLicensesResponse) GetLicense

func (m *CMsgAMGetLicensesResponse) GetLicense() []*CMsgPackageLicense

func (*CMsgAMGetLicensesResponse) GetResult

func (m *CMsgAMGetLicensesResponse) GetResult() uint32

func (*CMsgAMGetLicensesResponse) ProtoMessage

func (*CMsgAMGetLicensesResponse) ProtoMessage()

func (*CMsgAMGetLicensesResponse) Reset

func (m *CMsgAMGetLicensesResponse) Reset()

func (*CMsgAMGetLicensesResponse) String

func (m *CMsgAMGetLicensesResponse) String() string

func (*CMsgAMGetLicensesResponse) XXX_DiscardUnknown

func (m *CMsgAMGetLicensesResponse) XXX_DiscardUnknown()

func (*CMsgAMGetLicensesResponse) XXX_Marshal

func (m *CMsgAMGetLicensesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetLicensesResponse) XXX_Merge

func (m *CMsgAMGetLicensesResponse) XXX_Merge(src proto.Message)

func (*CMsgAMGetLicensesResponse) XXX_Size

func (m *CMsgAMGetLicensesResponse) XXX_Size() int

func (*CMsgAMGetLicensesResponse) XXX_Unmarshal

func (m *CMsgAMGetLicensesResponse) XXX_Unmarshal(b []byte) error

type CMsgAMGetUserGameStats

type CMsgAMGetUserGameStats struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	GameId               *uint64  `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
	Stats                []uint32 `protobuf:"varint,3,rep,name=stats" json:"stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStats) Descriptor

func (*CMsgAMGetUserGameStats) Descriptor() ([]byte, []int)

func (*CMsgAMGetUserGameStats) GetGameId

func (m *CMsgAMGetUserGameStats) GetGameId() uint64

func (*CMsgAMGetUserGameStats) GetStats

func (m *CMsgAMGetUserGameStats) GetStats() []uint32

func (*CMsgAMGetUserGameStats) GetSteamId

func (m *CMsgAMGetUserGameStats) GetSteamId() uint64

func (*CMsgAMGetUserGameStats) ProtoMessage

func (*CMsgAMGetUserGameStats) ProtoMessage()

func (*CMsgAMGetUserGameStats) Reset

func (m *CMsgAMGetUserGameStats) Reset()

func (*CMsgAMGetUserGameStats) String

func (m *CMsgAMGetUserGameStats) String() string

func (*CMsgAMGetUserGameStats) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStats) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStats) XXX_Marshal

func (m *CMsgAMGetUserGameStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetUserGameStats) XXX_Merge

func (m *CMsgAMGetUserGameStats) XXX_Merge(src proto.Message)

func (*CMsgAMGetUserGameStats) XXX_Size

func (m *CMsgAMGetUserGameStats) XXX_Size() int

func (*CMsgAMGetUserGameStats) XXX_Unmarshal

func (m *CMsgAMGetUserGameStats) XXX_Unmarshal(b []byte) error

type CMsgAMGetUserGameStatsResponse

type CMsgAMGetUserGameStatsResponse struct {
	SteamId              *uint64                                              `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	GameId               *uint64                                              `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
	Eresult              *int32                                               `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Stats                []*CMsgAMGetUserGameStatsResponse_Stats              `protobuf:"bytes,4,rep,name=stats" json:"stats,omitempty"`
	AchievementBlocks    []*CMsgAMGetUserGameStatsResponse_Achievement_Blocks `protobuf:"bytes,5,rep,name=achievement_blocks,json=achievementBlocks" json:"achievement_blocks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse) Descriptor

func (*CMsgAMGetUserGameStatsResponse) Descriptor() ([]byte, []int)

func (*CMsgAMGetUserGameStatsResponse) GetAchievementBlocks

func (*CMsgAMGetUserGameStatsResponse) GetEresult

func (m *CMsgAMGetUserGameStatsResponse) GetEresult() int32

func (*CMsgAMGetUserGameStatsResponse) GetGameId

func (m *CMsgAMGetUserGameStatsResponse) GetGameId() uint64

func (*CMsgAMGetUserGameStatsResponse) GetStats

func (*CMsgAMGetUserGameStatsResponse) GetSteamId

func (m *CMsgAMGetUserGameStatsResponse) GetSteamId() uint64

func (*CMsgAMGetUserGameStatsResponse) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse) ProtoMessage()

func (*CMsgAMGetUserGameStatsResponse) Reset

func (m *CMsgAMGetUserGameStatsResponse) Reset()

func (*CMsgAMGetUserGameStatsResponse) String

func (*CMsgAMGetUserGameStatsResponse) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse) XXX_Marshal

func (m *CMsgAMGetUserGameStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetUserGameStatsResponse) XXX_Merge

func (m *CMsgAMGetUserGameStatsResponse) XXX_Merge(src proto.Message)

func (*CMsgAMGetUserGameStatsResponse) XXX_Size

func (m *CMsgAMGetUserGameStatsResponse) XXX_Size() int

func (*CMsgAMGetUserGameStatsResponse) XXX_Unmarshal

func (m *CMsgAMGetUserGameStatsResponse) XXX_Unmarshal(b []byte) error

type CMsgAMGetUserGameStatsResponse_Achievement_Blocks

type CMsgAMGetUserGameStatsResponse_Achievement_Blocks struct {
	AchievementId        *uint32  `protobuf:"varint,1,opt,name=achievement_id,json=achievementId" json:"achievement_id,omitempty"`
	AchievementBitId     *uint32  `protobuf:"varint,2,opt,name=achievement_bit_id,json=achievementBitId" json:"achievement_bit_id,omitempty"`
	UnlockTime           *uint32  `protobuf:"fixed32,3,opt,name=unlock_time,json=unlockTime" json:"unlock_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) Descriptor

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetAchievementBitId

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetAchievementId

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetUnlockTime

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) Reset

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) String

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Marshal

func (m *CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Merge

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Size

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Unmarshal

type CMsgAMGetUserGameStatsResponse_Stats

type CMsgAMGetUserGameStatsResponse_Stats struct {
	StatId               *uint32  `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
	StatValue            *uint32  `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse_Stats) Descriptor

func (*CMsgAMGetUserGameStatsResponse_Stats) Descriptor() ([]byte, []int)

func (*CMsgAMGetUserGameStatsResponse_Stats) GetStatId

func (*CMsgAMGetUserGameStatsResponse_Stats) GetStatValue

func (m *CMsgAMGetUserGameStatsResponse_Stats) GetStatValue() uint32

func (*CMsgAMGetUserGameStatsResponse_Stats) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse_Stats) ProtoMessage()

func (*CMsgAMGetUserGameStatsResponse_Stats) Reset

func (*CMsgAMGetUserGameStatsResponse_Stats) String

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse_Stats) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Marshal

func (m *CMsgAMGetUserGameStatsResponse_Stats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Merge

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Size

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Unmarshal

func (m *CMsgAMGetUserGameStatsResponse_Stats) XXX_Unmarshal(b []byte) error

type CMsgAMGrantGuestPasses2

type CMsgAMGrantGuestPasses2 struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	PackageId            *uint32  `protobuf:"varint,2,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
	PassesToGrant        *int32   `protobuf:"varint,3,opt,name=passes_to_grant,json=passesToGrant" json:"passes_to_grant,omitempty"`
	DaysToExpiration     *int32   `protobuf:"varint,4,opt,name=days_to_expiration,json=daysToExpiration" json:"days_to_expiration,omitempty"`
	Action               *int32   `protobuf:"varint,5,opt,name=action" json:"action,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGrantGuestPasses2) Descriptor

func (*CMsgAMGrantGuestPasses2) Descriptor() ([]byte, []int)

func (*CMsgAMGrantGuestPasses2) GetAction

func (m *CMsgAMGrantGuestPasses2) GetAction() int32

func (*CMsgAMGrantGuestPasses2) GetDaysToExpiration

func (m *CMsgAMGrantGuestPasses2) GetDaysToExpiration() int32

func (*CMsgAMGrantGuestPasses2) GetPackageId

func (m *CMsgAMGrantGuestPasses2) GetPackageId() uint32

func (*CMsgAMGrantGuestPasses2) GetPassesToGrant

func (m *CMsgAMGrantGuestPasses2) GetPassesToGrant() int32

func (*CMsgAMGrantGuestPasses2) GetSteamId

func (m *CMsgAMGrantGuestPasses2) GetSteamId() uint64

func (*CMsgAMGrantGuestPasses2) ProtoMessage

func (*CMsgAMGrantGuestPasses2) ProtoMessage()

func (*CMsgAMGrantGuestPasses2) Reset

func (m *CMsgAMGrantGuestPasses2) Reset()

func (*CMsgAMGrantGuestPasses2) String

func (m *CMsgAMGrantGuestPasses2) String() string

func (*CMsgAMGrantGuestPasses2) XXX_DiscardUnknown

func (m *CMsgAMGrantGuestPasses2) XXX_DiscardUnknown()

func (*CMsgAMGrantGuestPasses2) XXX_Marshal

func (m *CMsgAMGrantGuestPasses2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGrantGuestPasses2) XXX_Merge

func (m *CMsgAMGrantGuestPasses2) XXX_Merge(src proto.Message)

func (*CMsgAMGrantGuestPasses2) XXX_Size

func (m *CMsgAMGrantGuestPasses2) XXX_Size() int

func (*CMsgAMGrantGuestPasses2) XXX_Unmarshal

func (m *CMsgAMGrantGuestPasses2) XXX_Unmarshal(b []byte) error

type CMsgAMGrantGuestPasses2Response

type CMsgAMGrantGuestPasses2Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	PassesGranted        *int32   `protobuf:"varint,2,opt,name=passes_granted,json=passesGranted,def=0" json:"passes_granted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGrantGuestPasses2Response) Descriptor

func (*CMsgAMGrantGuestPasses2Response) Descriptor() ([]byte, []int)

func (*CMsgAMGrantGuestPasses2Response) GetEresult

func (m *CMsgAMGrantGuestPasses2Response) GetEresult() int32

func (*CMsgAMGrantGuestPasses2Response) GetPassesGranted

func (m *CMsgAMGrantGuestPasses2Response) GetPassesGranted() int32

func (*CMsgAMGrantGuestPasses2Response) ProtoMessage

func (*CMsgAMGrantGuestPasses2Response) ProtoMessage()

func (*CMsgAMGrantGuestPasses2Response) Reset

func (*CMsgAMGrantGuestPasses2Response) String

func (*CMsgAMGrantGuestPasses2Response) XXX_DiscardUnknown

func (m *CMsgAMGrantGuestPasses2Response) XXX_DiscardUnknown()

func (*CMsgAMGrantGuestPasses2Response) XXX_Marshal

func (m *CMsgAMGrantGuestPasses2Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMGrantGuestPasses2Response) XXX_Merge

func (m *CMsgAMGrantGuestPasses2Response) XXX_Merge(src proto.Message)

func (*CMsgAMGrantGuestPasses2Response) XXX_Size

func (m *CMsgAMGrantGuestPasses2Response) XXX_Size() int

func (*CMsgAMGrantGuestPasses2Response) XXX_Unmarshal

func (m *CMsgAMGrantGuestPasses2Response) XXX_Unmarshal(b []byte) error

type CMsgAMSendEmail

type CMsgAMSendEmail struct {
	Steamid              *uint64                                        `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	EmailMsgType         *uint32                                        `protobuf:"varint,2,opt,name=email_msg_type,json=emailMsgType" json:"email_msg_type,omitempty"`
	EmailFormat          *uint32                                        `protobuf:"varint,3,opt,name=email_format,json=emailFormat" json:"email_format,omitempty"`
	PersonaNameTokens    []*CMsgAMSendEmail_PersonaNameReplacementToken `protobuf:"bytes,5,rep,name=persona_name_tokens,json=personaNameTokens" json:"persona_name_tokens,omitempty"`
	SourceGc             *uint32                                        `protobuf:"varint,6,opt,name=source_gc,json=sourceGc" json:"source_gc,omitempty"`
	Tokens               []*CMsgAMSendEmail_ReplacementToken            `protobuf:"bytes,7,rep,name=tokens" json:"tokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*CMsgAMSendEmail) Descriptor

func (*CMsgAMSendEmail) Descriptor() ([]byte, []int)

func (*CMsgAMSendEmail) GetEmailFormat

func (m *CMsgAMSendEmail) GetEmailFormat() uint32

func (*CMsgAMSendEmail) GetEmailMsgType

func (m *CMsgAMSendEmail) GetEmailMsgType() uint32

func (*CMsgAMSendEmail) GetPersonaNameTokens

func (m *CMsgAMSendEmail) GetPersonaNameTokens() []*CMsgAMSendEmail_PersonaNameReplacementToken

func (*CMsgAMSendEmail) GetSourceGc

func (m *CMsgAMSendEmail) GetSourceGc() uint32

func (*CMsgAMSendEmail) GetSteamid

func (m *CMsgAMSendEmail) GetSteamid() uint64

func (*CMsgAMSendEmail) GetTokens

func (*CMsgAMSendEmail) ProtoMessage

func (*CMsgAMSendEmail) ProtoMessage()

func (*CMsgAMSendEmail) Reset

func (m *CMsgAMSendEmail) Reset()

func (*CMsgAMSendEmail) String

func (m *CMsgAMSendEmail) String() string

func (*CMsgAMSendEmail) XXX_DiscardUnknown

func (m *CMsgAMSendEmail) XXX_DiscardUnknown()

func (*CMsgAMSendEmail) XXX_Marshal

func (m *CMsgAMSendEmail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMSendEmail) XXX_Merge

func (m *CMsgAMSendEmail) XXX_Merge(src proto.Message)

func (*CMsgAMSendEmail) XXX_Size

func (m *CMsgAMSendEmail) XXX_Size() int

func (*CMsgAMSendEmail) XXX_Unmarshal

func (m *CMsgAMSendEmail) XXX_Unmarshal(b []byte) error

type CMsgAMSendEmailResponse

type CMsgAMSendEmailResponse struct {
	Eresult              *uint32  `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMSendEmailResponse) Descriptor

func (*CMsgAMSendEmailResponse) Descriptor() ([]byte, []int)

func (*CMsgAMSendEmailResponse) GetEresult

func (m *CMsgAMSendEmailResponse) GetEresult() uint32

func (*CMsgAMSendEmailResponse) ProtoMessage

func (*CMsgAMSendEmailResponse) ProtoMessage()

func (*CMsgAMSendEmailResponse) Reset

func (m *CMsgAMSendEmailResponse) Reset()

func (*CMsgAMSendEmailResponse) String

func (m *CMsgAMSendEmailResponse) String() string

func (*CMsgAMSendEmailResponse) XXX_DiscardUnknown

func (m *CMsgAMSendEmailResponse) XXX_DiscardUnknown()

func (*CMsgAMSendEmailResponse) XXX_Marshal

func (m *CMsgAMSendEmailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMSendEmailResponse) XXX_Merge

func (m *CMsgAMSendEmailResponse) XXX_Merge(src proto.Message)

func (*CMsgAMSendEmailResponse) XXX_Size

func (m *CMsgAMSendEmailResponse) XXX_Size() int

func (*CMsgAMSendEmailResponse) XXX_Unmarshal

func (m *CMsgAMSendEmailResponse) XXX_Unmarshal(b []byte) error

type CMsgAMSendEmail_PersonaNameReplacementToken

type CMsgAMSendEmail_PersonaNameReplacementToken struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	TokenName            *string  `protobuf:"bytes,2,opt,name=token_name,json=tokenName" json:"token_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMSendEmail_PersonaNameReplacementToken) Descriptor

func (*CMsgAMSendEmail_PersonaNameReplacementToken) GetSteamid

func (*CMsgAMSendEmail_PersonaNameReplacementToken) GetTokenName

func (*CMsgAMSendEmail_PersonaNameReplacementToken) ProtoMessage

func (*CMsgAMSendEmail_PersonaNameReplacementToken) Reset

func (*CMsgAMSendEmail_PersonaNameReplacementToken) String

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_DiscardUnknown

func (m *CMsgAMSendEmail_PersonaNameReplacementToken) XXX_DiscardUnknown()

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Marshal

func (m *CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Merge

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Size

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Unmarshal

type CMsgAMSendEmail_ReplacementToken

type CMsgAMSendEmail_ReplacementToken struct {
	TokenName            *string  `protobuf:"bytes,1,opt,name=token_name,json=tokenName" json:"token_name,omitempty"`
	TokenValue           *string  `protobuf:"bytes,2,opt,name=token_value,json=tokenValue" json:"token_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMSendEmail_ReplacementToken) Descriptor

func (*CMsgAMSendEmail_ReplacementToken) Descriptor() ([]byte, []int)

func (*CMsgAMSendEmail_ReplacementToken) GetTokenName

func (m *CMsgAMSendEmail_ReplacementToken) GetTokenName() string

func (*CMsgAMSendEmail_ReplacementToken) GetTokenValue

func (m *CMsgAMSendEmail_ReplacementToken) GetTokenValue() string

func (*CMsgAMSendEmail_ReplacementToken) ProtoMessage

func (*CMsgAMSendEmail_ReplacementToken) ProtoMessage()

func (*CMsgAMSendEmail_ReplacementToken) Reset

func (*CMsgAMSendEmail_ReplacementToken) String

func (*CMsgAMSendEmail_ReplacementToken) XXX_DiscardUnknown

func (m *CMsgAMSendEmail_ReplacementToken) XXX_DiscardUnknown()

func (*CMsgAMSendEmail_ReplacementToken) XXX_Marshal

func (m *CMsgAMSendEmail_ReplacementToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAMSendEmail_ReplacementToken) XXX_Merge

func (*CMsgAMSendEmail_ReplacementToken) XXX_Size

func (m *CMsgAMSendEmail_ReplacementToken) XXX_Size() int

func (*CMsgAMSendEmail_ReplacementToken) XXX_Unmarshal

func (m *CMsgAMSendEmail_ReplacementToken) XXX_Unmarshal(b []byte) error

type CMsgAccountDetails

type CMsgAccountDetails struct {
	Valid                      *bool    `protobuf:"varint,1,opt,name=valid" json:"valid,omitempty"`
	AccountName                *string  `protobuf:"bytes,2,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	PublicProfile              *bool    `protobuf:"varint,4,opt,name=public_profile,json=publicProfile" json:"public_profile,omitempty"`
	PublicInventory            *bool    `protobuf:"varint,5,opt,name=public_inventory,json=publicInventory" json:"public_inventory,omitempty"`
	VacBanned                  *bool    `protobuf:"varint,6,opt,name=vac_banned,json=vacBanned" json:"vac_banned,omitempty"`
	CyberCafe                  *bool    `protobuf:"varint,7,opt,name=cyber_cafe,json=cyberCafe" json:"cyber_cafe,omitempty"`
	SchoolAccount              *bool    `protobuf:"varint,8,opt,name=school_account,json=schoolAccount" json:"school_account,omitempty"`
	FreeTrialAccount           *bool    `protobuf:"varint,9,opt,name=free_trial_account,json=freeTrialAccount" json:"free_trial_account,omitempty"`
	Subscribed                 *bool    `protobuf:"varint,10,opt,name=subscribed" json:"subscribed,omitempty"`
	LowViolence                *bool    `protobuf:"varint,11,opt,name=low_violence,json=lowViolence" json:"low_violence,omitempty"`
	Limited                    *bool    `protobuf:"varint,12,opt,name=limited" json:"limited,omitempty"`
	Trusted                    *bool    `protobuf:"varint,13,opt,name=trusted" json:"trusted,omitempty"`
	Package                    *uint32  `protobuf:"varint,14,opt,name=package" json:"package,omitempty"`
	TimeCached                 *uint32  `protobuf:"fixed32,15,opt,name=time_cached,json=timeCached" json:"time_cached,omitempty"`
	AccountLocked              *bool    `protobuf:"varint,16,opt,name=account_locked,json=accountLocked" json:"account_locked,omitempty"`
	CommunityBanned            *bool    `protobuf:"varint,17,opt,name=community_banned,json=communityBanned" json:"community_banned,omitempty"`
	TradeBanned                *bool    `protobuf:"varint,18,opt,name=trade_banned,json=tradeBanned" json:"trade_banned,omitempty"`
	EligibleForCommunityMarket *bool    `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*CMsgAccountDetails) Descriptor

func (*CMsgAccountDetails) Descriptor() ([]byte, []int)

func (*CMsgAccountDetails) GetAccountLocked

func (m *CMsgAccountDetails) GetAccountLocked() bool

func (*CMsgAccountDetails) GetAccountName

func (m *CMsgAccountDetails) GetAccountName() string

func (*CMsgAccountDetails) GetCommunityBanned

func (m *CMsgAccountDetails) GetCommunityBanned() bool

func (*CMsgAccountDetails) GetCyberCafe

func (m *CMsgAccountDetails) GetCyberCafe() bool

func (*CMsgAccountDetails) GetEligibleForCommunityMarket

func (m *CMsgAccountDetails) GetEligibleForCommunityMarket() bool

func (*CMsgAccountDetails) GetFreeTrialAccount

func (m *CMsgAccountDetails) GetFreeTrialAccount() bool

func (*CMsgAccountDetails) GetLimited

func (m *CMsgAccountDetails) GetLimited() bool

func (*CMsgAccountDetails) GetLowViolence

func (m *CMsgAccountDetails) GetLowViolence() bool

func (*CMsgAccountDetails) GetPackage

func (m *CMsgAccountDetails) GetPackage() uint32

func (*CMsgAccountDetails) GetPublicInventory

func (m *CMsgAccountDetails) GetPublicInventory() bool

func (*CMsgAccountDetails) GetPublicProfile

func (m *CMsgAccountDetails) GetPublicProfile() bool

func (*CMsgAccountDetails) GetSchoolAccount

func (m *CMsgAccountDetails) GetSchoolAccount() bool

func (*CMsgAccountDetails) GetSubscribed

func (m *CMsgAccountDetails) GetSubscribed() bool

func (*CMsgAccountDetails) GetTimeCached

func (m *CMsgAccountDetails) GetTimeCached() uint32

func (*CMsgAccountDetails) GetTradeBanned

func (m *CMsgAccountDetails) GetTradeBanned() bool

func (*CMsgAccountDetails) GetTrusted

func (m *CMsgAccountDetails) GetTrusted() bool

func (*CMsgAccountDetails) GetVacBanned

func (m *CMsgAccountDetails) GetVacBanned() bool

func (*CMsgAccountDetails) GetValid

func (m *CMsgAccountDetails) GetValid() bool

func (*CMsgAccountDetails) ProtoMessage

func (*CMsgAccountDetails) ProtoMessage()

func (*CMsgAccountDetails) Reset

func (m *CMsgAccountDetails) Reset()

func (*CMsgAccountDetails) String

func (m *CMsgAccountDetails) String() string

func (*CMsgAccountDetails) XXX_DiscardUnknown

func (m *CMsgAccountDetails) XXX_DiscardUnknown()

func (*CMsgAccountDetails) XXX_Marshal

func (m *CMsgAccountDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAccountDetails) XXX_Merge

func (m *CMsgAccountDetails) XXX_Merge(src proto.Message)

func (*CMsgAccountDetails) XXX_Size

func (m *CMsgAccountDetails) XXX_Size() int

func (*CMsgAccountDetails) XXX_Unmarshal

func (m *CMsgAccountDetails) XXX_Unmarshal(b []byte) error

type CMsgAddHeader

type CMsgAddHeader struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Key              *string `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgAddHeader) Descriptor

func (*CMsgAddHeader) Descriptor() ([]byte, []int)

func (*CMsgAddHeader) GetBrowserHandle

func (m *CMsgAddHeader) GetBrowserHandle() uint32

func (*CMsgAddHeader) GetKey

func (m *CMsgAddHeader) GetKey() string

func (*CMsgAddHeader) GetValue

func (m *CMsgAddHeader) GetValue() string

func (*CMsgAddHeader) ProtoMessage

func (*CMsgAddHeader) ProtoMessage()

func (*CMsgAddHeader) Reset

func (m *CMsgAddHeader) Reset()

func (*CMsgAddHeader) String

func (m *CMsgAddHeader) String() string

type CMsgAdjustItemEquippedState

type CMsgAdjustItemEquippedState struct {
	ItemId           *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
	NewClass         *uint32 `protobuf:"varint,2,opt,name=new_class" json:"new_class,omitempty"`
	NewSlot          *uint32 `protobuf:"varint,3,opt,name=new_slot" json:"new_slot,omitempty"`
	Swap             *bool   `protobuf:"varint,4,opt,name=swap" json:"swap,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgAdjustItemEquippedState) Descriptor

func (*CMsgAdjustItemEquippedState) Descriptor() ([]byte, []int)

func (*CMsgAdjustItemEquippedState) GetItemId

func (m *CMsgAdjustItemEquippedState) GetItemId() uint64

func (*CMsgAdjustItemEquippedState) GetNewClass

func (m *CMsgAdjustItemEquippedState) GetNewClass() uint32

func (*CMsgAdjustItemEquippedState) GetNewSlot

func (m *CMsgAdjustItemEquippedState) GetNewSlot() uint32

func (*CMsgAdjustItemEquippedState) GetSwap

func (m *CMsgAdjustItemEquippedState) GetSwap() bool

func (*CMsgAdjustItemEquippedState) ProtoMessage

func (*CMsgAdjustItemEquippedState) ProtoMessage()

func (*CMsgAdjustItemEquippedState) Reset

func (m *CMsgAdjustItemEquippedState) Reset()

func (*CMsgAdjustItemEquippedState) String

func (m *CMsgAdjustItemEquippedState) String() string

type CMsgApplyAutograph

type CMsgApplyAutograph struct {
	AutographItemId  *uint64 `protobuf:"varint,1,opt,name=autograph_item_id" json:"autograph_item_id,omitempty"`
	ItemItemId       *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgApplyAutograph) Descriptor

func (*CMsgApplyAutograph) Descriptor() ([]byte, []int)

func (*CMsgApplyAutograph) GetAutographItemId

func (m *CMsgApplyAutograph) GetAutographItemId() uint64

func (*CMsgApplyAutograph) GetItemItemId

func (m *CMsgApplyAutograph) GetItemItemId() uint64

func (*CMsgApplyAutograph) ProtoMessage

func (*CMsgApplyAutograph) ProtoMessage()

func (*CMsgApplyAutograph) Reset

func (m *CMsgApplyAutograph) Reset()

func (*CMsgApplyAutograph) String

func (m *CMsgApplyAutograph) String() string

type CMsgApplyEggEssence

type CMsgApplyEggEssence struct {
	EssenceItemId    *uint64 `protobuf:"varint,1,opt,name=essence_item_id" json:"essence_item_id,omitempty"`
	EggItemId        *uint64 `protobuf:"varint,2,opt,name=egg_item_id" json:"egg_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgApplyEggEssence) Descriptor

func (*CMsgApplyEggEssence) Descriptor() ([]byte, []int)

func (*CMsgApplyEggEssence) GetEggItemId

func (m *CMsgApplyEggEssence) GetEggItemId() uint64

func (*CMsgApplyEggEssence) GetEssenceItemId

func (m *CMsgApplyEggEssence) GetEssenceItemId() uint64

func (*CMsgApplyEggEssence) ProtoMessage

func (*CMsgApplyEggEssence) ProtoMessage()

func (*CMsgApplyEggEssence) Reset

func (m *CMsgApplyEggEssence) Reset()

func (*CMsgApplyEggEssence) String

func (m *CMsgApplyEggEssence) String() string

type CMsgApplyPennantUpgrade

type CMsgApplyPennantUpgrade struct {
	UpgradeItemId    *uint64 `protobuf:"varint,1,opt,name=upgrade_item_id" json:"upgrade_item_id,omitempty"`
	PennantItemId    *uint64 `protobuf:"varint,2,opt,name=pennant_item_id" json:"pennant_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgApplyPennantUpgrade) Descriptor

func (*CMsgApplyPennantUpgrade) Descriptor() ([]byte, []int)

func (*CMsgApplyPennantUpgrade) GetPennantItemId

func (m *CMsgApplyPennantUpgrade) GetPennantItemId() uint64

func (*CMsgApplyPennantUpgrade) GetUpgradeItemId

func (m *CMsgApplyPennantUpgrade) GetUpgradeItemId() uint64

func (*CMsgApplyPennantUpgrade) ProtoMessage

func (*CMsgApplyPennantUpgrade) ProtoMessage()

func (*CMsgApplyPennantUpgrade) Reset

func (m *CMsgApplyPennantUpgrade) Reset()

func (*CMsgApplyPennantUpgrade) String

func (m *CMsgApplyPennantUpgrade) String() string

type CMsgApplyStatTrakSwap

type CMsgApplyStatTrakSwap struct {
	ToolItemId       *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"`
	Item_1ItemId     *uint64 `protobuf:"varint,2,opt,name=item_1_item_id" json:"item_1_item_id,omitempty"`
	Item_2ItemId     *uint64 `protobuf:"varint,3,opt,name=item_2_item_id" json:"item_2_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgApplyStatTrakSwap) Descriptor

func (*CMsgApplyStatTrakSwap) Descriptor() ([]byte, []int)

func (*CMsgApplyStatTrakSwap) GetItem_1ItemId

func (m *CMsgApplyStatTrakSwap) GetItem_1ItemId() uint64

func (*CMsgApplyStatTrakSwap) GetItem_2ItemId

func (m *CMsgApplyStatTrakSwap) GetItem_2ItemId() uint64

func (*CMsgApplyStatTrakSwap) GetToolItemId

func (m *CMsgApplyStatTrakSwap) GetToolItemId() uint64

func (*CMsgApplyStatTrakSwap) ProtoMessage

func (*CMsgApplyStatTrakSwap) ProtoMessage()

func (*CMsgApplyStatTrakSwap) Reset

func (m *CMsgApplyStatTrakSwap) Reset()

func (*CMsgApplyStatTrakSwap) String

func (m *CMsgApplyStatTrakSwap) String() string

type CMsgApplySticker

type CMsgApplySticker struct {
	StickerItemId    *uint64 `protobuf:"varint,1,opt,name=sticker_item_id" json:"sticker_item_id,omitempty"`
	ItemItemId       *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
	StickerSlot      *uint32 `protobuf:"varint,3,opt,name=sticker_slot" json:"sticker_slot,omitempty"`
	BaseitemDefidx   *uint32 `protobuf:"varint,4,opt,name=baseitem_defidx" json:"baseitem_defidx,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgApplySticker) Descriptor

func (*CMsgApplySticker) Descriptor() ([]byte, []int)

func (*CMsgApplySticker) GetBaseitemDefidx

func (m *CMsgApplySticker) GetBaseitemDefidx() uint32

func (*CMsgApplySticker) GetItemItemId

func (m *CMsgApplySticker) GetItemItemId() uint64

func (*CMsgApplySticker) GetStickerItemId

func (m *CMsgApplySticker) GetStickerItemId() uint64

func (*CMsgApplySticker) GetStickerSlot

func (m *CMsgApplySticker) GetStickerSlot() uint32

func (*CMsgApplySticker) ProtoMessage

func (*CMsgApplySticker) ProtoMessage()

func (*CMsgApplySticker) Reset

func (m *CMsgApplySticker) Reset()

func (*CMsgApplySticker) String

func (m *CMsgApplySticker) String() string

type CMsgApplyStrangePart

type CMsgApplyStrangePart struct {
	StrangePartItemId *uint64 `protobuf:"varint,1,opt,name=strange_part_item_id" json:"strange_part_item_id,omitempty"`
	ItemItemId        *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgApplyStrangePart) Descriptor

func (*CMsgApplyStrangePart) Descriptor() ([]byte, []int)

func (*CMsgApplyStrangePart) GetItemItemId

func (m *CMsgApplyStrangePart) GetItemItemId() uint64

func (*CMsgApplyStrangePart) GetStrangePartItemId

func (m *CMsgApplyStrangePart) GetStrangePartItemId() uint64

func (*CMsgApplyStrangePart) ProtoMessage

func (*CMsgApplyStrangePart) ProtoMessage()

func (*CMsgApplyStrangePart) Reset

func (m *CMsgApplyStrangePart) Reset()

func (*CMsgApplyStrangePart) String

func (m *CMsgApplyStrangePart) String() string

type CMsgBrowserCreate

type CMsgBrowserCreate struct {
	RequestId        *uint32 `protobuf:"varint,1,opt,name=request_id" json:"request_id,omitempty"`
	Popup            *bool   `protobuf:"varint,2,opt,name=popup,def=0" json:"popup,omitempty"`
	Useragent        *string `protobuf:"bytes,3,opt,name=useragent" json:"useragent,omitempty"`
	WebkitScrollbars *bool   `protobuf:"varint,4,opt,name=webkit_scrollbars,def=0" json:"webkit_scrollbars,omitempty"`
	UserCss          *string `protobuf:"bytes,5,opt,name=user_css" json:"user_css,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserCreate) Descriptor

func (*CMsgBrowserCreate) Descriptor() ([]byte, []int)

func (*CMsgBrowserCreate) GetPopup

func (m *CMsgBrowserCreate) GetPopup() bool

func (*CMsgBrowserCreate) GetRequestId

func (m *CMsgBrowserCreate) GetRequestId() uint32

func (*CMsgBrowserCreate) GetUserCss

func (m *CMsgBrowserCreate) GetUserCss() string

func (*CMsgBrowserCreate) GetUseragent

func (m *CMsgBrowserCreate) GetUseragent() string

func (*CMsgBrowserCreate) GetWebkitScrollbars

func (m *CMsgBrowserCreate) GetWebkitScrollbars() bool

func (*CMsgBrowserCreate) ProtoMessage

func (*CMsgBrowserCreate) ProtoMessage()

func (*CMsgBrowserCreate) Reset

func (m *CMsgBrowserCreate) Reset()

func (*CMsgBrowserCreate) String

func (m *CMsgBrowserCreate) String() string

type CMsgBrowserCreateResponse

type CMsgBrowserCreateResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	RequestId        *uint32 `protobuf:"varint,2,opt,name=request_id" json:"request_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserCreateResponse) Descriptor

func (*CMsgBrowserCreateResponse) Descriptor() ([]byte, []int)

func (*CMsgBrowserCreateResponse) GetBrowserHandle

func (m *CMsgBrowserCreateResponse) GetBrowserHandle() uint32

func (*CMsgBrowserCreateResponse) GetRequestId

func (m *CMsgBrowserCreateResponse) GetRequestId() uint32

func (*CMsgBrowserCreateResponse) ProtoMessage

func (*CMsgBrowserCreateResponse) ProtoMessage()

func (*CMsgBrowserCreateResponse) Reset

func (m *CMsgBrowserCreateResponse) Reset()

func (*CMsgBrowserCreateResponse) String

func (m *CMsgBrowserCreateResponse) String() string

type CMsgBrowserErrorStrings

type CMsgBrowserErrorStrings struct {
	BrowserHandle     *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Title             *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Header            *string `protobuf:"bytes,3,opt,name=header" json:"header,omitempty"`
	CacheMiss         *string `protobuf:"bytes,4,opt,name=cache_miss" json:"cache_miss,omitempty"`
	BadUrl            *string `protobuf:"bytes,5,opt,name=bad_url" json:"bad_url,omitempty"`
	ConnectionProblem *string `protobuf:"bytes,6,opt,name=connection_problem" json:"connection_problem,omitempty"`
	ProxyProblem      *string `protobuf:"bytes,7,opt,name=proxy_problem" json:"proxy_problem,omitempty"`
	Unknown           *string `protobuf:"bytes,8,opt,name=unknown" json:"unknown,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgBrowserErrorStrings) Descriptor

func (*CMsgBrowserErrorStrings) Descriptor() ([]byte, []int)

func (*CMsgBrowserErrorStrings) GetBadUrl

func (m *CMsgBrowserErrorStrings) GetBadUrl() string

func (*CMsgBrowserErrorStrings) GetBrowserHandle

func (m *CMsgBrowserErrorStrings) GetBrowserHandle() uint32

func (*CMsgBrowserErrorStrings) GetCacheMiss

func (m *CMsgBrowserErrorStrings) GetCacheMiss() string

func (*CMsgBrowserErrorStrings) GetConnectionProblem

func (m *CMsgBrowserErrorStrings) GetConnectionProblem() string

func (*CMsgBrowserErrorStrings) GetHeader

func (m *CMsgBrowserErrorStrings) GetHeader() string

func (*CMsgBrowserErrorStrings) GetProxyProblem

func (m *CMsgBrowserErrorStrings) GetProxyProblem() string

func (*CMsgBrowserErrorStrings) GetTitle

func (m *CMsgBrowserErrorStrings) GetTitle() string

func (*CMsgBrowserErrorStrings) GetUnknown

func (m *CMsgBrowserErrorStrings) GetUnknown() string

func (*CMsgBrowserErrorStrings) ProtoMessage

func (*CMsgBrowserErrorStrings) ProtoMessage()

func (*CMsgBrowserErrorStrings) Reset

func (m *CMsgBrowserErrorStrings) Reset()

func (*CMsgBrowserErrorStrings) String

func (m *CMsgBrowserErrorStrings) String() string

type CMsgBrowserPosition

type CMsgBrowserPosition struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserPosition) Descriptor

func (*CMsgBrowserPosition) Descriptor() ([]byte, []int)

func (*CMsgBrowserPosition) GetBrowserHandle

func (m *CMsgBrowserPosition) GetBrowserHandle() uint32

func (*CMsgBrowserPosition) GetX

func (m *CMsgBrowserPosition) GetX() uint32

func (*CMsgBrowserPosition) GetY

func (m *CMsgBrowserPosition) GetY() uint32

func (*CMsgBrowserPosition) ProtoMessage

func (*CMsgBrowserPosition) ProtoMessage()

func (*CMsgBrowserPosition) Reset

func (m *CMsgBrowserPosition) Reset()

func (*CMsgBrowserPosition) String

func (m *CMsgBrowserPosition) String() string

type CMsgBrowserReady

type CMsgBrowserReady struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserReady) Descriptor

func (*CMsgBrowserReady) Descriptor() ([]byte, []int)

func (*CMsgBrowserReady) GetBrowserHandle

func (m *CMsgBrowserReady) GetBrowserHandle() uint32

func (*CMsgBrowserReady) ProtoMessage

func (*CMsgBrowserReady) ProtoMessage()

func (*CMsgBrowserReady) Reset

func (m *CMsgBrowserReady) Reset()

func (*CMsgBrowserReady) String

func (m *CMsgBrowserReady) String() string

type CMsgBrowserRemove

type CMsgBrowserRemove struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserRemove) Descriptor

func (*CMsgBrowserRemove) Descriptor() ([]byte, []int)

func (*CMsgBrowserRemove) GetBrowserHandle

func (m *CMsgBrowserRemove) GetBrowserHandle() uint32

func (*CMsgBrowserRemove) ProtoMessage

func (*CMsgBrowserRemove) ProtoMessage()

func (*CMsgBrowserRemove) Reset

func (m *CMsgBrowserRemove) Reset()

func (*CMsgBrowserRemove) String

func (m *CMsgBrowserRemove) String() string

type CMsgBrowserSize

type CMsgBrowserSize struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Width            *uint32 `protobuf:"varint,2,opt,name=width" json:"width,omitempty"`
	Height           *uint32 `protobuf:"varint,3,opt,name=height" json:"height,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBrowserSize) Descriptor

func (*CMsgBrowserSize) Descriptor() ([]byte, []int)

func (*CMsgBrowserSize) GetBrowserHandle

func (m *CMsgBrowserSize) GetBrowserHandle() uint32

func (*CMsgBrowserSize) GetHeight

func (m *CMsgBrowserSize) GetHeight() uint32

func (*CMsgBrowserSize) GetWidth

func (m *CMsgBrowserSize) GetWidth() uint32

func (*CMsgBrowserSize) ProtoMessage

func (*CMsgBrowserSize) ProtoMessage()

func (*CMsgBrowserSize) Reset

func (m *CMsgBrowserSize) Reset()

func (*CMsgBrowserSize) String

func (m *CMsgBrowserSize) String() string

type CMsgCStrike15Welcome

type CMsgCStrike15Welcome struct {
	StoreItemHash           *uint32 `protobuf:"varint,5,opt,name=store_item_hash" json:"store_item_hash,omitempty"`
	Timeplayedconsecutively *uint32 `protobuf:"varint,6,opt,name=timeplayedconsecutively" json:"timeplayedconsecutively,omitempty"`
	TimeFirstPlayed         *uint32 `protobuf:"varint,10,opt,name=time_first_played" json:"time_first_played,omitempty"`
	LastTimePlayed          *uint32 `protobuf:"varint,12,opt,name=last_time_played" json:"last_time_played,omitempty"`
	LastIpAddress           *uint32 `protobuf:"varint,13,opt,name=last_ip_address" json:"last_ip_address,omitempty"`
	Gscookieid              *uint64 `protobuf:"varint,18,opt,name=gscookieid" json:"gscookieid,omitempty"`
	Uniqueid                *uint64 `protobuf:"varint,19,opt,name=uniqueid" json:"uniqueid,omitempty"`
	XXX_unrecognized        []byte  `json:"-"`
}

func (*CMsgCStrike15Welcome) Descriptor

func (*CMsgCStrike15Welcome) Descriptor() ([]byte, []int)

func (*CMsgCStrike15Welcome) GetGscookieid

func (m *CMsgCStrike15Welcome) GetGscookieid() uint64

func (*CMsgCStrike15Welcome) GetLastIpAddress

func (m *CMsgCStrike15Welcome) GetLastIpAddress() uint32

func (*CMsgCStrike15Welcome) GetLastTimePlayed

func (m *CMsgCStrike15Welcome) GetLastTimePlayed() uint32

func (*CMsgCStrike15Welcome) GetStoreItemHash

func (m *CMsgCStrike15Welcome) GetStoreItemHash() uint32

func (*CMsgCStrike15Welcome) GetTimeFirstPlayed

func (m *CMsgCStrike15Welcome) GetTimeFirstPlayed() uint32

func (*CMsgCStrike15Welcome) GetTimeplayedconsecutively

func (m *CMsgCStrike15Welcome) GetTimeplayedconsecutively() uint32

func (*CMsgCStrike15Welcome) GetUniqueid

func (m *CMsgCStrike15Welcome) GetUniqueid() uint64

func (*CMsgCStrike15Welcome) ProtoMessage

func (*CMsgCStrike15Welcome) ProtoMessage()

func (*CMsgCStrike15Welcome) Reset

func (m *CMsgCStrike15Welcome) Reset()

func (*CMsgCStrike15Welcome) String

func (m *CMsgCStrike15Welcome) String() string

type CMsgCanGoBackAndForward

type CMsgCanGoBackAndForward struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Bgoback          *bool   `protobuf:"varint,2,opt,name=bgoback" json:"bgoback,omitempty"`
	Bgoforward       *bool   `protobuf:"varint,3,opt,name=bgoforward" json:"bgoforward,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgCanGoBackAndForward) Descriptor

func (*CMsgCanGoBackAndForward) Descriptor() ([]byte, []int)

func (*CMsgCanGoBackAndForward) GetBgoback

func (m *CMsgCanGoBackAndForward) GetBgoback() bool

func (*CMsgCanGoBackAndForward) GetBgoforward

func (m *CMsgCanGoBackAndForward) GetBgoforward() bool

func (*CMsgCanGoBackAndForward) GetBrowserHandle

func (m *CMsgCanGoBackAndForward) GetBrowserHandle() uint32

func (*CMsgCanGoBackAndForward) ProtoMessage

func (*CMsgCanGoBackAndForward) ProtoMessage()

func (*CMsgCanGoBackAndForward) Reset

func (m *CMsgCanGoBackAndForward) Reset()

func (*CMsgCanGoBackAndForward) String

func (m *CMsgCanGoBackAndForward) String() string

type CMsgClearHistory

type CMsgClearHistory struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClearHistory) Descriptor

func (*CMsgClearHistory) Descriptor() ([]byte, []int)

func (*CMsgClearHistory) GetBrowserHandle

func (m *CMsgClearHistory) GetBrowserHandle() uint32

func (*CMsgClearHistory) ProtoMessage

func (*CMsgClearHistory) ProtoMessage()

func (*CMsgClearHistory) Reset

func (m *CMsgClearHistory) Reset()

func (*CMsgClearHistory) String

func (m *CMsgClearHistory) String() string

type CMsgClientHello

type CMsgClientHello struct {
	Version               *uint32                   `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	SocacheHaveVersions   []*CMsgSOCacheHaveVersion `protobuf:"bytes,2,rep,name=socache_have_versions,json=socacheHaveVersions" json:"socache_have_versions,omitempty"`
	ClientSessionNeed     *uint32                   `protobuf:"varint,3,opt,name=client_session_need,json=clientSessionNeed" json:"client_session_need,omitempty"`
	ClientLauncher        *uint32                   `protobuf:"varint,4,opt,name=client_launcher,json=clientLauncher" json:"client_launcher,omitempty"`
	PartnerSrcid          *uint32                   `protobuf:"varint,5,opt,name=partner_srcid,json=partnerSrcid" json:"partner_srcid,omitempty"`
	PartnerAccountid      *uint32                   `protobuf:"varint,6,opt,name=partner_accountid,json=partnerAccountid" json:"partner_accountid,omitempty"`
	PartnerAccountflags   *uint32                   `protobuf:"varint,7,opt,name=partner_accountflags,json=partnerAccountflags" json:"partner_accountflags,omitempty"`
	PartnerAccountbalance *uint32                   `protobuf:"varint,8,opt,name=partner_accountbalance,json=partnerAccountbalance" json:"partner_accountbalance,omitempty"`
	SteamLauncher         *uint32                   `protobuf:"varint,9,opt,name=steam_launcher,json=steamLauncher" json:"steam_launcher,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                  `json:"-"`
	XXX_unrecognized      []byte                    `json:"-"`
	XXX_sizecache         int32                     `json:"-"`
}

func (*CMsgClientHello) Descriptor

func (*CMsgClientHello) Descriptor() ([]byte, []int)

func (*CMsgClientHello) GetClientLauncher

func (m *CMsgClientHello) GetClientLauncher() uint32

func (*CMsgClientHello) GetClientSessionNeed

func (m *CMsgClientHello) GetClientSessionNeed() uint32

func (*CMsgClientHello) GetPartnerAccountbalance

func (m *CMsgClientHello) GetPartnerAccountbalance() uint32

func (*CMsgClientHello) GetPartnerAccountflags

func (m *CMsgClientHello) GetPartnerAccountflags() uint32

func (*CMsgClientHello) GetPartnerAccountid

func (m *CMsgClientHello) GetPartnerAccountid() uint32

func (*CMsgClientHello) GetPartnerSrcid

func (m *CMsgClientHello) GetPartnerSrcid() uint32

func (*CMsgClientHello) GetSocacheHaveVersions

func (m *CMsgClientHello) GetSocacheHaveVersions() []*CMsgSOCacheHaveVersion

func (*CMsgClientHello) GetSteamLauncher

func (m *CMsgClientHello) GetSteamLauncher() uint32

func (*CMsgClientHello) GetVersion

func (m *CMsgClientHello) GetVersion() uint32

func (*CMsgClientHello) ProtoMessage

func (*CMsgClientHello) ProtoMessage()

func (*CMsgClientHello) Reset

func (m *CMsgClientHello) Reset()

func (*CMsgClientHello) String

func (m *CMsgClientHello) String() string

func (*CMsgClientHello) XXX_DiscardUnknown

func (m *CMsgClientHello) XXX_DiscardUnknown()

func (*CMsgClientHello) XXX_Marshal

func (m *CMsgClientHello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientHello) XXX_Merge

func (m *CMsgClientHello) XXX_Merge(src proto.Message)

func (*CMsgClientHello) XXX_Size

func (m *CMsgClientHello) XXX_Size() int

func (*CMsgClientHello) XXX_Unmarshal

func (m *CMsgClientHello) XXX_Unmarshal(b []byte) error

type CMsgClientWelcome

type CMsgClientWelcome struct {
	Version                   *uint32                         `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	GameData                  []byte                          `protobuf:"bytes,2,opt,name=game_data,json=gameData" json:"game_data,omitempty"`
	OutofdateSubscribedCaches []*CMsgSOCacheSubscribed        `` /* 131-byte string literal not displayed */
	UptodateSubscribedCaches  []*CMsgSOCacheSubscriptionCheck `` /* 128-byte string literal not displayed */
	Location                  *CMsgClientWelcome_Location     `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
	GameData2                 []byte                          `protobuf:"bytes,6,opt,name=game_data2,json=gameData2" json:"game_data2,omitempty"`
	Rtime32GcWelcomeTimestamp *uint32                         `` /* 134-byte string literal not displayed */
	Currency                  *uint32                         `protobuf:"varint,8,opt,name=currency" json:"currency,omitempty"`
	Balance                   *uint32                         `protobuf:"varint,9,opt,name=balance" json:"balance,omitempty"`
	BalanceUrl                *string                         `protobuf:"bytes,10,opt,name=balance_url,json=balanceUrl" json:"balance_url,omitempty"`
	TxnCountryCode            *string                         `protobuf:"bytes,11,opt,name=txn_country_code,json=txnCountryCode" json:"txn_country_code,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                        `json:"-"`
	XXX_unrecognized          []byte                          `json:"-"`
	XXX_sizecache             int32                           `json:"-"`
}

func (*CMsgClientWelcome) Descriptor

func (*CMsgClientWelcome) Descriptor() ([]byte, []int)

func (*CMsgClientWelcome) GetBalance

func (m *CMsgClientWelcome) GetBalance() uint32

func (*CMsgClientWelcome) GetBalanceUrl

func (m *CMsgClientWelcome) GetBalanceUrl() string

func (*CMsgClientWelcome) GetCurrency

func (m *CMsgClientWelcome) GetCurrency() uint32

func (*CMsgClientWelcome) GetGameData

func (m *CMsgClientWelcome) GetGameData() []byte

func (*CMsgClientWelcome) GetGameData2

func (m *CMsgClientWelcome) GetGameData2() []byte

func (*CMsgClientWelcome) GetLocation

func (*CMsgClientWelcome) GetOutofdateSubscribedCaches

func (m *CMsgClientWelcome) GetOutofdateSubscribedCaches() []*CMsgSOCacheSubscribed

func (*CMsgClientWelcome) GetRtime32GcWelcomeTimestamp

func (m *CMsgClientWelcome) GetRtime32GcWelcomeTimestamp() uint32

func (*CMsgClientWelcome) GetTxnCountryCode

func (m *CMsgClientWelcome) GetTxnCountryCode() string

func (*CMsgClientWelcome) GetUptodateSubscribedCaches

func (m *CMsgClientWelcome) GetUptodateSubscribedCaches() []*CMsgSOCacheSubscriptionCheck

func (*CMsgClientWelcome) GetVersion

func (m *CMsgClientWelcome) GetVersion() uint32

func (*CMsgClientWelcome) ProtoMessage

func (*CMsgClientWelcome) ProtoMessage()

func (*CMsgClientWelcome) Reset

func (m *CMsgClientWelcome) Reset()

func (*CMsgClientWelcome) String

func (m *CMsgClientWelcome) String() string

func (*CMsgClientWelcome) XXX_DiscardUnknown

func (m *CMsgClientWelcome) XXX_DiscardUnknown()

func (*CMsgClientWelcome) XXX_Marshal

func (m *CMsgClientWelcome) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientWelcome) XXX_Merge

func (m *CMsgClientWelcome) XXX_Merge(src proto.Message)

func (*CMsgClientWelcome) XXX_Size

func (m *CMsgClientWelcome) XXX_Size() int

func (*CMsgClientWelcome) XXX_Unmarshal

func (m *CMsgClientWelcome) XXX_Unmarshal(b []byte) error

type CMsgClientWelcome_Location

type CMsgClientWelcome_Location struct {
	Latitude             *float32 `protobuf:"fixed32,1,opt,name=latitude" json:"latitude,omitempty"`
	Longitude            *float32 `protobuf:"fixed32,2,opt,name=longitude" json:"longitude,omitempty"`
	Country              *string  `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientWelcome_Location) Descriptor

func (*CMsgClientWelcome_Location) Descriptor() ([]byte, []int)

func (*CMsgClientWelcome_Location) GetCountry

func (m *CMsgClientWelcome_Location) GetCountry() string

func (*CMsgClientWelcome_Location) GetLatitude

func (m *CMsgClientWelcome_Location) GetLatitude() float32

func (*CMsgClientWelcome_Location) GetLongitude

func (m *CMsgClientWelcome_Location) GetLongitude() float32

func (*CMsgClientWelcome_Location) ProtoMessage

func (*CMsgClientWelcome_Location) ProtoMessage()

func (*CMsgClientWelcome_Location) Reset

func (m *CMsgClientWelcome_Location) Reset()

func (*CMsgClientWelcome_Location) String

func (m *CMsgClientWelcome_Location) String() string

func (*CMsgClientWelcome_Location) XXX_DiscardUnknown

func (m *CMsgClientWelcome_Location) XXX_DiscardUnknown()

func (*CMsgClientWelcome_Location) XXX_Marshal

func (m *CMsgClientWelcome_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientWelcome_Location) XXX_Merge

func (m *CMsgClientWelcome_Location) XXX_Merge(src proto.Message)

func (*CMsgClientWelcome_Location) XXX_Size

func (m *CMsgClientWelcome_Location) XXX_Size() int

func (*CMsgClientWelcome_Location) XXX_Unmarshal

func (m *CMsgClientWelcome_Location) XXX_Unmarshal(b []byte) error

type CMsgClose

type CMsgClose struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClose) Descriptor

func (*CMsgClose) Descriptor() ([]byte, []int)

func (*CMsgClose) GetBrowserHandle

func (m *CMsgClose) GetBrowserHandle() uint32

func (*CMsgClose) ProtoMessage

func (*CMsgClose) ProtoMessage()

func (*CMsgClose) Reset

func (m *CMsgClose) Reset()

func (*CMsgClose) String

func (m *CMsgClose) String() string

type CMsgCloseFullScreenFlashIfOpen

type CMsgCloseFullScreenFlashIfOpen struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgCloseFullScreenFlashIfOpen) Descriptor

func (*CMsgCloseFullScreenFlashIfOpen) Descriptor() ([]byte, []int)

func (*CMsgCloseFullScreenFlashIfOpen) GetBrowserHandle

func (m *CMsgCloseFullScreenFlashIfOpen) GetBrowserHandle() uint32

func (*CMsgCloseFullScreenFlashIfOpen) ProtoMessage

func (*CMsgCloseFullScreenFlashIfOpen) ProtoMessage()

func (*CMsgCloseFullScreenFlashIfOpen) Reset

func (m *CMsgCloseFullScreenFlashIfOpen) Reset()

func (*CMsgCloseFullScreenFlashIfOpen) String

type CMsgConVarValue

type CMsgConVarValue struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgConVarValue) Descriptor

func (*CMsgConVarValue) Descriptor() ([]byte, []int)

func (*CMsgConVarValue) GetName

func (m *CMsgConVarValue) GetName() string

func (*CMsgConVarValue) GetValue

func (m *CMsgConVarValue) GetValue() string

func (*CMsgConVarValue) ProtoMessage

func (*CMsgConVarValue) ProtoMessage()

func (*CMsgConVarValue) Reset

func (m *CMsgConVarValue) Reset()

func (*CMsgConVarValue) String

func (m *CMsgConVarValue) String() string

type CMsgConnectionStatus

type CMsgConnectionStatus struct {
	Status                        *GCConnectionStatus `protobuf:"varint,1,opt,name=status,enum=GCConnectionStatus,def=0" json:"status,omitempty"`
	ClientSessionNeed             *uint32             `protobuf:"varint,2,opt,name=client_session_need,json=clientSessionNeed" json:"client_session_need,omitempty"`
	QueuePosition                 *int32              `protobuf:"varint,3,opt,name=queue_position,json=queuePosition" json:"queue_position,omitempty"`
	QueueSize                     *int32              `protobuf:"varint,4,opt,name=queue_size,json=queueSize" json:"queue_size,omitempty"`
	WaitSeconds                   *int32              `protobuf:"varint,5,opt,name=wait_seconds,json=waitSeconds" json:"wait_seconds,omitempty"`
	EstimatedWaitSecondsRemaining *int32              `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}            `json:"-"`
	XXX_unrecognized              []byte              `json:"-"`
	XXX_sizecache                 int32               `json:"-"`
}

func (*CMsgConnectionStatus) Descriptor

func (*CMsgConnectionStatus) Descriptor() ([]byte, []int)

func (*CMsgConnectionStatus) GetClientSessionNeed

func (m *CMsgConnectionStatus) GetClientSessionNeed() uint32

func (*CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining

func (m *CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining() int32

func (*CMsgConnectionStatus) GetQueuePosition

func (m *CMsgConnectionStatus) GetQueuePosition() int32

func (*CMsgConnectionStatus) GetQueueSize

func (m *CMsgConnectionStatus) GetQueueSize() int32

func (*CMsgConnectionStatus) GetStatus

func (*CMsgConnectionStatus) GetWaitSeconds

func (m *CMsgConnectionStatus) GetWaitSeconds() int32

func (*CMsgConnectionStatus) ProtoMessage

func (*CMsgConnectionStatus) ProtoMessage()

func (*CMsgConnectionStatus) Reset

func (m *CMsgConnectionStatus) Reset()

func (*CMsgConnectionStatus) String

func (m *CMsgConnectionStatus) String() string

func (*CMsgConnectionStatus) XXX_DiscardUnknown

func (m *CMsgConnectionStatus) XXX_DiscardUnknown()

func (*CMsgConnectionStatus) XXX_Marshal

func (m *CMsgConnectionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgConnectionStatus) XXX_Merge

func (m *CMsgConnectionStatus) XXX_Merge(src proto.Message)

func (*CMsgConnectionStatus) XXX_Size

func (m *CMsgConnectionStatus) XXX_Size() int

func (*CMsgConnectionStatus) XXX_Unmarshal

func (m *CMsgConnectionStatus) XXX_Unmarshal(b []byte) error

type CMsgConsumableExhausted

type CMsgConsumableExhausted struct {
	ItemDefId        *int32 `protobuf:"varint,1,opt,name=item_def_id" json:"item_def_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgConsumableExhausted) Descriptor

func (*CMsgConsumableExhausted) Descriptor() ([]byte, []int)

func (*CMsgConsumableExhausted) GetItemDefId

func (m *CMsgConsumableExhausted) GetItemDefId() int32

func (*CMsgConsumableExhausted) ProtoMessage

func (*CMsgConsumableExhausted) ProtoMessage()

func (*CMsgConsumableExhausted) Reset

func (m *CMsgConsumableExhausted) Reset()

func (*CMsgConsumableExhausted) String

func (m *CMsgConsumableExhausted) String() string

type CMsgCopy

type CMsgCopy struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgCopy) Descriptor

func (*CMsgCopy) Descriptor() ([]byte, []int)

func (*CMsgCopy) GetBrowserHandle

func (m *CMsgCopy) GetBrowserHandle() uint32

func (*CMsgCopy) ProtoMessage

func (*CMsgCopy) ProtoMessage()

func (*CMsgCopy) Reset

func (m *CMsgCopy) Reset()

func (*CMsgCopy) String

func (m *CMsgCopy) String() string

type CMsgDPPartnerMicroTxns

type CMsgDPPartnerMicroTxns struct {
	Appid                *uint32                                   `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	GcName               *string                                   `protobuf:"bytes,2,opt,name=gc_name,json=gcName" json:"gc_name,omitempty"`
	Partner              *CMsgDPPartnerMicroTxns_PartnerInfo       `protobuf:"bytes,3,opt,name=partner" json:"partner,omitempty"`
	Transactions         []*CMsgDPPartnerMicroTxns_PartnerMicroTxn `protobuf:"bytes,4,rep,name=transactions" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgDPPartnerMicroTxns) Descriptor

func (*CMsgDPPartnerMicroTxns) Descriptor() ([]byte, []int)

func (*CMsgDPPartnerMicroTxns) GetAppid

func (m *CMsgDPPartnerMicroTxns) GetAppid() uint32

func (*CMsgDPPartnerMicroTxns) GetGcName

func (m *CMsgDPPartnerMicroTxns) GetGcName() string

func (*CMsgDPPartnerMicroTxns) GetPartner

func (*CMsgDPPartnerMicroTxns) GetTransactions

func (*CMsgDPPartnerMicroTxns) ProtoMessage

func (*CMsgDPPartnerMicroTxns) ProtoMessage()

func (*CMsgDPPartnerMicroTxns) Reset

func (m *CMsgDPPartnerMicroTxns) Reset()

func (*CMsgDPPartnerMicroTxns) String

func (m *CMsgDPPartnerMicroTxns) String() string

func (*CMsgDPPartnerMicroTxns) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns) XXX_Marshal

func (m *CMsgDPPartnerMicroTxns) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDPPartnerMicroTxns) XXX_Merge

func (m *CMsgDPPartnerMicroTxns) XXX_Merge(src proto.Message)

func (*CMsgDPPartnerMicroTxns) XXX_Size

func (m *CMsgDPPartnerMicroTxns) XXX_Size() int

func (*CMsgDPPartnerMicroTxns) XXX_Unmarshal

func (m *CMsgDPPartnerMicroTxns) XXX_Unmarshal(b []byte) error

type CMsgDPPartnerMicroTxnsResponse

type CMsgDPPartnerMicroTxnsResponse struct {
	Eresult              *uint32                                    `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Eerrorcode           *CMsgDPPartnerMicroTxnsResponse_EErrorCode `protobuf:"varint,2,opt,name=eerrorcode,enum=CMsgDPPartnerMicroTxnsResponse_EErrorCode,def=0" json:"eerrorcode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgDPPartnerMicroTxnsResponse) Descriptor

func (*CMsgDPPartnerMicroTxnsResponse) Descriptor() ([]byte, []int)

func (*CMsgDPPartnerMicroTxnsResponse) GetEerrorcode

func (*CMsgDPPartnerMicroTxnsResponse) GetEresult

func (m *CMsgDPPartnerMicroTxnsResponse) GetEresult() uint32

func (*CMsgDPPartnerMicroTxnsResponse) ProtoMessage

func (*CMsgDPPartnerMicroTxnsResponse) ProtoMessage()

func (*CMsgDPPartnerMicroTxnsResponse) Reset

func (m *CMsgDPPartnerMicroTxnsResponse) Reset()

func (*CMsgDPPartnerMicroTxnsResponse) String

func (*CMsgDPPartnerMicroTxnsResponse) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Marshal

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Merge

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_Merge(src proto.Message)

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Size

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_Size() int

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Unmarshal

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_Unmarshal(b []byte) error

type CMsgDPPartnerMicroTxnsResponse_EErrorCode

type CMsgDPPartnerMicroTxnsResponse_EErrorCode int32
const (
	CMsgDPPartnerMicroTxnsResponse_k_MsgValid                   CMsgDPPartnerMicroTxnsResponse_EErrorCode = 0
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidAppID            CMsgDPPartnerMicroTxnsResponse_EErrorCode = 1
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidPartnerInfo      CMsgDPPartnerMicroTxnsResponse_EErrorCode = 2
	CMsgDPPartnerMicroTxnsResponse_k_MsgNoTransactions          CMsgDPPartnerMicroTxnsResponse_EErrorCode = 3
	CMsgDPPartnerMicroTxnsResponse_k_MsgSQLFailure              CMsgDPPartnerMicroTxnsResponse_EErrorCode = 4
	CMsgDPPartnerMicroTxnsResponse_k_MsgPartnerInfoDiscrepancy  CMsgDPPartnerMicroTxnsResponse_EErrorCode = 5
	CMsgDPPartnerMicroTxnsResponse_k_MsgTransactionInsertFailed CMsgDPPartnerMicroTxnsResponse_EErrorCode = 7
	CMsgDPPartnerMicroTxnsResponse_k_MsgAlreadyRunning          CMsgDPPartnerMicroTxnsResponse_EErrorCode = 8
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidTransactionData  CMsgDPPartnerMicroTxnsResponse_EErrorCode = 9
)
const Default_CMsgDPPartnerMicroTxnsResponse_Eerrorcode CMsgDPPartnerMicroTxnsResponse_EErrorCode = CMsgDPPartnerMicroTxnsResponse_k_MsgValid

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) Enum

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) EnumDescriptor

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) EnumDescriptor() ([]byte, []int)

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) String

func (*CMsgDPPartnerMicroTxnsResponse_EErrorCode) UnmarshalJSON

func (x *CMsgDPPartnerMicroTxnsResponse_EErrorCode) UnmarshalJSON(data []byte) error

type CMsgDPPartnerMicroTxns_PartnerInfo

type CMsgDPPartnerMicroTxns_PartnerInfo struct {
	PartnerId            *uint32  `protobuf:"varint,1,opt,name=partner_id,json=partnerId" json:"partner_id,omitempty"`
	PartnerName          *string  `protobuf:"bytes,2,opt,name=partner_name,json=partnerName" json:"partner_name,omitempty"`
	CurrencyCode         *string  `protobuf:"bytes,3,opt,name=currency_code,json=currencyCode" json:"currency_code,omitempty"`
	CurrencyName         *string  `protobuf:"bytes,4,opt,name=currency_name,json=currencyName" json:"currency_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDPPartnerMicroTxns_PartnerInfo) Descriptor

func (*CMsgDPPartnerMicroTxns_PartnerInfo) Descriptor() ([]byte, []int)

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyCode

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyCode() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyName

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyName() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerId

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerId() uint32

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerName

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerName() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) ProtoMessage

func (*CMsgDPPartnerMicroTxns_PartnerInfo) ProtoMessage()

func (*CMsgDPPartnerMicroTxns_PartnerInfo) Reset

func (*CMsgDPPartnerMicroTxns_PartnerInfo) String

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Marshal

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Merge

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Size

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Unmarshal

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Unmarshal(b []byte) error

type CMsgDPPartnerMicroTxns_PartnerMicroTxn

type CMsgDPPartnerMicroTxns_PartnerMicroTxn struct {
	InitTime             *uint32  `protobuf:"varint,1,opt,name=init_time,json=initTime" json:"init_time,omitempty"`
	LastUpdateTime       *uint32  `protobuf:"varint,2,opt,name=last_update_time,json=lastUpdateTime" json:"last_update_time,omitempty"`
	TxnId                *uint64  `protobuf:"varint,3,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	AccountId            *uint32  `protobuf:"varint,4,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LineItem             *uint32  `protobuf:"varint,5,opt,name=line_item,json=lineItem" json:"line_item,omitempty"`
	ItemId               *uint64  `protobuf:"varint,6,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,7,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Price                *uint64  `protobuf:"varint,8,opt,name=price" json:"price,omitempty"`
	Tax                  *uint64  `protobuf:"varint,9,opt,name=tax" json:"tax,omitempty"`
	PriceUsd             *uint64  `protobuf:"varint,10,opt,name=price_usd,json=priceUsd" json:"price_usd,omitempty"`
	TaxUsd               *uint64  `protobuf:"varint,11,opt,name=tax_usd,json=taxUsd" json:"tax_usd,omitempty"`
	PurchaseType         *uint32  `protobuf:"varint,12,opt,name=purchase_type,json=purchaseType" json:"purchase_type,omitempty"`
	SteamTxnType         *uint32  `protobuf:"varint,13,opt,name=steam_txn_type,json=steamTxnType" json:"steam_txn_type,omitempty"`
	CountryCode          *string  `protobuf:"bytes,14,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	RegionCode           *string  `protobuf:"bytes,15,opt,name=region_code,json=regionCode" json:"region_code,omitempty"`
	Quantity             *int32   `protobuf:"varint,16,opt,name=quantity" json:"quantity,omitempty"`
	RefTransId           *uint64  `protobuf:"varint,17,opt,name=ref_trans_id,json=refTransId" json:"ref_trans_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) Descriptor

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) Descriptor() ([]byte, []int)

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetAccountId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetCountryCode

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetCountryCode() string

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetDefIndex

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetInitTime

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetItemId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLastUpdateTime

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLastUpdateTime() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLineItem

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPrice

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPriceUsd

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPurchaseType

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPurchaseType() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetQuantity

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetRefTransId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetRegionCode

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetSteamTxnType

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetSteamTxnType() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTax

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTaxUsd

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTxnId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) ProtoMessage

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) Reset

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) String

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Marshal

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Merge

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Size

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Unmarshal

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Unmarshal(b []byte) error

type CMsgDevNewItemRequest

type CMsgDevNewItemRequest struct {
	Receiver         *uint64          `protobuf:"fixed64,1,opt,name=receiver" json:"receiver,omitempty"`
	Criteria         *CSOItemCriteria `protobuf:"bytes,2,opt,name=criteria" json:"criteria,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*CMsgDevNewItemRequest) Descriptor

func (*CMsgDevNewItemRequest) Descriptor() ([]byte, []int)

func (*CMsgDevNewItemRequest) GetCriteria

func (m *CMsgDevNewItemRequest) GetCriteria() *CSOItemCriteria

func (*CMsgDevNewItemRequest) GetReceiver

func (m *CMsgDevNewItemRequest) GetReceiver() uint64

func (*CMsgDevNewItemRequest) ProtoMessage

func (*CMsgDevNewItemRequest) ProtoMessage()

func (*CMsgDevNewItemRequest) Reset

func (m *CMsgDevNewItemRequest) Reset()

func (*CMsgDevNewItemRequest) String

func (m *CMsgDevNewItemRequest) String() string

type CMsgExecuteJavaScript

type CMsgExecuteJavaScript struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Script           *string `protobuf:"bytes,2,opt,name=script" json:"script,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgExecuteJavaScript) Descriptor

func (*CMsgExecuteJavaScript) Descriptor() ([]byte, []int)

func (*CMsgExecuteJavaScript) GetBrowserHandle

func (m *CMsgExecuteJavaScript) GetBrowserHandle() uint32

func (*CMsgExecuteJavaScript) GetScript

func (m *CMsgExecuteJavaScript) GetScript() string

func (*CMsgExecuteJavaScript) ProtoMessage

func (*CMsgExecuteJavaScript) ProtoMessage()

func (*CMsgExecuteJavaScript) Reset

func (m *CMsgExecuteJavaScript) Reset()

func (*CMsgExecuteJavaScript) String

func (m *CMsgExecuteJavaScript) String() string

type CMsgExitFullScreen

type CMsgExitFullScreen struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgExitFullScreen) Descriptor

func (*CMsgExitFullScreen) Descriptor() ([]byte, []int)

func (*CMsgExitFullScreen) GetBrowserHandle

func (m *CMsgExitFullScreen) GetBrowserHandle() uint32

func (*CMsgExitFullScreen) ProtoMessage

func (*CMsgExitFullScreen) ProtoMessage()

func (*CMsgExitFullScreen) Reset

func (m *CMsgExitFullScreen) Reset()

func (*CMsgExitFullScreen) String

func (m *CMsgExitFullScreen) String() string

type CMsgFileLoadDialog

type CMsgFileLoadDialog struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Title            *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	InitialFile      *string `protobuf:"bytes,3,opt,name=initialFile" json:"initialFile,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgFileLoadDialog) Descriptor

func (*CMsgFileLoadDialog) Descriptor() ([]byte, []int)

func (*CMsgFileLoadDialog) GetBrowserHandle

func (m *CMsgFileLoadDialog) GetBrowserHandle() uint32

func (*CMsgFileLoadDialog) GetInitialFile

func (m *CMsgFileLoadDialog) GetInitialFile() string

func (*CMsgFileLoadDialog) GetTitle

func (m *CMsgFileLoadDialog) GetTitle() string

func (*CMsgFileLoadDialog) ProtoMessage

func (*CMsgFileLoadDialog) ProtoMessage()

func (*CMsgFileLoadDialog) Reset

func (m *CMsgFileLoadDialog) Reset()

func (*CMsgFileLoadDialog) String

func (m *CMsgFileLoadDialog) String() string

type CMsgFileLoadDialogResponse

type CMsgFileLoadDialogResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Files            []string `protobuf:"bytes,2,rep,name=files" json:"files,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgFileLoadDialogResponse) Descriptor

func (*CMsgFileLoadDialogResponse) Descriptor() ([]byte, []int)

func (*CMsgFileLoadDialogResponse) GetBrowserHandle

func (m *CMsgFileLoadDialogResponse) GetBrowserHandle() uint32

func (*CMsgFileLoadDialogResponse) GetFiles

func (m *CMsgFileLoadDialogResponse) GetFiles() []string

func (*CMsgFileLoadDialogResponse) ProtoMessage

func (*CMsgFileLoadDialogResponse) ProtoMessage()

func (*CMsgFileLoadDialogResponse) Reset

func (m *CMsgFileLoadDialogResponse) Reset()

func (*CMsgFileLoadDialogResponse) String

func (m *CMsgFileLoadDialogResponse) String() string

type CMsgFind

type CMsgFind struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Find             *string `protobuf:"bytes,2,opt,name=find" json:"find,omitempty"`
	Infind           *bool   `protobuf:"varint,3,opt,name=infind" json:"infind,omitempty"`
	Reverse          *bool   `protobuf:"varint,4,opt,name=reverse,def=0" json:"reverse,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgFind) Descriptor

func (*CMsgFind) Descriptor() ([]byte, []int)

func (*CMsgFind) GetBrowserHandle

func (m *CMsgFind) GetBrowserHandle() uint32

func (*CMsgFind) GetFind

func (m *CMsgFind) GetFind() string

func (*CMsgFind) GetInfind

func (m *CMsgFind) GetInfind() bool

func (*CMsgFind) GetReverse

func (m *CMsgFind) GetReverse() bool

func (*CMsgFind) ProtoMessage

func (*CMsgFind) ProtoMessage()

func (*CMsgFind) Reset

func (m *CMsgFind) Reset()

func (*CMsgFind) String

func (m *CMsgFind) String() string

type CMsgFinishedRequest

type CMsgFinishedRequest struct {
	BrowserHandle    *uint32                `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string                `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	PageTitle        *string                `protobuf:"bytes,3,opt,name=pageTitle" json:"pageTitle,omitempty"`
	SecurityInfo     *CHTMLPageSecurityInfo `protobuf:"bytes,4,opt,name=security_info" json:"security_info,omitempty"`
	Headers          []*CHTMLHeader         `protobuf:"bytes,5,rep,name=headers" json:"headers,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*CMsgFinishedRequest) Descriptor

func (*CMsgFinishedRequest) Descriptor() ([]byte, []int)

func (*CMsgFinishedRequest) GetBrowserHandle

func (m *CMsgFinishedRequest) GetBrowserHandle() uint32

func (*CMsgFinishedRequest) GetHeaders

func (m *CMsgFinishedRequest) GetHeaders() []*CHTMLHeader

func (*CMsgFinishedRequest) GetPageTitle

func (m *CMsgFinishedRequest) GetPageTitle() string

func (*CMsgFinishedRequest) GetSecurityInfo

func (m *CMsgFinishedRequest) GetSecurityInfo() *CHTMLPageSecurityInfo

func (*CMsgFinishedRequest) GetUrl

func (m *CMsgFinishedRequest) GetUrl() string

func (*CMsgFinishedRequest) ProtoMessage

func (*CMsgFinishedRequest) ProtoMessage()

func (*CMsgFinishedRequest) Reset

func (m *CMsgFinishedRequest) Reset()

func (*CMsgFinishedRequest) String

func (m *CMsgFinishedRequest) String() string

type CMsgFocusedNodeText

type CMsgFocusedNodeText struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgFocusedNodeText) Descriptor

func (*CMsgFocusedNodeText) Descriptor() ([]byte, []int)

func (*CMsgFocusedNodeText) GetBrowserHandle

func (m *CMsgFocusedNodeText) GetBrowserHandle() uint32

func (*CMsgFocusedNodeText) ProtoMessage

func (*CMsgFocusedNodeText) ProtoMessage()

func (*CMsgFocusedNodeText) Reset

func (m *CMsgFocusedNodeText) Reset()

func (*CMsgFocusedNodeText) String

func (m *CMsgFocusedNodeText) String() string

type CMsgFocusedNodeTextResponse

type CMsgFocusedNodeTextResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgFocusedNodeTextResponse) Descriptor

func (*CMsgFocusedNodeTextResponse) Descriptor() ([]byte, []int)

func (*CMsgFocusedNodeTextResponse) GetBrowserHandle

func (m *CMsgFocusedNodeTextResponse) GetBrowserHandle() uint32

func (*CMsgFocusedNodeTextResponse) GetValue

func (m *CMsgFocusedNodeTextResponse) GetValue() string

func (*CMsgFocusedNodeTextResponse) ProtoMessage

func (*CMsgFocusedNodeTextResponse) ProtoMessage()

func (*CMsgFocusedNodeTextResponse) Reset

func (m *CMsgFocusedNodeTextResponse) Reset()

func (*CMsgFocusedNodeTextResponse) String

func (m *CMsgFocusedNodeTextResponse) String() string

type CMsgFullRepaint

type CMsgFullRepaint struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgFullRepaint) Descriptor

func (*CMsgFullRepaint) Descriptor() ([]byte, []int)

func (*CMsgFullRepaint) GetBrowserHandle

func (m *CMsgFullRepaint) GetBrowserHandle() uint32

func (*CMsgFullRepaint) ProtoMessage

func (*CMsgFullRepaint) ProtoMessage()

func (*CMsgFullRepaint) Reset

func (m *CMsgFullRepaint) Reset()

func (*CMsgFullRepaint) String

func (m *CMsgFullRepaint) String() string

type CMsgGCBannedWord

type CMsgGCBannedWord struct {
	WordId           *uint32            `protobuf:"varint,1,opt,name=word_id" json:"word_id,omitempty"`
	WordType         *GC_BannedWordType `protobuf:"varint,2,opt,name=word_type,enum=GC_BannedWordType,def=0" json:"word_type,omitempty"`
	Word             *string            `protobuf:"bytes,3,opt,name=word" json:"word,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CMsgGCBannedWord) Descriptor

func (*CMsgGCBannedWord) Descriptor() ([]byte, []int)

func (*CMsgGCBannedWord) GetWord

func (m *CMsgGCBannedWord) GetWord() string

func (*CMsgGCBannedWord) GetWordId

func (m *CMsgGCBannedWord) GetWordId() uint32

func (*CMsgGCBannedWord) GetWordType

func (m *CMsgGCBannedWord) GetWordType() GC_BannedWordType

func (*CMsgGCBannedWord) ProtoMessage

func (*CMsgGCBannedWord) ProtoMessage()

func (*CMsgGCBannedWord) Reset

func (m *CMsgGCBannedWord) Reset()

func (*CMsgGCBannedWord) String

func (m *CMsgGCBannedWord) String() string

type CMsgGCBannedWordListRequest

type CMsgGCBannedWordListRequest struct {
	BanListGroupId   *uint32 `protobuf:"varint,1,opt,name=ban_list_group_id" json:"ban_list_group_id,omitempty"`
	WordId           *uint32 `protobuf:"varint,2,opt,name=word_id" json:"word_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCBannedWordListRequest) Descriptor

func (*CMsgGCBannedWordListRequest) Descriptor() ([]byte, []int)

func (*CMsgGCBannedWordListRequest) GetBanListGroupId

func (m *CMsgGCBannedWordListRequest) GetBanListGroupId() uint32

func (*CMsgGCBannedWordListRequest) GetWordId

func (m *CMsgGCBannedWordListRequest) GetWordId() uint32

func (*CMsgGCBannedWordListRequest) ProtoMessage

func (*CMsgGCBannedWordListRequest) ProtoMessage()

func (*CMsgGCBannedWordListRequest) Reset

func (m *CMsgGCBannedWordListRequest) Reset()

func (*CMsgGCBannedWordListRequest) String

func (m *CMsgGCBannedWordListRequest) String() string

type CMsgGCBannedWordListResponse

type CMsgGCBannedWordListResponse struct {
	BanListGroupId   *uint32             `protobuf:"varint,1,opt,name=ban_list_group_id" json:"ban_list_group_id,omitempty"`
	WordList         []*CMsgGCBannedWord `protobuf:"bytes,2,rep,name=word_list" json:"word_list,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CMsgGCBannedWordListResponse) Descriptor

func (*CMsgGCBannedWordListResponse) Descriptor() ([]byte, []int)

func (*CMsgGCBannedWordListResponse) GetBanListGroupId

func (m *CMsgGCBannedWordListResponse) GetBanListGroupId() uint32

func (*CMsgGCBannedWordListResponse) GetWordList

func (m *CMsgGCBannedWordListResponse) GetWordList() []*CMsgGCBannedWord

func (*CMsgGCBannedWordListResponse) ProtoMessage

func (*CMsgGCBannedWordListResponse) ProtoMessage()

func (*CMsgGCBannedWordListResponse) Reset

func (m *CMsgGCBannedWordListResponse) Reset()

func (*CMsgGCBannedWordListResponse) String

type CMsgGCCStrike15V2_AccountPrivacySettings

type CMsgGCCStrike15V2_AccountPrivacySettings struct {
	Settings         []*CMsgGCCStrike15V2_AccountPrivacySettings_Setting `protobuf:"bytes,1,rep,name=settings" json:"settings,omitempty"`
	XXX_unrecognized []byte                                              `json:"-"`
}

func (*CMsgGCCStrike15V2_AccountPrivacySettings) Descriptor

func (*CMsgGCCStrike15V2_AccountPrivacySettings) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_AccountPrivacySettings) GetSettings

func (*CMsgGCCStrike15V2_AccountPrivacySettings) ProtoMessage

func (*CMsgGCCStrike15V2_AccountPrivacySettings) Reset

func (*CMsgGCCStrike15V2_AccountPrivacySettings) String

type CMsgGCCStrike15V2_AccountPrivacySettings_Setting

type CMsgGCCStrike15V2_AccountPrivacySettings_Setting struct {
	SettingType      *uint32 `protobuf:"varint,1,opt,name=setting_type" json:"setting_type,omitempty"`
	SettingValue     *uint32 `protobuf:"varint,2,opt,name=setting_value" json:"setting_value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) Descriptor

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) GetSettingType

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) GetSettingValue

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) ProtoMessage

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) Reset

func (*CMsgGCCStrike15V2_AccountPrivacySettings_Setting) String

type CMsgGCCStrike15V2_AcknowledgePenalty

type CMsgGCCStrike15V2_AcknowledgePenalty struct {
	Acknowledged     *int32 `protobuf:"varint,1,opt,name=acknowledged" json:"acknowledged,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_AcknowledgePenalty) Descriptor

func (*CMsgGCCStrike15V2_AcknowledgePenalty) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_AcknowledgePenalty) GetAcknowledged

func (m *CMsgGCCStrike15V2_AcknowledgePenalty) GetAcknowledged() int32

func (*CMsgGCCStrike15V2_AcknowledgePenalty) ProtoMessage

func (*CMsgGCCStrike15V2_AcknowledgePenalty) ProtoMessage()

func (*CMsgGCCStrike15V2_AcknowledgePenalty) Reset

func (*CMsgGCCStrike15V2_AcknowledgePenalty) String

type CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest

type CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest struct {
	ParamS           *uint64 `protobuf:"varint,1,opt,name=param_s" json:"param_s,omitempty"`
	ParamA           *uint64 `protobuf:"varint,2,opt,name=param_a" json:"param_a,omitempty"`
	ParamD           *uint64 `protobuf:"varint,3,opt,name=param_d" json:"param_d,omitempty"`
	ParamM           *uint64 `protobuf:"varint,4,opt,name=param_m" json:"param_m,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) Descriptor

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) GetParamA

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) GetParamD

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) GetParamM

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) GetParamS

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) ProtoMessage

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) Reset

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockRequest) String

type CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse

type CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse struct {
	Iteminfo         *CEconItemPreviewDataBlock `protobuf:"bytes,1,opt,name=iteminfo" json:"iteminfo,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse) Descriptor

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse) GetIteminfo

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse) ProtoMessage

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse) Reset

func (*CMsgGCCStrike15V2_Client2GCEconPreviewDataBlockResponse) String

type CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin

type CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin) Descriptor

func (*CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin) ProtoMessage

func (*CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin) Reset

func (*CMsgGCCStrike15V2_Client2GCRequestPrestigeCoin) String

type CMsgGCCStrike15V2_Client2GCStreamUnlock

type CMsgGCCStrike15V2_Client2GCStreamUnlock struct {
	Ticket           *uint64 `protobuf:"varint,1,opt,name=ticket" json:"ticket,omitempty"`
	Os               *int32  `protobuf:"varint,2,opt,name=os" json:"os,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) Descriptor

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) GetOs

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) GetTicket

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) ProtoMessage

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) Reset

func (*CMsgGCCStrike15V2_Client2GCStreamUnlock) String

type CMsgGCCStrike15V2_Client2GCTextMsg

type CMsgGCCStrike15V2_Client2GCTextMsg struct {
	Id               *uint32  `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Args             [][]byte `protobuf:"bytes,2,rep,name=args" json:"args,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_Client2GCTextMsg) Descriptor

func (*CMsgGCCStrike15V2_Client2GCTextMsg) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Client2GCTextMsg) GetArgs

func (m *CMsgGCCStrike15V2_Client2GCTextMsg) GetArgs() [][]byte

func (*CMsgGCCStrike15V2_Client2GCTextMsg) GetId

func (*CMsgGCCStrike15V2_Client2GCTextMsg) ProtoMessage

func (*CMsgGCCStrike15V2_Client2GCTextMsg) ProtoMessage()

func (*CMsgGCCStrike15V2_Client2GCTextMsg) Reset

func (*CMsgGCCStrike15V2_Client2GCTextMsg) String

type CMsgGCCStrike15V2_ClientCommendPlayer

type CMsgGCCStrike15V2_ClientCommendPlayer struct {
	AccountId        *uint32                 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	MatchId          *uint64                 `protobuf:"varint,8,opt,name=match_id" json:"match_id,omitempty"`
	Commendation     *PlayerCommendationInfo `protobuf:"bytes,9,opt,name=commendation" json:"commendation,omitempty"`
	Tokens           *uint32                 `protobuf:"varint,10,opt,name=tokens" json:"tokens,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientCommendPlayer) Descriptor

func (*CMsgGCCStrike15V2_ClientCommendPlayer) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_ClientCommendPlayer) GetAccountId

func (*CMsgGCCStrike15V2_ClientCommendPlayer) GetCommendation

func (*CMsgGCCStrike15V2_ClientCommendPlayer) GetMatchId

func (*CMsgGCCStrike15V2_ClientCommendPlayer) GetTokens

func (*CMsgGCCStrike15V2_ClientCommendPlayer) ProtoMessage

func (*CMsgGCCStrike15V2_ClientCommendPlayer) ProtoMessage()

func (*CMsgGCCStrike15V2_ClientCommendPlayer) Reset

func (*CMsgGCCStrike15V2_ClientCommendPlayer) String

type CMsgGCCStrike15V2_ClientReportPlayer

type CMsgGCCStrike15V2_ClientReportPlayer struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	RptAimbot        *uint32 `protobuf:"varint,2,opt,name=rpt_aimbot" json:"rpt_aimbot,omitempty"`
	RptWallhack      *uint32 `protobuf:"varint,3,opt,name=rpt_wallhack" json:"rpt_wallhack,omitempty"`
	RptSpeedhack     *uint32 `protobuf:"varint,4,opt,name=rpt_speedhack" json:"rpt_speedhack,omitempty"`
	RptTeamharm      *uint32 `protobuf:"varint,5,opt,name=rpt_teamharm" json:"rpt_teamharm,omitempty"`
	RptTextabuse     *uint32 `protobuf:"varint,6,opt,name=rpt_textabuse" json:"rpt_textabuse,omitempty"`
	RptVoiceabuse    *uint32 `protobuf:"varint,7,opt,name=rpt_voiceabuse" json:"rpt_voiceabuse,omitempty"`
	MatchId          *uint64 `protobuf:"varint,8,opt,name=match_id" json:"match_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientReportPlayer) Descriptor

func (*CMsgGCCStrike15V2_ClientReportPlayer) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetAccountId

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetAccountId() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetMatchId

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptAimbot

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptAimbot() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptSpeedhack

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptSpeedhack() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptTeamharm

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptTeamharm() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptTextabuse

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptTextabuse() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptVoiceabuse

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptVoiceabuse() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) GetRptWallhack

func (m *CMsgGCCStrike15V2_ClientReportPlayer) GetRptWallhack() uint32

func (*CMsgGCCStrike15V2_ClientReportPlayer) ProtoMessage

func (*CMsgGCCStrike15V2_ClientReportPlayer) ProtoMessage()

func (*CMsgGCCStrike15V2_ClientReportPlayer) Reset

func (*CMsgGCCStrike15V2_ClientReportPlayer) String

type CMsgGCCStrike15V2_ClientReportResponse

type CMsgGCCStrike15V2_ClientReportResponse struct {
	ConfirmationId   *uint64 `protobuf:"varint,1,opt,name=confirmation_id" json:"confirmation_id,omitempty"`
	AccountId        *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
	ServerIp         *uint32 `protobuf:"varint,3,opt,name=server_ip" json:"server_ip,omitempty"`
	ResponseType     *uint32 `protobuf:"varint,4,opt,name=response_type" json:"response_type,omitempty"`
	ResponseResult   *uint32 `protobuf:"varint,5,opt,name=response_result" json:"response_result,omitempty"`
	Tokens           *uint32 `protobuf:"varint,6,opt,name=tokens" json:"tokens,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientReportResponse) Descriptor

func (*CMsgGCCStrike15V2_ClientReportResponse) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_ClientReportResponse) GetAccountId

func (*CMsgGCCStrike15V2_ClientReportResponse) GetConfirmationId

func (m *CMsgGCCStrike15V2_ClientReportResponse) GetConfirmationId() uint64

func (*CMsgGCCStrike15V2_ClientReportResponse) GetResponseResult

func (m *CMsgGCCStrike15V2_ClientReportResponse) GetResponseResult() uint32

func (*CMsgGCCStrike15V2_ClientReportResponse) GetResponseType

func (m *CMsgGCCStrike15V2_ClientReportResponse) GetResponseType() uint32

func (*CMsgGCCStrike15V2_ClientReportResponse) GetServerIp

func (*CMsgGCCStrike15V2_ClientReportResponse) GetTokens

func (*CMsgGCCStrike15V2_ClientReportResponse) ProtoMessage

func (*CMsgGCCStrike15V2_ClientReportResponse) Reset

func (*CMsgGCCStrike15V2_ClientReportResponse) String

type CMsgGCCStrike15V2_ClientReportServer

type CMsgGCCStrike15V2_ClientReportServer struct {
	RptPoorperf      *uint32 `protobuf:"varint,1,opt,name=rpt_poorperf" json:"rpt_poorperf,omitempty"`
	RptAbusivemodels *uint32 `protobuf:"varint,2,opt,name=rpt_abusivemodels" json:"rpt_abusivemodels,omitempty"`
	RptBadmotd       *uint32 `protobuf:"varint,3,opt,name=rpt_badmotd" json:"rpt_badmotd,omitempty"`
	RptListingabuse  *uint32 `protobuf:"varint,4,opt,name=rpt_listingabuse" json:"rpt_listingabuse,omitempty"`
	MatchId          *uint64 `protobuf:"varint,8,opt,name=match_id" json:"match_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientReportServer) Descriptor

func (*CMsgGCCStrike15V2_ClientReportServer) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_ClientReportServer) GetMatchId

func (*CMsgGCCStrike15V2_ClientReportServer) GetRptAbusivemodels

func (m *CMsgGCCStrike15V2_ClientReportServer) GetRptAbusivemodels() uint32

func (*CMsgGCCStrike15V2_ClientReportServer) GetRptBadmotd

func (m *CMsgGCCStrike15V2_ClientReportServer) GetRptBadmotd() uint32

func (*CMsgGCCStrike15V2_ClientReportServer) GetRptListingabuse

func (m *CMsgGCCStrike15V2_ClientReportServer) GetRptListingabuse() uint32

func (*CMsgGCCStrike15V2_ClientReportServer) GetRptPoorperf

func (m *CMsgGCCStrike15V2_ClientReportServer) GetRptPoorperf() uint32

func (*CMsgGCCStrike15V2_ClientReportServer) ProtoMessage

func (*CMsgGCCStrike15V2_ClientReportServer) ProtoMessage()

func (*CMsgGCCStrike15V2_ClientReportServer) Reset

func (*CMsgGCCStrike15V2_ClientReportServer) String

type CMsgGCCStrike15V2_ClientRequestJoinFriendData

type CMsgGCCStrike15V2_ClientRequestJoinFriendData struct {
	Version          *uint32                                        `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	AccountId        *uint32                                        `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
	JoinToken        *uint32                                        `protobuf:"varint,3,opt,name=join_token" json:"join_token,omitempty"`
	JoinIpp          *uint32                                        `protobuf:"varint,4,opt,name=join_ipp" json:"join_ipp,omitempty"`
	Res              *CMsgGCCStrike15V2_MatchmakingGC2ClientReserve `protobuf:"bytes,5,opt,name=res" json:"res,omitempty"`
	Errormsg         *string                                        `protobuf:"bytes,6,opt,name=errormsg" json:"errormsg,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) Descriptor

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetAccountId

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetErrormsg

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetJoinIpp

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetJoinToken

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetRes

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) GetVersion

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) ProtoMessage

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) Reset

func (*CMsgGCCStrike15V2_ClientRequestJoinFriendData) String

type CMsgGCCStrike15V2_ClientRequestJoinServerData

type CMsgGCCStrike15V2_ClientRequestJoinServerData struct {
	Version          *uint32                                        `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	AccountId        *uint32                                        `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
	Serverid         *uint64                                        `protobuf:"varint,3,opt,name=serverid" json:"serverid,omitempty"`
	ServerIp         *uint32                                        `protobuf:"varint,4,opt,name=server_ip" json:"server_ip,omitempty"`
	ServerPort       *uint32                                        `protobuf:"varint,5,opt,name=server_port" json:"server_port,omitempty"`
	Res              *CMsgGCCStrike15V2_MatchmakingGC2ClientReserve `protobuf:"bytes,6,opt,name=res" json:"res,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) Descriptor

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetAccountId

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetRes

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetServerIp

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetServerPort

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetServerid

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) GetVersion

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) ProtoMessage

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) Reset

func (*CMsgGCCStrike15V2_ClientRequestJoinServerData) String

type CMsgGCCStrike15V2_ClientRequestPlayersProfile

type CMsgGCCStrike15V2_ClientRequestPlayersProfile struct {
	RequestId_Deprecated  *uint32  `protobuf:"varint,1,opt,name=request_id__deprecated" json:"request_id__deprecated,omitempty"`
	AccountIds_Deprecated []uint32 `protobuf:"varint,2,rep,name=account_ids__deprecated" json:"account_ids__deprecated,omitempty"`
	AccountId             *uint32  `protobuf:"varint,3,opt,name=account_id" json:"account_id,omitempty"`
	RequestLevel          *uint32  `protobuf:"varint,4,opt,name=request_level" json:"request_level,omitempty"`
	XXX_unrecognized      []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) Descriptor

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetAccountId

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetAccountIds_Deprecated

func (m *CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetAccountIds_Deprecated() []uint32

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetRequestId_Deprecated

func (m *CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetRequestId_Deprecated() uint32

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) GetRequestLevel

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) ProtoMessage

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) Reset

func (*CMsgGCCStrike15V2_ClientRequestPlayersProfile) String

type CMsgGCCStrike15V2_ClientRequestWatchInfoFriends

type CMsgGCCStrike15V2_ClientRequestWatchInfoFriends struct {
	RequestId        *uint32  `protobuf:"varint,1,opt,name=request_id" json:"request_id,omitempty"`
	AccountIds       []uint32 `protobuf:"varint,2,rep,name=account_ids" json:"account_ids,omitempty"`
	Serverid         *uint64  `protobuf:"varint,3,opt,name=serverid" json:"serverid,omitempty"`
	Matchid          *uint64  `protobuf:"varint,4,opt,name=matchid" json:"matchid,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) Descriptor

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) GetAccountIds

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) GetMatchid

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) GetRequestId

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) GetServerid

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) ProtoMessage

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) Reset

func (*CMsgGCCStrike15V2_ClientRequestWatchInfoFriends) String

type CMsgGCCStrike15V2_ClientSubmitSurveyVote

type CMsgGCCStrike15V2_ClientSubmitSurveyVote struct {
	SurveyId         *uint32 `protobuf:"varint,1,opt,name=survey_id" json:"survey_id,omitempty"`
	Vote             *uint32 `protobuf:"varint,2,opt,name=vote" json:"vote,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) Descriptor

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) GetSurveyId

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) GetVote

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) ProtoMessage

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) Reset

func (*CMsgGCCStrike15V2_ClientSubmitSurveyVote) String

type CMsgGCCStrike15V2_ClientVarValueNotificationInfo

type CMsgGCCStrike15V2_ClientVarValueNotificationInfo struct {
	ValueName        *string  `protobuf:"bytes,1,opt,name=value_name" json:"value_name,omitempty"`
	ValueInt         *int32   `protobuf:"varint,2,opt,name=value_int" json:"value_int,omitempty"`
	ServerAddr       *uint32  `protobuf:"varint,3,opt,name=server_addr" json:"server_addr,omitempty"`
	ServerPort       *uint32  `protobuf:"varint,4,opt,name=server_port" json:"server_port,omitempty"`
	ChokedBlocks     []string `protobuf:"bytes,5,rep,name=choked_blocks" json:"choked_blocks,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) Descriptor

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) GetChokedBlocks

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) GetServerAddr

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) GetServerPort

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) GetValueInt

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) GetValueName

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) ProtoMessage

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) Reset

func (*CMsgGCCStrike15V2_ClientVarValueNotificationInfo) String

type CMsgGCCStrike15V2_Fantasy

type CMsgGCCStrike15V2_Fantasy struct {
	EventId          *uint32                                  `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
	Teams            []*CMsgGCCStrike15V2_Fantasy_FantasyTeam `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgGCCStrike15V2_Fantasy) Descriptor

func (*CMsgGCCStrike15V2_Fantasy) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Fantasy) GetEventId

func (m *CMsgGCCStrike15V2_Fantasy) GetEventId() uint32

func (*CMsgGCCStrike15V2_Fantasy) GetTeams

func (*CMsgGCCStrike15V2_Fantasy) ProtoMessage

func (*CMsgGCCStrike15V2_Fantasy) ProtoMessage()

func (*CMsgGCCStrike15V2_Fantasy) Reset

func (m *CMsgGCCStrike15V2_Fantasy) Reset()

func (*CMsgGCCStrike15V2_Fantasy) String

func (m *CMsgGCCStrike15V2_Fantasy) String() string

type CMsgGCCStrike15V2_Fantasy_FantasySlot

type CMsgGCCStrike15V2_Fantasy_FantasySlot struct {
	Type             *int32  `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Pick             *int32  `protobuf:"varint,2,opt,name=pick" json:"pick,omitempty"`
	Itemid           *uint64 `protobuf:"varint,3,opt,name=itemid" json:"itemid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) Descriptor

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) GetItemid

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) GetPick

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) GetType

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) ProtoMessage

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) ProtoMessage()

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) Reset

func (*CMsgGCCStrike15V2_Fantasy_FantasySlot) String

type CMsgGCCStrike15V2_Fantasy_FantasyTeam

type CMsgGCCStrike15V2_Fantasy_FantasyTeam struct {
	Sectionid        *int32                                   `protobuf:"varint,1,opt,name=sectionid" json:"sectionid,omitempty"`
	Slots            []*CMsgGCCStrike15V2_Fantasy_FantasySlot `protobuf:"bytes,2,rep,name=slots" json:"slots,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) Descriptor

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) GetSectionid

func (m *CMsgGCCStrike15V2_Fantasy_FantasyTeam) GetSectionid() int32

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) GetSlots

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) ProtoMessage

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) ProtoMessage()

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) Reset

func (*CMsgGCCStrike15V2_Fantasy_FantasyTeam) String

type CMsgGCCStrike15V2_GC2ClientTextMsg

type CMsgGCCStrike15V2_GC2ClientTextMsg struct {
	Id               *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Type             *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
	Payload          []byte  `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) Descriptor

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) GetId

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) GetPayload

func (m *CMsgGCCStrike15V2_GC2ClientTextMsg) GetPayload() []byte

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) GetType

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) ProtoMessage

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) ProtoMessage()

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) Reset

func (*CMsgGCCStrike15V2_GC2ClientTextMsg) String

type CMsgGCCStrike15V2_GC2ClientTournamentInfo

type CMsgGCCStrike15V2_GC2ClientTournamentInfo struct {
	Eventid          *uint32  `protobuf:"varint,1,opt,name=eventid" json:"eventid,omitempty"`
	Stageid          *uint32  `protobuf:"varint,2,opt,name=stageid" json:"stageid,omitempty"`
	GameType         *uint32  `protobuf:"varint,3,opt,name=game_type" json:"game_type,omitempty"`
	Teamids          []uint32 `protobuf:"varint,4,rep,name=teamids" json:"teamids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) Descriptor

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) GetEventid

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) GetGameType

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) GetStageid

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) GetTeamids

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) ProtoMessage

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) Reset

func (*CMsgGCCStrike15V2_GC2ClientTournamentInfo) String

type CMsgGCCStrike15V2_GC2ServerReservationUpdate

type CMsgGCCStrike15V2_GC2ServerReservationUpdate struct {
	ViewersExternalTotal *uint32 `protobuf:"varint,1,opt,name=viewers_external_total" json:"viewers_external_total,omitempty"`
	ViewersExternalSteam *uint32 `protobuf:"varint,2,opt,name=viewers_external_steam" json:"viewers_external_steam,omitempty"`
	XXX_unrecognized     []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) Descriptor

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) GetViewersExternalSteam

func (m *CMsgGCCStrike15V2_GC2ServerReservationUpdate) GetViewersExternalSteam() uint32

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) GetViewersExternalTotal

func (m *CMsgGCCStrike15V2_GC2ServerReservationUpdate) GetViewersExternalTotal() uint32

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) ProtoMessage

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) Reset

func (*CMsgGCCStrike15V2_GC2ServerReservationUpdate) String

type CMsgGCCStrike15V2_GiftsLeaderboardRequest

type CMsgGCCStrike15V2_GiftsLeaderboardRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_GiftsLeaderboardRequest) Descriptor

func (*CMsgGCCStrike15V2_GiftsLeaderboardRequest) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_GiftsLeaderboardRequest) ProtoMessage

func (*CMsgGCCStrike15V2_GiftsLeaderboardRequest) Reset

func (*CMsgGCCStrike15V2_GiftsLeaderboardRequest) String

type CMsgGCCStrike15V2_GiftsLeaderboardResponse

type CMsgGCCStrike15V2_GiftsLeaderboardResponse struct {
	Servertime        *uint32                                                            `protobuf:"varint,1,opt,name=servertime" json:"servertime,omitempty"`
	TimePeriodSeconds *uint32                                                            `protobuf:"varint,2,opt,name=time_period_seconds" json:"time_period_seconds,omitempty"`
	TotalGiftsGiven   *uint32                                                            `protobuf:"varint,3,opt,name=total_gifts_given" json:"total_gifts_given,omitempty"`
	TotalGivers       *uint32                                                            `protobuf:"varint,4,opt,name=total_givers" json:"total_givers,omitempty"`
	Entries           []*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry `protobuf:"bytes,5,rep,name=entries" json:"entries,omitempty"`
	XXX_unrecognized  []byte                                                             `json:"-"`
}

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) Descriptor

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetEntries

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetServertime

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetTimePeriodSeconds

func (m *CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetTimePeriodSeconds() uint32

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetTotalGiftsGiven

func (m *CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetTotalGiftsGiven() uint32

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) GetTotalGivers

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) ProtoMessage

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) Reset

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse) String

type CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry

type CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Gifts            *uint32 `protobuf:"varint,2,opt,name=gifts" json:"gifts,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) Descriptor

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) GetAccountid

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) GetGifts

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) ProtoMessage

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) Reset

func (*CMsgGCCStrike15V2_GiftsLeaderboardResponse_GiftLeaderboardEntry) String

type CMsgGCCStrike15V2_MatchEndRewardDropsNotification

type CMsgGCCStrike15V2_MatchEndRewardDropsNotification struct {
	Iteminfo         *CEconItemPreviewDataBlock `protobuf:"bytes,6,opt,name=iteminfo" json:"iteminfo,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchEndRewardDropsNotification) Descriptor

func (*CMsgGCCStrike15V2_MatchEndRewardDropsNotification) GetIteminfo

func (*CMsgGCCStrike15V2_MatchEndRewardDropsNotification) ProtoMessage

func (*CMsgGCCStrike15V2_MatchEndRewardDropsNotification) Reset

func (*CMsgGCCStrike15V2_MatchEndRewardDropsNotification) String

type CMsgGCCStrike15V2_MatchEndRunRewardDrops

type CMsgGCCStrike15V2_MatchEndRunRewardDrops struct {
	Serverinfo        *CMsgGCCStrike15V2_MatchmakingServerReservationResponse `protobuf:"bytes,3,opt,name=serverinfo" json:"serverinfo,omitempty"`
	MatchEndQuestData *CMsgGC_ServerQuestUpdateData                           `protobuf:"bytes,4,opt,name=match_end_quest_data" json:"match_end_quest_data,omitempty"`
	XXX_unrecognized  []byte                                                  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) Descriptor

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) GetMatchEndQuestData

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) GetServerinfo

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) ProtoMessage

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) Reset

func (*CMsgGCCStrike15V2_MatchEndRunRewardDrops) String

type CMsgGCCStrike15V2_MatchList

type CMsgGCCStrike15V2_MatchList struct {
	Msgrequestid     *uint32                            `protobuf:"varint,1,opt,name=msgrequestid" json:"msgrequestid,omitempty"`
	Accountid        *uint32                            `protobuf:"varint,2,opt,name=accountid" json:"accountid,omitempty"`
	Servertime       *uint32                            `protobuf:"varint,3,opt,name=servertime" json:"servertime,omitempty"`
	Matches          []*CDataGCCStrike15V2_MatchInfo    `protobuf:"bytes,4,rep,name=matches" json:"matches,omitempty"`
	Streams          []*TournamentTeam                  `protobuf:"bytes,5,rep,name=streams" json:"streams,omitempty"`
	Tournamentinfo   *CDataGCCStrike15V2_TournamentInfo `protobuf:"bytes,6,opt,name=tournamentinfo" json:"tournamentinfo,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchList) Descriptor

func (*CMsgGCCStrike15V2_MatchList) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_MatchList) GetAccountid

func (m *CMsgGCCStrike15V2_MatchList) GetAccountid() uint32

func (*CMsgGCCStrike15V2_MatchList) GetMatches

func (*CMsgGCCStrike15V2_MatchList) GetMsgrequestid

func (m *CMsgGCCStrike15V2_MatchList) GetMsgrequestid() uint32

func (*CMsgGCCStrike15V2_MatchList) GetServertime

func (m *CMsgGCCStrike15V2_MatchList) GetServertime() uint32

func (*CMsgGCCStrike15V2_MatchList) GetStreams

func (m *CMsgGCCStrike15V2_MatchList) GetStreams() []*TournamentTeam

func (*CMsgGCCStrike15V2_MatchList) GetTournamentinfo

func (*CMsgGCCStrike15V2_MatchList) ProtoMessage

func (*CMsgGCCStrike15V2_MatchList) ProtoMessage()

func (*CMsgGCCStrike15V2_MatchList) Reset

func (m *CMsgGCCStrike15V2_MatchList) Reset()

func (*CMsgGCCStrike15V2_MatchList) String

func (m *CMsgGCCStrike15V2_MatchList) String() string

type CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames

type CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames) Descriptor

func (*CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames) ProtoMessage

func (*CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames) Reset

func (*CMsgGCCStrike15V2_MatchListRequestCurrentLiveGames) String

type CMsgGCCStrike15V2_MatchListRequestFullGameInfo

type CMsgGCCStrike15V2_MatchListRequestFullGameInfo struct {
	Matchid          *uint64 `protobuf:"varint,1,opt,name=matchid" json:"matchid,omitempty"`
	Outcomeid        *uint64 `protobuf:"varint,2,opt,name=outcomeid" json:"outcomeid,omitempty"`
	Token            *uint32 `protobuf:"varint,3,opt,name=token" json:"token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) Descriptor

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) GetMatchid

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) GetOutcomeid

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) GetToken

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) ProtoMessage

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) Reset

func (*CMsgGCCStrike15V2_MatchListRequestFullGameInfo) String

type CMsgGCCStrike15V2_MatchListRequestLiveGameForUser

type CMsgGCCStrike15V2_MatchListRequestLiveGameForUser struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchListRequestLiveGameForUser) Descriptor

func (*CMsgGCCStrike15V2_MatchListRequestLiveGameForUser) GetAccountid

func (*CMsgGCCStrike15V2_MatchListRequestLiveGameForUser) ProtoMessage

func (*CMsgGCCStrike15V2_MatchListRequestLiveGameForUser) Reset

func (*CMsgGCCStrike15V2_MatchListRequestLiveGameForUser) String

type CMsgGCCStrike15V2_MatchListRequestRecentUserGames

type CMsgGCCStrike15V2_MatchListRequestRecentUserGames struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchListRequestRecentUserGames) Descriptor

func (*CMsgGCCStrike15V2_MatchListRequestRecentUserGames) GetAccountid

func (*CMsgGCCStrike15V2_MatchListRequestRecentUserGames) ProtoMessage

func (*CMsgGCCStrike15V2_MatchListRequestRecentUserGames) Reset

func (*CMsgGCCStrike15V2_MatchListRequestRecentUserGames) String

type CMsgGCCStrike15V2_MatchListRequestTournamentGames

type CMsgGCCStrike15V2_MatchListRequestTournamentGames struct {
	Eventid          *int32 `protobuf:"varint,1,opt,name=eventid" json:"eventid,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchListRequestTournamentGames) Descriptor

func (*CMsgGCCStrike15V2_MatchListRequestTournamentGames) GetEventid

func (*CMsgGCCStrike15V2_MatchListRequestTournamentGames) ProtoMessage

func (*CMsgGCCStrike15V2_MatchListRequestTournamentGames) Reset

func (*CMsgGCCStrike15V2_MatchListRequestTournamentGames) String

type CMsgGCCStrike15V2_MatchmakingClient2GCHello

type CMsgGCCStrike15V2_MatchmakingClient2GCHello struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingClient2GCHello) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingClient2GCHello) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingClient2GCHello) Reset

func (*CMsgGCCStrike15V2_MatchmakingClient2GCHello) String

type CMsgGCCStrike15V2_MatchmakingClient2ServerPing

type CMsgGCCStrike15V2_MatchmakingClient2ServerPing struct {
	Gameserverpings  []*GameServerPing `protobuf:"bytes,1,rep,name=gameserverpings" json:"gameserverpings,omitempty"`
	OffsetIndex      *int32            `protobuf:"varint,2,opt,name=offset_index" json:"offset_index,omitempty"`
	FinalBatch       *int32            `protobuf:"varint,3,opt,name=final_batch" json:"final_batch,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) GetFinalBatch

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) GetGameserverpings

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) GetOffsetIndex

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) Reset

func (*CMsgGCCStrike15V2_MatchmakingClient2ServerPing) String

type CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon

type CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon struct {
	AccountId        *uint32                                        `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	AbandonedMatch   *CMsgGCCStrike15V2_MatchmakingGC2ClientReserve `protobuf:"bytes,2,opt,name=abandoned_match" json:"abandoned_match,omitempty"`
	PenaltySeconds   *uint32                                        `protobuf:"varint,3,opt,name=penalty_seconds" json:"penalty_seconds,omitempty"`
	PenaltyReason    *uint32                                        `protobuf:"varint,4,opt,name=penalty_reason" json:"penalty_reason,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) GetAbandonedMatch

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) GetAccountId

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) GetPenaltyReason

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) GetPenaltySeconds

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientAbandon) String

type CMsgGCCStrike15V2_MatchmakingGC2ClientHello

type CMsgGCCStrike15V2_MatchmakingGC2ClientHello struct {
	AccountId            *uint32                                        `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	Ongoingmatch         *CMsgGCCStrike15V2_MatchmakingGC2ClientReserve `protobuf:"bytes,2,opt,name=ongoingmatch" json:"ongoingmatch,omitempty"`
	GlobalStats          *GlobalStatistics                              `protobuf:"bytes,3,opt,name=global_stats" json:"global_stats,omitempty"`
	PenaltySeconds       *uint32                                        `protobuf:"varint,4,opt,name=penalty_seconds" json:"penalty_seconds,omitempty"`
	PenaltyReason        *uint32                                        `protobuf:"varint,5,opt,name=penalty_reason" json:"penalty_reason,omitempty"`
	VacBanned            *int32                                         `protobuf:"varint,6,opt,name=vac_banned" json:"vac_banned,omitempty"`
	Ranking              *PlayerRankingInfo                             `protobuf:"bytes,7,opt,name=ranking" json:"ranking,omitempty"`
	Commendation         *PlayerCommendationInfo                        `protobuf:"bytes,8,opt,name=commendation" json:"commendation,omitempty"`
	Medals               *PlayerMedalsInfo                              `protobuf:"bytes,9,opt,name=medals" json:"medals,omitempty"`
	MyCurrentEvent       *TournamentEvent                               `protobuf:"bytes,10,opt,name=my_current_event" json:"my_current_event,omitempty"`
	MyCurrentEventTeams  []*TournamentTeam                              `protobuf:"bytes,11,rep,name=my_current_event_teams" json:"my_current_event_teams,omitempty"`
	MyCurrentTeam        *TournamentTeam                                `protobuf:"bytes,12,opt,name=my_current_team" json:"my_current_team,omitempty"`
	MyCurrentEventStages []*TournamentEvent                             `protobuf:"bytes,13,rep,name=my_current_event_stages" json:"my_current_event_stages,omitempty"`
	SurveyVote           *uint32                                        `protobuf:"varint,14,opt,name=survey_vote" json:"survey_vote,omitempty"`
	Activity             *AccountActivity                               `protobuf:"bytes,15,opt,name=activity" json:"activity,omitempty"`
	PlayerLevel          *int32                                         `protobuf:"varint,17,opt,name=player_level" json:"player_level,omitempty"`
	PlayerCurXp          *int32                                         `protobuf:"varint,18,opt,name=player_cur_xp" json:"player_cur_xp,omitempty"`
	PlayerXpBonusFlags   *int32                                         `protobuf:"varint,19,opt,name=player_xp_bonus_flags" json:"player_xp_bonus_flags,omitempty"`
	XXX_unrecognized     []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetAccountId

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetActivity

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetCommendation

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetGlobalStats

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMedals

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentEvent

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentEventStages

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentEventStages() []*TournamentEvent

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentEventTeams

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentEventTeams() []*TournamentTeam

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetMyCurrentTeam

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetOngoingmatch

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPenaltyReason

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPenaltySeconds

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPenaltySeconds() uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPlayerCurXp

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPlayerLevel

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPlayerXpBonusFlags

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetPlayerXpBonusFlags() int32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetRanking

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetSurveyVote

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) GetVacBanned

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientHello) String

type CMsgGCCStrike15V2_MatchmakingGC2ClientReserve

type CMsgGCCStrike15V2_MatchmakingGC2ClientReserve struct {
	Serverid         *uint64                                        `protobuf:"varint,1,opt,name=serverid" json:"serverid,omitempty"`
	Serverip         *uint32                                        `protobuf:"varint,2,opt,name=serverip" json:"serverip,omitempty"`
	Serverport       *uint32                                        `protobuf:"varint,3,opt,name=serverport" json:"serverport,omitempty"`
	Reservationid    *uint64                                        `protobuf:"varint,4,opt,name=reservationid" json:"reservationid,omitempty"`
	Reservation      *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve `protobuf:"bytes,5,opt,name=reservation" json:"reservation,omitempty"`
	Map              *string                                        `protobuf:"bytes,6,opt,name=map" json:"map,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetMap

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetReservation

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetReservationid

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetServerid

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetServerip

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) GetServerport

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientReserve) String

type CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate

type CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate struct {
	Matchmaking                   *int32                                               `protobuf:"varint,1,opt,name=matchmaking" json:"matchmaking,omitempty"`
	WaitingAccountIdSessions      []uint32                                             `protobuf:"varint,2,rep,name=waiting_account_id_sessions" json:"waiting_account_id_sessions,omitempty"`
	Error                         *string                                              `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"`
	OngoingmatchAccountIdSessions []uint32                                             `protobuf:"varint,6,rep,name=ongoingmatch_account_id_sessions" json:"ongoingmatch_account_id_sessions,omitempty"`
	GlobalStats                   *GlobalStatistics                                    `protobuf:"bytes,7,opt,name=global_stats" json:"global_stats,omitempty"`
	FailpingAccountIdSessions     []uint32                                             `protobuf:"varint,8,rep,name=failping_account_id_sessions" json:"failping_account_id_sessions,omitempty"`
	PenaltyAccountIdSessions      []uint32                                             `protobuf:"varint,9,rep,name=penalty_account_id_sessions" json:"penalty_account_id_sessions,omitempty"`
	FailreadyAccountIdSessions    []uint32                                             `protobuf:"varint,10,rep,name=failready_account_id_sessions" json:"failready_account_id_sessions,omitempty"`
	VacbannedAccountIdSessions    []uint32                                             `protobuf:"varint,11,rep,name=vacbanned_account_id_sessions" json:"vacbanned_account_id_sessions,omitempty"`
	ServerIpaddressMask           *IpAddressMask                                       `protobuf:"bytes,12,opt,name=server_ipaddress_mask" json:"server_ipaddress_mask,omitempty"`
	Notes                         []*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note `protobuf:"bytes,13,rep,name=notes" json:"notes,omitempty"`
	PenaltyAccountIdSessionsGreen []uint32                                             `protobuf:"varint,14,rep,name=penalty_account_id_sessions_green" json:"penalty_account_id_sessions_green,omitempty"`
	InsufficientlevelSessions     []uint32                                             `protobuf:"varint,15,rep,name=insufficientlevel_sessions" json:"insufficientlevel_sessions,omitempty"`
	XXX_unrecognized              []byte                                               `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetError

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetFailpingAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetFailpingAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetFailreadyAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetFailreadyAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetGlobalStats

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetInsufficientlevelSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetInsufficientlevelSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetMatchmaking

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetNotes

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetOngoingmatchAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetOngoingmatchAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetPenaltyAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetPenaltyAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetPenaltyAccountIdSessionsGreen

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetPenaltyAccountIdSessionsGreen() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetServerIpaddressMask

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetServerIpaddressMask() *IpAddressMask

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetVacbannedAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetVacbannedAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetWaitingAccountIdSessions

func (m *CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) GetWaitingAccountIdSessions() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate) String

type CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note

type CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note struct {
	Type             *int32   `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	RegionId         *int32   `protobuf:"varint,2,opt,name=region_id" json:"region_id,omitempty"`
	RegionR          *float32 `protobuf:"fixed32,3,opt,name=region_r" json:"region_r,omitempty"`
	Distance         *float32 `protobuf:"fixed32,4,opt,name=distance" json:"distance,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) GetDistance

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) GetRegionId

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) GetRegionR

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) GetType

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ClientUpdate_Note) String

type CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm

type CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm struct {
	Token            *uint32 `protobuf:"varint,1,opt,name=token" json:"token,omitempty"`
	Stamp            *uint32 `protobuf:"varint,2,opt,name=stamp" json:"stamp,omitempty"`
	Exchange         *uint64 `protobuf:"varint,3,opt,name=exchange" json:"exchange,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) GetExchange

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) GetStamp

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) GetToken

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm) String

type CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate

type CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate struct {
	Rankings         []*PlayerRankingInfo `protobuf:"bytes,1,rep,name=rankings" json:"rankings,omitempty"`
	MatchId          *uint64              `protobuf:"varint,2,opt,name=match_id" json:"match_id,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) GetMatchId

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) GetRankings

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerRankUpdate) String

type CMsgGCCStrike15V2_MatchmakingGC2ServerReserve

type CMsgGCCStrike15V2_MatchmakingGC2ServerReserve struct {
	AccountIds                  []uint32             `protobuf:"varint,1,rep,name=account_ids" json:"account_ids,omitempty"`
	GameType                    *uint32              `protobuf:"varint,2,opt,name=game_type" json:"game_type,omitempty"`
	MatchId                     *uint64              `protobuf:"varint,3,opt,name=match_id" json:"match_id,omitempty"`
	ServerVersion               *uint32              `protobuf:"varint,4,opt,name=server_version" json:"server_version,omitempty"`
	Rankings                    []*PlayerRankingInfo `protobuf:"bytes,5,rep,name=rankings" json:"rankings,omitempty"`
	EncryptionKey               *uint64              `protobuf:"varint,6,opt,name=encryption_key" json:"encryption_key,omitempty"`
	EncryptionKeyPub            *uint64              `protobuf:"varint,7,opt,name=encryption_key_pub" json:"encryption_key_pub,omitempty"`
	PartyIds                    []uint32             `protobuf:"varint,8,rep,name=party_ids" json:"party_ids,omitempty"`
	Whitelist                   []*IpAddressMask     `protobuf:"bytes,9,rep,name=whitelist" json:"whitelist,omitempty"`
	TvMasterSteamid             *uint64              `protobuf:"varint,10,opt,name=tv_master_steamid" json:"tv_master_steamid,omitempty"`
	TournamentEvent             *TournamentEvent     `protobuf:"bytes,11,opt,name=tournament_event" json:"tournament_event,omitempty"`
	TournamentTeams             []*TournamentTeam    `protobuf:"bytes,12,rep,name=tournament_teams" json:"tournament_teams,omitempty"`
	TournamentCastersAccountIds []uint32             `protobuf:"varint,13,rep,name=tournament_casters_account_ids" json:"tournament_casters_account_ids,omitempty"`
	TvRelaySteamid              *uint64              `protobuf:"varint,14,opt,name=tv_relay_steamid" json:"tv_relay_steamid,omitempty"`
	PreMatchData                *CPreMatchInfoData   `protobuf:"bytes,15,opt,name=pre_match_data" json:"pre_match_data,omitempty"`
	XXX_unrecognized            []byte               `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetAccountIds

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetEncryptionKey

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetEncryptionKeyPub

func (m *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetEncryptionKeyPub() uint64

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetGameType

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetMatchId

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetPartyIds

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetPreMatchData

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetRankings

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetServerVersion

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTournamentCastersAccountIds

func (m *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTournamentCastersAccountIds() []uint32

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTournamentEvent

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTournamentTeams

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTvMasterSteamid

func (m *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTvMasterSteamid() uint64

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetTvRelaySteamid

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) GetWhitelist

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) Reset

func (*CMsgGCCStrike15V2_MatchmakingGC2ServerReserve) String

type CMsgGCCStrike15V2_MatchmakingGCOperationalStats

type CMsgGCCStrike15V2_MatchmakingGCOperationalStats struct {
	Packetid         *int32                             `protobuf:"varint,1,opt,name=packetid" json:"packetid,omitempty"`
	Namekeys         []*OperationalStatisticDescription `protobuf:"bytes,2,rep,name=namekeys" json:"namekeys,omitempty"`
	Packets          []*OperationalStatisticsPacket     `protobuf:"bytes,3,rep,name=packets" json:"packets,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) GetNamekeys

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) GetPacketid

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) GetPackets

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) Reset

func (*CMsgGCCStrike15V2_MatchmakingGCOperationalStats) String

type CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate

type CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate struct {
	MainPostUrl      *string `protobuf:"bytes,1,opt,name=main_post_url" json:"main_post_url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate) GetMainPostUrl

func (*CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate) Reset

func (*CMsgGCCStrike15V2_MatchmakingOperator2GCBlogUpdate) String

type CMsgGCCStrike15V2_MatchmakingServer2GCKick

type CMsgGCCStrike15V2_MatchmakingServer2GCKick struct {
	AccountId        *uint32                                        `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	Reservation      *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve `protobuf:"bytes,2,opt,name=reservation" json:"reservation,omitempty"`
	Reason           *uint32                                        `protobuf:"varint,3,opt,name=reason" json:"reason,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) GetAccountId

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) GetReason

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) GetReservation

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) Reset

func (*CMsgGCCStrike15V2_MatchmakingServer2GCKick) String

type CMsgGCCStrike15V2_MatchmakingServerMatchEnd

type CMsgGCCStrike15V2_MatchmakingServerMatchEnd struct {
	Stats             *CMsgGCCStrike15V2_MatchmakingServerRoundStats `protobuf:"bytes,1,opt,name=stats" json:"stats,omitempty"`
	Confirm           *CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm `protobuf:"bytes,3,opt,name=confirm" json:"confirm,omitempty"`
	Rematch           *uint64                                        `protobuf:"varint,4,opt,name=rematch" json:"rematch,omitempty"`
	ReplayToken       *uint32                                        `protobuf:"varint,5,opt,name=replay_token" json:"replay_token,omitempty"`
	ReplayClusterId   *uint32                                        `protobuf:"varint,6,opt,name=replay_cluster_id" json:"replay_cluster_id,omitempty"`
	AbortedMatch      *bool                                          `protobuf:"varint,7,opt,name=aborted_match" json:"aborted_match,omitempty"`
	MatchEndQuestData *CMsgGC_ServerQuestUpdateData                  `protobuf:"bytes,8,opt,name=match_end_quest_data" json:"match_end_quest_data,omitempty"`
	XXX_unrecognized  []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetAbortedMatch

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetConfirm

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetMatchEndQuestData

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetRematch

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetReplayClusterId

func (m *CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetReplayClusterId() uint32

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetReplayToken

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) GetStats

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) Reset

func (*CMsgGCCStrike15V2_MatchmakingServerMatchEnd) String

type CMsgGCCStrike15V2_MatchmakingServerReservationResponse

type CMsgGCCStrike15V2_MatchmakingServerReservationResponse struct {
	Reservationid           *uint64                                        `protobuf:"varint,1,opt,name=reservationid" json:"reservationid,omitempty"`
	Reservation             *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve `protobuf:"bytes,2,opt,name=reservation" json:"reservation,omitempty"`
	Map                     *string                                        `protobuf:"bytes,3,opt,name=map" json:"map,omitempty"`
	GcReservationSent       *uint64                                        `protobuf:"varint,4,opt,name=gc_reservation_sent" json:"gc_reservation_sent,omitempty"`
	ServerVersion           *uint32                                        `protobuf:"varint,5,opt,name=server_version" json:"server_version,omitempty"`
	TvInfo                  *ServerHltvInfo                                `protobuf:"bytes,6,opt,name=tv_info" json:"tv_info,omitempty"`
	RewardPlayerAccounts    []uint32                                       `protobuf:"varint,7,rep,name=reward_player_accounts" json:"reward_player_accounts,omitempty"`
	IdlePlayerAccounts      []uint32                                       `protobuf:"varint,8,rep,name=idle_player_accounts" json:"idle_player_accounts,omitempty"`
	RewardItemAttrDefIdx    *uint32                                        `protobuf:"varint,9,opt,name=reward_item_attr_def_idx" json:"reward_item_attr_def_idx,omitempty"`
	RewardItemAttrValue     *uint32                                        `protobuf:"varint,10,opt,name=reward_item_attr_value" json:"reward_item_attr_value,omitempty"`
	RewardItemAttrRewardIdx *uint32                                        `protobuf:"varint,11,opt,name=reward_item_attr_reward_idx" json:"reward_item_attr_reward_idx,omitempty"`
	RewardDropList          *uint32                                        `protobuf:"varint,12,opt,name=reward_drop_list" json:"reward_drop_list,omitempty"`
	TournamentTag           *string                                        `protobuf:"bytes,13,opt,name=tournament_tag" json:"tournament_tag,omitempty"`
	XXX_unrecognized        []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetGcReservationSent

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetIdlePlayerAccounts

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetMap

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetReservation

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetReservationid

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardDropList

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardItemAttrDefIdx

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardItemAttrRewardIdx

func (m *CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardItemAttrRewardIdx() uint32

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardItemAttrValue

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardPlayerAccounts

func (m *CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetRewardPlayerAccounts() []uint32

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetServerVersion

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetTournamentTag

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) GetTvInfo

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) Reset

func (*CMsgGCCStrike15V2_MatchmakingServerReservationResponse) String

type CMsgGCCStrike15V2_MatchmakingServerRoundStats

type CMsgGCCStrike15V2_MatchmakingServerRoundStats struct {
	Reservationid      *uint64                                                 `protobuf:"varint,1,opt,name=reservationid" json:"reservationid,omitempty"`
	Reservation        *CMsgGCCStrike15V2_MatchmakingGC2ServerReserve          `protobuf:"bytes,2,opt,name=reservation" json:"reservation,omitempty"`
	Map                *string                                                 `protobuf:"bytes,3,opt,name=map" json:"map,omitempty"`
	Round              *int32                                                  `protobuf:"varint,4,opt,name=round" json:"round,omitempty"`
	Kills              []int32                                                 `protobuf:"varint,5,rep,name=kills" json:"kills,omitempty"`
	Assists            []int32                                                 `protobuf:"varint,6,rep,name=assists" json:"assists,omitempty"`
	Deaths             []int32                                                 `protobuf:"varint,7,rep,name=deaths" json:"deaths,omitempty"`
	Scores             []int32                                                 `protobuf:"varint,8,rep,name=scores" json:"scores,omitempty"`
	Pings              []int32                                                 `protobuf:"varint,9,rep,name=pings" json:"pings,omitempty"`
	RoundResult        *int32                                                  `protobuf:"varint,10,opt,name=round_result" json:"round_result,omitempty"`
	MatchResult        *int32                                                  `protobuf:"varint,11,opt,name=match_result" json:"match_result,omitempty"`
	TeamScores         []int32                                                 `protobuf:"varint,12,rep,name=team_scores" json:"team_scores,omitempty"`
	Confirm            *CMsgGCCStrike15V2_MatchmakingGC2ServerConfirm          `protobuf:"bytes,13,opt,name=confirm" json:"confirm,omitempty"`
	ReservationStage   *int32                                                  `protobuf:"varint,14,opt,name=reservation_stage" json:"reservation_stage,omitempty"`
	MatchDuration      *int32                                                  `protobuf:"varint,15,opt,name=match_duration" json:"match_duration,omitempty"`
	EnemyKills         []int32                                                 `protobuf:"varint,16,rep,name=enemy_kills" json:"enemy_kills,omitempty"`
	EnemyHeadshots     []int32                                                 `protobuf:"varint,17,rep,name=enemy_headshots" json:"enemy_headshots,omitempty"`
	Enemy_3Ks          []int32                                                 `protobuf:"varint,18,rep,name=enemy_3ks" json:"enemy_3ks,omitempty"`
	Enemy_4Ks          []int32                                                 `protobuf:"varint,19,rep,name=enemy_4ks" json:"enemy_4ks,omitempty"`
	Enemy_5Ks          []int32                                                 `protobuf:"varint,20,rep,name=enemy_5ks" json:"enemy_5ks,omitempty"`
	Mvps               []int32                                                 `protobuf:"varint,21,rep,name=mvps" json:"mvps,omitempty"`
	SpectatorsCount    *uint32                                                 `protobuf:"varint,22,opt,name=spectators_count" json:"spectators_count,omitempty"`
	SpectatorsCountTv  *uint32                                                 `protobuf:"varint,23,opt,name=spectators_count_tv" json:"spectators_count_tv,omitempty"`
	SpectatorsCountLnk *uint32                                                 `protobuf:"varint,24,opt,name=spectators_count_lnk" json:"spectators_count_lnk,omitempty"`
	EnemyKillsAgg      []int32                                                 `protobuf:"varint,25,rep,name=enemy_kills_agg" json:"enemy_kills_agg,omitempty"`
	DropInfo           *CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo `protobuf:"bytes,26,opt,name=drop_info" json:"drop_info,omitempty"`
	XXX_unrecognized   []byte                                                  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetAssists

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetConfirm

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetDeaths

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetDropInfo

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemyHeadshots

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemyHeadshots() []int32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemyKills

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemyKillsAgg

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemyKillsAgg() []int32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemy_3Ks

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemy_4Ks

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetEnemy_5Ks

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetKills

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetMap

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetMatchDuration

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetMatchResult

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetMvps

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetPings

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetReservation

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetReservationStage

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetReservationStage() int32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetReservationid

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetRound

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetRoundResult

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetScores

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCount

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCount() uint32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCountLnk

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCountLnk() uint32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCountTv

func (m *CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetSpectatorsCountTv() uint32

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) GetTeamScores

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) Reset

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats) String

type CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo

type CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo struct {
	AccountMvp       *uint32 `protobuf:"varint,1,opt,name=account_mvp" json:"account_mvp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo) GetAccountMvp

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo) Reset

func (*CMsgGCCStrike15V2_MatchmakingServerRoundStats_DropInfo) String

type CMsgGCCStrike15V2_MatchmakingStart

type CMsgGCCStrike15V2_MatchmakingStart struct {
	AccountIds       []uint32              `protobuf:"varint,1,rep,name=account_ids" json:"account_ids,omitempty"`
	GameType         *uint32               `protobuf:"varint,2,opt,name=game_type" json:"game_type,omitempty"`
	TicketData       *string               `protobuf:"bytes,3,opt,name=ticket_data" json:"ticket_data,omitempty"`
	ClientVersion    *uint32               `protobuf:"varint,4,opt,name=client_version" json:"client_version,omitempty"`
	TournamentMatch  *TournamentMatchSetup `protobuf:"bytes,5,opt,name=tournament_match" json:"tournament_match,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingStart) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingStart) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_MatchmakingStart) GetAccountIds

func (m *CMsgGCCStrike15V2_MatchmakingStart) GetAccountIds() []uint32

func (*CMsgGCCStrike15V2_MatchmakingStart) GetClientVersion

func (m *CMsgGCCStrike15V2_MatchmakingStart) GetClientVersion() uint32

func (*CMsgGCCStrike15V2_MatchmakingStart) GetGameType

func (m *CMsgGCCStrike15V2_MatchmakingStart) GetGameType() uint32

func (*CMsgGCCStrike15V2_MatchmakingStart) GetTicketData

func (m *CMsgGCCStrike15V2_MatchmakingStart) GetTicketData() string

func (*CMsgGCCStrike15V2_MatchmakingStart) GetTournamentMatch

func (*CMsgGCCStrike15V2_MatchmakingStart) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingStart) ProtoMessage()

func (*CMsgGCCStrike15V2_MatchmakingStart) Reset

func (*CMsgGCCStrike15V2_MatchmakingStart) String

type CMsgGCCStrike15V2_MatchmakingStop

type CMsgGCCStrike15V2_MatchmakingStop struct {
	Abandon          *int32 `protobuf:"varint,1,opt,name=abandon" json:"abandon,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCCStrike15V2_MatchmakingStop) Descriptor

func (*CMsgGCCStrike15V2_MatchmakingStop) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_MatchmakingStop) GetAbandon

func (m *CMsgGCCStrike15V2_MatchmakingStop) GetAbandon() int32

func (*CMsgGCCStrike15V2_MatchmakingStop) ProtoMessage

func (*CMsgGCCStrike15V2_MatchmakingStop) ProtoMessage()

func (*CMsgGCCStrike15V2_MatchmakingStop) Reset

func (*CMsgGCCStrike15V2_MatchmakingStop) String

type CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment

type CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment struct {
	Caseid            *uint64 `protobuf:"varint,1,opt,name=caseid" json:"caseid,omitempty"`
	Caseurl           *string `protobuf:"bytes,2,opt,name=caseurl" json:"caseurl,omitempty"`
	Verdict           *uint32 `protobuf:"varint,3,opt,name=verdict" json:"verdict,omitempty"`
	Timestamp         *uint32 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	Throttleseconds   *uint32 `protobuf:"varint,5,opt,name=throttleseconds" json:"throttleseconds,omitempty"`
	Suspectid         *uint32 `protobuf:"varint,6,opt,name=suspectid" json:"suspectid,omitempty"`
	Fractionid        *uint32 `protobuf:"varint,7,opt,name=fractionid" json:"fractionid,omitempty"`
	Numrounds         *uint32 `protobuf:"varint,8,opt,name=numrounds" json:"numrounds,omitempty"`
	Fractionrounds    *uint32 `protobuf:"varint,9,opt,name=fractionrounds" json:"fractionrounds,omitempty"`
	Streakconvictions *int32  `protobuf:"varint,10,opt,name=streakconvictions" json:"streakconvictions,omitempty"`
	Reason            *uint32 `protobuf:"varint,11,opt,name=reason" json:"reason,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) Descriptor

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetCaseid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetCaseurl

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetFractionid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetFractionrounds

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetNumrounds

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetReason

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetStreakconvictions

func (m *CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetStreakconvictions() int32

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetSuspectid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetThrottleseconds

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetTimestamp

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) GetVerdict

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) ProtoMessage

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) Reset

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseAssignment) String

type CMsgGCCStrike15V2_PlayerOverwatchCaseStatus

type CMsgGCCStrike15V2_PlayerOverwatchCaseStatus struct {
	Caseid           *uint64 `protobuf:"varint,1,opt,name=caseid" json:"caseid,omitempty"`
	Statusid         *uint32 `protobuf:"varint,2,opt,name=statusid" json:"statusid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) Descriptor

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) GetCaseid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) GetStatusid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) ProtoMessage

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) Reset

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseStatus) String

type CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate

type CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate struct {
	Caseid           *uint64 `protobuf:"varint,1,opt,name=caseid" json:"caseid,omitempty"`
	Suspectid        *uint32 `protobuf:"varint,3,opt,name=suspectid" json:"suspectid,omitempty"`
	Fractionid       *uint32 `protobuf:"varint,4,opt,name=fractionid" json:"fractionid,omitempty"`
	RptAimbot        *uint32 `protobuf:"varint,5,opt,name=rpt_aimbot" json:"rpt_aimbot,omitempty"`
	RptWallhack      *uint32 `protobuf:"varint,6,opt,name=rpt_wallhack" json:"rpt_wallhack,omitempty"`
	RptSpeedhack     *uint32 `protobuf:"varint,7,opt,name=rpt_speedhack" json:"rpt_speedhack,omitempty"`
	RptTeamharm      *uint32 `protobuf:"varint,8,opt,name=rpt_teamharm" json:"rpt_teamharm,omitempty"`
	Reason           *uint32 `protobuf:"varint,9,opt,name=reason" json:"reason,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) Descriptor

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetCaseid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetFractionid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetReason

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetRptAimbot

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetRptSpeedhack

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetRptTeamharm

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetRptWallhack

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) GetSuspectid

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) ProtoMessage

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) Reset

func (*CMsgGCCStrike15V2_PlayerOverwatchCaseUpdate) String

type CMsgGCCStrike15V2_PlayersProfile

type CMsgGCCStrike15V2_PlayersProfile struct {
	RequestId        *uint32                                        `protobuf:"varint,1,opt,name=request_id" json:"request_id,omitempty"`
	AccountProfiles  []*CMsgGCCStrike15V2_MatchmakingGC2ClientHello `protobuf:"bytes,2,rep,name=account_profiles" json:"account_profiles,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgGCCStrike15V2_PlayersProfile) Descriptor

func (*CMsgGCCStrike15V2_PlayersProfile) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_PlayersProfile) GetAccountProfiles

func (*CMsgGCCStrike15V2_PlayersProfile) GetRequestId

func (m *CMsgGCCStrike15V2_PlayersProfile) GetRequestId() uint32

func (*CMsgGCCStrike15V2_PlayersProfile) ProtoMessage

func (*CMsgGCCStrike15V2_PlayersProfile) ProtoMessage()

func (*CMsgGCCStrike15V2_PlayersProfile) Reset

func (*CMsgGCCStrike15V2_PlayersProfile) String

type CMsgGCCStrike15V2_Predictions

type CMsgGCCStrike15V2_Predictions struct {
	EventId             *uint32                                             `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
	GroupMatchTeamPicks []*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick `protobuf:"bytes,2,rep,name=group_match_team_picks" json:"group_match_team_picks,omitempty"`
	XXX_unrecognized    []byte                                              `json:"-"`
}

func (*CMsgGCCStrike15V2_Predictions) Descriptor

func (*CMsgGCCStrike15V2_Predictions) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Predictions) GetEventId

func (m *CMsgGCCStrike15V2_Predictions) GetEventId() uint32

func (*CMsgGCCStrike15V2_Predictions) GetGroupMatchTeamPicks

func (*CMsgGCCStrike15V2_Predictions) ProtoMessage

func (*CMsgGCCStrike15V2_Predictions) ProtoMessage()

func (*CMsgGCCStrike15V2_Predictions) Reset

func (m *CMsgGCCStrike15V2_Predictions) Reset()

func (*CMsgGCCStrike15V2_Predictions) String

type CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick

type CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick struct {
	Sectionid        *int32  `protobuf:"varint,1,opt,name=sectionid" json:"sectionid,omitempty"`
	Groupid          *int32  `protobuf:"varint,2,opt,name=groupid" json:"groupid,omitempty"`
	Index            *int32  `protobuf:"varint,3,opt,name=index" json:"index,omitempty"`
	Teamid           *int32  `protobuf:"varint,4,opt,name=teamid" json:"teamid,omitempty"`
	Itemid           *uint64 `protobuf:"varint,5,opt,name=itemid" json:"itemid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) Descriptor

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) GetGroupid

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) GetIndex

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) GetItemid

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) GetSectionid

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) GetTeamid

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) ProtoMessage

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) Reset

func (*CMsgGCCStrike15V2_Predictions_GroupMatchTeamPick) String

type CMsgGCCStrike15V2_Server2GCClientValidate

type CMsgGCCStrike15V2_Server2GCClientValidate struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Server2GCClientValidate) Descriptor

func (*CMsgGCCStrike15V2_Server2GCClientValidate) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_Server2GCClientValidate) GetAccountid

func (*CMsgGCCStrike15V2_Server2GCClientValidate) ProtoMessage

func (*CMsgGCCStrike15V2_Server2GCClientValidate) Reset

func (*CMsgGCCStrike15V2_Server2GCClientValidate) String

type CMsgGCCStrike15V2_Server2GCPureServerValidationFailure

type CMsgGCCStrike15V2_Server2GCPureServerValidationFailure struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Path             *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	File             *string `protobuf:"bytes,3,opt,name=file" json:"file,omitempty"`
	Crc              *uint32 `protobuf:"varint,4,opt,name=crc" json:"crc,omitempty"`
	Hash             *int32  `protobuf:"varint,5,opt,name=hash" json:"hash,omitempty"`
	Len              *int32  `protobuf:"varint,6,opt,name=len" json:"len,omitempty"`
	PackNumber       *int32  `protobuf:"varint,7,opt,name=pack_number" json:"pack_number,omitempty"`
	PackFileId       *int32  `protobuf:"varint,8,opt,name=pack_file_id" json:"pack_file_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) Descriptor

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetAccountid

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetCrc

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetFile

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetHash

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetLen

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetPackFileId

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetPackNumber

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) GetPath

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) ProtoMessage

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) Reset

func (*CMsgGCCStrike15V2_Server2GCPureServerValidationFailure) String

type CMsgGCCStrike15V2_ServerNotificationForUserPenalty

type CMsgGCCStrike15V2_ServerNotificationForUserPenalty struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	Reason           *uint32 `protobuf:"varint,2,opt,name=reason" json:"reason,omitempty"`
	Seconds          *uint32 `protobuf:"varint,3,opt,name=seconds" json:"seconds,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) Descriptor

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) GetAccountId

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) GetReason

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) GetSeconds

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) ProtoMessage

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) Reset

func (*CMsgGCCStrike15V2_ServerNotificationForUserPenalty) String

type CMsgGCCStrike15V2_ServerVarValueNotificationInfo

type CMsgGCCStrike15V2_ServerVarValueNotificationInfo struct {
	Accountid        *uint32  `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Viewangles       []uint32 `protobuf:"varint,2,rep,name=viewangles" json:"viewangles,omitempty"`
	Type             *uint32  `protobuf:"varint,3,opt,name=type" json:"type,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) Descriptor

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) GetAccountid

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) GetType

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) GetViewangles

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) ProtoMessage

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) Reset

func (*CMsgGCCStrike15V2_ServerVarValueNotificationInfo) String

type CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification

type CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification struct {
	MatchId          *uint64  `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
	Defindex         *uint32  `protobuf:"varint,2,opt,name=defindex" json:"defindex,omitempty"`
	Accountids       []uint32 `protobuf:"varint,3,rep,name=accountids" json:"accountids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) Descriptor

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) GetAccountids

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) GetDefindex

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) GetMatchId

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) ProtoMessage

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) Reset

func (*CMsgGCCStrike15V2_TournamentMatchRewardDropsNotification) String

type CMsgGCCStrike15V2_WatchInfoUsers

type CMsgGCCStrike15V2_WatchInfoUsers struct {
	RequestId           *uint32               `protobuf:"varint,1,opt,name=request_id" json:"request_id,omitempty"`
	AccountIds          []uint32              `protobuf:"varint,2,rep,name=account_ids" json:"account_ids,omitempty"`
	WatchableMatchInfos []*WatchableMatchInfo `protobuf:"bytes,3,rep,name=watchable_match_infos" json:"watchable_match_infos,omitempty"`
	ExtendedTimeout     *uint32               `protobuf:"varint,5,opt,name=extended_timeout" json:"extended_timeout,omitempty"`
	XXX_unrecognized    []byte                `json:"-"`
}

func (*CMsgGCCStrike15V2_WatchInfoUsers) Descriptor

func (*CMsgGCCStrike15V2_WatchInfoUsers) Descriptor() ([]byte, []int)

func (*CMsgGCCStrike15V2_WatchInfoUsers) GetAccountIds

func (m *CMsgGCCStrike15V2_WatchInfoUsers) GetAccountIds() []uint32

func (*CMsgGCCStrike15V2_WatchInfoUsers) GetExtendedTimeout

func (m *CMsgGCCStrike15V2_WatchInfoUsers) GetExtendedTimeout() uint32

func (*CMsgGCCStrike15V2_WatchInfoUsers) GetRequestId

func (m *CMsgGCCStrike15V2_WatchInfoUsers) GetRequestId() uint32

func (*CMsgGCCStrike15V2_WatchInfoUsers) GetWatchableMatchInfos

func (m *CMsgGCCStrike15V2_WatchInfoUsers) GetWatchableMatchInfos() []*WatchableMatchInfo

func (*CMsgGCCStrike15V2_WatchInfoUsers) ProtoMessage

func (*CMsgGCCStrike15V2_WatchInfoUsers) ProtoMessage()

func (*CMsgGCCStrike15V2_WatchInfoUsers) Reset

func (*CMsgGCCStrike15V2_WatchInfoUsers) String

type CMsgGCCheckFriendship

type CMsgGCCheckFriendship struct {
	SteamidLeft          *uint64  `protobuf:"fixed64,1,opt,name=steamid_left,json=steamidLeft" json:"steamid_left,omitempty"`
	SteamidRight         *uint64  `protobuf:"fixed64,2,opt,name=steamid_right,json=steamidRight" json:"steamid_right,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCCheckFriendship) Descriptor

func (*CMsgGCCheckFriendship) Descriptor() ([]byte, []int)

func (*CMsgGCCheckFriendship) GetSteamidLeft

func (m *CMsgGCCheckFriendship) GetSteamidLeft() uint64

func (*CMsgGCCheckFriendship) GetSteamidRight

func (m *CMsgGCCheckFriendship) GetSteamidRight() uint64

func (*CMsgGCCheckFriendship) ProtoMessage

func (*CMsgGCCheckFriendship) ProtoMessage()

func (*CMsgGCCheckFriendship) Reset

func (m *CMsgGCCheckFriendship) Reset()

func (*CMsgGCCheckFriendship) String

func (m *CMsgGCCheckFriendship) String() string

func (*CMsgGCCheckFriendship) XXX_DiscardUnknown

func (m *CMsgGCCheckFriendship) XXX_DiscardUnknown()

func (*CMsgGCCheckFriendship) XXX_Marshal

func (m *CMsgGCCheckFriendship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCCheckFriendship) XXX_Merge

func (m *CMsgGCCheckFriendship) XXX_Merge(src proto.Message)

func (*CMsgGCCheckFriendship) XXX_Size

func (m *CMsgGCCheckFriendship) XXX_Size() int

func (*CMsgGCCheckFriendship) XXX_Unmarshal

func (m *CMsgGCCheckFriendship) XXX_Unmarshal(b []byte) error

type CMsgGCCheckFriendship_Response

type CMsgGCCheckFriendship_Response struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	FoundFriendship      *bool    `protobuf:"varint,2,opt,name=found_friendship,json=foundFriendship" json:"found_friendship,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCCheckFriendship_Response) Descriptor

func (*CMsgGCCheckFriendship_Response) Descriptor() ([]byte, []int)

func (*CMsgGCCheckFriendship_Response) GetFoundFriendship

func (m *CMsgGCCheckFriendship_Response) GetFoundFriendship() bool

func (*CMsgGCCheckFriendship_Response) GetSuccess

func (m *CMsgGCCheckFriendship_Response) GetSuccess() bool

func (*CMsgGCCheckFriendship_Response) ProtoMessage

func (*CMsgGCCheckFriendship_Response) ProtoMessage()

func (*CMsgGCCheckFriendship_Response) Reset

func (m *CMsgGCCheckFriendship_Response) Reset()

func (*CMsgGCCheckFriendship_Response) String

func (*CMsgGCCheckFriendship_Response) XXX_DiscardUnknown

func (m *CMsgGCCheckFriendship_Response) XXX_DiscardUnknown()

func (*CMsgGCCheckFriendship_Response) XXX_Marshal

func (m *CMsgGCCheckFriendship_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCCheckFriendship_Response) XXX_Merge

func (m *CMsgGCCheckFriendship_Response) XXX_Merge(src proto.Message)

func (*CMsgGCCheckFriendship_Response) XXX_Size

func (m *CMsgGCCheckFriendship_Response) XXX_Size() int

func (*CMsgGCCheckFriendship_Response) XXX_Unmarshal

func (m *CMsgGCCheckFriendship_Response) XXX_Unmarshal(b []byte) error

type CMsgGCClientDisplayNotification

type CMsgGCClientDisplayNotification struct {
	NotificationTitleLocalizationKey *string  `protobuf:"bytes,1,opt,name=notification_title_localization_key" json:"notification_title_localization_key,omitempty"`
	NotificationBodyLocalizationKey  *string  `protobuf:"bytes,2,opt,name=notification_body_localization_key" json:"notification_body_localization_key,omitempty"`
	BodySubstringKeys                []string `protobuf:"bytes,3,rep,name=body_substring_keys" json:"body_substring_keys,omitempty"`
	BodySubstringValues              []string `protobuf:"bytes,4,rep,name=body_substring_values" json:"body_substring_values,omitempty"`
	XXX_unrecognized                 []byte   `json:"-"`
}

func (*CMsgGCClientDisplayNotification) Descriptor

func (*CMsgGCClientDisplayNotification) Descriptor() ([]byte, []int)

func (*CMsgGCClientDisplayNotification) GetBodySubstringKeys

func (m *CMsgGCClientDisplayNotification) GetBodySubstringKeys() []string

func (*CMsgGCClientDisplayNotification) GetBodySubstringValues

func (m *CMsgGCClientDisplayNotification) GetBodySubstringValues() []string

func (*CMsgGCClientDisplayNotification) GetNotificationBodyLocalizationKey

func (m *CMsgGCClientDisplayNotification) GetNotificationBodyLocalizationKey() string

func (*CMsgGCClientDisplayNotification) GetNotificationTitleLocalizationKey

func (m *CMsgGCClientDisplayNotification) GetNotificationTitleLocalizationKey() string

func (*CMsgGCClientDisplayNotification) ProtoMessage

func (*CMsgGCClientDisplayNotification) ProtoMessage()

func (*CMsgGCClientDisplayNotification) Reset

func (*CMsgGCClientDisplayNotification) String

type CMsgGCClientVersionUpdated

type CMsgGCClientVersionUpdated struct {
	ClientVersion    *uint32 `protobuf:"varint,1,opt,name=client_version" json:"client_version,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCClientVersionUpdated) Descriptor

func (*CMsgGCClientVersionUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCClientVersionUpdated) GetClientVersion

func (m *CMsgGCClientVersionUpdated) GetClientVersion() uint32

func (*CMsgGCClientVersionUpdated) ProtoMessage

func (*CMsgGCClientVersionUpdated) ProtoMessage()

func (*CMsgGCClientVersionUpdated) Reset

func (m *CMsgGCClientVersionUpdated) Reset()

func (*CMsgGCClientVersionUpdated) String

func (m *CMsgGCClientVersionUpdated) String() string

type CMsgGCCollectItem

type CMsgGCCollectItem struct {
	CollectionItemId *uint64 `protobuf:"varint,1,opt,name=collection_item_id" json:"collection_item_id,omitempty"`
	SubjectItemId    *uint64 `protobuf:"varint,2,opt,name=subject_item_id" json:"subject_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCollectItem) Descriptor

func (*CMsgGCCollectItem) Descriptor() ([]byte, []int)

func (*CMsgGCCollectItem) GetCollectionItemId

func (m *CMsgGCCollectItem) GetCollectionItemId() uint64

func (*CMsgGCCollectItem) GetSubjectItemId

func (m *CMsgGCCollectItem) GetSubjectItemId() uint64

func (*CMsgGCCollectItem) ProtoMessage

func (*CMsgGCCollectItem) ProtoMessage()

func (*CMsgGCCollectItem) Reset

func (m *CMsgGCCollectItem) Reset()

func (*CMsgGCCollectItem) String

func (m *CMsgGCCollectItem) String() string

type CMsgGCCstrike15V2_ClientRequestNewMission

type CMsgGCCstrike15V2_ClientRequestNewMission struct {
	MissionId        *uint32 `protobuf:"varint,2,opt,name=mission_id" json:"mission_id,omitempty"`
	CampaignId       *uint32 `protobuf:"varint,3,opt,name=campaign_id" json:"campaign_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCCstrike15V2_ClientRequestNewMission) Descriptor

func (*CMsgGCCstrike15V2_ClientRequestNewMission) Descriptor() ([]byte, []int)

func (*CMsgGCCstrike15V2_ClientRequestNewMission) GetCampaignId

func (*CMsgGCCstrike15V2_ClientRequestNewMission) GetMissionId

func (*CMsgGCCstrike15V2_ClientRequestNewMission) ProtoMessage

func (*CMsgGCCstrike15V2_ClientRequestNewMission) Reset

func (*CMsgGCCstrike15V2_ClientRequestNewMission) String

type CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded

type CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded struct {
	XpProgressData   []*XpProgressData `protobuf:"bytes,1,rep,name=xp_progress_data" json:"xp_progress_data,omitempty"`
	AccountId        *uint32           `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
	CurrentXp        *uint32           `protobuf:"varint,3,opt,name=current_xp" json:"current_xp,omitempty"`
	CurrentLevel     *uint32           `protobuf:"varint,4,opt,name=current_level" json:"current_level,omitempty"`
	UpgradedDefidx   *uint32           `protobuf:"varint,5,opt,name=upgraded_defidx" json:"upgraded_defidx,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) Descriptor

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetAccountId

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetCurrentLevel

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetCurrentXp

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetUpgradedDefidx

func (m *CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetUpgradedDefidx() uint32

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) GetXpProgressData

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) ProtoMessage

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) Reset

func (*CMsgGCCstrike15V2_GC2ServerNotifyXPRewarded) String

type CMsgGCError

type CMsgGCError struct {
	ErrorText        *string `protobuf:"bytes,1,opt,name=error_text" json:"error_text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCError) Descriptor

func (*CMsgGCError) Descriptor() ([]byte, []int)

func (*CMsgGCError) GetErrorText

func (m *CMsgGCError) GetErrorText() string

func (*CMsgGCError) ProtoMessage

func (*CMsgGCError) ProtoMessage()

func (*CMsgGCError) Reset

func (m *CMsgGCError) Reset()

func (*CMsgGCError) String

func (m *CMsgGCError) String() string

type CMsgGCGetCommandList

type CMsgGCGetCommandList struct {
	AppId                *uint32  `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	CommandPrefix        *string  `protobuf:"bytes,2,opt,name=command_prefix,json=commandPrefix" json:"command_prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetCommandList) Descriptor

func (*CMsgGCGetCommandList) Descriptor() ([]byte, []int)

func (*CMsgGCGetCommandList) GetAppId

func (m *CMsgGCGetCommandList) GetAppId() uint32

func (*CMsgGCGetCommandList) GetCommandPrefix

func (m *CMsgGCGetCommandList) GetCommandPrefix() string

func (*CMsgGCGetCommandList) ProtoMessage

func (*CMsgGCGetCommandList) ProtoMessage()

func (*CMsgGCGetCommandList) Reset

func (m *CMsgGCGetCommandList) Reset()

func (*CMsgGCGetCommandList) String

func (m *CMsgGCGetCommandList) String() string

func (*CMsgGCGetCommandList) XXX_DiscardUnknown

func (m *CMsgGCGetCommandList) XXX_DiscardUnknown()

func (*CMsgGCGetCommandList) XXX_Marshal

func (m *CMsgGCGetCommandList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetCommandList) XXX_Merge

func (m *CMsgGCGetCommandList) XXX_Merge(src proto.Message)

func (*CMsgGCGetCommandList) XXX_Size

func (m *CMsgGCGetCommandList) XXX_Size() int

func (*CMsgGCGetCommandList) XXX_Unmarshal

func (m *CMsgGCGetCommandList) XXX_Unmarshal(b []byte) error

type CMsgGCGetCommandListResponse

type CMsgGCGetCommandListResponse struct {
	CommandName          []string `protobuf:"bytes,1,rep,name=command_name,json=commandName" json:"command_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetCommandListResponse) Descriptor

func (*CMsgGCGetCommandListResponse) Descriptor() ([]byte, []int)

func (*CMsgGCGetCommandListResponse) GetCommandName

func (m *CMsgGCGetCommandListResponse) GetCommandName() []string

func (*CMsgGCGetCommandListResponse) ProtoMessage

func (*CMsgGCGetCommandListResponse) ProtoMessage()

func (*CMsgGCGetCommandListResponse) Reset

func (m *CMsgGCGetCommandListResponse) Reset()

func (*CMsgGCGetCommandListResponse) String

func (*CMsgGCGetCommandListResponse) XXX_DiscardUnknown

func (m *CMsgGCGetCommandListResponse) XXX_DiscardUnknown()

func (*CMsgGCGetCommandListResponse) XXX_Marshal

func (m *CMsgGCGetCommandListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetCommandListResponse) XXX_Merge

func (m *CMsgGCGetCommandListResponse) XXX_Merge(src proto.Message)

func (*CMsgGCGetCommandListResponse) XXX_Size

func (m *CMsgGCGetCommandListResponse) XXX_Size() int

func (*CMsgGCGetCommandListResponse) XXX_Unmarshal

func (m *CMsgGCGetCommandListResponse) XXX_Unmarshal(b []byte) error

type CMsgGCGetEmailTemplate

type CMsgGCGetEmailTemplate struct {
	AppId                *uint32  `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	EmailMsgType         *uint32  `protobuf:"varint,2,opt,name=email_msg_type,json=emailMsgType" json:"email_msg_type,omitempty"`
	EmailLang            *int32   `protobuf:"varint,3,opt,name=email_lang,json=emailLang" json:"email_lang,omitempty"`
	EmailFormat          *int32   `protobuf:"varint,4,opt,name=email_format,json=emailFormat" json:"email_format,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetEmailTemplate) Descriptor

func (*CMsgGCGetEmailTemplate) Descriptor() ([]byte, []int)

func (*CMsgGCGetEmailTemplate) GetAppId

func (m *CMsgGCGetEmailTemplate) GetAppId() uint32

func (*CMsgGCGetEmailTemplate) GetEmailFormat

func (m *CMsgGCGetEmailTemplate) GetEmailFormat() int32

func (*CMsgGCGetEmailTemplate) GetEmailLang

func (m *CMsgGCGetEmailTemplate) GetEmailLang() int32

func (*CMsgGCGetEmailTemplate) GetEmailMsgType

func (m *CMsgGCGetEmailTemplate) GetEmailMsgType() uint32

func (*CMsgGCGetEmailTemplate) ProtoMessage

func (*CMsgGCGetEmailTemplate) ProtoMessage()

func (*CMsgGCGetEmailTemplate) Reset

func (m *CMsgGCGetEmailTemplate) Reset()

func (*CMsgGCGetEmailTemplate) String

func (m *CMsgGCGetEmailTemplate) String() string

func (*CMsgGCGetEmailTemplate) XXX_DiscardUnknown

func (m *CMsgGCGetEmailTemplate) XXX_DiscardUnknown()

func (*CMsgGCGetEmailTemplate) XXX_Marshal

func (m *CMsgGCGetEmailTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetEmailTemplate) XXX_Merge

func (m *CMsgGCGetEmailTemplate) XXX_Merge(src proto.Message)

func (*CMsgGCGetEmailTemplate) XXX_Size

func (m *CMsgGCGetEmailTemplate) XXX_Size() int

func (*CMsgGCGetEmailTemplate) XXX_Unmarshal

func (m *CMsgGCGetEmailTemplate) XXX_Unmarshal(b []byte) error

type CMsgGCGetEmailTemplateResponse

type CMsgGCGetEmailTemplateResponse struct {
	Eresult              *uint32  `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	TemplateExists       *bool    `protobuf:"varint,2,opt,name=template_exists,json=templateExists" json:"template_exists,omitempty"`
	Template             *string  `protobuf:"bytes,3,opt,name=template" json:"template,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetEmailTemplateResponse) Descriptor

func (*CMsgGCGetEmailTemplateResponse) Descriptor() ([]byte, []int)

func (*CMsgGCGetEmailTemplateResponse) GetEresult

func (m *CMsgGCGetEmailTemplateResponse) GetEresult() uint32

func (*CMsgGCGetEmailTemplateResponse) GetTemplate

func (m *CMsgGCGetEmailTemplateResponse) GetTemplate() string

func (*CMsgGCGetEmailTemplateResponse) GetTemplateExists

func (m *CMsgGCGetEmailTemplateResponse) GetTemplateExists() bool

func (*CMsgGCGetEmailTemplateResponse) ProtoMessage

func (*CMsgGCGetEmailTemplateResponse) ProtoMessage()

func (*CMsgGCGetEmailTemplateResponse) Reset

func (m *CMsgGCGetEmailTemplateResponse) Reset()

func (*CMsgGCGetEmailTemplateResponse) String

func (*CMsgGCGetEmailTemplateResponse) XXX_DiscardUnknown

func (m *CMsgGCGetEmailTemplateResponse) XXX_DiscardUnknown()

func (*CMsgGCGetEmailTemplateResponse) XXX_Marshal

func (m *CMsgGCGetEmailTemplateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetEmailTemplateResponse) XXX_Merge

func (m *CMsgGCGetEmailTemplateResponse) XXX_Merge(src proto.Message)

func (*CMsgGCGetEmailTemplateResponse) XXX_Size

func (m *CMsgGCGetEmailTemplateResponse) XXX_Size() int

func (*CMsgGCGetEmailTemplateResponse) XXX_Unmarshal

func (m *CMsgGCGetEmailTemplateResponse) XXX_Unmarshal(b []byte) error
type CMsgGCGetPartnerAccountLink struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetPartnerAccountLink) Descriptor

func (*CMsgGCGetPartnerAccountLink) Descriptor() ([]byte, []int)

func (*CMsgGCGetPartnerAccountLink) GetSteamid

func (m *CMsgGCGetPartnerAccountLink) GetSteamid() uint64

func (*CMsgGCGetPartnerAccountLink) ProtoMessage

func (*CMsgGCGetPartnerAccountLink) ProtoMessage()

func (*CMsgGCGetPartnerAccountLink) Reset

func (m *CMsgGCGetPartnerAccountLink) Reset()

func (*CMsgGCGetPartnerAccountLink) String

func (m *CMsgGCGetPartnerAccountLink) String() string

func (*CMsgGCGetPartnerAccountLink) XXX_DiscardUnknown

func (m *CMsgGCGetPartnerAccountLink) XXX_DiscardUnknown()

func (*CMsgGCGetPartnerAccountLink) XXX_Marshal

func (m *CMsgGCGetPartnerAccountLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPartnerAccountLink) XXX_Merge

func (m *CMsgGCGetPartnerAccountLink) XXX_Merge(src proto.Message)

func (*CMsgGCGetPartnerAccountLink) XXX_Size

func (m *CMsgGCGetPartnerAccountLink) XXX_Size() int

func (*CMsgGCGetPartnerAccountLink) XXX_Unmarshal

func (m *CMsgGCGetPartnerAccountLink) XXX_Unmarshal(b []byte) error
type CMsgGCGetPartnerAccountLink_Response struct {
	Pwid                 *uint32  `protobuf:"varint,1,opt,name=pwid" json:"pwid,omitempty"`
	Nexonid              *uint32  `protobuf:"varint,2,opt,name=nexonid" json:"nexonid,omitempty"`
	Ageclass             *int32   `protobuf:"varint,3,opt,name=ageclass" json:"ageclass,omitempty"`
	IdVerified           *bool    `protobuf:"varint,4,opt,name=id_verified,json=idVerified,def=1" json:"id_verified,omitempty"`
	IsAdult              *bool    `protobuf:"varint,5,opt,name=is_adult,json=isAdult" json:"is_adult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
func (*CMsgGCGetPartnerAccountLink_Response) Descriptor() ([]byte, []int)
func (m *CMsgGCGetPartnerAccountLink_Response) GetIdVerified() bool
func (*CMsgGCGetPartnerAccountLink_Response) ProtoMessage()
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_DiscardUnknown()
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames

type CMsgGCGetPersonaNames struct {
	Steamids             []uint64 `protobuf:"fixed64,1,rep,name=steamids" json:"steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetPersonaNames) Descriptor

func (*CMsgGCGetPersonaNames) Descriptor() ([]byte, []int)

func (*CMsgGCGetPersonaNames) GetSteamids

func (m *CMsgGCGetPersonaNames) GetSteamids() []uint64

func (*CMsgGCGetPersonaNames) ProtoMessage

func (*CMsgGCGetPersonaNames) ProtoMessage()

func (*CMsgGCGetPersonaNames) Reset

func (m *CMsgGCGetPersonaNames) Reset()

func (*CMsgGCGetPersonaNames) String

func (m *CMsgGCGetPersonaNames) String() string

func (*CMsgGCGetPersonaNames) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames) XXX_Marshal

func (m *CMsgGCGetPersonaNames) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames) XXX_Merge

func (m *CMsgGCGetPersonaNames) XXX_Merge(src proto.Message)

func (*CMsgGCGetPersonaNames) XXX_Size

func (m *CMsgGCGetPersonaNames) XXX_Size() int

func (*CMsgGCGetPersonaNames) XXX_Unmarshal

func (m *CMsgGCGetPersonaNames) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames_Response

type CMsgGCGetPersonaNames_Response struct {
	SucceededLookups     []*CMsgGCGetPersonaNames_Response_PersonaName `protobuf:"bytes,1,rep,name=succeeded_lookups,json=succeededLookups" json:"succeeded_lookups,omitempty"`
	FailedLookupSteamids []uint64                                      `protobuf:"fixed64,2,rep,name=failed_lookup_steamids,json=failedLookupSteamids" json:"failed_lookup_steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgGCGetPersonaNames_Response) Descriptor

func (*CMsgGCGetPersonaNames_Response) Descriptor() ([]byte, []int)

func (*CMsgGCGetPersonaNames_Response) GetFailedLookupSteamids

func (m *CMsgGCGetPersonaNames_Response) GetFailedLookupSteamids() []uint64

func (*CMsgGCGetPersonaNames_Response) GetSucceededLookups

func (*CMsgGCGetPersonaNames_Response) ProtoMessage

func (*CMsgGCGetPersonaNames_Response) ProtoMessage()

func (*CMsgGCGetPersonaNames_Response) Reset

func (m *CMsgGCGetPersonaNames_Response) Reset()

func (*CMsgGCGetPersonaNames_Response) String

func (*CMsgGCGetPersonaNames_Response) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames_Response) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames_Response) XXX_Marshal

func (m *CMsgGCGetPersonaNames_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames_Response) XXX_Merge

func (m *CMsgGCGetPersonaNames_Response) XXX_Merge(src proto.Message)

func (*CMsgGCGetPersonaNames_Response) XXX_Size

func (m *CMsgGCGetPersonaNames_Response) XXX_Size() int

func (*CMsgGCGetPersonaNames_Response) XXX_Unmarshal

func (m *CMsgGCGetPersonaNames_Response) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames_Response_PersonaName

type CMsgGCGetPersonaNames_Response_PersonaName struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	PersonaName          *string  `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetPersonaNames_Response_PersonaName) Descriptor

func (*CMsgGCGetPersonaNames_Response_PersonaName) GetPersonaName

func (*CMsgGCGetPersonaNames_Response_PersonaName) GetSteamid

func (*CMsgGCGetPersonaNames_Response_PersonaName) ProtoMessage

func (*CMsgGCGetPersonaNames_Response_PersonaName) Reset

func (*CMsgGCGetPersonaNames_Response_PersonaName) String

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames_Response_PersonaName) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Marshal

func (m *CMsgGCGetPersonaNames_Response_PersonaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Merge

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Size

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Unmarshal

type CMsgGCGiftedItems

type CMsgGCGiftedItems struct {
	Accountid             *uint32  `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Giftdefindex          *uint32  `protobuf:"varint,2,opt,name=giftdefindex" json:"giftdefindex,omitempty"`
	MaxGiftsPossible      *uint32  `protobuf:"varint,3,opt,name=max_gifts_possible" json:"max_gifts_possible,omitempty"`
	NumEligibleRecipients *uint32  `protobuf:"varint,4,opt,name=num_eligible_recipients" json:"num_eligible_recipients,omitempty"`
	RecipientsAccountids  []uint32 `protobuf:"varint,5,rep,name=recipients_accountids" json:"recipients_accountids,omitempty"`
	XXX_unrecognized      []byte   `json:"-"`
}

func (*CMsgGCGiftedItems) Descriptor

func (*CMsgGCGiftedItems) Descriptor() ([]byte, []int)

func (*CMsgGCGiftedItems) GetAccountid

func (m *CMsgGCGiftedItems) GetAccountid() uint32

func (*CMsgGCGiftedItems) GetGiftdefindex

func (m *CMsgGCGiftedItems) GetGiftdefindex() uint32

func (*CMsgGCGiftedItems) GetMaxGiftsPossible

func (m *CMsgGCGiftedItems) GetMaxGiftsPossible() uint32

func (*CMsgGCGiftedItems) GetNumEligibleRecipients

func (m *CMsgGCGiftedItems) GetNumEligibleRecipients() uint32

func (*CMsgGCGiftedItems) GetRecipientsAccountids

func (m *CMsgGCGiftedItems) GetRecipientsAccountids() []uint32

func (*CMsgGCGiftedItems) ProtoMessage

func (*CMsgGCGiftedItems) ProtoMessage()

func (*CMsgGCGiftedItems) Reset

func (m *CMsgGCGiftedItems) Reset()

func (*CMsgGCGiftedItems) String

func (m *CMsgGCGiftedItems) String() string

type CMsgGCHAccountPhoneNumberChange

type CMsgGCHAccountPhoneNumberChange struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	PhoneId              *uint64  `protobuf:"varint,3,opt,name=phone_id,json=phoneId" json:"phone_id,omitempty"`
	IsVerified           *bool    `protobuf:"varint,4,opt,name=is_verified,json=isVerified" json:"is_verified,omitempty"`
	IsIdentifying        *bool    `protobuf:"varint,5,opt,name=is_identifying,json=isIdentifying" json:"is_identifying,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHAccountPhoneNumberChange) Descriptor

func (*CMsgGCHAccountPhoneNumberChange) Descriptor() ([]byte, []int)

func (*CMsgGCHAccountPhoneNumberChange) GetAppid

func (*CMsgGCHAccountPhoneNumberChange) GetIsIdentifying

func (m *CMsgGCHAccountPhoneNumberChange) GetIsIdentifying() bool

func (*CMsgGCHAccountPhoneNumberChange) GetIsVerified

func (m *CMsgGCHAccountPhoneNumberChange) GetIsVerified() bool

func (*CMsgGCHAccountPhoneNumberChange) GetPhoneId

func (m *CMsgGCHAccountPhoneNumberChange) GetPhoneId() uint64

func (*CMsgGCHAccountPhoneNumberChange) GetSteamid

func (m *CMsgGCHAccountPhoneNumberChange) GetSteamid() uint64

func (*CMsgGCHAccountPhoneNumberChange) ProtoMessage

func (*CMsgGCHAccountPhoneNumberChange) ProtoMessage()

func (*CMsgGCHAccountPhoneNumberChange) Reset

func (*CMsgGCHAccountPhoneNumberChange) String

func (*CMsgGCHAccountPhoneNumberChange) XXX_DiscardUnknown

func (m *CMsgGCHAccountPhoneNumberChange) XXX_DiscardUnknown()

func (*CMsgGCHAccountPhoneNumberChange) XXX_Marshal

func (m *CMsgGCHAccountPhoneNumberChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHAccountPhoneNumberChange) XXX_Merge

func (m *CMsgGCHAccountPhoneNumberChange) XXX_Merge(src proto.Message)

func (*CMsgGCHAccountPhoneNumberChange) XXX_Size

func (m *CMsgGCHAccountPhoneNumberChange) XXX_Size() int

func (*CMsgGCHAccountPhoneNumberChange) XXX_Unmarshal

func (m *CMsgGCHAccountPhoneNumberChange) XXX_Unmarshal(b []byte) error

type CMsgGCHAccountVacStatusChange

type CMsgGCHAccountVacStatusChange struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	AppId                *uint32  `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	RtimeVacbanStarts    *uint32  `protobuf:"varint,3,opt,name=rtime_vacban_starts,json=rtimeVacbanStarts" json:"rtime_vacban_starts,omitempty"`
	IsBannedNow          *bool    `protobuf:"varint,4,opt,name=is_banned_now,json=isBannedNow" json:"is_banned_now,omitempty"`
	IsBannedFuture       *bool    `protobuf:"varint,5,opt,name=is_banned_future,json=isBannedFuture" json:"is_banned_future,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHAccountVacStatusChange) Descriptor

func (*CMsgGCHAccountVacStatusChange) Descriptor() ([]byte, []int)

func (*CMsgGCHAccountVacStatusChange) GetAppId

func (m *CMsgGCHAccountVacStatusChange) GetAppId() uint32

func (*CMsgGCHAccountVacStatusChange) GetIsBannedFuture

func (m *CMsgGCHAccountVacStatusChange) GetIsBannedFuture() bool

func (*CMsgGCHAccountVacStatusChange) GetIsBannedNow

func (m *CMsgGCHAccountVacStatusChange) GetIsBannedNow() bool

func (*CMsgGCHAccountVacStatusChange) GetRtimeVacbanStarts

func (m *CMsgGCHAccountVacStatusChange) GetRtimeVacbanStarts() uint32

func (*CMsgGCHAccountVacStatusChange) GetSteamId

func (m *CMsgGCHAccountVacStatusChange) GetSteamId() uint64

func (*CMsgGCHAccountVacStatusChange) ProtoMessage

func (*CMsgGCHAccountVacStatusChange) ProtoMessage()

func (*CMsgGCHAccountVacStatusChange) Reset

func (m *CMsgGCHAccountVacStatusChange) Reset()

func (*CMsgGCHAccountVacStatusChange) String

func (*CMsgGCHAccountVacStatusChange) XXX_DiscardUnknown

func (m *CMsgGCHAccountVacStatusChange) XXX_DiscardUnknown()

func (*CMsgGCHAccountVacStatusChange) XXX_Marshal

func (m *CMsgGCHAccountVacStatusChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHAccountVacStatusChange) XXX_Merge

func (m *CMsgGCHAccountVacStatusChange) XXX_Merge(src proto.Message)

func (*CMsgGCHAccountVacStatusChange) XXX_Size

func (m *CMsgGCHAccountVacStatusChange) XXX_Size() int

func (*CMsgGCHAccountVacStatusChange) XXX_Unmarshal

func (m *CMsgGCHAccountVacStatusChange) XXX_Unmarshal(b []byte) error

type CMsgGCHInviteUserToLobby

type CMsgGCHInviteUserToLobby struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	SteamidInvited       *uint64  `protobuf:"fixed64,3,opt,name=steamid_invited,json=steamidInvited" json:"steamid_invited,omitempty"`
	SteamidLobby         *uint64  `protobuf:"fixed64,4,opt,name=steamid_lobby,json=steamidLobby" json:"steamid_lobby,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHInviteUserToLobby) Descriptor

func (*CMsgGCHInviteUserToLobby) Descriptor() ([]byte, []int)

func (*CMsgGCHInviteUserToLobby) GetAppid

func (m *CMsgGCHInviteUserToLobby) GetAppid() uint32

func (*CMsgGCHInviteUserToLobby) GetSteamid

func (m *CMsgGCHInviteUserToLobby) GetSteamid() uint64

func (*CMsgGCHInviteUserToLobby) GetSteamidInvited

func (m *CMsgGCHInviteUserToLobby) GetSteamidInvited() uint64

func (*CMsgGCHInviteUserToLobby) GetSteamidLobby

func (m *CMsgGCHInviteUserToLobby) GetSteamidLobby() uint64

func (*CMsgGCHInviteUserToLobby) ProtoMessage

func (*CMsgGCHInviteUserToLobby) ProtoMessage()

func (*CMsgGCHInviteUserToLobby) Reset

func (m *CMsgGCHInviteUserToLobby) Reset()

func (*CMsgGCHInviteUserToLobby) String

func (m *CMsgGCHInviteUserToLobby) String() string

func (*CMsgGCHInviteUserToLobby) XXX_DiscardUnknown

func (m *CMsgGCHInviteUserToLobby) XXX_DiscardUnknown()

func (*CMsgGCHInviteUserToLobby) XXX_Marshal

func (m *CMsgGCHInviteUserToLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHInviteUserToLobby) XXX_Merge

func (m *CMsgGCHInviteUserToLobby) XXX_Merge(src proto.Message)

func (*CMsgGCHInviteUserToLobby) XXX_Size

func (m *CMsgGCHInviteUserToLobby) XXX_Size() int

func (*CMsgGCHInviteUserToLobby) XXX_Unmarshal

func (m *CMsgGCHInviteUserToLobby) XXX_Unmarshal(b []byte) error

type CMsgGCHUpdateSession

type CMsgGCHUpdateSession struct {
	SteamId              *uint64                            `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	AppId                *uint32                            `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Online               *bool                              `protobuf:"varint,3,opt,name=online" json:"online,omitempty"`
	ServerSteamId        *uint64                            `protobuf:"fixed64,4,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	ServerAddr           *uint32                            `protobuf:"varint,5,opt,name=server_addr,json=serverAddr" json:"server_addr,omitempty"`
	ServerPort           *uint32                            `protobuf:"varint,6,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
	OsType               *uint32                            `protobuf:"varint,7,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	ClientAddr           *uint32                            `protobuf:"varint,8,opt,name=client_addr,json=clientAddr" json:"client_addr,omitempty"`
	ExtraFields          []*CMsgGCHUpdateSession_ExtraField `protobuf:"bytes,9,rep,name=extra_fields,json=extraFields" json:"extra_fields,omitempty"`
	OwnerId              *uint64                            `protobuf:"fixed64,10,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
	CmSessionSysid       *uint32                            `protobuf:"varint,11,opt,name=cm_session_sysid,json=cmSessionSysid" json:"cm_session_sysid,omitempty"`
	CmSessionIdentifier  *uint32                            `protobuf:"varint,12,opt,name=cm_session_identifier,json=cmSessionIdentifier" json:"cm_session_identifier,omitempty"`
	DepotIds             []uint32                           `protobuf:"varint,13,rep,name=depot_ids,json=depotIds" json:"depot_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgGCHUpdateSession) Descriptor

func (*CMsgGCHUpdateSession) Descriptor() ([]byte, []int)

func (*CMsgGCHUpdateSession) GetAppId

func (m *CMsgGCHUpdateSession) GetAppId() uint32

func (*CMsgGCHUpdateSession) GetClientAddr

func (m *CMsgGCHUpdateSession) GetClientAddr() uint32

func (*CMsgGCHUpdateSession) GetCmSessionIdentifier

func (m *CMsgGCHUpdateSession) GetCmSessionIdentifier() uint32

func (*CMsgGCHUpdateSession) GetCmSessionSysid

func (m *CMsgGCHUpdateSession) GetCmSessionSysid() uint32

func (*CMsgGCHUpdateSession) GetDepotIds

func (m *CMsgGCHUpdateSession) GetDepotIds() []uint32

func (*CMsgGCHUpdateSession) GetExtraFields

func (*CMsgGCHUpdateSession) GetOnline

func (m *CMsgGCHUpdateSession) GetOnline() bool

func (*CMsgGCHUpdateSession) GetOsType

func (m *CMsgGCHUpdateSession) GetOsType() uint32

func (*CMsgGCHUpdateSession) GetOwnerId

func (m *CMsgGCHUpdateSession) GetOwnerId() uint64

func (*CMsgGCHUpdateSession) GetServerAddr

func (m *CMsgGCHUpdateSession) GetServerAddr() uint32

func (*CMsgGCHUpdateSession) GetServerPort

func (m *CMsgGCHUpdateSession) GetServerPort() uint32

func (*CMsgGCHUpdateSession) GetServerSteamId

func (m *CMsgGCHUpdateSession) GetServerSteamId() uint64

func (*CMsgGCHUpdateSession) GetSteamId

func (m *CMsgGCHUpdateSession) GetSteamId() uint64

func (*CMsgGCHUpdateSession) ProtoMessage

func (*CMsgGCHUpdateSession) ProtoMessage()

func (*CMsgGCHUpdateSession) Reset

func (m *CMsgGCHUpdateSession) Reset()

func (*CMsgGCHUpdateSession) String

func (m *CMsgGCHUpdateSession) String() string

func (*CMsgGCHUpdateSession) XXX_DiscardUnknown

func (m *CMsgGCHUpdateSession) XXX_DiscardUnknown()

func (*CMsgGCHUpdateSession) XXX_Marshal

func (m *CMsgGCHUpdateSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHUpdateSession) XXX_Merge

func (m *CMsgGCHUpdateSession) XXX_Merge(src proto.Message)

func (*CMsgGCHUpdateSession) XXX_Size

func (m *CMsgGCHUpdateSession) XXX_Size() int

func (*CMsgGCHUpdateSession) XXX_Unmarshal

func (m *CMsgGCHUpdateSession) XXX_Unmarshal(b []byte) error

type CMsgGCHUpdateSession_ExtraField

type CMsgGCHUpdateSession_ExtraField struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHUpdateSession_ExtraField) Descriptor

func (*CMsgGCHUpdateSession_ExtraField) Descriptor() ([]byte, []int)

func (*CMsgGCHUpdateSession_ExtraField) GetName

func (*CMsgGCHUpdateSession_ExtraField) GetValue

func (*CMsgGCHUpdateSession_ExtraField) ProtoMessage

func (*CMsgGCHUpdateSession_ExtraField) ProtoMessage()

func (*CMsgGCHUpdateSession_ExtraField) Reset

func (*CMsgGCHUpdateSession_ExtraField) String

func (*CMsgGCHUpdateSession_ExtraField) XXX_DiscardUnknown

func (m *CMsgGCHUpdateSession_ExtraField) XXX_DiscardUnknown()

func (*CMsgGCHUpdateSession_ExtraField) XXX_Marshal

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHUpdateSession_ExtraField) XXX_Merge

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Merge(src proto.Message)

func (*CMsgGCHUpdateSession_ExtraField) XXX_Size

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Size() int

func (*CMsgGCHUpdateSession_ExtraField) XXX_Unmarshal

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Unmarshal(b []byte) error

type CMsgGCHVacVerificationChange

type CMsgGCHVacVerificationChange struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	IsVerified           *bool    `protobuf:"varint,3,opt,name=is_verified,json=isVerified" json:"is_verified,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHVacVerificationChange) Descriptor

func (*CMsgGCHVacVerificationChange) Descriptor() ([]byte, []int)

func (*CMsgGCHVacVerificationChange) GetAppid

func (m *CMsgGCHVacVerificationChange) GetAppid() uint32

func (*CMsgGCHVacVerificationChange) GetIsVerified

func (m *CMsgGCHVacVerificationChange) GetIsVerified() bool

func (*CMsgGCHVacVerificationChange) GetSteamid

func (m *CMsgGCHVacVerificationChange) GetSteamid() uint64

func (*CMsgGCHVacVerificationChange) ProtoMessage

func (*CMsgGCHVacVerificationChange) ProtoMessage()

func (*CMsgGCHVacVerificationChange) Reset

func (m *CMsgGCHVacVerificationChange) Reset()

func (*CMsgGCHVacVerificationChange) String

func (*CMsgGCHVacVerificationChange) XXX_DiscardUnknown

func (m *CMsgGCHVacVerificationChange) XXX_DiscardUnknown()

func (*CMsgGCHVacVerificationChange) XXX_Marshal

func (m *CMsgGCHVacVerificationChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHVacVerificationChange) XXX_Merge

func (m *CMsgGCHVacVerificationChange) XXX_Merge(src proto.Message)

func (*CMsgGCHVacVerificationChange) XXX_Size

func (m *CMsgGCHVacVerificationChange) XXX_Size() int

func (*CMsgGCHVacVerificationChange) XXX_Unmarshal

func (m *CMsgGCHVacVerificationChange) XXX_Unmarshal(b []byte) error

type CMsgGCIncrementKillCountResponse

type CMsgGCIncrementKillCountResponse struct {
	KillerAccountId  *uint32 `protobuf:"varint,1,opt,name=killer_account_id" json:"killer_account_id,omitempty"`
	NumKills         *uint32 `protobuf:"varint,2,opt,name=num_kills" json:"num_kills,omitempty"`
	ItemDef          *uint32 `protobuf:"varint,3,opt,name=item_def" json:"item_def,omitempty"`
	LevelType        *uint32 `protobuf:"varint,4,opt,name=level_type" json:"level_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCIncrementKillCountResponse) Descriptor

func (*CMsgGCIncrementKillCountResponse) Descriptor() ([]byte, []int)

func (*CMsgGCIncrementKillCountResponse) GetItemDef

func (m *CMsgGCIncrementKillCountResponse) GetItemDef() uint32

func (*CMsgGCIncrementKillCountResponse) GetKillerAccountId

func (m *CMsgGCIncrementKillCountResponse) GetKillerAccountId() uint32

func (*CMsgGCIncrementKillCountResponse) GetLevelType

func (m *CMsgGCIncrementKillCountResponse) GetLevelType() uint32

func (*CMsgGCIncrementKillCountResponse) GetNumKills

func (m *CMsgGCIncrementKillCountResponse) GetNumKills() uint32

func (*CMsgGCIncrementKillCountResponse) ProtoMessage

func (*CMsgGCIncrementKillCountResponse) ProtoMessage()

func (*CMsgGCIncrementKillCountResponse) Reset

func (*CMsgGCIncrementKillCountResponse) String

type CMsgGCItemPreviewItemBoughtNotification

type CMsgGCItemPreviewItemBoughtNotification struct {
	ItemDefIndex     *uint32 `protobuf:"varint,1,opt,name=item_def_index" json:"item_def_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCItemPreviewItemBoughtNotification) Descriptor

func (*CMsgGCItemPreviewItemBoughtNotification) Descriptor() ([]byte, []int)

func (*CMsgGCItemPreviewItemBoughtNotification) GetItemDefIndex

func (m *CMsgGCItemPreviewItemBoughtNotification) GetItemDefIndex() uint32

func (*CMsgGCItemPreviewItemBoughtNotification) ProtoMessage

func (*CMsgGCItemPreviewItemBoughtNotification) Reset

func (*CMsgGCItemPreviewItemBoughtNotification) String

type CMsgGCMsgMasterSetClientMsgRouting

type CMsgGCMsgMasterSetClientMsgRouting struct {
	Entries              []*CMsgGCMsgMasterSetClientMsgRouting_Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgGCMsgMasterSetClientMsgRouting) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetClientMsgRouting) GetEntries

func (*CMsgGCMsgMasterSetClientMsgRouting) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting) ProtoMessage()

func (*CMsgGCMsgMasterSetClientMsgRouting) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting) String

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetClientMsgRouting_Entry

type CMsgGCMsgMasterSetClientMsgRouting_Entry struct {
	MsgType              *uint32            `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	Routing              *CMsgGCRoutingInfo `protobuf:"bytes,2,opt,name=routing" json:"routing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) GetMsgType

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) GetRouting

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) String

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetClientMsgRouting_Response

type CMsgGCMsgMasterSetClientMsgRouting_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) GetEresult

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) String

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Unmarshal

type CMsgGCMsgMasterSetDirectory

type CMsgGCMsgMasterSetDirectory struct {
	MasterDirIndex       *uint32                              `protobuf:"varint,1,opt,name=master_dir_index,json=masterDirIndex" json:"master_dir_index,omitempty"`
	Dir                  []*CMsgGCMsgMasterSetDirectory_SubGC `protobuf:"bytes,2,rep,name=dir" json:"dir,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory) Descriptor

func (*CMsgGCMsgMasterSetDirectory) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory) GetDir

func (*CMsgGCMsgMasterSetDirectory) GetMasterDirIndex

func (m *CMsgGCMsgMasterSetDirectory) GetMasterDirIndex() uint32

func (*CMsgGCMsgMasterSetDirectory) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory) Reset

func (m *CMsgGCMsgMasterSetDirectory) Reset()

func (*CMsgGCMsgMasterSetDirectory) String

func (m *CMsgGCMsgMasterSetDirectory) String() string

func (*CMsgGCMsgMasterSetDirectory) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory) XXX_Merge

func (m *CMsgGCMsgMasterSetDirectory) XXX_Merge(src proto.Message)

func (*CMsgGCMsgMasterSetDirectory) XXX_Size

func (m *CMsgGCMsgMasterSetDirectory) XXX_Size() int

func (*CMsgGCMsgMasterSetDirectory) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetDirectory_Response

type CMsgGCMsgMasterSetDirectory_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory_Response) Descriptor

func (*CMsgGCMsgMasterSetDirectory_Response) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory_Response) GetEresult

func (*CMsgGCMsgMasterSetDirectory_Response) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory_Response) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory_Response) Reset

func (*CMsgGCMsgMasterSetDirectory_Response) String

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Merge

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Size

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetDirectory_SubGC

type CMsgGCMsgMasterSetDirectory_SubGC struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	Name                 *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Box                  *string  `protobuf:"bytes,3,opt,name=box" json:"box,omitempty"`
	CommandLine          *string  `protobuf:"bytes,4,opt,name=command_line,json=commandLine" json:"command_line,omitempty"`
	GcBinary             *string  `protobuf:"bytes,5,opt,name=gc_binary,json=gcBinary" json:"gc_binary,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory_SubGC) Descriptor

func (*CMsgGCMsgMasterSetDirectory_SubGC) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetBox

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetCommandLine

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetCommandLine() string

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetDirIndex

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetDirIndex() uint32

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetGcBinary

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetGcBinary() string

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetName

func (*CMsgGCMsgMasterSetDirectory_SubGC) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory_SubGC) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory_SubGC) Reset

func (*CMsgGCMsgMasterSetDirectory_SubGC) String

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Merge

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Size

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Size() int

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting

type CMsgGCMsgMasterSetWebAPIRouting struct {
	Entries              []*CMsgGCMsgMasterSetWebAPIRouting_Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*CMsgGCMsgMasterSetWebAPIRouting) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting) GetEntries

func (*CMsgGCMsgMasterSetWebAPIRouting) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting) ProtoMessage()

func (*CMsgGCMsgMasterSetWebAPIRouting) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting) String

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Merge

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Merge(src proto.Message)

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Size

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Size() int

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting_Entry

type CMsgGCMsgMasterSetWebAPIRouting_Entry struct {
	InterfaceName        *string            `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName" json:"interface_name,omitempty"`
	MethodName           *string            `protobuf:"bytes,2,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
	Routing              *CMsgGCRoutingInfo `protobuf:"bytes,3,opt,name=routing" json:"routing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetInterfaceName

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) GetInterfaceName() string

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetMethodName

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) GetMethodName() string

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetRouting

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) ProtoMessage()

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) String

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Merge

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Size

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting_Response

type CMsgGCMsgMasterSetWebAPIRouting_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) GetEresult

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) String

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Merge

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Size

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions

type CMsgGCMsgSetOptions struct {
	Options              []CMsgGCMsgSetOptions_Option        `protobuf:"varint,1,rep,name=options,enum=CMsgGCMsgSetOptions_Option" json:"options,omitempty"`
	ClientMsgRanges      []*CMsgGCMsgSetOptions_MessageRange `protobuf:"bytes,2,rep,name=client_msg_ranges,json=clientMsgRanges" json:"client_msg_ranges,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CMsgGCMsgSetOptions) Descriptor

func (*CMsgGCMsgSetOptions) Descriptor() ([]byte, []int)

func (*CMsgGCMsgSetOptions) GetClientMsgRanges

func (m *CMsgGCMsgSetOptions) GetClientMsgRanges() []*CMsgGCMsgSetOptions_MessageRange

func (*CMsgGCMsgSetOptions) GetOptions

func (*CMsgGCMsgSetOptions) ProtoMessage

func (*CMsgGCMsgSetOptions) ProtoMessage()

func (*CMsgGCMsgSetOptions) Reset

func (m *CMsgGCMsgSetOptions) Reset()

func (*CMsgGCMsgSetOptions) String

func (m *CMsgGCMsgSetOptions) String() string

func (*CMsgGCMsgSetOptions) XXX_DiscardUnknown

func (m *CMsgGCMsgSetOptions) XXX_DiscardUnknown()

func (*CMsgGCMsgSetOptions) XXX_Marshal

func (m *CMsgGCMsgSetOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgSetOptions) XXX_Merge

func (m *CMsgGCMsgSetOptions) XXX_Merge(src proto.Message)

func (*CMsgGCMsgSetOptions) XXX_Size

func (m *CMsgGCMsgSetOptions) XXX_Size() int

func (*CMsgGCMsgSetOptions) XXX_Unmarshal

func (m *CMsgGCMsgSetOptions) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions_MessageRange

type CMsgGCMsgSetOptions_MessageRange struct {
	Low                  *uint32  `protobuf:"varint,1,req,name=low" json:"low,omitempty"`
	High                 *uint32  `protobuf:"varint,2,req,name=high" json:"high,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgSetOptions_MessageRange) Descriptor

func (*CMsgGCMsgSetOptions_MessageRange) Descriptor() ([]byte, []int)

func (*CMsgGCMsgSetOptions_MessageRange) GetHigh

func (*CMsgGCMsgSetOptions_MessageRange) GetLow

func (*CMsgGCMsgSetOptions_MessageRange) ProtoMessage

func (*CMsgGCMsgSetOptions_MessageRange) ProtoMessage()

func (*CMsgGCMsgSetOptions_MessageRange) Reset

func (*CMsgGCMsgSetOptions_MessageRange) String

func (*CMsgGCMsgSetOptions_MessageRange) XXX_DiscardUnknown

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_DiscardUnknown()

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Marshal

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Merge

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Size

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Size() int

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Unmarshal

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions_Option

type CMsgGCMsgSetOptions_Option int32
const (
	CMsgGCMsgSetOptions_NOTIFY_USER_SESSIONS   CMsgGCMsgSetOptions_Option = 0
	CMsgGCMsgSetOptions_NOTIFY_SERVER_SESSIONS CMsgGCMsgSetOptions_Option = 1
	CMsgGCMsgSetOptions_NOTIFY_ACHIEVEMENTS    CMsgGCMsgSetOptions_Option = 2
	CMsgGCMsgSetOptions_NOTIFY_VAC_ACTION      CMsgGCMsgSetOptions_Option = 3
)

func (CMsgGCMsgSetOptions_Option) Enum

func (CMsgGCMsgSetOptions_Option) EnumDescriptor

func (CMsgGCMsgSetOptions_Option) EnumDescriptor() ([]byte, []int)

func (CMsgGCMsgSetOptions_Option) String

func (*CMsgGCMsgSetOptions_Option) UnmarshalJSON

func (x *CMsgGCMsgSetOptions_Option) UnmarshalJSON(data []byte) error

type CMsgGCMsgWebAPIJobRequestForwardResponse

type CMsgGCMsgWebAPIJobRequestForwardResponse struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) Descriptor

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) Descriptor() ([]byte, []int)

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) GetDirIndex

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) ProtoMessage

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) Reset

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) String

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_DiscardUnknown

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_DiscardUnknown()

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Marshal

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Merge

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Size

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Unmarshal

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Unmarshal(b []byte) error

type CMsgGCMultiplexMessage

type CMsgGCMultiplexMessage struct {
	Msgtype              *uint32  `protobuf:"varint,1,opt,name=msgtype" json:"msgtype,omitempty"`
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
	Steamids             []uint64 `protobuf:"fixed64,3,rep,name=steamids" json:"steamids,omitempty"`
	Replytogc            *bool    `protobuf:"varint,4,opt,name=replytogc" json:"replytogc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMultiplexMessage) Descriptor

func (*CMsgGCMultiplexMessage) Descriptor() ([]byte, []int)

func (*CMsgGCMultiplexMessage) GetMsgtype

func (m *CMsgGCMultiplexMessage) GetMsgtype() uint32

func (*CMsgGCMultiplexMessage) GetPayload

func (m *CMsgGCMultiplexMessage) GetPayload() []byte

func (*CMsgGCMultiplexMessage) GetReplytogc

func (m *CMsgGCMultiplexMessage) GetReplytogc() bool

func (*CMsgGCMultiplexMessage) GetSteamids

func (m *CMsgGCMultiplexMessage) GetSteamids() []uint64

func (*CMsgGCMultiplexMessage) ProtoMessage

func (*CMsgGCMultiplexMessage) ProtoMessage()

func (*CMsgGCMultiplexMessage) Reset

func (m *CMsgGCMultiplexMessage) Reset()

func (*CMsgGCMultiplexMessage) String

func (m *CMsgGCMultiplexMessage) String() string

func (*CMsgGCMultiplexMessage) XXX_DiscardUnknown

func (m *CMsgGCMultiplexMessage) XXX_DiscardUnknown()

func (*CMsgGCMultiplexMessage) XXX_Marshal

func (m *CMsgGCMultiplexMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMultiplexMessage) XXX_Merge

func (m *CMsgGCMultiplexMessage) XXX_Merge(src proto.Message)

func (*CMsgGCMultiplexMessage) XXX_Size

func (m *CMsgGCMultiplexMessage) XXX_Size() int

func (*CMsgGCMultiplexMessage) XXX_Unmarshal

func (m *CMsgGCMultiplexMessage) XXX_Unmarshal(b []byte) error

type CMsgGCMultiplexMessage_Response

type CMsgGCMultiplexMessage_Response struct {
	Msgtype              *uint32  `protobuf:"varint,1,opt,name=msgtype" json:"msgtype,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMultiplexMessage_Response) Descriptor

func (*CMsgGCMultiplexMessage_Response) Descriptor() ([]byte, []int)

func (*CMsgGCMultiplexMessage_Response) GetMsgtype

func (m *CMsgGCMultiplexMessage_Response) GetMsgtype() uint32

func (*CMsgGCMultiplexMessage_Response) ProtoMessage

func (*CMsgGCMultiplexMessage_Response) ProtoMessage()

func (*CMsgGCMultiplexMessage_Response) Reset

func (*CMsgGCMultiplexMessage_Response) String

func (*CMsgGCMultiplexMessage_Response) XXX_DiscardUnknown

func (m *CMsgGCMultiplexMessage_Response) XXX_DiscardUnknown()

func (*CMsgGCMultiplexMessage_Response) XXX_Marshal

func (m *CMsgGCMultiplexMessage_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMultiplexMessage_Response) XXX_Merge

func (m *CMsgGCMultiplexMessage_Response) XXX_Merge(src proto.Message)

func (*CMsgGCMultiplexMessage_Response) XXX_Size

func (m *CMsgGCMultiplexMessage_Response) XXX_Size() int

func (*CMsgGCMultiplexMessage_Response) XXX_Unmarshal

func (m *CMsgGCMultiplexMessage_Response) XXX_Unmarshal(b []byte) error

type CMsgGCNameItemNotification

type CMsgGCNameItemNotification struct {
	PlayerSteamid    *uint64 `protobuf:"fixed64,1,opt,name=player_steamid" json:"player_steamid,omitempty"`
	ItemDefIndex     *uint32 `protobuf:"varint,2,opt,name=item_def_index" json:"item_def_index,omitempty"`
	ItemNameCustom   *string `protobuf:"bytes,3,opt,name=item_name_custom" json:"item_name_custom,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCNameItemNotification) Descriptor

func (*CMsgGCNameItemNotification) Descriptor() ([]byte, []int)

func (*CMsgGCNameItemNotification) GetItemDefIndex

func (m *CMsgGCNameItemNotification) GetItemDefIndex() uint32

func (*CMsgGCNameItemNotification) GetItemNameCustom

func (m *CMsgGCNameItemNotification) GetItemNameCustom() string

func (*CMsgGCNameItemNotification) GetPlayerSteamid

func (m *CMsgGCNameItemNotification) GetPlayerSteamid() uint64

func (*CMsgGCNameItemNotification) ProtoMessage

func (*CMsgGCNameItemNotification) ProtoMessage()

func (*CMsgGCNameItemNotification) Reset

func (m *CMsgGCNameItemNotification) Reset()

func (*CMsgGCNameItemNotification) String

func (m *CMsgGCNameItemNotification) String() string

type CMsgGCReportAbuse

type CMsgGCReportAbuse struct {
	TargetSteamId        *uint64 `protobuf:"fixed64,1,opt,name=target_steam_id" json:"target_steam_id,omitempty"`
	Description          *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	Gid                  *uint64 `protobuf:"varint,5,opt,name=gid" json:"gid,omitempty"`
	AbuseType            *uint32 `protobuf:"varint,2,opt,name=abuse_type" json:"abuse_type,omitempty"`
	ContentType          *uint32 `protobuf:"varint,3,opt,name=content_type" json:"content_type,omitempty"`
	TargetGameServerIp   *uint32 `protobuf:"fixed32,6,opt,name=target_game_server_ip" json:"target_game_server_ip,omitempty"`
	TargetGameServerPort *uint32 `protobuf:"varint,7,opt,name=target_game_server_port" json:"target_game_server_port,omitempty"`
	XXX_unrecognized     []byte  `json:"-"`
}

func (*CMsgGCReportAbuse) Descriptor

func (*CMsgGCReportAbuse) Descriptor() ([]byte, []int)

func (*CMsgGCReportAbuse) GetAbuseType

func (m *CMsgGCReportAbuse) GetAbuseType() uint32

func (*CMsgGCReportAbuse) GetContentType

func (m *CMsgGCReportAbuse) GetContentType() uint32

func (*CMsgGCReportAbuse) GetDescription

func (m *CMsgGCReportAbuse) GetDescription() string

func (*CMsgGCReportAbuse) GetGid

func (m *CMsgGCReportAbuse) GetGid() uint64

func (*CMsgGCReportAbuse) GetTargetGameServerIp

func (m *CMsgGCReportAbuse) GetTargetGameServerIp() uint32

func (*CMsgGCReportAbuse) GetTargetGameServerPort

func (m *CMsgGCReportAbuse) GetTargetGameServerPort() uint32

func (*CMsgGCReportAbuse) GetTargetSteamId

func (m *CMsgGCReportAbuse) GetTargetSteamId() uint64

func (*CMsgGCReportAbuse) ProtoMessage

func (*CMsgGCReportAbuse) ProtoMessage()

func (*CMsgGCReportAbuse) Reset

func (m *CMsgGCReportAbuse) Reset()

func (*CMsgGCReportAbuse) String

func (m *CMsgGCReportAbuse) String() string

type CMsgGCReportAbuseResponse

type CMsgGCReportAbuseResponse struct {
	TargetSteamId    *uint64 `protobuf:"fixed64,1,opt,name=target_steam_id" json:"target_steam_id,omitempty"`
	Result           *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	ErrorMessage     *string `protobuf:"bytes,3,opt,name=error_message" json:"error_message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCReportAbuseResponse) Descriptor

func (*CMsgGCReportAbuseResponse) Descriptor() ([]byte, []int)

func (*CMsgGCReportAbuseResponse) GetErrorMessage

func (m *CMsgGCReportAbuseResponse) GetErrorMessage() string

func (*CMsgGCReportAbuseResponse) GetResult

func (m *CMsgGCReportAbuseResponse) GetResult() uint32

func (*CMsgGCReportAbuseResponse) GetTargetSteamId

func (m *CMsgGCReportAbuseResponse) GetTargetSteamId() uint64

func (*CMsgGCReportAbuseResponse) ProtoMessage

func (*CMsgGCReportAbuseResponse) ProtoMessage()

func (*CMsgGCReportAbuseResponse) Reset

func (m *CMsgGCReportAbuseResponse) Reset()

func (*CMsgGCReportAbuseResponse) String

func (m *CMsgGCReportAbuseResponse) String() string

type CMsgGCRequestAnnouncements

type CMsgGCRequestAnnouncements struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCRequestAnnouncements) Descriptor

func (*CMsgGCRequestAnnouncements) Descriptor() ([]byte, []int)

func (*CMsgGCRequestAnnouncements) ProtoMessage

func (*CMsgGCRequestAnnouncements) ProtoMessage()

func (*CMsgGCRequestAnnouncements) Reset

func (m *CMsgGCRequestAnnouncements) Reset()

func (*CMsgGCRequestAnnouncements) String

func (m *CMsgGCRequestAnnouncements) String() string

type CMsgGCRequestAnnouncementsResponse

type CMsgGCRequestAnnouncementsResponse struct {
	AnnouncementTitle *string `protobuf:"bytes,1,opt,name=announcement_title" json:"announcement_title,omitempty"`
	Announcement      *string `protobuf:"bytes,2,opt,name=announcement" json:"announcement,omitempty"`
	NextmatchTitle    *string `protobuf:"bytes,3,opt,name=nextmatch_title" json:"nextmatch_title,omitempty"`
	Nextmatch         *string `protobuf:"bytes,4,opt,name=nextmatch" json:"nextmatch,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgGCRequestAnnouncementsResponse) Descriptor

func (*CMsgGCRequestAnnouncementsResponse) Descriptor() ([]byte, []int)

func (*CMsgGCRequestAnnouncementsResponse) GetAnnouncement

func (m *CMsgGCRequestAnnouncementsResponse) GetAnnouncement() string

func (*CMsgGCRequestAnnouncementsResponse) GetAnnouncementTitle

func (m *CMsgGCRequestAnnouncementsResponse) GetAnnouncementTitle() string

func (*CMsgGCRequestAnnouncementsResponse) GetNextmatch

func (m *CMsgGCRequestAnnouncementsResponse) GetNextmatch() string

func (*CMsgGCRequestAnnouncementsResponse) GetNextmatchTitle

func (m *CMsgGCRequestAnnouncementsResponse) GetNextmatchTitle() string

func (*CMsgGCRequestAnnouncementsResponse) ProtoMessage

func (*CMsgGCRequestAnnouncementsResponse) ProtoMessage()

func (*CMsgGCRequestAnnouncementsResponse) Reset

func (*CMsgGCRequestAnnouncementsResponse) String

type CMsgGCRequestSessionIP

type CMsgGCRequestSessionIP struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestSessionIP) Descriptor

func (*CMsgGCRequestSessionIP) Descriptor() ([]byte, []int)

func (*CMsgGCRequestSessionIP) GetSteamid

func (m *CMsgGCRequestSessionIP) GetSteamid() uint64

func (*CMsgGCRequestSessionIP) ProtoMessage

func (*CMsgGCRequestSessionIP) ProtoMessage()

func (*CMsgGCRequestSessionIP) Reset

func (m *CMsgGCRequestSessionIP) Reset()

func (*CMsgGCRequestSessionIP) String

func (m *CMsgGCRequestSessionIP) String() string

func (*CMsgGCRequestSessionIP) XXX_DiscardUnknown

func (m *CMsgGCRequestSessionIP) XXX_DiscardUnknown()

func (*CMsgGCRequestSessionIP) XXX_Marshal

func (m *CMsgGCRequestSessionIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestSessionIP) XXX_Merge

func (m *CMsgGCRequestSessionIP) XXX_Merge(src proto.Message)

func (*CMsgGCRequestSessionIP) XXX_Size

func (m *CMsgGCRequestSessionIP) XXX_Size() int

func (*CMsgGCRequestSessionIP) XXX_Unmarshal

func (m *CMsgGCRequestSessionIP) XXX_Unmarshal(b []byte) error

type CMsgGCRequestSessionIPResponse

type CMsgGCRequestSessionIPResponse struct {
	Ip                   *uint32  `protobuf:"fixed32,1,opt,name=ip" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestSessionIPResponse) Descriptor

func (*CMsgGCRequestSessionIPResponse) Descriptor() ([]byte, []int)

func (*CMsgGCRequestSessionIPResponse) GetIp

func (*CMsgGCRequestSessionIPResponse) ProtoMessage

func (*CMsgGCRequestSessionIPResponse) ProtoMessage()

func (*CMsgGCRequestSessionIPResponse) Reset

func (m *CMsgGCRequestSessionIPResponse) Reset()

func (*CMsgGCRequestSessionIPResponse) String

func (*CMsgGCRequestSessionIPResponse) XXX_DiscardUnknown

func (m *CMsgGCRequestSessionIPResponse) XXX_DiscardUnknown()

func (*CMsgGCRequestSessionIPResponse) XXX_Marshal

func (m *CMsgGCRequestSessionIPResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestSessionIPResponse) XXX_Merge

func (m *CMsgGCRequestSessionIPResponse) XXX_Merge(src proto.Message)

func (*CMsgGCRequestSessionIPResponse) XXX_Size

func (m *CMsgGCRequestSessionIPResponse) XXX_Size() int

func (*CMsgGCRequestSessionIPResponse) XXX_Unmarshal

func (m *CMsgGCRequestSessionIPResponse) XXX_Unmarshal(b []byte) error

type CMsgGCRoutingInfo

type CMsgGCRoutingInfo struct {
	DirIndex             []uint32                         `protobuf:"varint,1,rep,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	Method               *CMsgGCRoutingInfo_RoutingMethod `protobuf:"varint,2,opt,name=method,enum=CMsgGCRoutingInfo_RoutingMethod,def=0" json:"method,omitempty"`
	Fallback             *CMsgGCRoutingInfo_RoutingMethod `protobuf:"varint,3,opt,name=fallback,enum=CMsgGCRoutingInfo_RoutingMethod,def=1" json:"fallback,omitempty"`
	ProtobufField        *uint32                          `protobuf:"varint,4,opt,name=protobuf_field,json=protobufField" json:"protobuf_field,omitempty"`
	WebapiParam          *string                          `protobuf:"bytes,5,opt,name=webapi_param,json=webapiParam" json:"webapi_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgGCRoutingInfo) Descriptor

func (*CMsgGCRoutingInfo) Descriptor() ([]byte, []int)

func (*CMsgGCRoutingInfo) GetDirIndex

func (m *CMsgGCRoutingInfo) GetDirIndex() []uint32

func (*CMsgGCRoutingInfo) GetFallback

func (*CMsgGCRoutingInfo) GetMethod

func (*CMsgGCRoutingInfo) GetProtobufField

func (m *CMsgGCRoutingInfo) GetProtobufField() uint32

func (*CMsgGCRoutingInfo) GetWebapiParam

func (m *CMsgGCRoutingInfo) GetWebapiParam() string

func (*CMsgGCRoutingInfo) ProtoMessage

func (*CMsgGCRoutingInfo) ProtoMessage()

func (*CMsgGCRoutingInfo) Reset

func (m *CMsgGCRoutingInfo) Reset()

func (*CMsgGCRoutingInfo) String

func (m *CMsgGCRoutingInfo) String() string

func (*CMsgGCRoutingInfo) XXX_DiscardUnknown

func (m *CMsgGCRoutingInfo) XXX_DiscardUnknown()

func (*CMsgGCRoutingInfo) XXX_Marshal

func (m *CMsgGCRoutingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRoutingInfo) XXX_Merge

func (m *CMsgGCRoutingInfo) XXX_Merge(src proto.Message)

func (*CMsgGCRoutingInfo) XXX_Size

func (m *CMsgGCRoutingInfo) XXX_Size() int

func (*CMsgGCRoutingInfo) XXX_Unmarshal

func (m *CMsgGCRoutingInfo) XXX_Unmarshal(b []byte) error

type CMsgGCRoutingInfo_RoutingMethod

type CMsgGCRoutingInfo_RoutingMethod int32
const (
	CMsgGCRoutingInfo_RANDOM                CMsgGCRoutingInfo_RoutingMethod = 0
	CMsgGCRoutingInfo_DISCARD               CMsgGCRoutingInfo_RoutingMethod = 1
	CMsgGCRoutingInfo_CLIENT_STEAMID        CMsgGCRoutingInfo_RoutingMethod = 2
	CMsgGCRoutingInfo_PROTOBUF_FIELD_UINT64 CMsgGCRoutingInfo_RoutingMethod = 3
	CMsgGCRoutingInfo_WEBAPI_PARAM_UINT64   CMsgGCRoutingInfo_RoutingMethod = 4
)
const Default_CMsgGCRoutingInfo_Fallback CMsgGCRoutingInfo_RoutingMethod = CMsgGCRoutingInfo_DISCARD
const Default_CMsgGCRoutingInfo_Method CMsgGCRoutingInfo_RoutingMethod = CMsgGCRoutingInfo_RANDOM

func (CMsgGCRoutingInfo_RoutingMethod) Enum

func (CMsgGCRoutingInfo_RoutingMethod) EnumDescriptor

func (CMsgGCRoutingInfo_RoutingMethod) EnumDescriptor() ([]byte, []int)

func (CMsgGCRoutingInfo_RoutingMethod) String

func (*CMsgGCRoutingInfo_RoutingMethod) UnmarshalJSON

func (x *CMsgGCRoutingInfo_RoutingMethod) UnmarshalJSON(data []byte) error

type CMsgGCServerVersionUpdated

type CMsgGCServerVersionUpdated struct {
	ServerVersion    *uint32 `protobuf:"varint,1,opt,name=server_version" json:"server_version,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCServerVersionUpdated) Descriptor

func (*CMsgGCServerVersionUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCServerVersionUpdated) GetServerVersion

func (m *CMsgGCServerVersionUpdated) GetServerVersion() uint32

func (*CMsgGCServerVersionUpdated) ProtoMessage

func (*CMsgGCServerVersionUpdated) ProtoMessage()

func (*CMsgGCServerVersionUpdated) Reset

func (m *CMsgGCServerVersionUpdated) Reset()

func (*CMsgGCServerVersionUpdated) String

func (m *CMsgGCServerVersionUpdated) String() string

type CMsgGCShowItemsPickedUp

type CMsgGCShowItemsPickedUp struct {
	PlayerSteamid    *uint64 `protobuf:"fixed64,1,opt,name=player_steamid" json:"player_steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCShowItemsPickedUp) Descriptor

func (*CMsgGCShowItemsPickedUp) Descriptor() ([]byte, []int)

func (*CMsgGCShowItemsPickedUp) GetPlayerSteamid

func (m *CMsgGCShowItemsPickedUp) GetPlayerSteamid() uint64

func (*CMsgGCShowItemsPickedUp) ProtoMessage

func (*CMsgGCShowItemsPickedUp) ProtoMessage()

func (*CMsgGCShowItemsPickedUp) Reset

func (m *CMsgGCShowItemsPickedUp) Reset()

func (*CMsgGCShowItemsPickedUp) String

func (m *CMsgGCShowItemsPickedUp) String() string

type CMsgGCStorePurchaseCancel

type CMsgGCStorePurchaseCancel struct {
	TxnId            *uint64 `protobuf:"varint,1,opt,name=txn_id" json:"txn_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCStorePurchaseCancel) Descriptor

func (*CMsgGCStorePurchaseCancel) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseCancel) GetTxnId

func (m *CMsgGCStorePurchaseCancel) GetTxnId() uint64

func (*CMsgGCStorePurchaseCancel) ProtoMessage

func (*CMsgGCStorePurchaseCancel) ProtoMessage()

func (*CMsgGCStorePurchaseCancel) Reset

func (m *CMsgGCStorePurchaseCancel) Reset()

func (*CMsgGCStorePurchaseCancel) String

func (m *CMsgGCStorePurchaseCancel) String() string

type CMsgGCStorePurchaseCancelResponse

type CMsgGCStorePurchaseCancelResponse struct {
	Result           *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCStorePurchaseCancelResponse) Descriptor

func (*CMsgGCStorePurchaseCancelResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseCancelResponse) GetResult

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage()

func (*CMsgGCStorePurchaseCancelResponse) Reset

func (*CMsgGCStorePurchaseCancelResponse) String

type CMsgGCStorePurchaseFinalize

type CMsgGCStorePurchaseFinalize struct {
	TxnId            *uint64 `protobuf:"varint,1,opt,name=txn_id" json:"txn_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCStorePurchaseFinalize) Descriptor

func (*CMsgGCStorePurchaseFinalize) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseFinalize) GetTxnId

func (m *CMsgGCStorePurchaseFinalize) GetTxnId() uint64

func (*CMsgGCStorePurchaseFinalize) ProtoMessage

func (*CMsgGCStorePurchaseFinalize) ProtoMessage()

func (*CMsgGCStorePurchaseFinalize) Reset

func (m *CMsgGCStorePurchaseFinalize) Reset()

func (*CMsgGCStorePurchaseFinalize) String

func (m *CMsgGCStorePurchaseFinalize) String() string

type CMsgGCStorePurchaseFinalizeResponse

type CMsgGCStorePurchaseFinalizeResponse struct {
	Result           *uint32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ItemIds          []uint64 `protobuf:"varint,2,rep,name=item_ids" json:"item_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCStorePurchaseFinalizeResponse) Descriptor

func (*CMsgGCStorePurchaseFinalizeResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseFinalizeResponse) GetItemIds

func (m *CMsgGCStorePurchaseFinalizeResponse) GetItemIds() []uint64

func (*CMsgGCStorePurchaseFinalizeResponse) GetResult

func (*CMsgGCStorePurchaseFinalizeResponse) ProtoMessage

func (*CMsgGCStorePurchaseFinalizeResponse) ProtoMessage()

func (*CMsgGCStorePurchaseFinalizeResponse) Reset

func (*CMsgGCStorePurchaseFinalizeResponse) String

type CMsgGCStorePurchaseInit

type CMsgGCStorePurchaseInit struct {
	Country          *string                          `protobuf:"bytes,1,opt,name=country" json:"country,omitempty"`
	Language         *int32                           `protobuf:"varint,2,opt,name=language" json:"language,omitempty"`
	Currency         *int32                           `protobuf:"varint,3,opt,name=currency" json:"currency,omitempty"`
	LineItems        []*CGCStorePurchaseInit_LineItem `protobuf:"bytes,4,rep,name=line_items" json:"line_items,omitempty"`
	XXX_unrecognized []byte                           `json:"-"`
}

func (*CMsgGCStorePurchaseInit) Descriptor

func (*CMsgGCStorePurchaseInit) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseInit) GetCountry

func (m *CMsgGCStorePurchaseInit) GetCountry() string

func (*CMsgGCStorePurchaseInit) GetCurrency

func (m *CMsgGCStorePurchaseInit) GetCurrency() int32

func (*CMsgGCStorePurchaseInit) GetLanguage

func (m *CMsgGCStorePurchaseInit) GetLanguage() int32

func (*CMsgGCStorePurchaseInit) GetLineItems

func (*CMsgGCStorePurchaseInit) ProtoMessage

func (*CMsgGCStorePurchaseInit) ProtoMessage()

func (*CMsgGCStorePurchaseInit) Reset

func (m *CMsgGCStorePurchaseInit) Reset()

func (*CMsgGCStorePurchaseInit) String

func (m *CMsgGCStorePurchaseInit) String() string

type CMsgGCStorePurchaseInitResponse

type CMsgGCStorePurchaseInitResponse struct {
	Result           *int32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	TxnId            *uint64 `protobuf:"varint,2,opt,name=txn_id" json:"txn_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCStorePurchaseInitResponse) Descriptor

func (*CMsgGCStorePurchaseInitResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseInitResponse) GetResult

func (m *CMsgGCStorePurchaseInitResponse) GetResult() int32

func (*CMsgGCStorePurchaseInitResponse) GetTxnId

func (*CMsgGCStorePurchaseInitResponse) ProtoMessage

func (*CMsgGCStorePurchaseInitResponse) ProtoMessage()

func (*CMsgGCStorePurchaseInitResponse) Reset

func (*CMsgGCStorePurchaseInitResponse) String

type CMsgGCToGCBannedWordListBroadcast

type CMsgGCToGCBannedWordListBroadcast struct {
	Broadcast        *CMsgGCBannedWordListResponse `protobuf:"bytes,1,opt,name=broadcast" json:"broadcast,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CMsgGCToGCBannedWordListBroadcast) Descriptor

func (*CMsgGCToGCBannedWordListBroadcast) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBannedWordListBroadcast) GetBroadcast

func (*CMsgGCToGCBannedWordListBroadcast) ProtoMessage

func (*CMsgGCToGCBannedWordListBroadcast) ProtoMessage()

func (*CMsgGCToGCBannedWordListBroadcast) Reset

func (*CMsgGCToGCBannedWordListBroadcast) String

type CMsgGCToGCBannedWordListUpdated

type CMsgGCToGCBannedWordListUpdated struct {
	GroupId          *uint32 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCBannedWordListUpdated) Descriptor

func (*CMsgGCToGCBannedWordListUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBannedWordListUpdated) GetGroupId

func (m *CMsgGCToGCBannedWordListUpdated) GetGroupId() uint32

func (*CMsgGCToGCBannedWordListUpdated) ProtoMessage

func (*CMsgGCToGCBannedWordListUpdated) ProtoMessage()

func (*CMsgGCToGCBannedWordListUpdated) Reset

func (*CMsgGCToGCBannedWordListUpdated) String

type CMsgGCToGCBroadcastConsoleCommand

type CMsgGCToGCBroadcastConsoleCommand struct {
	ConCommand       *string `protobuf:"bytes,1,opt,name=con_command" json:"con_command,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCBroadcastConsoleCommand) Descriptor

func (*CMsgGCToGCBroadcastConsoleCommand) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBroadcastConsoleCommand) GetConCommand

func (m *CMsgGCToGCBroadcastConsoleCommand) GetConCommand() string

func (*CMsgGCToGCBroadcastConsoleCommand) ProtoMessage

func (*CMsgGCToGCBroadcastConsoleCommand) ProtoMessage()

func (*CMsgGCToGCBroadcastConsoleCommand) Reset

func (*CMsgGCToGCBroadcastConsoleCommand) String

type CMsgGCToGCDirtyMultipleSDOCache

type CMsgGCToGCDirtyMultipleSDOCache struct {
	SdoType          *uint32  `protobuf:"varint,1,opt,name=sdo_type" json:"sdo_type,omitempty"`
	KeyUint64        []uint64 `protobuf:"varint,2,rep,name=key_uint64" json:"key_uint64,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToGCDirtyMultipleSDOCache) Descriptor

func (*CMsgGCToGCDirtyMultipleSDOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCDirtyMultipleSDOCache) GetKeyUint64

func (m *CMsgGCToGCDirtyMultipleSDOCache) GetKeyUint64() []uint64

func (*CMsgGCToGCDirtyMultipleSDOCache) GetSdoType

func (m *CMsgGCToGCDirtyMultipleSDOCache) GetSdoType() uint32

func (*CMsgGCToGCDirtyMultipleSDOCache) ProtoMessage

func (*CMsgGCToGCDirtyMultipleSDOCache) ProtoMessage()

func (*CMsgGCToGCDirtyMultipleSDOCache) Reset

func (*CMsgGCToGCDirtyMultipleSDOCache) String

type CMsgGCToGCDirtySDOCache

type CMsgGCToGCDirtySDOCache struct {
	SdoType          *uint32 `protobuf:"varint,1,opt,name=sdo_type" json:"sdo_type,omitempty"`
	KeyUint64        *uint64 `protobuf:"varint,2,opt,name=key_uint64" json:"key_uint64,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCDirtySDOCache) Descriptor

func (*CMsgGCToGCDirtySDOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCDirtySDOCache) GetKeyUint64

func (m *CMsgGCToGCDirtySDOCache) GetKeyUint64() uint64

func (*CMsgGCToGCDirtySDOCache) GetSdoType

func (m *CMsgGCToGCDirtySDOCache) GetSdoType() uint32

func (*CMsgGCToGCDirtySDOCache) ProtoMessage

func (*CMsgGCToGCDirtySDOCache) ProtoMessage()

func (*CMsgGCToGCDirtySDOCache) Reset

func (m *CMsgGCToGCDirtySDOCache) Reset()

func (*CMsgGCToGCDirtySDOCache) String

func (m *CMsgGCToGCDirtySDOCache) String() string

type CMsgGCToGCIsTrustedServer

type CMsgGCToGCIsTrustedServer struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCIsTrustedServer) Descriptor

func (*CMsgGCToGCIsTrustedServer) Descriptor() ([]byte, []int)

func (*CMsgGCToGCIsTrustedServer) GetSteamId

func (m *CMsgGCToGCIsTrustedServer) GetSteamId() uint64

func (*CMsgGCToGCIsTrustedServer) ProtoMessage

func (*CMsgGCToGCIsTrustedServer) ProtoMessage()

func (*CMsgGCToGCIsTrustedServer) Reset

func (m *CMsgGCToGCIsTrustedServer) Reset()

func (*CMsgGCToGCIsTrustedServer) String

func (m *CMsgGCToGCIsTrustedServer) String() string

type CMsgGCToGCIsTrustedServerResponse

type CMsgGCToGCIsTrustedServerResponse struct {
	IsTrusted        *bool  `protobuf:"varint,1,opt,name=is_trusted" json:"is_trusted,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCToGCIsTrustedServerResponse) Descriptor

func (*CMsgGCToGCIsTrustedServerResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCIsTrustedServerResponse) GetIsTrusted

func (m *CMsgGCToGCIsTrustedServerResponse) GetIsTrusted() bool

func (*CMsgGCToGCIsTrustedServerResponse) ProtoMessage

func (*CMsgGCToGCIsTrustedServerResponse) ProtoMessage()

func (*CMsgGCToGCIsTrustedServerResponse) Reset

func (*CMsgGCToGCIsTrustedServerResponse) String

type CMsgGCToGCReloadVersions

type CMsgGCToGCReloadVersions struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCToGCReloadVersions) Descriptor

func (*CMsgGCToGCReloadVersions) Descriptor() ([]byte, []int)

func (*CMsgGCToGCReloadVersions) ProtoMessage

func (*CMsgGCToGCReloadVersions) ProtoMessage()

func (*CMsgGCToGCReloadVersions) Reset

func (m *CMsgGCToGCReloadVersions) Reset()

func (*CMsgGCToGCReloadVersions) String

func (m *CMsgGCToGCReloadVersions) String() string

type CMsgGCToGCRequestPassportItemGrant

type CMsgGCToGCRequestPassportItemGrant struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
	LeagueId         *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
	RewardFlag       *int32  `protobuf:"varint,3,opt,name=reward_flag" json:"reward_flag,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCRequestPassportItemGrant) Descriptor

func (*CMsgGCToGCRequestPassportItemGrant) Descriptor() ([]byte, []int)

func (*CMsgGCToGCRequestPassportItemGrant) GetLeagueId

func (m *CMsgGCToGCRequestPassportItemGrant) GetLeagueId() uint32

func (*CMsgGCToGCRequestPassportItemGrant) GetRewardFlag

func (m *CMsgGCToGCRequestPassportItemGrant) GetRewardFlag() int32

func (*CMsgGCToGCRequestPassportItemGrant) GetSteamId

func (*CMsgGCToGCRequestPassportItemGrant) ProtoMessage

func (*CMsgGCToGCRequestPassportItemGrant) ProtoMessage()

func (*CMsgGCToGCRequestPassportItemGrant) Reset

func (*CMsgGCToGCRequestPassportItemGrant) String

type CMsgGCToGCUpdateSQLKeyValue

type CMsgGCToGCUpdateSQLKeyValue struct {
	KeyName          *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCUpdateSQLKeyValue) Descriptor

func (*CMsgGCToGCUpdateSQLKeyValue) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUpdateSQLKeyValue) GetKeyName

func (m *CMsgGCToGCUpdateSQLKeyValue) GetKeyName() string

func (*CMsgGCToGCUpdateSQLKeyValue) ProtoMessage

func (*CMsgGCToGCUpdateSQLKeyValue) ProtoMessage()

func (*CMsgGCToGCUpdateSQLKeyValue) Reset

func (m *CMsgGCToGCUpdateSQLKeyValue) Reset()

func (*CMsgGCToGCUpdateSQLKeyValue) String

func (m *CMsgGCToGCUpdateSQLKeyValue) String() string

type CMsgGCToGCWebAPIAccountChanged

type CMsgGCToGCWebAPIAccountChanged struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCToGCWebAPIAccountChanged) Descriptor

func (*CMsgGCToGCWebAPIAccountChanged) Descriptor() ([]byte, []int)

func (*CMsgGCToGCWebAPIAccountChanged) ProtoMessage

func (*CMsgGCToGCWebAPIAccountChanged) ProtoMessage()

func (*CMsgGCToGCWebAPIAccountChanged) Reset

func (m *CMsgGCToGCWebAPIAccountChanged) Reset()

func (*CMsgGCToGCWebAPIAccountChanged) String

type CMsgGCUpdateSessionIP

type CMsgGCUpdateSessionIP struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Ip                   *uint32  `protobuf:"fixed32,2,opt,name=ip" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCUpdateSessionIP) Descriptor

func (*CMsgGCUpdateSessionIP) Descriptor() ([]byte, []int)

func (*CMsgGCUpdateSessionIP) GetIp

func (m *CMsgGCUpdateSessionIP) GetIp() uint32

func (*CMsgGCUpdateSessionIP) GetSteamid

func (m *CMsgGCUpdateSessionIP) GetSteamid() uint64

func (*CMsgGCUpdateSessionIP) ProtoMessage

func (*CMsgGCUpdateSessionIP) ProtoMessage()

func (*CMsgGCUpdateSessionIP) Reset

func (m *CMsgGCUpdateSessionIP) Reset()

func (*CMsgGCUpdateSessionIP) String

func (m *CMsgGCUpdateSessionIP) String() string

func (*CMsgGCUpdateSessionIP) XXX_DiscardUnknown

func (m *CMsgGCUpdateSessionIP) XXX_DiscardUnknown()

func (*CMsgGCUpdateSessionIP) XXX_Marshal

func (m *CMsgGCUpdateSessionIP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCUpdateSessionIP) XXX_Merge

func (m *CMsgGCUpdateSessionIP) XXX_Merge(src proto.Message)

func (*CMsgGCUpdateSessionIP) XXX_Size

func (m *CMsgGCUpdateSessionIP) XXX_Size() int

func (*CMsgGCUpdateSessionIP) XXX_Unmarshal

func (m *CMsgGCUpdateSessionIP) XXX_Unmarshal(b []byte) error

type CMsgGC_GlobalGame_Play

type CMsgGC_GlobalGame_Play struct {
	Ticket           *uint64 `protobuf:"varint,1,opt,name=ticket" json:"ticket,omitempty"`
	Gametimems       *uint32 `protobuf:"varint,2,opt,name=gametimems" json:"gametimems,omitempty"`
	Msperpoint       *uint32 `protobuf:"varint,3,opt,name=msperpoint" json:"msperpoint,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGC_GlobalGame_Play) Descriptor

func (*CMsgGC_GlobalGame_Play) Descriptor() ([]byte, []int)

func (*CMsgGC_GlobalGame_Play) GetGametimems

func (m *CMsgGC_GlobalGame_Play) GetGametimems() uint32

func (*CMsgGC_GlobalGame_Play) GetMsperpoint

func (m *CMsgGC_GlobalGame_Play) GetMsperpoint() uint32

func (*CMsgGC_GlobalGame_Play) GetTicket

func (m *CMsgGC_GlobalGame_Play) GetTicket() uint64

func (*CMsgGC_GlobalGame_Play) ProtoMessage

func (*CMsgGC_GlobalGame_Play) ProtoMessage()

func (*CMsgGC_GlobalGame_Play) Reset

func (m *CMsgGC_GlobalGame_Play) Reset()

func (*CMsgGC_GlobalGame_Play) String

func (m *CMsgGC_GlobalGame_Play) String() string

type CMsgGC_GlobalGame_Subscribe

type CMsgGC_GlobalGame_Subscribe struct {
	Ticket           *uint64 `protobuf:"varint,1,opt,name=ticket" json:"ticket,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGC_GlobalGame_Subscribe) Descriptor

func (*CMsgGC_GlobalGame_Subscribe) Descriptor() ([]byte, []int)

func (*CMsgGC_GlobalGame_Subscribe) GetTicket

func (m *CMsgGC_GlobalGame_Subscribe) GetTicket() uint64

func (*CMsgGC_GlobalGame_Subscribe) ProtoMessage

func (*CMsgGC_GlobalGame_Subscribe) ProtoMessage()

func (*CMsgGC_GlobalGame_Subscribe) Reset

func (m *CMsgGC_GlobalGame_Subscribe) Reset()

func (*CMsgGC_GlobalGame_Subscribe) String

func (m *CMsgGC_GlobalGame_Subscribe) String() string

type CMsgGC_GlobalGame_Unsubscribe

type CMsgGC_GlobalGame_Unsubscribe struct {
	Timeleft         *int32 `protobuf:"varint,1,opt,name=timeleft" json:"timeleft,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGC_GlobalGame_Unsubscribe) Descriptor

func (*CMsgGC_GlobalGame_Unsubscribe) Descriptor() ([]byte, []int)

func (*CMsgGC_GlobalGame_Unsubscribe) GetTimeleft

func (m *CMsgGC_GlobalGame_Unsubscribe) GetTimeleft() int32

func (*CMsgGC_GlobalGame_Unsubscribe) ProtoMessage

func (*CMsgGC_GlobalGame_Unsubscribe) ProtoMessage()

func (*CMsgGC_GlobalGame_Unsubscribe) Reset

func (m *CMsgGC_GlobalGame_Unsubscribe) Reset()

func (*CMsgGC_GlobalGame_Unsubscribe) String

type CMsgGC_ServerQuestUpdateData

type CMsgGC_ServerQuestUpdateData struct {
	PlayerQuestData  []*PlayerQuestData `protobuf:"bytes,1,rep,name=player_quest_data" json:"player_quest_data,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CMsgGC_ServerQuestUpdateData) Descriptor

func (*CMsgGC_ServerQuestUpdateData) Descriptor() ([]byte, []int)

func (*CMsgGC_ServerQuestUpdateData) GetPlayerQuestData

func (m *CMsgGC_ServerQuestUpdateData) GetPlayerQuestData() []*PlayerQuestData

func (*CMsgGC_ServerQuestUpdateData) ProtoMessage

func (*CMsgGC_ServerQuestUpdateData) ProtoMessage()

func (*CMsgGC_ServerQuestUpdateData) Reset

func (m *CMsgGC_ServerQuestUpdateData) Reset()

func (*CMsgGC_ServerQuestUpdateData) String

type CMsgGameServerInfo

type CMsgGameServerInfo struct {
	ServerPublicIpAddr          *uint32                        `protobuf:"fixed32,1,opt,name=server_public_ip_addr" json:"server_public_ip_addr,omitempty"`
	ServerPrivateIpAddr         *uint32                        `protobuf:"fixed32,2,opt,name=server_private_ip_addr" json:"server_private_ip_addr,omitempty"`
	ServerPort                  *uint32                        `protobuf:"varint,3,opt,name=server_port" json:"server_port,omitempty"`
	ServerTvPort                *uint32                        `protobuf:"varint,4,opt,name=server_tv_port" json:"server_tv_port,omitempty"`
	ServerKey                   *string                        `protobuf:"bytes,5,opt,name=server_key" json:"server_key,omitempty"`
	ServerHibernation           *bool                          `protobuf:"varint,6,opt,name=server_hibernation" json:"server_hibernation,omitempty"`
	ServerType                  *CMsgGameServerInfo_ServerType `protobuf:"varint,7,opt,name=server_type,enum=CMsgGameServerInfo_ServerType,def=0" json:"server_type,omitempty"`
	ServerRegion                *uint32                        `protobuf:"varint,8,opt,name=server_region" json:"server_region,omitempty"`
	ServerLoadavg               *float32                       `protobuf:"fixed32,9,opt,name=server_loadavg" json:"server_loadavg,omitempty"`
	ServerTvBroadcastTime       *float32                       `protobuf:"fixed32,10,opt,name=server_tv_broadcast_time" json:"server_tv_broadcast_time,omitempty"`
	ServerGameTime              *float32                       `protobuf:"fixed32,11,opt,name=server_game_time" json:"server_game_time,omitempty"`
	ServerRelayConnectedSteamId *uint64                        `protobuf:"fixed64,12,opt,name=server_relay_connected_steam_id" json:"server_relay_connected_steam_id,omitempty"`
	RelaySlotsMax               *uint32                        `protobuf:"varint,13,opt,name=relay_slots_max" json:"relay_slots_max,omitempty"`
	RelaysConnected             *int32                         `protobuf:"varint,14,opt,name=relays_connected" json:"relays_connected,omitempty"`
	RelayClientsConnected       *int32                         `protobuf:"varint,15,opt,name=relay_clients_connected" json:"relay_clients_connected,omitempty"`
	RelayedGameServerSteamId    *uint64                        `protobuf:"fixed64,16,opt,name=relayed_game_server_steam_id" json:"relayed_game_server_steam_id,omitempty"`
	ParentRelayCount            *uint32                        `protobuf:"varint,17,opt,name=parent_relay_count" json:"parent_relay_count,omitempty"`
	TvSecretCode                *uint64                        `protobuf:"fixed64,18,opt,name=tv_secret_code" json:"tv_secret_code,omitempty"`
	XXX_unrecognized            []byte                         `json:"-"`
}

func (*CMsgGameServerInfo) Descriptor

func (*CMsgGameServerInfo) Descriptor() ([]byte, []int)

func (*CMsgGameServerInfo) GetParentRelayCount

func (m *CMsgGameServerInfo) GetParentRelayCount() uint32

func (*CMsgGameServerInfo) GetRelayClientsConnected

func (m *CMsgGameServerInfo) GetRelayClientsConnected() int32

func (*CMsgGameServerInfo) GetRelaySlotsMax

func (m *CMsgGameServerInfo) GetRelaySlotsMax() uint32

func (*CMsgGameServerInfo) GetRelayedGameServerSteamId

func (m *CMsgGameServerInfo) GetRelayedGameServerSteamId() uint64

func (*CMsgGameServerInfo) GetRelaysConnected

func (m *CMsgGameServerInfo) GetRelaysConnected() int32

func (*CMsgGameServerInfo) GetServerGameTime

func (m *CMsgGameServerInfo) GetServerGameTime() float32

func (*CMsgGameServerInfo) GetServerHibernation

func (m *CMsgGameServerInfo) GetServerHibernation() bool

func (*CMsgGameServerInfo) GetServerKey

func (m *CMsgGameServerInfo) GetServerKey() string

func (*CMsgGameServerInfo) GetServerLoadavg

func (m *CMsgGameServerInfo) GetServerLoadavg() float32

func (*CMsgGameServerInfo) GetServerPort

func (m *CMsgGameServerInfo) GetServerPort() uint32

func (*CMsgGameServerInfo) GetServerPrivateIpAddr

func (m *CMsgGameServerInfo) GetServerPrivateIpAddr() uint32

func (*CMsgGameServerInfo) GetServerPublicIpAddr

func (m *CMsgGameServerInfo) GetServerPublicIpAddr() uint32

func (*CMsgGameServerInfo) GetServerRegion

func (m *CMsgGameServerInfo) GetServerRegion() uint32

func (*CMsgGameServerInfo) GetServerRelayConnectedSteamId

func (m *CMsgGameServerInfo) GetServerRelayConnectedSteamId() uint64

func (*CMsgGameServerInfo) GetServerTvBroadcastTime

func (m *CMsgGameServerInfo) GetServerTvBroadcastTime() float32

func (*CMsgGameServerInfo) GetServerTvPort

func (m *CMsgGameServerInfo) GetServerTvPort() uint32

func (*CMsgGameServerInfo) GetServerType

func (*CMsgGameServerInfo) GetTvSecretCode

func (m *CMsgGameServerInfo) GetTvSecretCode() uint64

func (*CMsgGameServerInfo) ProtoMessage

func (*CMsgGameServerInfo) ProtoMessage()

func (*CMsgGameServerInfo) Reset

func (m *CMsgGameServerInfo) Reset()

func (*CMsgGameServerInfo) String

func (m *CMsgGameServerInfo) String() string

type CMsgGameServerInfo_ServerType

type CMsgGameServerInfo_ServerType int32
const (
	CMsgGameServerInfo_UNSPECIFIED CMsgGameServerInfo_ServerType = 0
	CMsgGameServerInfo_GAME        CMsgGameServerInfo_ServerType = 1
	CMsgGameServerInfo_PROXY       CMsgGameServerInfo_ServerType = 2
)
const Default_CMsgGameServerInfo_ServerType CMsgGameServerInfo_ServerType = CMsgGameServerInfo_UNSPECIFIED

func (CMsgGameServerInfo_ServerType) Enum

func (CMsgGameServerInfo_ServerType) EnumDescriptor

func (CMsgGameServerInfo_ServerType) EnumDescriptor() ([]byte, []int)

func (CMsgGameServerInfo_ServerType) String

func (*CMsgGameServerInfo_ServerType) UnmarshalJSON

func (x *CMsgGameServerInfo_ServerType) UnmarshalJSON(data []byte) error

type CMsgGetCookiesForURL

type CMsgGetCookiesForURL struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGetCookiesForURL) Descriptor

func (*CMsgGetCookiesForURL) Descriptor() ([]byte, []int)

func (*CMsgGetCookiesForURL) GetBrowserHandle

func (m *CMsgGetCookiesForURL) GetBrowserHandle() uint32

func (*CMsgGetCookiesForURL) GetUrl

func (m *CMsgGetCookiesForURL) GetUrl() string

func (*CMsgGetCookiesForURL) ProtoMessage

func (*CMsgGetCookiesForURL) ProtoMessage()

func (*CMsgGetCookiesForURL) Reset

func (m *CMsgGetCookiesForURL) Reset()

func (*CMsgGetCookiesForURL) String

func (m *CMsgGetCookiesForURL) String() string

type CMsgGetCookiesForURLResponse

type CMsgGetCookiesForURLResponse struct {
	BrowserHandle    *uint32    `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string    `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Cookies          []*CCookie `protobuf:"bytes,3,rep,name=cookies" json:"cookies,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*CMsgGetCookiesForURLResponse) Descriptor

func (*CMsgGetCookiesForURLResponse) Descriptor() ([]byte, []int)

func (*CMsgGetCookiesForURLResponse) GetBrowserHandle

func (m *CMsgGetCookiesForURLResponse) GetBrowserHandle() uint32

func (*CMsgGetCookiesForURLResponse) GetCookies

func (m *CMsgGetCookiesForURLResponse) GetCookies() []*CCookie

func (*CMsgGetCookiesForURLResponse) GetUrl

func (*CMsgGetCookiesForURLResponse) ProtoMessage

func (*CMsgGetCookiesForURLResponse) ProtoMessage()

func (*CMsgGetCookiesForURLResponse) Reset

func (m *CMsgGetCookiesForURLResponse) Reset()

func (*CMsgGetCookiesForURLResponse) String

type CMsgGetZoom

type CMsgGetZoom struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGetZoom) Descriptor

func (*CMsgGetZoom) Descriptor() ([]byte, []int)

func (*CMsgGetZoom) GetBrowserHandle

func (m *CMsgGetZoom) GetBrowserHandle() uint32

func (*CMsgGetZoom) ProtoMessage

func (*CMsgGetZoom) ProtoMessage()

func (*CMsgGetZoom) Reset

func (m *CMsgGetZoom) Reset()

func (*CMsgGetZoom) String

func (m *CMsgGetZoom) String() string

type CMsgGetZoomResponse

type CMsgGetZoomResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,2,opt,name=zoom" json:"zoom,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGetZoomResponse) Descriptor

func (*CMsgGetZoomResponse) Descriptor() ([]byte, []int)

func (*CMsgGetZoomResponse) GetBrowserHandle

func (m *CMsgGetZoomResponse) GetBrowserHandle() uint32

func (*CMsgGetZoomResponse) GetZoom

func (m *CMsgGetZoomResponse) GetZoom() float32

func (*CMsgGetZoomResponse) ProtoMessage

func (*CMsgGetZoomResponse) ProtoMessage()

func (*CMsgGetZoomResponse) Reset

func (m *CMsgGetZoomResponse) Reset()

func (*CMsgGetZoomResponse) String

func (m *CMsgGetZoomResponse) String() string

type CMsgGoBack

type CMsgGoBack struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGoBack) Descriptor

func (*CMsgGoBack) Descriptor() ([]byte, []int)

func (*CMsgGoBack) GetBrowserHandle

func (m *CMsgGoBack) GetBrowserHandle() uint32

func (*CMsgGoBack) ProtoMessage

func (*CMsgGoBack) ProtoMessage()

func (*CMsgGoBack) Reset

func (m *CMsgGoBack) Reset()

func (*CMsgGoBack) String

func (m *CMsgGoBack) String() string

type CMsgGoForward

type CMsgGoForward struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGoForward) Descriptor

func (*CMsgGoForward) Descriptor() ([]byte, []int)

func (*CMsgGoForward) GetBrowserHandle

func (m *CMsgGoForward) GetBrowserHandle() uint32

func (*CMsgGoForward) ProtoMessage

func (*CMsgGoForward) ProtoMessage()

func (*CMsgGoForward) Reset

func (m *CMsgGoForward) Reset()

func (*CMsgGoForward) String

func (m *CMsgGoForward) String() string

type CMsgHidePopup

type CMsgHidePopup struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgHidePopup) Descriptor

func (*CMsgHidePopup) Descriptor() ([]byte, []int)

func (*CMsgHidePopup) GetBrowserHandle

func (m *CMsgHidePopup) GetBrowserHandle() uint32

func (*CMsgHidePopup) ProtoMessage

func (*CMsgHidePopup) ProtoMessage()

func (*CMsgHidePopup) Reset

func (m *CMsgHidePopup) Reset()

func (*CMsgHidePopup) String

func (m *CMsgHidePopup) String() string

type CMsgHideToolTip

type CMsgHideToolTip struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgHideToolTip) Descriptor

func (*CMsgHideToolTip) Descriptor() ([]byte, []int)

func (*CMsgHideToolTip) GetBrowserHandle

func (m *CMsgHideToolTip) GetBrowserHandle() uint32

func (*CMsgHideToolTip) ProtoMessage

func (*CMsgHideToolTip) ProtoMessage()

func (*CMsgHideToolTip) Reset

func (m *CMsgHideToolTip) Reset()

func (*CMsgHideToolTip) String

func (m *CMsgHideToolTip) String() string

type CMsgHorizontalScrollBarSize

type CMsgHorizontalScrollBarSize struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgHorizontalScrollBarSize) Descriptor

func (*CMsgHorizontalScrollBarSize) Descriptor() ([]byte, []int)

func (*CMsgHorizontalScrollBarSize) GetBrowserHandle

func (m *CMsgHorizontalScrollBarSize) GetBrowserHandle() uint32

func (*CMsgHorizontalScrollBarSize) ProtoMessage

func (*CMsgHorizontalScrollBarSize) ProtoMessage()

func (*CMsgHorizontalScrollBarSize) Reset

func (m *CMsgHorizontalScrollBarSize) Reset()

func (*CMsgHorizontalScrollBarSize) String

func (m *CMsgHorizontalScrollBarSize) String() string

type CMsgHorizontalScrollBarSizeResponse

type CMsgHorizontalScrollBarSizeResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32  `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32  `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	Wide             *uint32  `protobuf:"varint,4,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32  `protobuf:"varint,5,opt,name=tall" json:"tall,omitempty"`
	ScrollMax        *uint32  `protobuf:"varint,6,opt,name=scroll_max" json:"scroll_max,omitempty"`
	Scroll           *uint32  `protobuf:"varint,7,opt,name=scroll" json:"scroll,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,8,opt,name=zoom" json:"zoom,omitempty"`
	Visible          *bool    `protobuf:"varint,9,opt,name=visible" json:"visible,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgHorizontalScrollBarSizeResponse) Descriptor

func (*CMsgHorizontalScrollBarSizeResponse) Descriptor() ([]byte, []int)

func (*CMsgHorizontalScrollBarSizeResponse) GetBrowserHandle

func (m *CMsgHorizontalScrollBarSizeResponse) GetBrowserHandle() uint32

func (*CMsgHorizontalScrollBarSizeResponse) GetScroll

func (*CMsgHorizontalScrollBarSizeResponse) GetScrollMax

func (m *CMsgHorizontalScrollBarSizeResponse) GetScrollMax() uint32

func (*CMsgHorizontalScrollBarSizeResponse) GetTall

func (*CMsgHorizontalScrollBarSizeResponse) GetVisible

func (m *CMsgHorizontalScrollBarSizeResponse) GetVisible() bool

func (*CMsgHorizontalScrollBarSizeResponse) GetWide

func (*CMsgHorizontalScrollBarSizeResponse) GetX

func (*CMsgHorizontalScrollBarSizeResponse) GetY

func (*CMsgHorizontalScrollBarSizeResponse) GetZoom

func (*CMsgHorizontalScrollBarSizeResponse) ProtoMessage

func (*CMsgHorizontalScrollBarSizeResponse) ProtoMessage()

func (*CMsgHorizontalScrollBarSizeResponse) Reset

func (*CMsgHorizontalScrollBarSizeResponse) String

type CMsgHttpRequest

type CMsgHttpRequest struct {
	RequestMethod        *uint32                          `protobuf:"varint,1,opt,name=request_method,json=requestMethod" json:"request_method,omitempty"`
	Hostname             *string                          `protobuf:"bytes,2,opt,name=hostname" json:"hostname,omitempty"`
	Url                  *string                          `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
	Headers              []*CMsgHttpRequest_RequestHeader `protobuf:"bytes,4,rep,name=headers" json:"headers,omitempty"`
	GetParams            []*CMsgHttpRequest_QueryParam    `protobuf:"bytes,5,rep,name=get_params,json=getParams" json:"get_params,omitempty"`
	PostParams           []*CMsgHttpRequest_QueryParam    `protobuf:"bytes,6,rep,name=post_params,json=postParams" json:"post_params,omitempty"`
	Body                 []byte                           `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
	AbsoluteTimeout      *uint32                          `protobuf:"varint,8,opt,name=absolute_timeout,json=absoluteTimeout" json:"absolute_timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgHttpRequest) Descriptor

func (*CMsgHttpRequest) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest) GetAbsoluteTimeout

func (m *CMsgHttpRequest) GetAbsoluteTimeout() uint32

func (*CMsgHttpRequest) GetBody

func (m *CMsgHttpRequest) GetBody() []byte

func (*CMsgHttpRequest) GetGetParams

func (m *CMsgHttpRequest) GetGetParams() []*CMsgHttpRequest_QueryParam

func (*CMsgHttpRequest) GetHeaders

func (*CMsgHttpRequest) GetHostname

func (m *CMsgHttpRequest) GetHostname() string

func (*CMsgHttpRequest) GetPostParams

func (m *CMsgHttpRequest) GetPostParams() []*CMsgHttpRequest_QueryParam

func (*CMsgHttpRequest) GetRequestMethod

func (m *CMsgHttpRequest) GetRequestMethod() uint32

func (*CMsgHttpRequest) GetUrl

func (m *CMsgHttpRequest) GetUrl() string

func (*CMsgHttpRequest) ProtoMessage

func (*CMsgHttpRequest) ProtoMessage()

func (*CMsgHttpRequest) Reset

func (m *CMsgHttpRequest) Reset()

func (*CMsgHttpRequest) String

func (m *CMsgHttpRequest) String() string

func (*CMsgHttpRequest) XXX_DiscardUnknown

func (m *CMsgHttpRequest) XXX_DiscardUnknown()

func (*CMsgHttpRequest) XXX_Marshal

func (m *CMsgHttpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest) XXX_Merge

func (m *CMsgHttpRequest) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest) XXX_Size

func (m *CMsgHttpRequest) XXX_Size() int

func (*CMsgHttpRequest) XXX_Unmarshal

func (m *CMsgHttpRequest) XXX_Unmarshal(b []byte) error

type CMsgHttpRequest_QueryParam

type CMsgHttpRequest_QueryParam struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgHttpRequest_QueryParam) Descriptor

func (*CMsgHttpRequest_QueryParam) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest_QueryParam) GetName

func (m *CMsgHttpRequest_QueryParam) GetName() string

func (*CMsgHttpRequest_QueryParam) GetValue

func (m *CMsgHttpRequest_QueryParam) GetValue() []byte

func (*CMsgHttpRequest_QueryParam) ProtoMessage

func (*CMsgHttpRequest_QueryParam) ProtoMessage()

func (*CMsgHttpRequest_QueryParam) Reset

func (m *CMsgHttpRequest_QueryParam) Reset()

func (*CMsgHttpRequest_QueryParam) String

func (m *CMsgHttpRequest_QueryParam) String() string

func (*CMsgHttpRequest_QueryParam) XXX_DiscardUnknown

func (m *CMsgHttpRequest_QueryParam) XXX_DiscardUnknown()

func (*CMsgHttpRequest_QueryParam) XXX_Marshal

func (m *CMsgHttpRequest_QueryParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest_QueryParam) XXX_Merge

func (m *CMsgHttpRequest_QueryParam) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest_QueryParam) XXX_Size

func (m *CMsgHttpRequest_QueryParam) XXX_Size() int

func (*CMsgHttpRequest_QueryParam) XXX_Unmarshal

func (m *CMsgHttpRequest_QueryParam) XXX_Unmarshal(b []byte) error

type CMsgHttpRequest_RequestHeader

type CMsgHttpRequest_RequestHeader struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgHttpRequest_RequestHeader) Descriptor

func (*CMsgHttpRequest_RequestHeader) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest_RequestHeader) GetName

func (*CMsgHttpRequest_RequestHeader) GetValue

func (m *CMsgHttpRequest_RequestHeader) GetValue() string

func (*CMsgHttpRequest_RequestHeader) ProtoMessage

func (*CMsgHttpRequest_RequestHeader) ProtoMessage()

func (*CMsgHttpRequest_RequestHeader) Reset

func (m *CMsgHttpRequest_RequestHeader) Reset()

func (*CMsgHttpRequest_RequestHeader) String

func (*CMsgHttpRequest_RequestHeader) XXX_DiscardUnknown

func (m *CMsgHttpRequest_RequestHeader) XXX_DiscardUnknown()

func (*CMsgHttpRequest_RequestHeader) XXX_Marshal

func (m *CMsgHttpRequest_RequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest_RequestHeader) XXX_Merge

func (m *CMsgHttpRequest_RequestHeader) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest_RequestHeader) XXX_Size

func (m *CMsgHttpRequest_RequestHeader) XXX_Size() int

func (*CMsgHttpRequest_RequestHeader) XXX_Unmarshal

func (m *CMsgHttpRequest_RequestHeader) XXX_Unmarshal(b []byte) error

type CMsgHttpResponse

type CMsgHttpResponse struct {
	StatusCode           *uint32                            `protobuf:"varint,1,opt,name=status_code,json=statusCode" json:"status_code,omitempty"`
	Headers              []*CMsgHttpResponse_ResponseHeader `protobuf:"bytes,2,rep,name=headers" json:"headers,omitempty"`
	Body                 []byte                             `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgHttpResponse) Descriptor

func (*CMsgHttpResponse) Descriptor() ([]byte, []int)

func (*CMsgHttpResponse) GetBody

func (m *CMsgHttpResponse) GetBody() []byte

func (*CMsgHttpResponse) GetHeaders

func (*CMsgHttpResponse) GetStatusCode

func (m *CMsgHttpResponse) GetStatusCode() uint32

func (*CMsgHttpResponse) ProtoMessage

func (*CMsgHttpResponse) ProtoMessage()

func (*CMsgHttpResponse) Reset

func (m *CMsgHttpResponse) Reset()

func (*CMsgHttpResponse) String

func (m *CMsgHttpResponse) String() string

func (*CMsgHttpResponse) XXX_DiscardUnknown

func (m *CMsgHttpResponse) XXX_DiscardUnknown()

func (*CMsgHttpResponse) XXX_Marshal

func (m *CMsgHttpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpResponse) XXX_Merge

func (m *CMsgHttpResponse) XXX_Merge(src proto.Message)

func (*CMsgHttpResponse) XXX_Size

func (m *CMsgHttpResponse) XXX_Size() int

func (*CMsgHttpResponse) XXX_Unmarshal

func (m *CMsgHttpResponse) XXX_Unmarshal(b []byte) error

type CMsgHttpResponse_ResponseHeader

type CMsgHttpResponse_ResponseHeader struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgHttpResponse_ResponseHeader) Descriptor

func (*CMsgHttpResponse_ResponseHeader) Descriptor() ([]byte, []int)

func (*CMsgHttpResponse_ResponseHeader) GetName

func (*CMsgHttpResponse_ResponseHeader) GetValue

func (*CMsgHttpResponse_ResponseHeader) ProtoMessage

func (*CMsgHttpResponse_ResponseHeader) ProtoMessage()

func (*CMsgHttpResponse_ResponseHeader) Reset

func (*CMsgHttpResponse_ResponseHeader) String

func (*CMsgHttpResponse_ResponseHeader) XXX_DiscardUnknown

func (m *CMsgHttpResponse_ResponseHeader) XXX_DiscardUnknown()

func (*CMsgHttpResponse_ResponseHeader) XXX_Marshal

func (m *CMsgHttpResponse_ResponseHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpResponse_ResponseHeader) XXX_Merge

func (m *CMsgHttpResponse_ResponseHeader) XXX_Merge(src proto.Message)

func (*CMsgHttpResponse_ResponseHeader) XXX_Size

func (m *CMsgHttpResponse_ResponseHeader) XXX_Size() int

func (*CMsgHttpResponse_ResponseHeader) XXX_Unmarshal

func (m *CMsgHttpResponse_ResponseHeader) XXX_Unmarshal(b []byte) error

type CMsgIncrementKillCountAttribute

type CMsgIncrementKillCountAttribute struct {
	KillerAccountId  *uint32 `protobuf:"fixed32,1,opt,name=killer_account_id" json:"killer_account_id,omitempty"`
	VictimAccountId  *uint32 `protobuf:"fixed32,2,opt,name=victim_account_id" json:"victim_account_id,omitempty"`
	ItemId           *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"`
	EventType        *uint32 `protobuf:"varint,4,opt,name=event_type" json:"event_type,omitempty"`
	Amount           *uint32 `protobuf:"varint,5,opt,name=amount" json:"amount,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgIncrementKillCountAttribute) Descriptor

func (*CMsgIncrementKillCountAttribute) Descriptor() ([]byte, []int)

func (*CMsgIncrementKillCountAttribute) GetAmount

func (m *CMsgIncrementKillCountAttribute) GetAmount() uint32

func (*CMsgIncrementKillCountAttribute) GetEventType

func (m *CMsgIncrementKillCountAttribute) GetEventType() uint32

func (*CMsgIncrementKillCountAttribute) GetItemId

func (m *CMsgIncrementKillCountAttribute) GetItemId() uint64

func (*CMsgIncrementKillCountAttribute) GetKillerAccountId

func (m *CMsgIncrementKillCountAttribute) GetKillerAccountId() uint32

func (*CMsgIncrementKillCountAttribute) GetVictimAccountId

func (m *CMsgIncrementKillCountAttribute) GetVictimAccountId() uint32

func (*CMsgIncrementKillCountAttribute) ProtoMessage

func (*CMsgIncrementKillCountAttribute) ProtoMessage()

func (*CMsgIncrementKillCountAttribute) Reset

func (*CMsgIncrementKillCountAttribute) String

type CMsgInvitationCreated

type CMsgInvitationCreated struct {
	GroupId          *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
	SteamId          *uint64 `protobuf:"fixed64,2,opt,name=steam_id" json:"steam_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgInvitationCreated) Descriptor

func (*CMsgInvitationCreated) Descriptor() ([]byte, []int)

func (*CMsgInvitationCreated) GetGroupId

func (m *CMsgInvitationCreated) GetGroupId() uint64

func (*CMsgInvitationCreated) GetSteamId

func (m *CMsgInvitationCreated) GetSteamId() uint64

func (*CMsgInvitationCreated) ProtoMessage

func (*CMsgInvitationCreated) ProtoMessage()

func (*CMsgInvitationCreated) Reset

func (m *CMsgInvitationCreated) Reset()

func (*CMsgInvitationCreated) String

func (m *CMsgInvitationCreated) String() string

type CMsgInviteToParty

type CMsgInviteToParty struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
	ClientVersion    *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
	TeamInvite       *uint32 `protobuf:"varint,3,opt,name=team_invite" json:"team_invite,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgInviteToParty) Descriptor

func (*CMsgInviteToParty) Descriptor() ([]byte, []int)

func (*CMsgInviteToParty) GetClientVersion

func (m *CMsgInviteToParty) GetClientVersion() uint32

func (*CMsgInviteToParty) GetSteamId

func (m *CMsgInviteToParty) GetSteamId() uint64

func (*CMsgInviteToParty) GetTeamInvite

func (m *CMsgInviteToParty) GetTeamInvite() uint32

func (*CMsgInviteToParty) ProtoMessage

func (*CMsgInviteToParty) ProtoMessage()

func (*CMsgInviteToParty) Reset

func (m *CMsgInviteToParty) Reset()

func (*CMsgInviteToParty) String

func (m *CMsgInviteToParty) String() string

type CMsgItemAcknowledged

type CMsgItemAcknowledged struct {
	Iteminfo         *CEconItemPreviewDataBlock `protobuf:"bytes,1,opt,name=iteminfo" json:"iteminfo,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgItemAcknowledged) Descriptor

func (*CMsgItemAcknowledged) Descriptor() ([]byte, []int)

func (*CMsgItemAcknowledged) GetIteminfo

func (*CMsgItemAcknowledged) ProtoMessage

func (*CMsgItemAcknowledged) ProtoMessage()

func (*CMsgItemAcknowledged) Reset

func (m *CMsgItemAcknowledged) Reset()

func (*CMsgItemAcknowledged) String

func (m *CMsgItemAcknowledged) String() string

type CMsgItemAcknowledged__DEPRECATED

type CMsgItemAcknowledged__DEPRECATED struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	Inventory        *uint32 `protobuf:"varint,2,opt,name=inventory" json:"inventory,omitempty"`
	DefIndex         *uint32 `protobuf:"varint,3,opt,name=def_index" json:"def_index,omitempty"`
	Quality          *uint32 `protobuf:"varint,4,opt,name=quality" json:"quality,omitempty"`
	Rarity           *uint32 `protobuf:"varint,5,opt,name=rarity" json:"rarity,omitempty"`
	Origin           *uint32 `protobuf:"varint,6,opt,name=origin" json:"origin,omitempty"`
	ItemId           *uint64 `protobuf:"varint,7,opt,name=item_id" json:"item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgItemAcknowledged__DEPRECATED) Descriptor

func (*CMsgItemAcknowledged__DEPRECATED) Descriptor() ([]byte, []int)

func (*CMsgItemAcknowledged__DEPRECATED) GetAccountId

func (m *CMsgItemAcknowledged__DEPRECATED) GetAccountId() uint32

func (*CMsgItemAcknowledged__DEPRECATED) GetDefIndex

func (m *CMsgItemAcknowledged__DEPRECATED) GetDefIndex() uint32

func (*CMsgItemAcknowledged__DEPRECATED) GetInventory

func (m *CMsgItemAcknowledged__DEPRECATED) GetInventory() uint32

func (*CMsgItemAcknowledged__DEPRECATED) GetItemId

func (*CMsgItemAcknowledged__DEPRECATED) GetOrigin

func (*CMsgItemAcknowledged__DEPRECATED) GetQuality

func (m *CMsgItemAcknowledged__DEPRECATED) GetQuality() uint32

func (*CMsgItemAcknowledged__DEPRECATED) GetRarity

func (*CMsgItemAcknowledged__DEPRECATED) ProtoMessage

func (*CMsgItemAcknowledged__DEPRECATED) ProtoMessage()

func (*CMsgItemAcknowledged__DEPRECATED) Reset

func (*CMsgItemAcknowledged__DEPRECATED) String

type CMsgJSAlert

type CMsgJSAlert struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgJSAlert) Descriptor

func (*CMsgJSAlert) Descriptor() ([]byte, []int)

func (*CMsgJSAlert) GetBrowserHandle

func (m *CMsgJSAlert) GetBrowserHandle() uint32

func (*CMsgJSAlert) GetMessage

func (m *CMsgJSAlert) GetMessage() string

func (*CMsgJSAlert) ProtoMessage

func (*CMsgJSAlert) ProtoMessage()

func (*CMsgJSAlert) Reset

func (m *CMsgJSAlert) Reset()

func (*CMsgJSAlert) String

func (m *CMsgJSAlert) String() string

type CMsgJSConfirm

type CMsgJSConfirm struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgJSConfirm) Descriptor

func (*CMsgJSConfirm) Descriptor() ([]byte, []int)

func (*CMsgJSConfirm) GetBrowserHandle

func (m *CMsgJSConfirm) GetBrowserHandle() uint32

func (*CMsgJSConfirm) GetMessage

func (m *CMsgJSConfirm) GetMessage() string

func (*CMsgJSConfirm) ProtoMessage

func (*CMsgJSConfirm) ProtoMessage()

func (*CMsgJSConfirm) Reset

func (m *CMsgJSConfirm) Reset()

func (*CMsgJSConfirm) String

func (m *CMsgJSConfirm) String() string

type CMsgJSDialogResponse

type CMsgJSDialogResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Result           *bool   `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgJSDialogResponse) Descriptor

func (*CMsgJSDialogResponse) Descriptor() ([]byte, []int)

func (*CMsgJSDialogResponse) GetBrowserHandle

func (m *CMsgJSDialogResponse) GetBrowserHandle() uint32

func (*CMsgJSDialogResponse) GetResult

func (m *CMsgJSDialogResponse) GetResult() bool

func (*CMsgJSDialogResponse) ProtoMessage

func (*CMsgJSDialogResponse) ProtoMessage()

func (*CMsgJSDialogResponse) Reset

func (m *CMsgJSDialogResponse) Reset()

func (*CMsgJSDialogResponse) String

func (m *CMsgJSDialogResponse) String() string

type CMsgKeyChar

type CMsgKeyChar struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Unichar          *uint32 `protobuf:"varint,2,opt,name=unichar" json:"unichar,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgKeyChar) Descriptor

func (*CMsgKeyChar) Descriptor() ([]byte, []int)

func (*CMsgKeyChar) GetBrowserHandle

func (m *CMsgKeyChar) GetBrowserHandle() uint32

func (*CMsgKeyChar) GetUnichar

func (m *CMsgKeyChar) GetUnichar() uint32

func (*CMsgKeyChar) ProtoMessage

func (*CMsgKeyChar) ProtoMessage()

func (*CMsgKeyChar) Reset

func (m *CMsgKeyChar) Reset()

func (*CMsgKeyChar) String

func (m *CMsgKeyChar) String() string

type CMsgKeyDown

type CMsgKeyDown struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	KeyCode          *uint32 `protobuf:"varint,2,opt,name=keyCode" json:"keyCode,omitempty"`
	Modifiers        *uint32 `protobuf:"varint,3,opt,name=modifiers" json:"modifiers,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgKeyDown) Descriptor

func (*CMsgKeyDown) Descriptor() ([]byte, []int)

func (*CMsgKeyDown) GetBrowserHandle

func (m *CMsgKeyDown) GetBrowserHandle() uint32

func (*CMsgKeyDown) GetKeyCode

func (m *CMsgKeyDown) GetKeyCode() uint32

func (*CMsgKeyDown) GetModifiers

func (m *CMsgKeyDown) GetModifiers() uint32

func (*CMsgKeyDown) ProtoMessage

func (*CMsgKeyDown) ProtoMessage()

func (*CMsgKeyDown) Reset

func (m *CMsgKeyDown) Reset()

func (*CMsgKeyDown) String

func (m *CMsgKeyDown) String() string

type CMsgKeyUp

type CMsgKeyUp struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	KeyCode          *uint32 `protobuf:"varint,2,opt,name=keyCode" json:"keyCode,omitempty"`
	Modifiers        *uint32 `protobuf:"varint,3,opt,name=modifiers" json:"modifiers,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgKeyUp) Descriptor

func (*CMsgKeyUp) Descriptor() ([]byte, []int)

func (*CMsgKeyUp) GetBrowserHandle

func (m *CMsgKeyUp) GetBrowserHandle() uint32

func (*CMsgKeyUp) GetKeyCode

func (m *CMsgKeyUp) GetKeyCode() uint32

func (*CMsgKeyUp) GetModifiers

func (m *CMsgKeyUp) GetModifiers() uint32

func (*CMsgKeyUp) ProtoMessage

func (*CMsgKeyUp) ProtoMessage()

func (*CMsgKeyUp) Reset

func (m *CMsgKeyUp) Reset()

func (*CMsgKeyUp) String

func (m *CMsgKeyUp) String() string

type CMsgKickFromParty

type CMsgKickFromParty struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgKickFromParty) Descriptor

func (*CMsgKickFromParty) Descriptor() ([]byte, []int)

func (*CMsgKickFromParty) GetSteamId

func (m *CMsgKickFromParty) GetSteamId() uint64

func (*CMsgKickFromParty) ProtoMessage

func (*CMsgKickFromParty) ProtoMessage()

func (*CMsgKickFromParty) Reset

func (m *CMsgKickFromParty) Reset()

func (*CMsgKickFromParty) String

func (m *CMsgKickFromParty) String() string

type CMsgLANServerAvailable

type CMsgLANServerAvailable struct {
	LobbyId          *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLANServerAvailable) Descriptor

func (*CMsgLANServerAvailable) Descriptor() ([]byte, []int)

func (*CMsgLANServerAvailable) GetLobbyId

func (m *CMsgLANServerAvailable) GetLobbyId() uint64

func (*CMsgLANServerAvailable) ProtoMessage

func (*CMsgLANServerAvailable) ProtoMessage()

func (*CMsgLANServerAvailable) Reset

func (m *CMsgLANServerAvailable) Reset()

func (*CMsgLANServerAvailable) String

func (m *CMsgLANServerAvailable) String() string

type CMsgLeaveParty

type CMsgLeaveParty struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgLeaveParty) Descriptor

func (*CMsgLeaveParty) Descriptor() ([]byte, []int)

func (*CMsgLeaveParty) ProtoMessage

func (*CMsgLeaveParty) ProtoMessage()

func (*CMsgLeaveParty) Reset

func (m *CMsgLeaveParty) Reset()

func (*CMsgLeaveParty) String

func (m *CMsgLeaveParty) String() string

type CMsgLinkAtPosition

type CMsgLinkAtPosition struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLinkAtPosition) Descriptor

func (*CMsgLinkAtPosition) Descriptor() ([]byte, []int)

func (*CMsgLinkAtPosition) GetBrowserHandle

func (m *CMsgLinkAtPosition) GetBrowserHandle() uint32

func (*CMsgLinkAtPosition) GetX

func (m *CMsgLinkAtPosition) GetX() uint32

func (*CMsgLinkAtPosition) GetY

func (m *CMsgLinkAtPosition) GetY() uint32

func (*CMsgLinkAtPosition) ProtoMessage

func (*CMsgLinkAtPosition) ProtoMessage()

func (*CMsgLinkAtPosition) Reset

func (m *CMsgLinkAtPosition) Reset()

func (*CMsgLinkAtPosition) String

func (m *CMsgLinkAtPosition) String() string

type CMsgLinkAtPositionResponse

type CMsgLinkAtPositionResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	Url              *string `protobuf:"bytes,4,opt,name=url" json:"url,omitempty"`
	Blivelink        *bool   `protobuf:"varint,5,opt,name=blivelink" json:"blivelink,omitempty"`
	Binput           *bool   `protobuf:"varint,6,opt,name=binput" json:"binput,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLinkAtPositionResponse) Descriptor

func (*CMsgLinkAtPositionResponse) Descriptor() ([]byte, []int)

func (*CMsgLinkAtPositionResponse) GetBinput

func (m *CMsgLinkAtPositionResponse) GetBinput() bool
func (m *CMsgLinkAtPositionResponse) GetBlivelink() bool

func (*CMsgLinkAtPositionResponse) GetBrowserHandle

func (m *CMsgLinkAtPositionResponse) GetBrowserHandle() uint32

func (*CMsgLinkAtPositionResponse) GetUrl

func (m *CMsgLinkAtPositionResponse) GetUrl() string

func (*CMsgLinkAtPositionResponse) GetX

func (*CMsgLinkAtPositionResponse) GetY

func (*CMsgLinkAtPositionResponse) ProtoMessage

func (*CMsgLinkAtPositionResponse) ProtoMessage()

func (*CMsgLinkAtPositionResponse) Reset

func (m *CMsgLinkAtPositionResponse) Reset()

func (*CMsgLinkAtPositionResponse) String

func (m *CMsgLinkAtPositionResponse) String() string

type CMsgLoadingResource

type CMsgLoadingResource struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLoadingResource) Descriptor

func (*CMsgLoadingResource) Descriptor() ([]byte, []int)

func (*CMsgLoadingResource) GetBrowserHandle

func (m *CMsgLoadingResource) GetBrowserHandle() uint32

func (*CMsgLoadingResource) GetUrl

func (m *CMsgLoadingResource) GetUrl() string

func (*CMsgLoadingResource) ProtoMessage

func (*CMsgLoadingResource) ProtoMessage()

func (*CMsgLoadingResource) Reset

func (m *CMsgLoadingResource) Reset()

func (*CMsgLoadingResource) String

func (m *CMsgLoadingResource) String() string

type CMsgMouseDblClick

type CMsgMouseDblClick struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	MouseButton      *uint32 `protobuf:"varint,2,opt,name=mouse_button" json:"mouse_button,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseDblClick) Descriptor

func (*CMsgMouseDblClick) Descriptor() ([]byte, []int)

func (*CMsgMouseDblClick) GetBrowserHandle

func (m *CMsgMouseDblClick) GetBrowserHandle() uint32

func (*CMsgMouseDblClick) GetMouseButton

func (m *CMsgMouseDblClick) GetMouseButton() uint32

func (*CMsgMouseDblClick) ProtoMessage

func (*CMsgMouseDblClick) ProtoMessage()

func (*CMsgMouseDblClick) Reset

func (m *CMsgMouseDblClick) Reset()

func (*CMsgMouseDblClick) String

func (m *CMsgMouseDblClick) String() string

type CMsgMouseDown

type CMsgMouseDown struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	MouseButton      *uint32 `protobuf:"varint,2,opt,name=mouse_button" json:"mouse_button,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseDown) Descriptor

func (*CMsgMouseDown) Descriptor() ([]byte, []int)

func (*CMsgMouseDown) GetBrowserHandle

func (m *CMsgMouseDown) GetBrowserHandle() uint32

func (*CMsgMouseDown) GetMouseButton

func (m *CMsgMouseDown) GetMouseButton() uint32

func (*CMsgMouseDown) ProtoMessage

func (*CMsgMouseDown) ProtoMessage()

func (*CMsgMouseDown) Reset

func (m *CMsgMouseDown) Reset()

func (*CMsgMouseDown) String

func (m *CMsgMouseDown) String() string

type CMsgMouseLeave

type CMsgMouseLeave struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseLeave) Descriptor

func (*CMsgMouseLeave) Descriptor() ([]byte, []int)

func (*CMsgMouseLeave) GetBrowserHandle

func (m *CMsgMouseLeave) GetBrowserHandle() uint32

func (*CMsgMouseLeave) ProtoMessage

func (*CMsgMouseLeave) ProtoMessage()

func (*CMsgMouseLeave) Reset

func (m *CMsgMouseLeave) Reset()

func (*CMsgMouseLeave) String

func (m *CMsgMouseLeave) String() string

type CMsgMouseMove

type CMsgMouseMove struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *int32  `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *int32  `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseMove) Descriptor

func (*CMsgMouseMove) Descriptor() ([]byte, []int)

func (*CMsgMouseMove) GetBrowserHandle

func (m *CMsgMouseMove) GetBrowserHandle() uint32

func (*CMsgMouseMove) GetX

func (m *CMsgMouseMove) GetX() int32

func (*CMsgMouseMove) GetY

func (m *CMsgMouseMove) GetY() int32

func (*CMsgMouseMove) ProtoMessage

func (*CMsgMouseMove) ProtoMessage()

func (*CMsgMouseMove) Reset

func (m *CMsgMouseMove) Reset()

func (*CMsgMouseMove) String

func (m *CMsgMouseMove) String() string

type CMsgMouseUp

type CMsgMouseUp struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	MouseButton      *uint32 `protobuf:"varint,2,opt,name=mouse_button" json:"mouse_button,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseUp) Descriptor

func (*CMsgMouseUp) Descriptor() ([]byte, []int)

func (*CMsgMouseUp) GetBrowserHandle

func (m *CMsgMouseUp) GetBrowserHandle() uint32

func (*CMsgMouseUp) GetMouseButton

func (m *CMsgMouseUp) GetMouseButton() uint32

func (*CMsgMouseUp) ProtoMessage

func (*CMsgMouseUp) ProtoMessage()

func (*CMsgMouseUp) Reset

func (m *CMsgMouseUp) Reset()

func (*CMsgMouseUp) String

func (m *CMsgMouseUp) String() string

type CMsgMouseWheel

type CMsgMouseWheel struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Delta            *int32  `protobuf:"varint,2,opt,name=delta" json:"delta,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMouseWheel) Descriptor

func (*CMsgMouseWheel) Descriptor() ([]byte, []int)

func (*CMsgMouseWheel) GetBrowserHandle

func (m *CMsgMouseWheel) GetBrowserHandle() uint32

func (*CMsgMouseWheel) GetDelta

func (m *CMsgMouseWheel) GetDelta() int32

func (*CMsgMouseWheel) ProtoMessage

func (*CMsgMouseWheel) ProtoMessage()

func (*CMsgMouseWheel) Reset

func (m *CMsgMouseWheel) Reset()

func (*CMsgMouseWheel) String

func (m *CMsgMouseWheel) String() string

type CMsgNeedsPaint

type CMsgNeedsPaint struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Rgba             *uint64 `protobuf:"varint,2,opt,name=rgba" json:"rgba,omitempty"`
	Wide             *uint32 `protobuf:"varint,3,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32 `protobuf:"varint,4,opt,name=tall" json:"tall,omitempty"`
	Textureid        *uint32 `protobuf:"varint,5,opt,name=textureid" json:"textureid,omitempty"`
	Updatex          *uint32 `protobuf:"varint,6,opt,name=updatex" json:"updatex,omitempty"`
	Updatey          *uint32 `protobuf:"varint,7,opt,name=updatey" json:"updatey,omitempty"`
	Updatewide       *uint32 `protobuf:"varint,8,opt,name=updatewide" json:"updatewide,omitempty"`
	Updatetall       *uint32 `protobuf:"varint,9,opt,name=updatetall" json:"updatetall,omitempty"`
	Scrollx          *uint32 `protobuf:"varint,10,opt,name=scrollx" json:"scrollx,omitempty"`
	Scrolly          *uint32 `protobuf:"varint,11,opt,name=scrolly" json:"scrolly,omitempty"`
	ComboboxRgba     *uint64 `protobuf:"varint,12,opt,name=combobox_rgba,def=0" json:"combobox_rgba,omitempty"`
	ComboboxWide     *uint32 `protobuf:"varint,13,opt,name=combobox_wide,def=0" json:"combobox_wide,omitempty"`
	ComboboxTall     *uint32 `protobuf:"varint,14,opt,name=combobox_tall,def=0" json:"combobox_tall,omitempty"`
	Pageserial       *uint32 `protobuf:"varint,15,opt,name=pageserial" json:"pageserial,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgNeedsPaint) Descriptor

func (*CMsgNeedsPaint) Descriptor() ([]byte, []int)

func (*CMsgNeedsPaint) GetBrowserHandle

func (m *CMsgNeedsPaint) GetBrowserHandle() uint32

func (*CMsgNeedsPaint) GetComboboxRgba

func (m *CMsgNeedsPaint) GetComboboxRgba() uint64

func (*CMsgNeedsPaint) GetComboboxTall

func (m *CMsgNeedsPaint) GetComboboxTall() uint32

func (*CMsgNeedsPaint) GetComboboxWide

func (m *CMsgNeedsPaint) GetComboboxWide() uint32

func (*CMsgNeedsPaint) GetPageserial

func (m *CMsgNeedsPaint) GetPageserial() uint32

func (*CMsgNeedsPaint) GetRgba

func (m *CMsgNeedsPaint) GetRgba() uint64

func (*CMsgNeedsPaint) GetScrollx

func (m *CMsgNeedsPaint) GetScrollx() uint32

func (*CMsgNeedsPaint) GetScrolly

func (m *CMsgNeedsPaint) GetScrolly() uint32

func (*CMsgNeedsPaint) GetTall

func (m *CMsgNeedsPaint) GetTall() uint32

func (*CMsgNeedsPaint) GetTextureid

func (m *CMsgNeedsPaint) GetTextureid() uint32

func (*CMsgNeedsPaint) GetUpdatetall

func (m *CMsgNeedsPaint) GetUpdatetall() uint32

func (*CMsgNeedsPaint) GetUpdatewide

func (m *CMsgNeedsPaint) GetUpdatewide() uint32

func (*CMsgNeedsPaint) GetUpdatex

func (m *CMsgNeedsPaint) GetUpdatex() uint32

func (*CMsgNeedsPaint) GetUpdatey

func (m *CMsgNeedsPaint) GetUpdatey() uint32

func (*CMsgNeedsPaint) GetWide

func (m *CMsgNeedsPaint) GetWide() uint32

func (*CMsgNeedsPaint) ProtoMessage

func (*CMsgNeedsPaint) ProtoMessage()

func (*CMsgNeedsPaint) Reset

func (m *CMsgNeedsPaint) Reset()

func (*CMsgNeedsPaint) String

func (m *CMsgNeedsPaint) String() string

type CMsgNeedsPaintResponse

type CMsgNeedsPaintResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Textureid        *uint32 `protobuf:"varint,2,opt,name=textureid" json:"textureid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgNeedsPaintResponse) Descriptor

func (*CMsgNeedsPaintResponse) Descriptor() ([]byte, []int)

func (*CMsgNeedsPaintResponse) GetBrowserHandle

func (m *CMsgNeedsPaintResponse) GetBrowserHandle() uint32

func (*CMsgNeedsPaintResponse) GetTextureid

func (m *CMsgNeedsPaintResponse) GetTextureid() uint32

func (*CMsgNeedsPaintResponse) ProtoMessage

func (*CMsgNeedsPaintResponse) ProtoMessage()

func (*CMsgNeedsPaintResponse) Reset

func (m *CMsgNeedsPaintResponse) Reset()

func (*CMsgNeedsPaintResponse) String

func (m *CMsgNeedsPaintResponse) String() string

type CMsgNodeHasFocus

type CMsgNodeHasFocus struct {
	BrowserHandle      *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	BInput             *bool   `protobuf:"varint,2,opt,name=bInput" json:"bInput,omitempty"`
	Name               *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Elementtagname     *string `protobuf:"bytes,4,opt,name=elementtagname" json:"elementtagname,omitempty"`
	Searchbuttontext   *string `protobuf:"bytes,5,opt,name=searchbuttontext" json:"searchbuttontext,omitempty"`
	BHasMultipleInputs *bool   `protobuf:"varint,6,opt,name=bHasMultipleInputs" json:"bHasMultipleInputs,omitempty"`
	InputType          *string `protobuf:"bytes,7,opt,name=input_type" json:"input_type,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgNodeHasFocus) Descriptor

func (*CMsgNodeHasFocus) Descriptor() ([]byte, []int)

func (*CMsgNodeHasFocus) GetBHasMultipleInputs

func (m *CMsgNodeHasFocus) GetBHasMultipleInputs() bool

func (*CMsgNodeHasFocus) GetBInput

func (m *CMsgNodeHasFocus) GetBInput() bool

func (*CMsgNodeHasFocus) GetBrowserHandle

func (m *CMsgNodeHasFocus) GetBrowserHandle() uint32

func (*CMsgNodeHasFocus) GetElementtagname

func (m *CMsgNodeHasFocus) GetElementtagname() string

func (*CMsgNodeHasFocus) GetInputType

func (m *CMsgNodeHasFocus) GetInputType() string

func (*CMsgNodeHasFocus) GetName

func (m *CMsgNodeHasFocus) GetName() string

func (*CMsgNodeHasFocus) GetSearchbuttontext

func (m *CMsgNodeHasFocus) GetSearchbuttontext() string

func (*CMsgNodeHasFocus) ProtoMessage

func (*CMsgNodeHasFocus) ProtoMessage()

func (*CMsgNodeHasFocus) Reset

func (m *CMsgNodeHasFocus) Reset()

func (*CMsgNodeHasFocus) String

func (m *CMsgNodeHasFocus) String() string

type CMsgNotificationOfSuspiciousActivity

type CMsgNotificationOfSuspiciousActivity struct {
	Steamid              *uint64                                                     `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32                                                     `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	MultipleInstances    *CMsgNotificationOfSuspiciousActivity_MultipleGameInstances `protobuf:"bytes,3,opt,name=multiple_instances,json=multipleInstances" json:"multiple_instances,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
	XXX_unrecognized     []byte                                                      `json:"-"`
	XXX_sizecache        int32                                                       `json:"-"`
}

func (*CMsgNotificationOfSuspiciousActivity) Descriptor

func (*CMsgNotificationOfSuspiciousActivity) Descriptor() ([]byte, []int)

func (*CMsgNotificationOfSuspiciousActivity) GetAppid

func (*CMsgNotificationOfSuspiciousActivity) GetMultipleInstances

func (*CMsgNotificationOfSuspiciousActivity) GetSteamid

func (*CMsgNotificationOfSuspiciousActivity) ProtoMessage

func (*CMsgNotificationOfSuspiciousActivity) ProtoMessage()

func (*CMsgNotificationOfSuspiciousActivity) Reset

func (*CMsgNotificationOfSuspiciousActivity) String

func (*CMsgNotificationOfSuspiciousActivity) XXX_DiscardUnknown

func (m *CMsgNotificationOfSuspiciousActivity) XXX_DiscardUnknown()

func (*CMsgNotificationOfSuspiciousActivity) XXX_Marshal

func (m *CMsgNotificationOfSuspiciousActivity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotificationOfSuspiciousActivity) XXX_Merge

func (*CMsgNotificationOfSuspiciousActivity) XXX_Size

func (*CMsgNotificationOfSuspiciousActivity) XXX_Unmarshal

func (m *CMsgNotificationOfSuspiciousActivity) XXX_Unmarshal(b []byte) error

type CMsgNotificationOfSuspiciousActivity_MultipleGameInstances

type CMsgNotificationOfSuspiciousActivity_MultipleGameInstances struct {
	AppInstanceCount     *uint32  `protobuf:"varint,1,opt,name=app_instance_count,json=appInstanceCount" json:"app_instance_count,omitempty"`
	OtherSteamids        []uint64 `protobuf:"fixed64,2,rep,name=other_steamids,json=otherSteamids" json:"other_steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) Descriptor

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) GetAppInstanceCount

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) GetOtherSteamids

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) ProtoMessage

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) Reset

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) String

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_DiscardUnknown

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Marshal

func (m *CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Merge

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Size

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Unmarshal

type CMsgNotifyWatchdog

type CMsgNotifyWatchdog struct {
	Source               *uint32  `protobuf:"varint,1,opt,name=source" json:"source,omitempty"`
	AlertType            *uint32  `protobuf:"varint,2,opt,name=alert_type,json=alertType" json:"alert_type,omitempty"`
	AlertDestination     *uint32  `protobuf:"varint,3,opt,name=alert_destination,json=alertDestination" json:"alert_destination,omitempty"`
	Critical             *bool    `protobuf:"varint,4,opt,name=critical" json:"critical,omitempty"`
	Time                 *uint32  `protobuf:"varint,5,opt,name=time" json:"time,omitempty"`
	Appid                *uint32  `protobuf:"varint,6,opt,name=appid" json:"appid,omitempty"`
	Text                 *string  `protobuf:"bytes,7,opt,name=text" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgNotifyWatchdog) Descriptor

func (*CMsgNotifyWatchdog) Descriptor() ([]byte, []int)

func (*CMsgNotifyWatchdog) GetAlertDestination

func (m *CMsgNotifyWatchdog) GetAlertDestination() uint32

func (*CMsgNotifyWatchdog) GetAlertType

func (m *CMsgNotifyWatchdog) GetAlertType() uint32

func (*CMsgNotifyWatchdog) GetAppid

func (m *CMsgNotifyWatchdog) GetAppid() uint32

func (*CMsgNotifyWatchdog) GetCritical

func (m *CMsgNotifyWatchdog) GetCritical() bool

func (*CMsgNotifyWatchdog) GetSource

func (m *CMsgNotifyWatchdog) GetSource() uint32

func (*CMsgNotifyWatchdog) GetText

func (m *CMsgNotifyWatchdog) GetText() string

func (*CMsgNotifyWatchdog) GetTime

func (m *CMsgNotifyWatchdog) GetTime() uint32

func (*CMsgNotifyWatchdog) ProtoMessage

func (*CMsgNotifyWatchdog) ProtoMessage()

func (*CMsgNotifyWatchdog) Reset

func (m *CMsgNotifyWatchdog) Reset()

func (*CMsgNotifyWatchdog) String

func (m *CMsgNotifyWatchdog) String() string

func (*CMsgNotifyWatchdog) XXX_DiscardUnknown

func (m *CMsgNotifyWatchdog) XXX_DiscardUnknown()

func (*CMsgNotifyWatchdog) XXX_Marshal

func (m *CMsgNotifyWatchdog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotifyWatchdog) XXX_Merge

func (m *CMsgNotifyWatchdog) XXX_Merge(src proto.Message)

func (*CMsgNotifyWatchdog) XXX_Size

func (m *CMsgNotifyWatchdog) XXX_Size() int

func (*CMsgNotifyWatchdog) XXX_Unmarshal

func (m *CMsgNotifyWatchdog) XXX_Unmarshal(b []byte) error

type CMsgOpenNewTab

type CMsgOpenNewTab struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	BForeground      *bool   `protobuf:"varint,3,opt,name=bForeground" json:"bForeground,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgOpenNewTab) Descriptor

func (*CMsgOpenNewTab) Descriptor() ([]byte, []int)

func (*CMsgOpenNewTab) GetBForeground

func (m *CMsgOpenNewTab) GetBForeground() bool

func (*CMsgOpenNewTab) GetBrowserHandle

func (m *CMsgOpenNewTab) GetBrowserHandle() uint32

func (*CMsgOpenNewTab) GetUrl

func (m *CMsgOpenNewTab) GetUrl() string

func (*CMsgOpenNewTab) ProtoMessage

func (*CMsgOpenNewTab) ProtoMessage()

func (*CMsgOpenNewTab) Reset

func (m *CMsgOpenNewTab) Reset()

func (*CMsgOpenNewTab) String

func (m *CMsgOpenNewTab) String() string

type CMsgOpenNewTabResponse

type CMsgOpenNewTabResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	BAllow           *bool   `protobuf:"varint,2,opt,name=bAllow" json:"bAllow,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgOpenNewTabResponse) Descriptor

func (*CMsgOpenNewTabResponse) Descriptor() ([]byte, []int)

func (*CMsgOpenNewTabResponse) GetBAllow

func (m *CMsgOpenNewTabResponse) GetBAllow() bool

func (*CMsgOpenNewTabResponse) GetBrowserHandle

func (m *CMsgOpenNewTabResponse) GetBrowserHandle() uint32

func (*CMsgOpenNewTabResponse) ProtoMessage

func (*CMsgOpenNewTabResponse) ProtoMessage()

func (*CMsgOpenNewTabResponse) Reset

func (m *CMsgOpenNewTabResponse) Reset()

func (*CMsgOpenNewTabResponse) String

func (m *CMsgOpenNewTabResponse) String() string

type CMsgOpenSteamURL

type CMsgOpenSteamURL struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgOpenSteamURL) Descriptor

func (*CMsgOpenSteamURL) Descriptor() ([]byte, []int)

func (*CMsgOpenSteamURL) GetBrowserHandle

func (m *CMsgOpenSteamURL) GetBrowserHandle() uint32

func (*CMsgOpenSteamURL) GetUrl

func (m *CMsgOpenSteamURL) GetUrl() string

func (*CMsgOpenSteamURL) ProtoMessage

func (*CMsgOpenSteamURL) ProtoMessage()

func (*CMsgOpenSteamURL) Reset

func (m *CMsgOpenSteamURL) Reset()

func (*CMsgOpenSteamURL) String

func (m *CMsgOpenSteamURL) String() string

type CMsgPackageLicense

type CMsgPackageLicense struct {
	PackageId            *uint32  `protobuf:"varint,1,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
	TimeCreated          *uint32  `protobuf:"varint,2,opt,name=time_created,json=timeCreated" json:"time_created,omitempty"`
	OwnerId              *uint32  `protobuf:"varint,3,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPackageLicense) Descriptor

func (*CMsgPackageLicense) Descriptor() ([]byte, []int)

func (*CMsgPackageLicense) GetOwnerId

func (m *CMsgPackageLicense) GetOwnerId() uint32

func (*CMsgPackageLicense) GetPackageId

func (m *CMsgPackageLicense) GetPackageId() uint32

func (*CMsgPackageLicense) GetTimeCreated

func (m *CMsgPackageLicense) GetTimeCreated() uint32

func (*CMsgPackageLicense) ProtoMessage

func (*CMsgPackageLicense) ProtoMessage()

func (*CMsgPackageLicense) Reset

func (m *CMsgPackageLicense) Reset()

func (*CMsgPackageLicense) String

func (m *CMsgPackageLicense) String() string

func (*CMsgPackageLicense) XXX_DiscardUnknown

func (m *CMsgPackageLicense) XXX_DiscardUnknown()

func (*CMsgPackageLicense) XXX_Marshal

func (m *CMsgPackageLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPackageLicense) XXX_Merge

func (m *CMsgPackageLicense) XXX_Merge(src proto.Message)

func (*CMsgPackageLicense) XXX_Size

func (m *CMsgPackageLicense) XXX_Size() int

func (*CMsgPackageLicense) XXX_Unmarshal

func (m *CMsgPackageLicense) XXX_Unmarshal(b []byte) error

type CMsgPartyInviteResponse

type CMsgPartyInviteResponse struct {
	PartyId          *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
	Accept           *bool   `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
	ClientVersion    *uint32 `protobuf:"varint,3,opt,name=client_version" json:"client_version,omitempty"`
	TeamInvite       *uint32 `protobuf:"varint,4,opt,name=team_invite" json:"team_invite,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPartyInviteResponse) Descriptor

func (*CMsgPartyInviteResponse) Descriptor() ([]byte, []int)

func (*CMsgPartyInviteResponse) GetAccept

func (m *CMsgPartyInviteResponse) GetAccept() bool

func (*CMsgPartyInviteResponse) GetClientVersion

func (m *CMsgPartyInviteResponse) GetClientVersion() uint32

func (*CMsgPartyInviteResponse) GetPartyId

func (m *CMsgPartyInviteResponse) GetPartyId() uint64

func (*CMsgPartyInviteResponse) GetTeamInvite

func (m *CMsgPartyInviteResponse) GetTeamInvite() uint32

func (*CMsgPartyInviteResponse) ProtoMessage

func (*CMsgPartyInviteResponse) ProtoMessage()

func (*CMsgPartyInviteResponse) Reset

func (m *CMsgPartyInviteResponse) Reset()

func (*CMsgPartyInviteResponse) String

func (m *CMsgPartyInviteResponse) String() string

type CMsgPaste

type CMsgPaste struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPaste) Descriptor

func (*CMsgPaste) Descriptor() ([]byte, []int)

func (*CMsgPaste) GetBrowserHandle

func (m *CMsgPaste) GetBrowserHandle() uint32

func (*CMsgPaste) ProtoMessage

func (*CMsgPaste) ProtoMessage()

func (*CMsgPaste) Reset

func (m *CMsgPaste) Reset()

func (*CMsgPaste) String

func (m *CMsgPaste) String() string

type CMsgPauseFullScreenFlashMovieIfOpen

type CMsgPauseFullScreenFlashMovieIfOpen struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPauseFullScreenFlashMovieIfOpen) Descriptor

func (*CMsgPauseFullScreenFlashMovieIfOpen) Descriptor() ([]byte, []int)

func (*CMsgPauseFullScreenFlashMovieIfOpen) GetBrowserHandle

func (m *CMsgPauseFullScreenFlashMovieIfOpen) GetBrowserHandle() uint32

func (*CMsgPauseFullScreenFlashMovieIfOpen) ProtoMessage

func (*CMsgPauseFullScreenFlashMovieIfOpen) ProtoMessage()

func (*CMsgPauseFullScreenFlashMovieIfOpen) Reset

func (*CMsgPauseFullScreenFlashMovieIfOpen) String

type CMsgPopupHTMLWindow

type CMsgPopupHTMLWindow struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	X                *uint32 `protobuf:"varint,3,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,4,opt,name=y" json:"y,omitempty"`
	Wide             *uint32 `protobuf:"varint,5,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32 `protobuf:"varint,6,opt,name=tall" json:"tall,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPopupHTMLWindow) Descriptor

func (*CMsgPopupHTMLWindow) Descriptor() ([]byte, []int)

func (*CMsgPopupHTMLWindow) GetBrowserHandle

func (m *CMsgPopupHTMLWindow) GetBrowserHandle() uint32

func (*CMsgPopupHTMLWindow) GetTall

func (m *CMsgPopupHTMLWindow) GetTall() uint32

func (*CMsgPopupHTMLWindow) GetUrl

func (m *CMsgPopupHTMLWindow) GetUrl() string

func (*CMsgPopupHTMLWindow) GetWide

func (m *CMsgPopupHTMLWindow) GetWide() uint32

func (*CMsgPopupHTMLWindow) GetX

func (m *CMsgPopupHTMLWindow) GetX() uint32

func (*CMsgPopupHTMLWindow) GetY

func (m *CMsgPopupHTMLWindow) GetY() uint32

func (*CMsgPopupHTMLWindow) ProtoMessage

func (*CMsgPopupHTMLWindow) ProtoMessage()

func (*CMsgPopupHTMLWindow) Reset

func (m *CMsgPopupHTMLWindow) Reset()

func (*CMsgPopupHTMLWindow) String

func (m *CMsgPopupHTMLWindow) String() string

type CMsgPopupHTMLWindowResponse

type CMsgPopupHTMLWindowResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	BAllow           *bool   `protobuf:"varint,2,opt,name=bAllow" json:"bAllow,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPopupHTMLWindowResponse) Descriptor

func (*CMsgPopupHTMLWindowResponse) Descriptor() ([]byte, []int)

func (*CMsgPopupHTMLWindowResponse) GetBAllow

func (m *CMsgPopupHTMLWindowResponse) GetBAllow() bool

func (*CMsgPopupHTMLWindowResponse) GetBrowserHandle

func (m *CMsgPopupHTMLWindowResponse) GetBrowserHandle() uint32

func (*CMsgPopupHTMLWindowResponse) ProtoMessage

func (*CMsgPopupHTMLWindowResponse) ProtoMessage()

func (*CMsgPopupHTMLWindowResponse) Reset

func (m *CMsgPopupHTMLWindowResponse) Reset()

func (*CMsgPopupHTMLWindowResponse) String

func (m *CMsgPopupHTMLWindowResponse) String() string

type CMsgPostURL

type CMsgPostURL struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Post             *string `protobuf:"bytes,3,opt,name=post" json:"post,omitempty"`
	Pageserial       *uint32 `protobuf:"varint,4,opt,name=pageserial" json:"pageserial,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPostURL) Descriptor

func (*CMsgPostURL) Descriptor() ([]byte, []int)

func (*CMsgPostURL) GetBrowserHandle

func (m *CMsgPostURL) GetBrowserHandle() uint32

func (*CMsgPostURL) GetPageserial

func (m *CMsgPostURL) GetPageserial() uint32

func (*CMsgPostURL) GetPost

func (m *CMsgPostURL) GetPost() string

func (*CMsgPostURL) GetUrl

func (m *CMsgPostURL) GetUrl() string

func (*CMsgPostURL) ProtoMessage

func (*CMsgPostURL) ProtoMessage()

func (*CMsgPostURL) Reset

func (m *CMsgPostURL) Reset()

func (*CMsgPostURL) String

func (m *CMsgPostURL) String() string

type CMsgProtoBufHeader

type CMsgProtoBufHeader struct {
	ClientSteamId        *uint64           `protobuf:"fixed64,1,opt,name=client_steam_id,json=clientSteamId" json:"client_steam_id,omitempty"`
	ClientSessionId      *int32            `protobuf:"varint,2,opt,name=client_session_id,json=clientSessionId" json:"client_session_id,omitempty"`
	SourceAppId          *uint32           `protobuf:"varint,3,opt,name=source_app_id,json=sourceAppId" json:"source_app_id,omitempty"`
	JobIdSource          *uint64           `protobuf:"fixed64,10,opt,name=job_id_source,json=jobIdSource,def=18446744073709551615" json:"job_id_source,omitempty"`
	JobIdTarget          *uint64           `protobuf:"fixed64,11,opt,name=job_id_target,json=jobIdTarget,def=18446744073709551615" json:"job_id_target,omitempty"`
	TargetJobName        *string           `protobuf:"bytes,12,opt,name=target_job_name,json=targetJobName" json:"target_job_name,omitempty"`
	Eresult              *int32            `protobuf:"varint,13,opt,name=eresult,def=2" json:"eresult,omitempty"`
	ErrorMessage         *string           `protobuf:"bytes,14,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	Ip                   *uint32           `protobuf:"varint,15,opt,name=ip" json:"ip,omitempty"`
	GcMsgSrc             *GCProtoBufMsgSrc `protobuf:"varint,200,opt,name=gc_msg_src,json=gcMsgSrc,enum=GCProtoBufMsgSrc,def=0" json:"gc_msg_src,omitempty"`
	GcDirIndexSource     *uint32           `protobuf:"varint,201,opt,name=gc_dir_index_source,json=gcDirIndexSource" json:"gc_dir_index_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgProtoBufHeader) Descriptor

func (*CMsgProtoBufHeader) Descriptor() ([]byte, []int)

func (*CMsgProtoBufHeader) GetClientSessionId

func (m *CMsgProtoBufHeader) GetClientSessionId() int32

func (*CMsgProtoBufHeader) GetClientSteamId

func (m *CMsgProtoBufHeader) GetClientSteamId() uint64

func (*CMsgProtoBufHeader) GetEresult

func (m *CMsgProtoBufHeader) GetEresult() int32

func (*CMsgProtoBufHeader) GetErrorMessage

func (m *CMsgProtoBufHeader) GetErrorMessage() string

func (*CMsgProtoBufHeader) GetGcDirIndexSource

func (m *CMsgProtoBufHeader) GetGcDirIndexSource() uint32

func (*CMsgProtoBufHeader) GetGcMsgSrc

func (m *CMsgProtoBufHeader) GetGcMsgSrc() GCProtoBufMsgSrc

func (*CMsgProtoBufHeader) GetIp

func (m *CMsgProtoBufHeader) GetIp() uint32

func (*CMsgProtoBufHeader) GetJobIdSource

func (m *CMsgProtoBufHeader) GetJobIdSource() uint64

func (*CMsgProtoBufHeader) GetJobIdTarget

func (m *CMsgProtoBufHeader) GetJobIdTarget() uint64

func (*CMsgProtoBufHeader) GetSourceAppId

func (m *CMsgProtoBufHeader) GetSourceAppId() uint32

func (*CMsgProtoBufHeader) GetTargetJobName

func (m *CMsgProtoBufHeader) GetTargetJobName() string

func (*CMsgProtoBufHeader) ProtoMessage

func (*CMsgProtoBufHeader) ProtoMessage()

func (*CMsgProtoBufHeader) Reset

func (m *CMsgProtoBufHeader) Reset()

func (*CMsgProtoBufHeader) String

func (m *CMsgProtoBufHeader) String() string

func (*CMsgProtoBufHeader) XXX_DiscardUnknown

func (m *CMsgProtoBufHeader) XXX_DiscardUnknown()

func (*CMsgProtoBufHeader) XXX_Marshal

func (m *CMsgProtoBufHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgProtoBufHeader) XXX_Merge

func (m *CMsgProtoBufHeader) XXX_Merge(src proto.Message)

func (*CMsgProtoBufHeader) XXX_Size

func (m *CMsgProtoBufHeader) XXX_Size() int

func (*CMsgProtoBufHeader) XXX_Unmarshal

func (m *CMsgProtoBufHeader) XXX_Unmarshal(b []byte) error

type CMsgQAngle

type CMsgQAngle struct {
	X                *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	Z                *float32 `protobuf:"fixed32,3,opt,name=z" json:"z,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgQAngle) Descriptor

func (*CMsgQAngle) Descriptor() ([]byte, []int)

func (*CMsgQAngle) GetX

func (m *CMsgQAngle) GetX() float32

func (*CMsgQAngle) GetY

func (m *CMsgQAngle) GetY() float32

func (*CMsgQAngle) GetZ

func (m *CMsgQAngle) GetZ() float32

func (*CMsgQAngle) ProtoMessage

func (*CMsgQAngle) ProtoMessage()

func (*CMsgQAngle) Reset

func (m *CMsgQAngle) Reset()

func (*CMsgQAngle) String

func (m *CMsgQAngle) String() string

type CMsgRGBA

type CMsgRGBA struct {
	R                *int32 `protobuf:"varint,1,opt,name=r" json:"r,omitempty"`
	G                *int32 `protobuf:"varint,2,opt,name=g" json:"g,omitempty"`
	B                *int32 `protobuf:"varint,3,opt,name=b" json:"b,omitempty"`
	A                *int32 `protobuf:"varint,4,opt,name=a" json:"a,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRGBA) Descriptor

func (*CMsgRGBA) Descriptor() ([]byte, []int)

func (*CMsgRGBA) GetA

func (m *CMsgRGBA) GetA() int32

func (*CMsgRGBA) GetB

func (m *CMsgRGBA) GetB() int32

func (*CMsgRGBA) GetG

func (m *CMsgRGBA) GetG() int32

func (*CMsgRGBA) GetR

func (m *CMsgRGBA) GetR() int32

func (*CMsgRGBA) ProtoMessage

func (*CMsgRGBA) ProtoMessage()

func (*CMsgRGBA) Reset

func (m *CMsgRGBA) Reset()

func (*CMsgRGBA) String

func (m *CMsgRGBA) String() string

type CMsgReload

type CMsgReload struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgReload) Descriptor

func (*CMsgReload) Descriptor() ([]byte, []int)

func (*CMsgReload) GetBrowserHandle

func (m *CMsgReload) GetBrowserHandle() uint32

func (*CMsgReload) ProtoMessage

func (*CMsgReload) ProtoMessage()

func (*CMsgReload) Reset

func (m *CMsgReload) Reset()

func (*CMsgReload) String

func (m *CMsgReload) String() string

type CMsgReplayUploadedToYouTube

type CMsgReplayUploadedToYouTube struct {
	YoutubeUrl         *string `protobuf:"bytes,1,opt,name=youtube_url" json:"youtube_url,omitempty"`
	YoutubeAccountName *string `protobuf:"bytes,2,opt,name=youtube_account_name" json:"youtube_account_name,omitempty"`
	SessionId          *uint64 `protobuf:"varint,3,opt,name=session_id" json:"session_id,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgReplayUploadedToYouTube) Descriptor

func (*CMsgReplayUploadedToYouTube) Descriptor() ([]byte, []int)

func (*CMsgReplayUploadedToYouTube) GetSessionId

func (m *CMsgReplayUploadedToYouTube) GetSessionId() uint64

func (*CMsgReplayUploadedToYouTube) GetYoutubeAccountName

func (m *CMsgReplayUploadedToYouTube) GetYoutubeAccountName() string

func (*CMsgReplayUploadedToYouTube) GetYoutubeUrl

func (m *CMsgReplayUploadedToYouTube) GetYoutubeUrl() string

func (*CMsgReplayUploadedToYouTube) ProtoMessage

func (*CMsgReplayUploadedToYouTube) ProtoMessage()

func (*CMsgReplayUploadedToYouTube) Reset

func (m *CMsgReplayUploadedToYouTube) Reset()

func (*CMsgReplayUploadedToYouTube) String

func (m *CMsgReplayUploadedToYouTube) String() string

type CMsgReplicateConVars

type CMsgReplicateConVars struct {
	Convars          []*CMsgConVarValue `protobuf:"bytes,1,rep,name=convars" json:"convars,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CMsgReplicateConVars) Descriptor

func (*CMsgReplicateConVars) Descriptor() ([]byte, []int)

func (*CMsgReplicateConVars) GetConvars

func (m *CMsgReplicateConVars) GetConvars() []*CMsgConVarValue

func (*CMsgReplicateConVars) ProtoMessage

func (*CMsgReplicateConVars) ProtoMessage()

func (*CMsgReplicateConVars) Reset

func (m *CMsgReplicateConVars) Reset()

func (*CMsgReplicateConVars) String

func (m *CMsgReplicateConVars) String() string

type CMsgRequestFullScreen

type CMsgRequestFullScreen struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgRequestFullScreen) Descriptor

func (*CMsgRequestFullScreen) Descriptor() ([]byte, []int)

func (*CMsgRequestFullScreen) GetBrowserHandle

func (m *CMsgRequestFullScreen) GetBrowserHandle() uint32

func (*CMsgRequestFullScreen) ProtoMessage

func (*CMsgRequestFullScreen) ProtoMessage()

func (*CMsgRequestFullScreen) Reset

func (m *CMsgRequestFullScreen) Reset()

func (*CMsgRequestFullScreen) String

func (m *CMsgRequestFullScreen) String() string

type CMsgRequestFullScreenResponse

type CMsgRequestFullScreenResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Ballow           *bool   `protobuf:"varint,2,opt,name=ballow" json:"ballow,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgRequestFullScreenResponse) Descriptor

func (*CMsgRequestFullScreenResponse) Descriptor() ([]byte, []int)

func (*CMsgRequestFullScreenResponse) GetBallow

func (m *CMsgRequestFullScreenResponse) GetBallow() bool

func (*CMsgRequestFullScreenResponse) GetBrowserHandle

func (m *CMsgRequestFullScreenResponse) GetBrowserHandle() uint32

func (*CMsgRequestFullScreenResponse) ProtoMessage

func (*CMsgRequestFullScreenResponse) ProtoMessage()

func (*CMsgRequestFullScreenResponse) Reset

func (m *CMsgRequestFullScreenResponse) Reset()

func (*CMsgRequestFullScreenResponse) String

type CMsgRequestInventoryRefresh

type CMsgRequestInventoryRefresh struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRequestInventoryRefresh) Descriptor

func (*CMsgRequestInventoryRefresh) Descriptor() ([]byte, []int)

func (*CMsgRequestInventoryRefresh) ProtoMessage

func (*CMsgRequestInventoryRefresh) ProtoMessage()

func (*CMsgRequestInventoryRefresh) Reset

func (m *CMsgRequestInventoryRefresh) Reset()

func (*CMsgRequestInventoryRefresh) String

func (m *CMsgRequestInventoryRefresh) String() string

type CMsgSDONoMemcached

type CMsgSDONoMemcached struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgSDONoMemcached) Descriptor

func (*CMsgSDONoMemcached) Descriptor() ([]byte, []int)

func (*CMsgSDONoMemcached) ProtoMessage

func (*CMsgSDONoMemcached) ProtoMessage()

func (*CMsgSDONoMemcached) Reset

func (m *CMsgSDONoMemcached) Reset()

func (*CMsgSDONoMemcached) String

func (m *CMsgSDONoMemcached) String() string

type CMsgSOCacheHaveVersion

type CMsgSOCacheHaveVersion struct {
	Soid                 *CMsgSOIDOwner `protobuf:"bytes,1,opt,name=soid" json:"soid,omitempty"`
	Version              *uint64        `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheHaveVersion) Descriptor

func (*CMsgSOCacheHaveVersion) Descriptor() ([]byte, []int)

func (*CMsgSOCacheHaveVersion) GetSoid

func (m *CMsgSOCacheHaveVersion) GetSoid() *CMsgSOIDOwner

func (*CMsgSOCacheHaveVersion) GetVersion

func (m *CMsgSOCacheHaveVersion) GetVersion() uint64

func (*CMsgSOCacheHaveVersion) ProtoMessage

func (*CMsgSOCacheHaveVersion) ProtoMessage()

func (*CMsgSOCacheHaveVersion) Reset

func (m *CMsgSOCacheHaveVersion) Reset()

func (*CMsgSOCacheHaveVersion) String

func (m *CMsgSOCacheHaveVersion) String() string

func (*CMsgSOCacheHaveVersion) XXX_DiscardUnknown

func (m *CMsgSOCacheHaveVersion) XXX_DiscardUnknown()

func (*CMsgSOCacheHaveVersion) XXX_Marshal

func (m *CMsgSOCacheHaveVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheHaveVersion) XXX_Merge

func (m *CMsgSOCacheHaveVersion) XXX_Merge(src proto.Message)

func (*CMsgSOCacheHaveVersion) XXX_Size

func (m *CMsgSOCacheHaveVersion) XXX_Size() int

func (*CMsgSOCacheHaveVersion) XXX_Unmarshal

func (m *CMsgSOCacheHaveVersion) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscribed

type CMsgSOCacheSubscribed struct {
	Objects              []*CMsgSOCacheSubscribed_SubscribedType `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
	Version              *uint64                                 `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner                          `protobuf:"bytes,4,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*CMsgSOCacheSubscribed) Descriptor

func (*CMsgSOCacheSubscribed) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscribed) GetObjects

func (*CMsgSOCacheSubscribed) GetOwnerSoid

func (m *CMsgSOCacheSubscribed) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscribed) GetVersion

func (m *CMsgSOCacheSubscribed) GetVersion() uint64

func (*CMsgSOCacheSubscribed) ProtoMessage

func (*CMsgSOCacheSubscribed) ProtoMessage()

func (*CMsgSOCacheSubscribed) Reset

func (m *CMsgSOCacheSubscribed) Reset()

func (*CMsgSOCacheSubscribed) String

func (m *CMsgSOCacheSubscribed) String() string

func (*CMsgSOCacheSubscribed) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscribed) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscribed) XXX_Marshal

func (m *CMsgSOCacheSubscribed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscribed) XXX_Merge

func (m *CMsgSOCacheSubscribed) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscribed) XXX_Size

func (m *CMsgSOCacheSubscribed) XXX_Size() int

func (*CMsgSOCacheSubscribed) XXX_Unmarshal

func (m *CMsgSOCacheSubscribed) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscribed_SubscribedType

type CMsgSOCacheSubscribed_SubscribedType struct {
	TypeId               *int32   `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           [][]byte `protobuf:"bytes,2,rep,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor

func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscribed_SubscribedType) GetObjectData

func (m *CMsgSOCacheSubscribed_SubscribedType) GetObjectData() [][]byte

func (*CMsgSOCacheSubscribed_SubscribedType) GetTypeId

func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage

func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage()

func (*CMsgSOCacheSubscribed_SubscribedType) Reset

func (*CMsgSOCacheSubscribed_SubscribedType) String

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Marshal

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Merge

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Size

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Unmarshal

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscriptionCheck

type CMsgSOCacheSubscriptionCheck struct {
	Version              *uint64        `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,3,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheSubscriptionCheck) Descriptor

func (*CMsgSOCacheSubscriptionCheck) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscriptionCheck) GetOwnerSoid

func (m *CMsgSOCacheSubscriptionCheck) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscriptionCheck) GetVersion

func (m *CMsgSOCacheSubscriptionCheck) GetVersion() uint64

func (*CMsgSOCacheSubscriptionCheck) ProtoMessage

func (*CMsgSOCacheSubscriptionCheck) ProtoMessage()

func (*CMsgSOCacheSubscriptionCheck) Reset

func (m *CMsgSOCacheSubscriptionCheck) Reset()

func (*CMsgSOCacheSubscriptionCheck) String

func (*CMsgSOCacheSubscriptionCheck) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscriptionCheck) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscriptionCheck) XXX_Marshal

func (m *CMsgSOCacheSubscriptionCheck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscriptionCheck) XXX_Merge

func (m *CMsgSOCacheSubscriptionCheck) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscriptionCheck) XXX_Size

func (m *CMsgSOCacheSubscriptionCheck) XXX_Size() int

func (*CMsgSOCacheSubscriptionCheck) XXX_Unmarshal

func (m *CMsgSOCacheSubscriptionCheck) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscriptionRefresh

type CMsgSOCacheSubscriptionRefresh struct {
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheSubscriptionRefresh) Descriptor

func (*CMsgSOCacheSubscriptionRefresh) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscriptionRefresh) GetOwnerSoid

func (m *CMsgSOCacheSubscriptionRefresh) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage

func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage()

func (*CMsgSOCacheSubscriptionRefresh) Reset

func (m *CMsgSOCacheSubscriptionRefresh) Reset()

func (*CMsgSOCacheSubscriptionRefresh) String

func (*CMsgSOCacheSubscriptionRefresh) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscriptionRefresh) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscriptionRefresh) XXX_Marshal

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscriptionRefresh) XXX_Merge

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscriptionRefresh) XXX_Size

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Size() int

func (*CMsgSOCacheSubscriptionRefresh) XXX_Unmarshal

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Unmarshal(b []byte) error

type CMsgSOCacheUnsubscribed

type CMsgSOCacheUnsubscribed struct {
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheUnsubscribed) Descriptor

func (*CMsgSOCacheUnsubscribed) Descriptor() ([]byte, []int)

func (*CMsgSOCacheUnsubscribed) GetOwnerSoid

func (m *CMsgSOCacheUnsubscribed) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheUnsubscribed) ProtoMessage

func (*CMsgSOCacheUnsubscribed) ProtoMessage()

func (*CMsgSOCacheUnsubscribed) Reset

func (m *CMsgSOCacheUnsubscribed) Reset()

func (*CMsgSOCacheUnsubscribed) String

func (m *CMsgSOCacheUnsubscribed) String() string

func (*CMsgSOCacheUnsubscribed) XXX_DiscardUnknown

func (m *CMsgSOCacheUnsubscribed) XXX_DiscardUnknown()

func (*CMsgSOCacheUnsubscribed) XXX_Marshal

func (m *CMsgSOCacheUnsubscribed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheUnsubscribed) XXX_Merge

func (m *CMsgSOCacheUnsubscribed) XXX_Merge(src proto.Message)

func (*CMsgSOCacheUnsubscribed) XXX_Size

func (m *CMsgSOCacheUnsubscribed) XXX_Size() int

func (*CMsgSOCacheUnsubscribed) XXX_Unmarshal

func (m *CMsgSOCacheUnsubscribed) XXX_Unmarshal(b []byte) error

type CMsgSOCacheVersion

type CMsgSOCacheVersion struct {
	Version              *uint64  `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOCacheVersion) Descriptor

func (*CMsgSOCacheVersion) Descriptor() ([]byte, []int)

func (*CMsgSOCacheVersion) GetVersion

func (m *CMsgSOCacheVersion) GetVersion() uint64

func (*CMsgSOCacheVersion) ProtoMessage

func (*CMsgSOCacheVersion) ProtoMessage()

func (*CMsgSOCacheVersion) Reset

func (m *CMsgSOCacheVersion) Reset()

func (*CMsgSOCacheVersion) String

func (m *CMsgSOCacheVersion) String() string

func (*CMsgSOCacheVersion) XXX_DiscardUnknown

func (m *CMsgSOCacheVersion) XXX_DiscardUnknown()

func (*CMsgSOCacheVersion) XXX_Marshal

func (m *CMsgSOCacheVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheVersion) XXX_Merge

func (m *CMsgSOCacheVersion) XXX_Merge(src proto.Message)

func (*CMsgSOCacheVersion) XXX_Size

func (m *CMsgSOCacheVersion) XXX_Size() int

func (*CMsgSOCacheVersion) XXX_Unmarshal

func (m *CMsgSOCacheVersion) XXX_Unmarshal(b []byte) error

type CMsgSOIDOwner

type CMsgSOIDOwner struct {
	Type                 *uint32  `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Id                   *uint64  `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOIDOwner) Descriptor

func (*CMsgSOIDOwner) Descriptor() ([]byte, []int)

func (*CMsgSOIDOwner) GetId

func (m *CMsgSOIDOwner) GetId() uint64

func (*CMsgSOIDOwner) GetType

func (m *CMsgSOIDOwner) GetType() uint32

func (*CMsgSOIDOwner) ProtoMessage

func (*CMsgSOIDOwner) ProtoMessage()

func (*CMsgSOIDOwner) Reset

func (m *CMsgSOIDOwner) Reset()

func (*CMsgSOIDOwner) String

func (m *CMsgSOIDOwner) String() string

func (*CMsgSOIDOwner) XXX_DiscardUnknown

func (m *CMsgSOIDOwner) XXX_DiscardUnknown()

func (*CMsgSOIDOwner) XXX_Marshal

func (m *CMsgSOIDOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOIDOwner) XXX_Merge

func (m *CMsgSOIDOwner) XXX_Merge(src proto.Message)

func (*CMsgSOIDOwner) XXX_Size

func (m *CMsgSOIDOwner) XXX_Size() int

func (*CMsgSOIDOwner) XXX_Unmarshal

func (m *CMsgSOIDOwner) XXX_Unmarshal(b []byte) error

type CMsgSOMultipleObjects

type CMsgSOMultipleObjects struct {
	ObjectsModified      []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,2,rep,name=objects_modified,json=objectsModified" json:"objects_modified,omitempty"`
	Version              *uint64                               `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner                        `protobuf:"bytes,6,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CMsgSOMultipleObjects) Descriptor

func (*CMsgSOMultipleObjects) Descriptor() ([]byte, []int)

func (*CMsgSOMultipleObjects) GetObjectsModified

func (m *CMsgSOMultipleObjects) GetObjectsModified() []*CMsgSOMultipleObjects_SingleObject

func (*CMsgSOMultipleObjects) GetOwnerSoid

func (m *CMsgSOMultipleObjects) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOMultipleObjects) GetVersion

func (m *CMsgSOMultipleObjects) GetVersion() uint64

func (*CMsgSOMultipleObjects) ProtoMessage

func (*CMsgSOMultipleObjects) ProtoMessage()

func (*CMsgSOMultipleObjects) Reset

func (m *CMsgSOMultipleObjects) Reset()

func (*CMsgSOMultipleObjects) String

func (m *CMsgSOMultipleObjects) String() string

func (*CMsgSOMultipleObjects) XXX_DiscardUnknown

func (m *CMsgSOMultipleObjects) XXX_DiscardUnknown()

func (*CMsgSOMultipleObjects) XXX_Marshal

func (m *CMsgSOMultipleObjects) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOMultipleObjects) XXX_Merge

func (m *CMsgSOMultipleObjects) XXX_Merge(src proto.Message)

func (*CMsgSOMultipleObjects) XXX_Size

func (m *CMsgSOMultipleObjects) XXX_Size() int

func (*CMsgSOMultipleObjects) XXX_Unmarshal

func (m *CMsgSOMultipleObjects) XXX_Unmarshal(b []byte) error

type CMsgSOMultipleObjects_SingleObject

type CMsgSOMultipleObjects_SingleObject struct {
	TypeId               *int32   `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           []byte   `protobuf:"bytes,2,opt,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOMultipleObjects_SingleObject) Descriptor

func (*CMsgSOMultipleObjects_SingleObject) Descriptor() ([]byte, []int)

func (*CMsgSOMultipleObjects_SingleObject) GetObjectData

func (m *CMsgSOMultipleObjects_SingleObject) GetObjectData() []byte

func (*CMsgSOMultipleObjects_SingleObject) GetTypeId

func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage

func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage()

func (*CMsgSOMultipleObjects_SingleObject) Reset

func (*CMsgSOMultipleObjects_SingleObject) String

func (*CMsgSOMultipleObjects_SingleObject) XXX_DiscardUnknown

func (m *CMsgSOMultipleObjects_SingleObject) XXX_DiscardUnknown()

func (*CMsgSOMultipleObjects_SingleObject) XXX_Marshal

func (m *CMsgSOMultipleObjects_SingleObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOMultipleObjects_SingleObject) XXX_Merge

func (*CMsgSOMultipleObjects_SingleObject) XXX_Size

func (*CMsgSOMultipleObjects_SingleObject) XXX_Unmarshal

func (m *CMsgSOMultipleObjects_SingleObject) XXX_Unmarshal(b []byte) error

type CMsgSOSingleObject

type CMsgSOSingleObject struct {
	TypeId               *int32         `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           []byte         `protobuf:"bytes,3,opt,name=object_data,json=objectData" json:"object_data,omitempty"`
	Version              *uint64        `protobuf:"fixed64,4,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,5,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOSingleObject) Descriptor

func (*CMsgSOSingleObject) Descriptor() ([]byte, []int)

func (*CMsgSOSingleObject) GetObjectData

func (m *CMsgSOSingleObject) GetObjectData() []byte

func (*CMsgSOSingleObject) GetOwnerSoid

func (m *CMsgSOSingleObject) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOSingleObject) GetTypeId

func (m *CMsgSOSingleObject) GetTypeId() int32

func (*CMsgSOSingleObject) GetVersion

func (m *CMsgSOSingleObject) GetVersion() uint64

func (*CMsgSOSingleObject) ProtoMessage

func (*CMsgSOSingleObject) ProtoMessage()

func (*CMsgSOSingleObject) Reset

func (m *CMsgSOSingleObject) Reset()

func (*CMsgSOSingleObject) String

func (m *CMsgSOSingleObject) String() string

func (*CMsgSOSingleObject) XXX_DiscardUnknown

func (m *CMsgSOSingleObject) XXX_DiscardUnknown()

func (*CMsgSOSingleObject) XXX_Marshal

func (m *CMsgSOSingleObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOSingleObject) XXX_Merge

func (m *CMsgSOSingleObject) XXX_Merge(src proto.Message)

func (*CMsgSOSingleObject) XXX_Size

func (m *CMsgSOSingleObject) XXX_Size() int

func (*CMsgSOSingleObject) XXX_Unmarshal

func (m *CMsgSOSingleObject) XXX_Unmarshal(b []byte) error

type CMsgSavePageToJPEG

type CMsgSavePageToJPEG struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Filename         *string `protobuf:"bytes,3,opt,name=filename" json:"filename,omitempty"`
	Width            *uint32 `protobuf:"varint,4,opt,name=width" json:"width,omitempty"`
	Height           *uint32 `protobuf:"varint,5,opt,name=height" json:"height,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSavePageToJPEG) Descriptor

func (*CMsgSavePageToJPEG) Descriptor() ([]byte, []int)

func (*CMsgSavePageToJPEG) GetBrowserHandle

func (m *CMsgSavePageToJPEG) GetBrowserHandle() uint32

func (*CMsgSavePageToJPEG) GetFilename

func (m *CMsgSavePageToJPEG) GetFilename() string

func (*CMsgSavePageToJPEG) GetHeight

func (m *CMsgSavePageToJPEG) GetHeight() uint32

func (*CMsgSavePageToJPEG) GetUrl

func (m *CMsgSavePageToJPEG) GetUrl() string

func (*CMsgSavePageToJPEG) GetWidth

func (m *CMsgSavePageToJPEG) GetWidth() uint32

func (*CMsgSavePageToJPEG) ProtoMessage

func (*CMsgSavePageToJPEG) ProtoMessage()

func (*CMsgSavePageToJPEG) Reset

func (m *CMsgSavePageToJPEG) Reset()

func (*CMsgSavePageToJPEG) String

func (m *CMsgSavePageToJPEG) String() string

type CMsgSavePageToJPEGResponse

type CMsgSavePageToJPEGResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Filename         *string `protobuf:"bytes,3,opt,name=filename" json:"filename,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSavePageToJPEGResponse) Descriptor

func (*CMsgSavePageToJPEGResponse) Descriptor() ([]byte, []int)

func (*CMsgSavePageToJPEGResponse) GetBrowserHandle

func (m *CMsgSavePageToJPEGResponse) GetBrowserHandle() uint32

func (*CMsgSavePageToJPEGResponse) GetFilename

func (m *CMsgSavePageToJPEGResponse) GetFilename() string

func (*CMsgSavePageToJPEGResponse) GetUrl

func (m *CMsgSavePageToJPEGResponse) GetUrl() string

func (*CMsgSavePageToJPEGResponse) ProtoMessage

func (*CMsgSavePageToJPEGResponse) ProtoMessage()

func (*CMsgSavePageToJPEGResponse) Reset

func (m *CMsgSavePageToJPEGResponse) Reset()

func (*CMsgSavePageToJPEGResponse) String

func (m *CMsgSavePageToJPEGResponse) String() string

type CMsgScalePageToValue

type CMsgScalePageToValue struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Scale            *float32 `protobuf:"fixed32,2,opt,name=scale" json:"scale,omitempty"`
	X                *float32 `protobuf:"fixed32,3,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,4,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgScalePageToValue) Descriptor

func (*CMsgScalePageToValue) Descriptor() ([]byte, []int)

func (*CMsgScalePageToValue) GetBrowserHandle

func (m *CMsgScalePageToValue) GetBrowserHandle() uint32

func (*CMsgScalePageToValue) GetScale

func (m *CMsgScalePageToValue) GetScale() float32

func (*CMsgScalePageToValue) GetX

func (m *CMsgScalePageToValue) GetX() float32

func (*CMsgScalePageToValue) GetY

func (m *CMsgScalePageToValue) GetY() float32

func (*CMsgScalePageToValue) ProtoMessage

func (*CMsgScalePageToValue) ProtoMessage()

func (*CMsgScalePageToValue) Reset

func (m *CMsgScalePageToValue) Reset()

func (*CMsgScalePageToValue) String

func (m *CMsgScalePageToValue) String() string

type CMsgScalePageToValueResponse

type CMsgScalePageToValueResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,2,opt,name=zoom" json:"zoom,omitempty"`
	WidthDelta       *int32   `protobuf:"varint,3,opt,name=width_delta" json:"width_delta,omitempty"`
	HeightDelta      *int32   `protobuf:"varint,4,opt,name=height_delta" json:"height_delta,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgScalePageToValueResponse) Descriptor

func (*CMsgScalePageToValueResponse) Descriptor() ([]byte, []int)

func (*CMsgScalePageToValueResponse) GetBrowserHandle

func (m *CMsgScalePageToValueResponse) GetBrowserHandle() uint32

func (*CMsgScalePageToValueResponse) GetHeightDelta

func (m *CMsgScalePageToValueResponse) GetHeightDelta() int32

func (*CMsgScalePageToValueResponse) GetWidthDelta

func (m *CMsgScalePageToValueResponse) GetWidthDelta() int32

func (*CMsgScalePageToValueResponse) GetZoom

func (*CMsgScalePageToValueResponse) ProtoMessage

func (*CMsgScalePageToValueResponse) ProtoMessage()

func (*CMsgScalePageToValueResponse) Reset

func (m *CMsgScalePageToValueResponse) Reset()

func (*CMsgScalePageToValueResponse) String

type CMsgSearchResults

type CMsgSearchResults struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	ActiveMatch      *int32  `protobuf:"varint,2,opt,name=activeMatch" json:"activeMatch,omitempty"`
	Results          *int32  `protobuf:"varint,3,opt,name=results" json:"results,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSearchResults) Descriptor

func (*CMsgSearchResults) Descriptor() ([]byte, []int)

func (*CMsgSearchResults) GetActiveMatch

func (m *CMsgSearchResults) GetActiveMatch() int32

func (*CMsgSearchResults) GetBrowserHandle

func (m *CMsgSearchResults) GetBrowserHandle() uint32

func (*CMsgSearchResults) GetResults

func (m *CMsgSearchResults) GetResults() int32

func (*CMsgSearchResults) ProtoMessage

func (*CMsgSearchResults) ProtoMessage()

func (*CMsgSearchResults) Reset

func (m *CMsgSearchResults) Reset()

func (*CMsgSearchResults) String

func (m *CMsgSearchResults) String() string

type CMsgSelectItemPresetForClass

type CMsgSelectItemPresetForClass struct {
	ClassId          *uint32 `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
	PresetId         *uint32 `protobuf:"varint,2,opt,name=preset_id" json:"preset_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSelectItemPresetForClass) Descriptor

func (*CMsgSelectItemPresetForClass) Descriptor() ([]byte, []int)

func (*CMsgSelectItemPresetForClass) GetClassId

func (m *CMsgSelectItemPresetForClass) GetClassId() uint32

func (*CMsgSelectItemPresetForClass) GetPresetId

func (m *CMsgSelectItemPresetForClass) GetPresetId() uint32

func (*CMsgSelectItemPresetForClass) ProtoMessage

func (*CMsgSelectItemPresetForClass) ProtoMessage()

func (*CMsgSelectItemPresetForClass) Reset

func (m *CMsgSelectItemPresetForClass) Reset()

func (*CMsgSelectItemPresetForClass) String

type CMsgSelectItemPresetForClassReply

type CMsgSelectItemPresetForClassReply struct {
	Success          *bool  `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgSelectItemPresetForClassReply) Descriptor

func (*CMsgSelectItemPresetForClassReply) Descriptor() ([]byte, []int)

func (*CMsgSelectItemPresetForClassReply) GetSuccess

func (m *CMsgSelectItemPresetForClassReply) GetSuccess() bool

func (*CMsgSelectItemPresetForClassReply) ProtoMessage

func (*CMsgSelectItemPresetForClassReply) ProtoMessage()

func (*CMsgSelectItemPresetForClassReply) Reset

func (*CMsgSelectItemPresetForClassReply) String

type CMsgServerAvailable

type CMsgServerAvailable struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgServerAvailable) Descriptor

func (*CMsgServerAvailable) Descriptor() ([]byte, []int)

func (*CMsgServerAvailable) ProtoMessage

func (*CMsgServerAvailable) ProtoMessage()

func (*CMsgServerAvailable) Reset

func (m *CMsgServerAvailable) Reset()

func (*CMsgServerAvailable) String

func (m *CMsgServerAvailable) String() string

type CMsgServerHello

type CMsgServerHello struct {
	Version                    *uint32                   `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	SocacheHaveVersions        []*CMsgSOCacheHaveVersion `protobuf:"bytes,2,rep,name=socache_have_versions,json=socacheHaveVersions" json:"socache_have_versions,omitempty"`
	LegacyClientSessionNeed    *uint32                   `` /* 128-byte string literal not displayed */
	ClientLauncher             *uint32                   `protobuf:"varint,4,opt,name=client_launcher,json=clientLauncher" json:"client_launcher,omitempty"`
	LegacySteamdatagramRouting []byte                    `` /* 134-byte string literal not displayed */
	RequiredInternalAddr       *uint32                   `protobuf:"varint,7,opt,name=required_internal_addr,json=requiredInternalAddr" json:"required_internal_addr,omitempty"`
	SteamdatagramLogin         []byte                    `protobuf:"bytes,8,opt,name=steamdatagram_login,json=steamdatagramLogin" json:"steamdatagram_login,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                  `json:"-"`
	XXX_unrecognized           []byte                    `json:"-"`
	XXX_sizecache              int32                     `json:"-"`
}

func (*CMsgServerHello) Descriptor

func (*CMsgServerHello) Descriptor() ([]byte, []int)

func (*CMsgServerHello) GetClientLauncher

func (m *CMsgServerHello) GetClientLauncher() uint32

func (*CMsgServerHello) GetLegacyClientSessionNeed

func (m *CMsgServerHello) GetLegacyClientSessionNeed() uint32

func (*CMsgServerHello) GetLegacySteamdatagramRouting

func (m *CMsgServerHello) GetLegacySteamdatagramRouting() []byte

func (*CMsgServerHello) GetRequiredInternalAddr

func (m *CMsgServerHello) GetRequiredInternalAddr() uint32

func (*CMsgServerHello) GetSocacheHaveVersions

func (m *CMsgServerHello) GetSocacheHaveVersions() []*CMsgSOCacheHaveVersion

func (*CMsgServerHello) GetSteamdatagramLogin

func (m *CMsgServerHello) GetSteamdatagramLogin() []byte

func (*CMsgServerHello) GetVersion

func (m *CMsgServerHello) GetVersion() uint32

func (*CMsgServerHello) ProtoMessage

func (*CMsgServerHello) ProtoMessage()

func (*CMsgServerHello) Reset

func (m *CMsgServerHello) Reset()

func (*CMsgServerHello) String

func (m *CMsgServerHello) String() string

func (*CMsgServerHello) XXX_DiscardUnknown

func (m *CMsgServerHello) XXX_DiscardUnknown()

func (*CMsgServerHello) XXX_Marshal

func (m *CMsgServerHello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerHello) XXX_Merge

func (m *CMsgServerHello) XXX_Merge(src proto.Message)

func (*CMsgServerHello) XXX_Size

func (m *CMsgServerHello) XXX_Size() int

func (*CMsgServerHello) XXX_Unmarshal

func (m *CMsgServerHello) XXX_Unmarshal(b []byte) error

type CMsgSetCookie

type CMsgSetCookie struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Path             *string `protobuf:"bytes,3,opt,name=path" json:"path,omitempty"`
	Host             *string `protobuf:"bytes,4,opt,name=host" json:"host,omitempty"`
	Expires          *uint32 `protobuf:"varint,5,opt,name=expires" json:"expires,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetCookie) Descriptor

func (*CMsgSetCookie) Descriptor() ([]byte, []int)

func (*CMsgSetCookie) GetExpires

func (m *CMsgSetCookie) GetExpires() uint32

func (*CMsgSetCookie) GetHost

func (m *CMsgSetCookie) GetHost() string

func (*CMsgSetCookie) GetKey

func (m *CMsgSetCookie) GetKey() string

func (*CMsgSetCookie) GetPath

func (m *CMsgSetCookie) GetPath() string

func (*CMsgSetCookie) GetValue

func (m *CMsgSetCookie) GetValue() string

func (*CMsgSetCookie) ProtoMessage

func (*CMsgSetCookie) ProtoMessage()

func (*CMsgSetCookie) Reset

func (m *CMsgSetCookie) Reset()

func (*CMsgSetCookie) String

func (m *CMsgSetCookie) String() string

type CMsgSetCursor

type CMsgSetCursor struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Cursor           *uint32 `protobuf:"varint,2,opt,name=cursor" json:"cursor,omitempty"`
	CustomData       []byte  `protobuf:"bytes,3,opt,name=custom_data" json:"custom_data,omitempty"`
	Wide             *uint32 `protobuf:"varint,4,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32 `protobuf:"varint,5,opt,name=tall" json:"tall,omitempty"`
	Xhotspot         *uint32 `protobuf:"varint,6,opt,name=xhotspot" json:"xhotspot,omitempty"`
	Yhotspot         *uint32 `protobuf:"varint,7,opt,name=yhotspot" json:"yhotspot,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetCursor) Descriptor

func (*CMsgSetCursor) Descriptor() ([]byte, []int)

func (*CMsgSetCursor) GetBrowserHandle

func (m *CMsgSetCursor) GetBrowserHandle() uint32

func (*CMsgSetCursor) GetCursor

func (m *CMsgSetCursor) GetCursor() uint32

func (*CMsgSetCursor) GetCustomData

func (m *CMsgSetCursor) GetCustomData() []byte

func (*CMsgSetCursor) GetTall

func (m *CMsgSetCursor) GetTall() uint32

func (*CMsgSetCursor) GetWide

func (m *CMsgSetCursor) GetWide() uint32

func (*CMsgSetCursor) GetXhotspot

func (m *CMsgSetCursor) GetXhotspot() uint32

func (*CMsgSetCursor) GetYhotspot

func (m *CMsgSetCursor) GetYhotspot() uint32

func (*CMsgSetCursor) ProtoMessage

func (*CMsgSetCursor) ProtoMessage()

func (*CMsgSetCursor) Reset

func (m *CMsgSetCursor) Reset()

func (*CMsgSetCursor) String

func (m *CMsgSetCursor) String() string

type CMsgSetFocus

type CMsgSetFocus struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Focus            *bool   `protobuf:"varint,2,opt,name=focus" json:"focus,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetFocus) Descriptor

func (*CMsgSetFocus) Descriptor() ([]byte, []int)

func (*CMsgSetFocus) GetBrowserHandle

func (m *CMsgSetFocus) GetBrowserHandle() uint32

func (*CMsgSetFocus) GetFocus

func (m *CMsgSetFocus) GetFocus() bool

func (*CMsgSetFocus) ProtoMessage

func (*CMsgSetFocus) ProtoMessage()

func (*CMsgSetFocus) Reset

func (m *CMsgSetFocus) Reset()

func (*CMsgSetFocus) String

func (m *CMsgSetFocus) String() string

type CMsgSetHTMLTitle

type CMsgSetHTMLTitle struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Title            *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetHTMLTitle) Descriptor

func (*CMsgSetHTMLTitle) Descriptor() ([]byte, []int)

func (*CMsgSetHTMLTitle) GetBrowserHandle

func (m *CMsgSetHTMLTitle) GetBrowserHandle() uint32

func (*CMsgSetHTMLTitle) GetTitle

func (m *CMsgSetHTMLTitle) GetTitle() string

func (*CMsgSetHTMLTitle) ProtoMessage

func (*CMsgSetHTMLTitle) ProtoMessage()

func (*CMsgSetHTMLTitle) Reset

func (m *CMsgSetHTMLTitle) Reset()

func (*CMsgSetHTMLTitle) String

func (m *CMsgSetHTMLTitle) String() string

type CMsgSetHorizontalScroll

type CMsgSetHorizontalScroll struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Scroll           *uint32 `protobuf:"varint,2,opt,name=scroll" json:"scroll,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetHorizontalScroll) Descriptor

func (*CMsgSetHorizontalScroll) Descriptor() ([]byte, []int)

func (*CMsgSetHorizontalScroll) GetBrowserHandle

func (m *CMsgSetHorizontalScroll) GetBrowserHandle() uint32

func (*CMsgSetHorizontalScroll) GetScroll

func (m *CMsgSetHorizontalScroll) GetScroll() uint32

func (*CMsgSetHorizontalScroll) ProtoMessage

func (*CMsgSetHorizontalScroll) ProtoMessage()

func (*CMsgSetHorizontalScroll) Reset

func (m *CMsgSetHorizontalScroll) Reset()

func (*CMsgSetHorizontalScroll) String

func (m *CMsgSetHorizontalScroll) String() string

type CMsgSetItemPositions

type CMsgSetItemPositions struct {
	ItemPositions    []*CMsgSetItemPositions_ItemPosition `protobuf:"bytes,1,rep,name=item_positions" json:"item_positions,omitempty"`
	XXX_unrecognized []byte                               `json:"-"`
}

func (*CMsgSetItemPositions) Descriptor

func (*CMsgSetItemPositions) Descriptor() ([]byte, []int)

func (*CMsgSetItemPositions) GetItemPositions

func (*CMsgSetItemPositions) ProtoMessage

func (*CMsgSetItemPositions) ProtoMessage()

func (*CMsgSetItemPositions) Reset

func (m *CMsgSetItemPositions) Reset()

func (*CMsgSetItemPositions) String

func (m *CMsgSetItemPositions) String() string

type CMsgSetItemPositions_ItemPosition

type CMsgSetItemPositions_ItemPosition struct {
	ItemId           *uint32 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
	Position         *uint32 `protobuf:"varint,2,opt,name=position" json:"position,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetItemPositions_ItemPosition) Descriptor

func (*CMsgSetItemPositions_ItemPosition) Descriptor() ([]byte, []int)

func (*CMsgSetItemPositions_ItemPosition) GetItemId

func (*CMsgSetItemPositions_ItemPosition) GetPosition

func (m *CMsgSetItemPositions_ItemPosition) GetPosition() uint32

func (*CMsgSetItemPositions_ItemPosition) ProtoMessage

func (*CMsgSetItemPositions_ItemPosition) ProtoMessage()

func (*CMsgSetItemPositions_ItemPosition) Reset

func (*CMsgSetItemPositions_ItemPosition) String

type CMsgSetPresetItemPosition

type CMsgSetPresetItemPosition struct {
	ClassId          *uint32 `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
	PresetId         *uint32 `protobuf:"varint,2,opt,name=preset_id" json:"preset_id,omitempty"`
	SlotId           *uint32 `protobuf:"varint,3,opt,name=slot_id" json:"slot_id,omitempty"`
	ItemId           *uint64 `protobuf:"varint,4,opt,name=item_id" json:"item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetPresetItemPosition) Descriptor

func (*CMsgSetPresetItemPosition) Descriptor() ([]byte, []int)

func (*CMsgSetPresetItemPosition) GetClassId

func (m *CMsgSetPresetItemPosition) GetClassId() uint32

func (*CMsgSetPresetItemPosition) GetItemId

func (m *CMsgSetPresetItemPosition) GetItemId() uint64

func (*CMsgSetPresetItemPosition) GetPresetId

func (m *CMsgSetPresetItemPosition) GetPresetId() uint32

func (*CMsgSetPresetItemPosition) GetSlotId

func (m *CMsgSetPresetItemPosition) GetSlotId() uint32

func (*CMsgSetPresetItemPosition) ProtoMessage

func (*CMsgSetPresetItemPosition) ProtoMessage()

func (*CMsgSetPresetItemPosition) Reset

func (m *CMsgSetPresetItemPosition) Reset()

func (*CMsgSetPresetItemPosition) String

func (m *CMsgSetPresetItemPosition) String() string

type CMsgSetTargetFrameRate

type CMsgSetTargetFrameRate struct {
	NTargetFrameRate *uint32 `protobuf:"varint,1,opt,name=nTargetFrameRate" json:"nTargetFrameRate,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetTargetFrameRate) Descriptor

func (*CMsgSetTargetFrameRate) Descriptor() ([]byte, []int)

func (*CMsgSetTargetFrameRate) GetNTargetFrameRate

func (m *CMsgSetTargetFrameRate) GetNTargetFrameRate() uint32

func (*CMsgSetTargetFrameRate) ProtoMessage

func (*CMsgSetTargetFrameRate) ProtoMessage()

func (*CMsgSetTargetFrameRate) Reset

func (m *CMsgSetTargetFrameRate) Reset()

func (*CMsgSetTargetFrameRate) String

func (m *CMsgSetTargetFrameRate) String() string

type CMsgSetVerticalScroll

type CMsgSetVerticalScroll struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Scroll           *uint32 `protobuf:"varint,2,opt,name=scroll" json:"scroll,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetVerticalScroll) Descriptor

func (*CMsgSetVerticalScroll) Descriptor() ([]byte, []int)

func (*CMsgSetVerticalScroll) GetBrowserHandle

func (m *CMsgSetVerticalScroll) GetBrowserHandle() uint32

func (*CMsgSetVerticalScroll) GetScroll

func (m *CMsgSetVerticalScroll) GetScroll() uint32

func (*CMsgSetVerticalScroll) ProtoMessage

func (*CMsgSetVerticalScroll) ProtoMessage()

func (*CMsgSetVerticalScroll) Reset

func (m *CMsgSetVerticalScroll) Reset()

func (*CMsgSetVerticalScroll) String

func (m *CMsgSetVerticalScroll) String() string

type CMsgSetZoomLevel

type CMsgSetZoomLevel struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,2,opt,name=zoom" json:"zoom,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgSetZoomLevel) Descriptor

func (*CMsgSetZoomLevel) Descriptor() ([]byte, []int)

func (*CMsgSetZoomLevel) GetBrowserHandle

func (m *CMsgSetZoomLevel) GetBrowserHandle() uint32

func (*CMsgSetZoomLevel) GetZoom

func (m *CMsgSetZoomLevel) GetZoom() float32

func (*CMsgSetZoomLevel) ProtoMessage

func (*CMsgSetZoomLevel) ProtoMessage()

func (*CMsgSetZoomLevel) Reset

func (m *CMsgSetZoomLevel) Reset()

func (*CMsgSetZoomLevel) String

func (m *CMsgSetZoomLevel) String() string

type CMsgShowPopup

type CMsgShowPopup struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgShowPopup) Descriptor

func (*CMsgShowPopup) Descriptor() ([]byte, []int)

func (*CMsgShowPopup) GetBrowserHandle

func (m *CMsgShowPopup) GetBrowserHandle() uint32

func (*CMsgShowPopup) ProtoMessage

func (*CMsgShowPopup) ProtoMessage()

func (*CMsgShowPopup) Reset

func (m *CMsgShowPopup) Reset()

func (*CMsgShowPopup) String

func (m *CMsgShowPopup) String() string

type CMsgShowToolTip

type CMsgShowToolTip struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Text             *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgShowToolTip) Descriptor

func (*CMsgShowToolTip) Descriptor() ([]byte, []int)

func (*CMsgShowToolTip) GetBrowserHandle

func (m *CMsgShowToolTip) GetBrowserHandle() uint32

func (*CMsgShowToolTip) GetText

func (m *CMsgShowToolTip) GetText() string

func (*CMsgShowToolTip) ProtoMessage

func (*CMsgShowToolTip) ProtoMessage()

func (*CMsgShowToolTip) Reset

func (m *CMsgShowToolTip) Reset()

func (*CMsgShowToolTip) String

func (m *CMsgShowToolTip) String() string

type CMsgSizePopup

type CMsgSizePopup struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	Wide             *uint32 `protobuf:"varint,4,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32 `protobuf:"varint,5,opt,name=tall" json:"tall,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSizePopup) Descriptor

func (*CMsgSizePopup) Descriptor() ([]byte, []int)

func (*CMsgSizePopup) GetBrowserHandle

func (m *CMsgSizePopup) GetBrowserHandle() uint32

func (*CMsgSizePopup) GetTall

func (m *CMsgSizePopup) GetTall() uint32

func (*CMsgSizePopup) GetWide

func (m *CMsgSizePopup) GetWide() uint32

func (*CMsgSizePopup) GetX

func (m *CMsgSizePopup) GetX() uint32

func (*CMsgSizePopup) GetY

func (m *CMsgSizePopup) GetY() uint32

func (*CMsgSizePopup) ProtoMessage

func (*CMsgSizePopup) ProtoMessage()

func (*CMsgSizePopup) Reset

func (m *CMsgSizePopup) Reset()

func (*CMsgSizePopup) String

func (m *CMsgSizePopup) String() string

type CMsgSortItems

type CMsgSortItems struct {
	SortType         *uint32 `protobuf:"varint,1,opt,name=sort_type" json:"sort_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSortItems) Descriptor

func (*CMsgSortItems) Descriptor() ([]byte, []int)

func (*CMsgSortItems) GetSortType

func (m *CMsgSortItems) GetSortType() uint32

func (*CMsgSortItems) ProtoMessage

func (*CMsgSortItems) ProtoMessage()

func (*CMsgSortItems) Reset

func (m *CMsgSortItems) Reset()

func (*CMsgSortItems) String

func (m *CMsgSortItems) String() string

type CMsgStartRequest

type CMsgStartRequest struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Target           *string `protobuf:"bytes,3,opt,name=target" json:"target,omitempty"`
	PostData         *string `protobuf:"bytes,4,opt,name=postData" json:"postData,omitempty"`
	BIsRedirect      *bool   `protobuf:"varint,5,opt,name=bIsRedirect" json:"bIsRedirect,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgStartRequest) Descriptor

func (*CMsgStartRequest) Descriptor() ([]byte, []int)

func (*CMsgStartRequest) GetBIsRedirect

func (m *CMsgStartRequest) GetBIsRedirect() bool

func (*CMsgStartRequest) GetBrowserHandle

func (m *CMsgStartRequest) GetBrowserHandle() uint32

func (*CMsgStartRequest) GetPostData

func (m *CMsgStartRequest) GetPostData() string

func (*CMsgStartRequest) GetTarget

func (m *CMsgStartRequest) GetTarget() string

func (*CMsgStartRequest) GetUrl

func (m *CMsgStartRequest) GetUrl() string

func (*CMsgStartRequest) ProtoMessage

func (*CMsgStartRequest) ProtoMessage()

func (*CMsgStartRequest) Reset

func (m *CMsgStartRequest) Reset()

func (*CMsgStartRequest) String

func (m *CMsgStartRequest) String() string

type CMsgStartRequestResponse

type CMsgStartRequestResponse struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	BAllow           *bool   `protobuf:"varint,2,opt,name=bAllow" json:"bAllow,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgStartRequestResponse) Descriptor

func (*CMsgStartRequestResponse) Descriptor() ([]byte, []int)

func (*CMsgStartRequestResponse) GetBAllow

func (m *CMsgStartRequestResponse) GetBAllow() bool

func (*CMsgStartRequestResponse) GetBrowserHandle

func (m *CMsgStartRequestResponse) GetBrowserHandle() uint32

func (*CMsgStartRequestResponse) ProtoMessage

func (*CMsgStartRequestResponse) ProtoMessage()

func (*CMsgStartRequestResponse) Reset

func (m *CMsgStartRequestResponse) Reset()

func (*CMsgStartRequestResponse) String

func (m *CMsgStartRequestResponse) String() string

type CMsgStatusText

type CMsgStatusText struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Text             *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgStatusText) Descriptor

func (*CMsgStatusText) Descriptor() ([]byte, []int)

func (*CMsgStatusText) GetBrowserHandle

func (m *CMsgStatusText) GetBrowserHandle() uint32

func (*CMsgStatusText) GetText

func (m *CMsgStatusText) GetText() string

func (*CMsgStatusText) ProtoMessage

func (*CMsgStatusText) ProtoMessage()

func (*CMsgStatusText) Reset

func (m *CMsgStatusText) Reset()

func (*CMsgStatusText) String

func (m *CMsgStatusText) String() string

type CMsgStopFind

type CMsgStopFind struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgStopFind) Descriptor

func (*CMsgStopFind) Descriptor() ([]byte, []int)

func (*CMsgStopFind) GetBrowserHandle

func (m *CMsgStopFind) GetBrowserHandle() uint32

func (*CMsgStopFind) ProtoMessage

func (*CMsgStopFind) ProtoMessage()

func (*CMsgStopFind) Reset

func (m *CMsgStopFind) Reset()

func (*CMsgStopFind) String

func (m *CMsgStopFind) String() string

type CMsgStopLoad

type CMsgStopLoad struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgStopLoad) Descriptor

func (*CMsgStopLoad) Descriptor() ([]byte, []int)

func (*CMsgStopLoad) GetBrowserHandle

func (m *CMsgStopLoad) GetBrowserHandle() uint32

func (*CMsgStopLoad) ProtoMessage

func (*CMsgStopLoad) ProtoMessage()

func (*CMsgStopLoad) Reset

func (m *CMsgStopLoad) Reset()

func (*CMsgStopLoad) String

func (m *CMsgStopLoad) String() string

type CMsgStoreGetUserData

type CMsgStoreGetUserData struct {
	PriceSheetVersion *uint32 `protobuf:"fixed32,1,opt,name=price_sheet_version" json:"price_sheet_version,omitempty"`
	Currency          *int32  `protobuf:"varint,2,opt,name=currency" json:"currency,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgStoreGetUserData) Descriptor

func (*CMsgStoreGetUserData) Descriptor() ([]byte, []int)

func (*CMsgStoreGetUserData) GetCurrency

func (m *CMsgStoreGetUserData) GetCurrency() int32

func (*CMsgStoreGetUserData) GetPriceSheetVersion

func (m *CMsgStoreGetUserData) GetPriceSheetVersion() uint32

func (*CMsgStoreGetUserData) ProtoMessage

func (*CMsgStoreGetUserData) ProtoMessage()

func (*CMsgStoreGetUserData) Reset

func (m *CMsgStoreGetUserData) Reset()

func (*CMsgStoreGetUserData) String

func (m *CMsgStoreGetUserData) String() string

type CMsgStoreGetUserDataResponse

type CMsgStoreGetUserDataResponse struct {
	Result             *int32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	CurrencyDeprecated *int32  `protobuf:"varint,2,opt,name=currency_deprecated" json:"currency_deprecated,omitempty"`
	CountryDeprecated  *string `protobuf:"bytes,3,opt,name=country_deprecated" json:"country_deprecated,omitempty"`
	PriceSheetVersion  *uint32 `protobuf:"fixed32,4,opt,name=price_sheet_version" json:"price_sheet_version,omitempty"`
	PriceSheet         []byte  `protobuf:"bytes,8,opt,name=price_sheet" json:"price_sheet,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgStoreGetUserDataResponse) Descriptor

func (*CMsgStoreGetUserDataResponse) Descriptor() ([]byte, []int)

func (*CMsgStoreGetUserDataResponse) GetCountryDeprecated

func (m *CMsgStoreGetUserDataResponse) GetCountryDeprecated() string

func (*CMsgStoreGetUserDataResponse) GetCurrencyDeprecated

func (m *CMsgStoreGetUserDataResponse) GetCurrencyDeprecated() int32

func (*CMsgStoreGetUserDataResponse) GetPriceSheet

func (m *CMsgStoreGetUserDataResponse) GetPriceSheet() []byte

func (*CMsgStoreGetUserDataResponse) GetPriceSheetVersion

func (m *CMsgStoreGetUserDataResponse) GetPriceSheetVersion() uint32

func (*CMsgStoreGetUserDataResponse) GetResult

func (m *CMsgStoreGetUserDataResponse) GetResult() int32

func (*CMsgStoreGetUserDataResponse) ProtoMessage

func (*CMsgStoreGetUserDataResponse) ProtoMessage()

func (*CMsgStoreGetUserDataResponse) Reset

func (m *CMsgStoreGetUserDataResponse) Reset()

func (*CMsgStoreGetUserDataResponse) String

type CMsgSystemBroadcast

type CMsgSystemBroadcast struct {
	Message          *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSystemBroadcast) Descriptor

func (*CMsgSystemBroadcast) Descriptor() ([]byte, []int)

func (*CMsgSystemBroadcast) GetMessage

func (m *CMsgSystemBroadcast) GetMessage() string

func (*CMsgSystemBroadcast) ProtoMessage

func (*CMsgSystemBroadcast) ProtoMessage()

func (*CMsgSystemBroadcast) Reset

func (m *CMsgSystemBroadcast) Reset()

func (*CMsgSystemBroadcast) String

func (m *CMsgSystemBroadcast) String() string

type CMsgURLChanged

type CMsgURLChanged struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	PostData         *string `protobuf:"bytes,3,opt,name=postData" json:"postData,omitempty"`
	BIsRedirect      *bool   `protobuf:"varint,4,opt,name=bIsRedirect" json:"bIsRedirect,omitempty"`
	Pagetitle        *string `protobuf:"bytes,5,opt,name=pagetitle" json:"pagetitle,omitempty"`
	BNewNavigation   *bool   `protobuf:"varint,6,opt,name=bNewNavigation" json:"bNewNavigation,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgURLChanged) Descriptor

func (*CMsgURLChanged) Descriptor() ([]byte, []int)

func (*CMsgURLChanged) GetBIsRedirect

func (m *CMsgURLChanged) GetBIsRedirect() bool

func (*CMsgURLChanged) GetBNewNavigation

func (m *CMsgURLChanged) GetBNewNavigation() bool

func (*CMsgURLChanged) GetBrowserHandle

func (m *CMsgURLChanged) GetBrowserHandle() uint32

func (*CMsgURLChanged) GetPagetitle

func (m *CMsgURLChanged) GetPagetitle() string

func (*CMsgURLChanged) GetPostData

func (m *CMsgURLChanged) GetPostData() string

func (*CMsgURLChanged) GetUrl

func (m *CMsgURLChanged) GetUrl() string

func (*CMsgURLChanged) ProtoMessage

func (*CMsgURLChanged) ProtoMessage()

func (*CMsgURLChanged) Reset

func (m *CMsgURLChanged) Reset()

func (*CMsgURLChanged) String

func (m *CMsgURLChanged) String() string

type CMsgUpdateItemSchema

type CMsgUpdateItemSchema struct {
	ItemsGame                   []byte  `protobuf:"bytes,1,opt,name=items_game" json:"items_game,omitempty"`
	ItemSchemaVersion           *uint32 `protobuf:"fixed32,2,opt,name=item_schema_version" json:"item_schema_version,omitempty"`
	ItemsGameUrl_DEPRECATED2013 *string `protobuf:"bytes,3,opt,name=items_game_url_DEPRECATED2013" json:"items_game_url_DEPRECATED2013,omitempty"`
	ItemsGameUrl                *string `protobuf:"bytes,4,opt,name=items_game_url" json:"items_game_url,omitempty"`
	XXX_unrecognized            []byte  `json:"-"`
}

func (*CMsgUpdateItemSchema) Descriptor

func (*CMsgUpdateItemSchema) Descriptor() ([]byte, []int)

func (*CMsgUpdateItemSchema) GetItemSchemaVersion

func (m *CMsgUpdateItemSchema) GetItemSchemaVersion() uint32

func (*CMsgUpdateItemSchema) GetItemsGame

func (m *CMsgUpdateItemSchema) GetItemsGame() []byte

func (*CMsgUpdateItemSchema) GetItemsGameUrl

func (m *CMsgUpdateItemSchema) GetItemsGameUrl() string

func (*CMsgUpdateItemSchema) GetItemsGameUrl_DEPRECATED2013

func (m *CMsgUpdateItemSchema) GetItemsGameUrl_DEPRECATED2013() string

func (*CMsgUpdateItemSchema) ProtoMessage

func (*CMsgUpdateItemSchema) ProtoMessage()

func (*CMsgUpdateItemSchema) Reset

func (m *CMsgUpdateItemSchema) Reset()

func (*CMsgUpdateItemSchema) String

func (m *CMsgUpdateItemSchema) String() string

type CMsgUpdateToolTip

type CMsgUpdateToolTip struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Text             *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgUpdateToolTip) Descriptor

func (*CMsgUpdateToolTip) Descriptor() ([]byte, []int)

func (*CMsgUpdateToolTip) GetBrowserHandle

func (m *CMsgUpdateToolTip) GetBrowserHandle() uint32

func (*CMsgUpdateToolTip) GetText

func (m *CMsgUpdateToolTip) GetText() string

func (*CMsgUpdateToolTip) ProtoMessage

func (*CMsgUpdateToolTip) ProtoMessage()

func (*CMsgUpdateToolTip) Reset

func (m *CMsgUpdateToolTip) Reset()

func (*CMsgUpdateToolTip) String

func (m *CMsgUpdateToolTip) String() string

type CMsgUseItem

type CMsgUseItem struct {
	ItemId                *uint64  `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
	TargetSteamId         *uint64  `protobuf:"fixed64,2,opt,name=target_steam_id" json:"target_steam_id,omitempty"`
	Gift_PotentialTargets []uint32 `protobuf:"varint,3,rep,name=gift__potential_targets" json:"gift__potential_targets,omitempty"`
	Duel_ClassLock        *uint32  `protobuf:"varint,4,opt,name=duel__class_lock" json:"duel__class_lock,omitempty"`
	InitiatorSteamId      *uint64  `protobuf:"fixed64,5,opt,name=initiator_steam_id" json:"initiator_steam_id,omitempty"`
	XXX_unrecognized      []byte   `json:"-"`
}

func (*CMsgUseItem) Descriptor

func (*CMsgUseItem) Descriptor() ([]byte, []int)

func (*CMsgUseItem) GetDuel_ClassLock

func (m *CMsgUseItem) GetDuel_ClassLock() uint32

func (*CMsgUseItem) GetGift_PotentialTargets

func (m *CMsgUseItem) GetGift_PotentialTargets() []uint32

func (*CMsgUseItem) GetInitiatorSteamId

func (m *CMsgUseItem) GetInitiatorSteamId() uint64

func (*CMsgUseItem) GetItemId

func (m *CMsgUseItem) GetItemId() uint64

func (*CMsgUseItem) GetTargetSteamId

func (m *CMsgUseItem) GetTargetSteamId() uint64

func (*CMsgUseItem) ProtoMessage

func (*CMsgUseItem) ProtoMessage()

func (*CMsgUseItem) Reset

func (m *CMsgUseItem) Reset()

func (*CMsgUseItem) String

func (m *CMsgUseItem) String() string

type CMsgVector

type CMsgVector struct {
	X                *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	Z                *float32 `protobuf:"fixed32,3,opt,name=z" json:"z,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgVector) Descriptor

func (*CMsgVector) Descriptor() ([]byte, []int)

func (*CMsgVector) GetX

func (m *CMsgVector) GetX() float32

func (*CMsgVector) GetY

func (m *CMsgVector) GetY() float32

func (*CMsgVector) GetZ

func (m *CMsgVector) GetZ() float32

func (*CMsgVector) ProtoMessage

func (*CMsgVector) ProtoMessage()

func (*CMsgVector) Reset

func (m *CMsgVector) Reset()

func (*CMsgVector) String

func (m *CMsgVector) String() string

type CMsgVector2D

type CMsgVector2D struct {
	X                *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgVector2D) Descriptor

func (*CMsgVector2D) Descriptor() ([]byte, []int)

func (*CMsgVector2D) GetX

func (m *CMsgVector2D) GetX() float32

func (*CMsgVector2D) GetY

func (m *CMsgVector2D) GetY() float32

func (*CMsgVector2D) ProtoMessage

func (*CMsgVector2D) ProtoMessage()

func (*CMsgVector2D) Reset

func (m *CMsgVector2D) Reset()

func (*CMsgVector2D) String

func (m *CMsgVector2D) String() string

type CMsgVerticalScrollBarSize

type CMsgVerticalScrollBarSize struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgVerticalScrollBarSize) Descriptor

func (*CMsgVerticalScrollBarSize) Descriptor() ([]byte, []int)

func (*CMsgVerticalScrollBarSize) GetBrowserHandle

func (m *CMsgVerticalScrollBarSize) GetBrowserHandle() uint32

func (*CMsgVerticalScrollBarSize) ProtoMessage

func (*CMsgVerticalScrollBarSize) ProtoMessage()

func (*CMsgVerticalScrollBarSize) Reset

func (m *CMsgVerticalScrollBarSize) Reset()

func (*CMsgVerticalScrollBarSize) String

func (m *CMsgVerticalScrollBarSize) String() string

type CMsgVerticalScrollBarSizeResponse

type CMsgVerticalScrollBarSizeResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32  `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32  `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	Wide             *uint32  `protobuf:"varint,4,opt,name=wide" json:"wide,omitempty"`
	Tall             *uint32  `protobuf:"varint,5,opt,name=tall" json:"tall,omitempty"`
	ScrollMax        *uint32  `protobuf:"varint,6,opt,name=scroll_max" json:"scroll_max,omitempty"`
	Scroll           *uint32  `protobuf:"varint,7,opt,name=scroll" json:"scroll,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,8,opt,name=zoom" json:"zoom,omitempty"`
	Visible          *bool    `protobuf:"varint,9,opt,name=visible" json:"visible,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgVerticalScrollBarSizeResponse) Descriptor

func (*CMsgVerticalScrollBarSizeResponse) Descriptor() ([]byte, []int)

func (*CMsgVerticalScrollBarSizeResponse) GetBrowserHandle

func (m *CMsgVerticalScrollBarSizeResponse) GetBrowserHandle() uint32

func (*CMsgVerticalScrollBarSizeResponse) GetScroll

func (*CMsgVerticalScrollBarSizeResponse) GetScrollMax

func (m *CMsgVerticalScrollBarSizeResponse) GetScrollMax() uint32

func (*CMsgVerticalScrollBarSizeResponse) GetTall

func (*CMsgVerticalScrollBarSizeResponse) GetVisible

func (m *CMsgVerticalScrollBarSizeResponse) GetVisible() bool

func (*CMsgVerticalScrollBarSizeResponse) GetWide

func (*CMsgVerticalScrollBarSizeResponse) GetX

func (*CMsgVerticalScrollBarSizeResponse) GetY

func (*CMsgVerticalScrollBarSizeResponse) GetZoom

func (*CMsgVerticalScrollBarSizeResponse) ProtoMessage

func (*CMsgVerticalScrollBarSizeResponse) ProtoMessage()

func (*CMsgVerticalScrollBarSizeResponse) Reset

func (*CMsgVerticalScrollBarSizeResponse) String

type CMsgViewSource

type CMsgViewSource struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgViewSource) Descriptor

func (*CMsgViewSource) Descriptor() ([]byte, []int)

func (*CMsgViewSource) GetBrowserHandle

func (m *CMsgViewSource) GetBrowserHandle() uint32

func (*CMsgViewSource) ProtoMessage

func (*CMsgViewSource) ProtoMessage()

func (*CMsgViewSource) Reset

func (m *CMsgViewSource) Reset()

func (*CMsgViewSource) String

func (m *CMsgViewSource) String() string

type CMsgWebAPIKey

type CMsgWebAPIKey struct {
	Status               *uint32  `protobuf:"varint,1,opt,name=status,def=255" json:"status,omitempty"`
	AccountId            *uint32  `protobuf:"varint,2,opt,name=account_id,json=accountId,def=0" json:"account_id,omitempty"`
	PublisherGroupId     *uint32  `protobuf:"varint,3,opt,name=publisher_group_id,json=publisherGroupId,def=0" json:"publisher_group_id,omitempty"`
	KeyId                *uint32  `protobuf:"varint,4,opt,name=key_id,json=keyId" json:"key_id,omitempty"`
	Domain               *string  `protobuf:"bytes,5,opt,name=domain" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgWebAPIKey) Descriptor

func (*CMsgWebAPIKey) Descriptor() ([]byte, []int)

func (*CMsgWebAPIKey) GetAccountId

func (m *CMsgWebAPIKey) GetAccountId() uint32

func (*CMsgWebAPIKey) GetDomain

func (m *CMsgWebAPIKey) GetDomain() string

func (*CMsgWebAPIKey) GetKeyId

func (m *CMsgWebAPIKey) GetKeyId() uint32

func (*CMsgWebAPIKey) GetPublisherGroupId

func (m *CMsgWebAPIKey) GetPublisherGroupId() uint32

func (*CMsgWebAPIKey) GetStatus

func (m *CMsgWebAPIKey) GetStatus() uint32

func (*CMsgWebAPIKey) ProtoMessage

func (*CMsgWebAPIKey) ProtoMessage()

func (*CMsgWebAPIKey) Reset

func (m *CMsgWebAPIKey) Reset()

func (*CMsgWebAPIKey) String

func (m *CMsgWebAPIKey) String() string

func (*CMsgWebAPIKey) XXX_DiscardUnknown

func (m *CMsgWebAPIKey) XXX_DiscardUnknown()

func (*CMsgWebAPIKey) XXX_Marshal

func (m *CMsgWebAPIKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgWebAPIKey) XXX_Merge

func (m *CMsgWebAPIKey) XXX_Merge(src proto.Message)

func (*CMsgWebAPIKey) XXX_Size

func (m *CMsgWebAPIKey) XXX_Size() int

func (*CMsgWebAPIKey) XXX_Unmarshal

func (m *CMsgWebAPIKey) XXX_Unmarshal(b []byte) error

type CMsgWebAPIRequest

type CMsgWebAPIRequest struct {
	UNUSEDJobName        *string          `protobuf:"bytes,1,opt,name=UNUSED_job_name,json=UNUSEDJobName" json:"UNUSED_job_name,omitempty"`
	InterfaceName        *string          `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName" json:"interface_name,omitempty"`
	MethodName           *string          `protobuf:"bytes,3,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
	Version              *uint32          `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
	ApiKey               *CMsgWebAPIKey   `protobuf:"bytes,5,opt,name=api_key,json=apiKey" json:"api_key,omitempty"`
	Request              *CMsgHttpRequest `protobuf:"bytes,6,opt,name=request" json:"request,omitempty"`
	RoutingAppId         *uint32          `protobuf:"varint,7,opt,name=routing_app_id,json=routingAppId" json:"routing_app_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgWebAPIRequest) Descriptor

func (*CMsgWebAPIRequest) Descriptor() ([]byte, []int)

func (*CMsgWebAPIRequest) GetApiKey

func (m *CMsgWebAPIRequest) GetApiKey() *CMsgWebAPIKey

func (*CMsgWebAPIRequest) GetInterfaceName

func (m *CMsgWebAPIRequest) GetInterfaceName() string

func (*CMsgWebAPIRequest) GetMethodName

func (m *CMsgWebAPIRequest) GetMethodName() string

func (*CMsgWebAPIRequest) GetRequest

func (m *CMsgWebAPIRequest) GetRequest() *CMsgHttpRequest

func (*CMsgWebAPIRequest) GetRoutingAppId

func (m *CMsgWebAPIRequest) GetRoutingAppId() uint32

func (*CMsgWebAPIRequest) GetUNUSEDJobName

func (m *CMsgWebAPIRequest) GetUNUSEDJobName() string

func (*CMsgWebAPIRequest) GetVersion

func (m *CMsgWebAPIRequest) GetVersion() uint32

func (*CMsgWebAPIRequest) ProtoMessage

func (*CMsgWebAPIRequest) ProtoMessage()

func (*CMsgWebAPIRequest) Reset

func (m *CMsgWebAPIRequest) Reset()

func (*CMsgWebAPIRequest) String

func (m *CMsgWebAPIRequest) String() string

func (*CMsgWebAPIRequest) XXX_DiscardUnknown

func (m *CMsgWebAPIRequest) XXX_DiscardUnknown()

func (*CMsgWebAPIRequest) XXX_Marshal

func (m *CMsgWebAPIRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgWebAPIRequest) XXX_Merge

func (m *CMsgWebAPIRequest) XXX_Merge(src proto.Message)

func (*CMsgWebAPIRequest) XXX_Size

func (m *CMsgWebAPIRequest) XXX_Size() int

func (*CMsgWebAPIRequest) XXX_Unmarshal

func (m *CMsgWebAPIRequest) XXX_Unmarshal(b []byte) error

type CMsgZoomToElementAtPosition

type CMsgZoomToElementAtPosition struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	X                *uint32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"`
	Y                *uint32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgZoomToElementAtPosition) Descriptor

func (*CMsgZoomToElementAtPosition) Descriptor() ([]byte, []int)

func (*CMsgZoomToElementAtPosition) GetBrowserHandle

func (m *CMsgZoomToElementAtPosition) GetBrowserHandle() uint32

func (*CMsgZoomToElementAtPosition) GetX

func (*CMsgZoomToElementAtPosition) GetY

func (*CMsgZoomToElementAtPosition) ProtoMessage

func (*CMsgZoomToElementAtPosition) ProtoMessage()

func (*CMsgZoomToElementAtPosition) Reset

func (m *CMsgZoomToElementAtPosition) Reset()

func (*CMsgZoomToElementAtPosition) String

func (m *CMsgZoomToElementAtPosition) String() string

type CMsgZoomToElementAtPositionResponse

type CMsgZoomToElementAtPositionResponse struct {
	BrowserHandle    *uint32  `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	InitialX         *int32   `protobuf:"zigzag32,2,opt,name=initial_x" json:"initial_x,omitempty"`
	InitialY         *int32   `protobuf:"zigzag32,3,opt,name=initial_y" json:"initial_y,omitempty"`
	InitialWidth     *uint32  `protobuf:"varint,4,opt,name=initial_width" json:"initial_width,omitempty"`
	InitialHeight    *uint32  `protobuf:"varint,5,opt,name=initial_height" json:"initial_height,omitempty"`
	FinalX           *int32   `protobuf:"zigzag32,6,opt,name=final_x" json:"final_x,omitempty"`
	FinalY           *int32   `protobuf:"zigzag32,7,opt,name=final_y" json:"final_y,omitempty"`
	FinalWidth       *uint32  `protobuf:"varint,8,opt,name=final_width" json:"final_width,omitempty"`
	FinalHeight      *uint32  `protobuf:"varint,9,opt,name=final_height" json:"final_height,omitempty"`
	Zoom             *float32 `protobuf:"fixed32,10,opt,name=zoom" json:"zoom,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgZoomToElementAtPositionResponse) Descriptor

func (*CMsgZoomToElementAtPositionResponse) Descriptor() ([]byte, []int)

func (*CMsgZoomToElementAtPositionResponse) GetBrowserHandle

func (m *CMsgZoomToElementAtPositionResponse) GetBrowserHandle() uint32

func (*CMsgZoomToElementAtPositionResponse) GetFinalHeight

func (m *CMsgZoomToElementAtPositionResponse) GetFinalHeight() uint32

func (*CMsgZoomToElementAtPositionResponse) GetFinalWidth

func (m *CMsgZoomToElementAtPositionResponse) GetFinalWidth() uint32

func (*CMsgZoomToElementAtPositionResponse) GetFinalX

func (*CMsgZoomToElementAtPositionResponse) GetFinalY

func (*CMsgZoomToElementAtPositionResponse) GetInitialHeight

func (m *CMsgZoomToElementAtPositionResponse) GetInitialHeight() uint32

func (*CMsgZoomToElementAtPositionResponse) GetInitialWidth

func (m *CMsgZoomToElementAtPositionResponse) GetInitialWidth() uint32

func (*CMsgZoomToElementAtPositionResponse) GetInitialX

func (m *CMsgZoomToElementAtPositionResponse) GetInitialX() int32

func (*CMsgZoomToElementAtPositionResponse) GetInitialY

func (m *CMsgZoomToElementAtPositionResponse) GetInitialY() int32

func (*CMsgZoomToElementAtPositionResponse) GetZoom

func (*CMsgZoomToElementAtPositionResponse) ProtoMessage

func (*CMsgZoomToElementAtPositionResponse) ProtoMessage()

func (*CMsgZoomToElementAtPositionResponse) Reset

func (*CMsgZoomToElementAtPositionResponse) String

type CMsgZoomToFocusedElement

type CMsgZoomToFocusedElement struct {
	BrowserHandle    *uint32 `protobuf:"varint,1,opt,name=browser_handle" json:"browser_handle,omitempty"`
	Leftoffset       *uint32 `protobuf:"varint,2,opt,name=leftoffset,def=0" json:"leftoffset,omitempty"`
	Topoffset        *uint32 `protobuf:"varint,3,opt,name=topoffset,def=0" json:"topoffset,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgZoomToFocusedElement) Descriptor

func (*CMsgZoomToFocusedElement) Descriptor() ([]byte, []int)

func (*CMsgZoomToFocusedElement) GetBrowserHandle

func (m *CMsgZoomToFocusedElement) GetBrowserHandle() uint32

func (*CMsgZoomToFocusedElement) GetLeftoffset

func (m *CMsgZoomToFocusedElement) GetLeftoffset() uint32

func (*CMsgZoomToFocusedElement) GetTopoffset

func (m *CMsgZoomToFocusedElement) GetTopoffset() uint32

func (*CMsgZoomToFocusedElement) ProtoMessage

func (*CMsgZoomToFocusedElement) ProtoMessage()

func (*CMsgZoomToFocusedElement) Reset

func (m *CMsgZoomToFocusedElement) Reset()

func (*CMsgZoomToFocusedElement) String

func (m *CMsgZoomToFocusedElement) String() string

type CMsg_CVars

type CMsg_CVars struct {
	Cvars            []*CMsg_CVars_CVar `protobuf:"bytes,1,rep,name=cvars" json:"cvars,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CMsg_CVars) Descriptor

func (*CMsg_CVars) Descriptor() ([]byte, []int)

func (*CMsg_CVars) GetCvars

func (m *CMsg_CVars) GetCvars() []*CMsg_CVars_CVar

func (*CMsg_CVars) ProtoMessage

func (*CMsg_CVars) ProtoMessage()

func (*CMsg_CVars) Reset

func (m *CMsg_CVars) Reset()

func (*CMsg_CVars) String

func (m *CMsg_CVars) String() string

type CMsg_CVars_CVar

type CMsg_CVars_CVar struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	DictionaryName   *uint32 `protobuf:"varint,3,opt,name=dictionary_name" json:"dictionary_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsg_CVars_CVar) Descriptor

func (*CMsg_CVars_CVar) Descriptor() ([]byte, []int)

func (*CMsg_CVars_CVar) GetDictionaryName

func (m *CMsg_CVars_CVar) GetDictionaryName() uint32

func (*CMsg_CVars_CVar) GetName

func (m *CMsg_CVars_CVar) GetName() string

func (*CMsg_CVars_CVar) GetValue

func (m *CMsg_CVars_CVar) GetValue() string

func (*CMsg_CVars_CVar) ProtoMessage

func (*CMsg_CVars_CVar) ProtoMessage()

func (*CMsg_CVars_CVar) Reset

func (m *CMsg_CVars_CVar) Reset()

func (*CMsg_CVars_CVar) String

func (m *CMsg_CVars_CVar) String() string

type CNETMsg_Disconnect

type CNETMsg_Disconnect struct {
	Text             *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CNETMsg_Disconnect) Descriptor

func (*CNETMsg_Disconnect) Descriptor() ([]byte, []int)

func (*CNETMsg_Disconnect) GetText

func (m *CNETMsg_Disconnect) GetText() string

func (*CNETMsg_Disconnect) ProtoMessage

func (*CNETMsg_Disconnect) ProtoMessage()

func (*CNETMsg_Disconnect) Reset

func (m *CNETMsg_Disconnect) Reset()

func (*CNETMsg_Disconnect) String

func (m *CNETMsg_Disconnect) String() string

type CNETMsg_File

type CNETMsg_File struct {
	TransferId       *int32  `protobuf:"varint,1,opt,name=transfer_id" json:"transfer_id,omitempty"`
	FileName         *string `protobuf:"bytes,2,opt,name=file_name" json:"file_name,omitempty"`
	IsReplayDemoFile *bool   `protobuf:"varint,3,opt,name=is_replay_demo_file" json:"is_replay_demo_file,omitempty"`
	Deny             *bool   `protobuf:"varint,4,opt,name=deny" json:"deny,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CNETMsg_File) Descriptor

func (*CNETMsg_File) Descriptor() ([]byte, []int)

func (*CNETMsg_File) GetDeny

func (m *CNETMsg_File) GetDeny() bool

func (*CNETMsg_File) GetFileName

func (m *CNETMsg_File) GetFileName() string

func (*CNETMsg_File) GetIsReplayDemoFile

func (m *CNETMsg_File) GetIsReplayDemoFile() bool

func (*CNETMsg_File) GetTransferId

func (m *CNETMsg_File) GetTransferId() int32

func (*CNETMsg_File) ProtoMessage

func (*CNETMsg_File) ProtoMessage()

func (*CNETMsg_File) Reset

func (m *CNETMsg_File) Reset()

func (*CNETMsg_File) String

func (m *CNETMsg_File) String() string

type CNETMsg_NOP

type CNETMsg_NOP struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CNETMsg_NOP) Descriptor

func (*CNETMsg_NOP) Descriptor() ([]byte, []int)

func (*CNETMsg_NOP) ProtoMessage

func (*CNETMsg_NOP) ProtoMessage()

func (*CNETMsg_NOP) Reset

func (m *CNETMsg_NOP) Reset()

func (*CNETMsg_NOP) String

func (m *CNETMsg_NOP) String() string

type CNETMsg_PlayerAvatarData

type CNETMsg_PlayerAvatarData struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Rgb              []byte  `protobuf:"bytes,2,opt,name=rgb" json:"rgb,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CNETMsg_PlayerAvatarData) Descriptor

func (*CNETMsg_PlayerAvatarData) Descriptor() ([]byte, []int)

func (*CNETMsg_PlayerAvatarData) GetAccountid

func (m *CNETMsg_PlayerAvatarData) GetAccountid() uint32

func (*CNETMsg_PlayerAvatarData) GetRgb

func (m *CNETMsg_PlayerAvatarData) GetRgb() []byte

func (*CNETMsg_PlayerAvatarData) ProtoMessage

func (*CNETMsg_PlayerAvatarData) ProtoMessage()

func (*CNETMsg_PlayerAvatarData) Reset

func (m *CNETMsg_PlayerAvatarData) Reset()

func (*CNETMsg_PlayerAvatarData) String

func (m *CNETMsg_PlayerAvatarData) String() string

type CNETMsg_SetConVar

type CNETMsg_SetConVar struct {
	Convars          *CMsg_CVars `protobuf:"bytes,1,opt,name=convars" json:"convars,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*CNETMsg_SetConVar) Descriptor

func (*CNETMsg_SetConVar) Descriptor() ([]byte, []int)

func (*CNETMsg_SetConVar) GetConvars

func (m *CNETMsg_SetConVar) GetConvars() *CMsg_CVars

func (*CNETMsg_SetConVar) ProtoMessage

func (*CNETMsg_SetConVar) ProtoMessage()

func (*CNETMsg_SetConVar) Reset

func (m *CNETMsg_SetConVar) Reset()

func (*CNETMsg_SetConVar) String

func (m *CNETMsg_SetConVar) String() string

type CNETMsg_SignonState

type CNETMsg_SignonState struct {
	SignonState       *uint32  `protobuf:"varint,1,opt,name=signon_state" json:"signon_state,omitempty"`
	SpawnCount        *uint32  `protobuf:"varint,2,opt,name=spawn_count" json:"spawn_count,omitempty"`
	NumServerPlayers  *uint32  `protobuf:"varint,3,opt,name=num_server_players" json:"num_server_players,omitempty"`
	PlayersNetworkids []string `protobuf:"bytes,4,rep,name=players_networkids" json:"players_networkids,omitempty"`
	MapName           *string  `protobuf:"bytes,5,opt,name=map_name" json:"map_name,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*CNETMsg_SignonState) Descriptor

func (*CNETMsg_SignonState) Descriptor() ([]byte, []int)

func (*CNETMsg_SignonState) GetMapName

func (m *CNETMsg_SignonState) GetMapName() string

func (*CNETMsg_SignonState) GetNumServerPlayers

func (m *CNETMsg_SignonState) GetNumServerPlayers() uint32

func (*CNETMsg_SignonState) GetPlayersNetworkids

func (m *CNETMsg_SignonState) GetPlayersNetworkids() []string

func (*CNETMsg_SignonState) GetSignonState

func (m *CNETMsg_SignonState) GetSignonState() uint32

func (*CNETMsg_SignonState) GetSpawnCount

func (m *CNETMsg_SignonState) GetSpawnCount() uint32

func (*CNETMsg_SignonState) ProtoMessage

func (*CNETMsg_SignonState) ProtoMessage()

func (*CNETMsg_SignonState) Reset

func (m *CNETMsg_SignonState) Reset()

func (*CNETMsg_SignonState) String

func (m *CNETMsg_SignonState) String() string

type CNETMsg_SplitScreenUser

type CNETMsg_SplitScreenUser struct {
	Slot             *int32 `protobuf:"varint,1,opt,name=slot" json:"slot,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CNETMsg_SplitScreenUser) Descriptor

func (*CNETMsg_SplitScreenUser) Descriptor() ([]byte, []int)

func (*CNETMsg_SplitScreenUser) GetSlot

func (m *CNETMsg_SplitScreenUser) GetSlot() int32

func (*CNETMsg_SplitScreenUser) ProtoMessage

func (*CNETMsg_SplitScreenUser) ProtoMessage()

func (*CNETMsg_SplitScreenUser) Reset

func (m *CNETMsg_SplitScreenUser) Reset()

func (*CNETMsg_SplitScreenUser) String

func (m *CNETMsg_SplitScreenUser) String() string

type CNETMsg_StringCmd

type CNETMsg_StringCmd struct {
	Command          *string `protobuf:"bytes,1,opt,name=command" json:"command,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CNETMsg_StringCmd) Descriptor

func (*CNETMsg_StringCmd) Descriptor() ([]byte, []int)

func (*CNETMsg_StringCmd) GetCommand

func (m *CNETMsg_StringCmd) GetCommand() string

func (*CNETMsg_StringCmd) ProtoMessage

func (*CNETMsg_StringCmd) ProtoMessage()

func (*CNETMsg_StringCmd) Reset

func (m *CNETMsg_StringCmd) Reset()

func (*CNETMsg_StringCmd) String

func (m *CNETMsg_StringCmd) String() string

type CNETMsg_Tick

type CNETMsg_Tick struct {
	Tick                            *uint32 `protobuf:"varint,1,opt,name=tick" json:"tick,omitempty"`
	HostComputationtime             *uint32 `protobuf:"varint,4,opt,name=host_computationtime" json:"host_computationtime,omitempty"`
	HostComputationtimeStdDeviation *uint32 `protobuf:"varint,5,opt,name=host_computationtime_std_deviation" json:"host_computationtime_std_deviation,omitempty"`
	HostFramestarttimeStdDeviation  *uint32 `protobuf:"varint,6,opt,name=host_framestarttime_std_deviation" json:"host_framestarttime_std_deviation,omitempty"`
	XXX_unrecognized                []byte  `json:"-"`
}

func (*CNETMsg_Tick) Descriptor

func (*CNETMsg_Tick) Descriptor() ([]byte, []int)

func (*CNETMsg_Tick) GetHostComputationtime

func (m *CNETMsg_Tick) GetHostComputationtime() uint32

func (*CNETMsg_Tick) GetHostComputationtimeStdDeviation

func (m *CNETMsg_Tick) GetHostComputationtimeStdDeviation() uint32

func (*CNETMsg_Tick) GetHostFramestarttimeStdDeviation

func (m *CNETMsg_Tick) GetHostFramestarttimeStdDeviation() uint32

func (*CNETMsg_Tick) GetTick

func (m *CNETMsg_Tick) GetTick() uint32

func (*CNETMsg_Tick) ProtoMessage

func (*CNETMsg_Tick) ProtoMessage()

func (*CNETMsg_Tick) Reset

func (m *CNETMsg_Tick) Reset()

func (*CNETMsg_Tick) String

func (m *CNETMsg_Tick) String() string

type CPreMatchInfoData

type CPreMatchInfoData struct {
	PredictionsPct   *int32                                   `protobuf:"varint,1,opt,name=predictions_pct" json:"predictions_pct,omitempty"`
	Draft            *CDataGCCStrike15V2_TournamentMatchDraft `protobuf:"bytes,4,opt,name=draft" json:"draft,omitempty"`
	Stats            []*CPreMatchInfoData_TeamStats           `protobuf:"bytes,5,rep,name=stats" json:"stats,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CPreMatchInfoData) Descriptor

func (*CPreMatchInfoData) Descriptor() ([]byte, []int)

func (*CPreMatchInfoData) GetDraft

func (*CPreMatchInfoData) GetPredictionsPct

func (m *CPreMatchInfoData) GetPredictionsPct() int32

func (*CPreMatchInfoData) GetStats

func (*CPreMatchInfoData) ProtoMessage

func (*CPreMatchInfoData) ProtoMessage()

func (*CPreMatchInfoData) Reset

func (m *CPreMatchInfoData) Reset()

func (*CPreMatchInfoData) String

func (m *CPreMatchInfoData) String() string

type CPreMatchInfoData_TeamStats

type CPreMatchInfoData_TeamStats struct {
	MatchInfoIdxtxt  *int32   `protobuf:"varint,1,opt,name=match_info_idxtxt" json:"match_info_idxtxt,omitempty"`
	MatchInfoTxt     *string  `protobuf:"bytes,2,opt,name=match_info_txt" json:"match_info_txt,omitempty"`
	MatchInfoTeams   []string `protobuf:"bytes,3,rep,name=match_info_teams" json:"match_info_teams,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CPreMatchInfoData_TeamStats) Descriptor

func (*CPreMatchInfoData_TeamStats) Descriptor() ([]byte, []int)

func (*CPreMatchInfoData_TeamStats) GetMatchInfoIdxtxt

func (m *CPreMatchInfoData_TeamStats) GetMatchInfoIdxtxt() int32

func (*CPreMatchInfoData_TeamStats) GetMatchInfoTeams

func (m *CPreMatchInfoData_TeamStats) GetMatchInfoTeams() []string

func (*CPreMatchInfoData_TeamStats) GetMatchInfoTxt

func (m *CPreMatchInfoData_TeamStats) GetMatchInfoTxt() string

func (*CPreMatchInfoData_TeamStats) ProtoMessage

func (*CPreMatchInfoData_TeamStats) ProtoMessage()

func (*CPreMatchInfoData_TeamStats) Reset

func (m *CPreMatchInfoData_TeamStats) Reset()

func (*CPreMatchInfoData_TeamStats) String

func (m *CPreMatchInfoData_TeamStats) String() string

type CProductInfo_SetRichPresenceLocalization_Request

type CProductInfo_SetRichPresenceLocalization_Request struct {
	Appid                *uint32                                                             `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Languages            []*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection `protobuf:"bytes,2,rep,name=languages" json:"languages,omitempty"`
	Steamid              *uint64                                                             `protobuf:"varint,3,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                            `json:"-"`
	XXX_unrecognized     []byte                                                              `json:"-"`
	XXX_sizecache        int32                                                               `json:"-"`
}

func (*CProductInfo_SetRichPresenceLocalization_Request) Descriptor

func (*CProductInfo_SetRichPresenceLocalization_Request) GetAppid

func (*CProductInfo_SetRichPresenceLocalization_Request) GetLanguages

func (*CProductInfo_SetRichPresenceLocalization_Request) GetSteamid

func (*CProductInfo_SetRichPresenceLocalization_Request) ProtoMessage

func (*CProductInfo_SetRichPresenceLocalization_Request) Reset

func (*CProductInfo_SetRichPresenceLocalization_Request) String

func (*CProductInfo_SetRichPresenceLocalization_Request) XXX_DiscardUnknown

func (m *CProductInfo_SetRichPresenceLocalization_Request) XXX_DiscardUnknown()

func (*CProductInfo_SetRichPresenceLocalization_Request) XXX_Marshal

func (m *CProductInfo_SetRichPresenceLocalization_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProductInfo_SetRichPresenceLocalization_Request) XXX_Merge

func (*CProductInfo_SetRichPresenceLocalization_Request) XXX_Size

func (*CProductInfo_SetRichPresenceLocalization_Request) XXX_Unmarshal

type CProductInfo_SetRichPresenceLocalization_Request_LanguageSection

type CProductInfo_SetRichPresenceLocalization_Request_LanguageSection struct {
	Language             *string                                                   `protobuf:"bytes,1,opt,name=language" json:"language,omitempty"`
	Tokens               []*CProductInfo_SetRichPresenceLocalization_Request_Token `protobuf:"bytes,2,rep,name=tokens" json:"tokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                  `json:"-"`
	XXX_unrecognized     []byte                                                    `json:"-"`
	XXX_sizecache        int32                                                     `json:"-"`
}

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) Descriptor

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) GetLanguage

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) GetTokens

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) ProtoMessage

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) Reset

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) String

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) XXX_DiscardUnknown

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) XXX_Marshal

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) XXX_Merge

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) XXX_Size

func (*CProductInfo_SetRichPresenceLocalization_Request_LanguageSection) XXX_Unmarshal

type CProductInfo_SetRichPresenceLocalization_Request_Token

type CProductInfo_SetRichPresenceLocalization_Request_Token struct {
	Token                *string  `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) Descriptor

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) GetToken

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) GetValue

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) ProtoMessage

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) Reset

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) String

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_DiscardUnknown

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_Marshal

func (m *CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_Merge

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_Size

func (*CProductInfo_SetRichPresenceLocalization_Request_Token) XXX_Unmarshal

type CProductInfo_SetRichPresenceLocalization_Response

type CProductInfo_SetRichPresenceLocalization_Response struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CProductInfo_SetRichPresenceLocalization_Response) Descriptor

func (*CProductInfo_SetRichPresenceLocalization_Response) ProtoMessage

func (*CProductInfo_SetRichPresenceLocalization_Response) Reset

func (*CProductInfo_SetRichPresenceLocalization_Response) String

func (*CProductInfo_SetRichPresenceLocalization_Response) XXX_DiscardUnknown

func (m *CProductInfo_SetRichPresenceLocalization_Response) XXX_DiscardUnknown()

func (*CProductInfo_SetRichPresenceLocalization_Response) XXX_Marshal

func (m *CProductInfo_SetRichPresenceLocalization_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProductInfo_SetRichPresenceLocalization_Response) XXX_Merge

func (*CProductInfo_SetRichPresenceLocalization_Response) XXX_Size

func (*CProductInfo_SetRichPresenceLocalization_Response) XXX_Unmarshal

type CQuest_PublisherAddCommunityItemsToPlayer_Request

type CQuest_PublisherAddCommunityItemsToPlayer_Request struct {
	Steamid              *uint64                                                        `protobuf:"varint,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32                                                        `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	MatchItemType        *uint32                                                        `protobuf:"varint,3,opt,name=match_item_type,json=matchItemType" json:"match_item_type,omitempty"`
	MatchItemClass       *uint32                                                        `protobuf:"varint,4,opt,name=match_item_class,json=matchItemClass" json:"match_item_class,omitempty"`
	PrefixItemName       *string                                                        `protobuf:"bytes,5,opt,name=prefix_item_name,json=prefixItemName" json:"prefix_item_name,omitempty"`
	Attributes           []*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute `protobuf:"bytes,6,rep,name=attributes" json:"attributes,omitempty"`
	Note                 *string                                                        `protobuf:"bytes,7,opt,name=note" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                       `json:"-"`
	XXX_unrecognized     []byte                                                         `json:"-"`
	XXX_sizecache        int32                                                          `json:"-"`
}

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) Descriptor

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetAppid

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetAttributes

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetMatchItemClass

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetMatchItemType

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetNote

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetPrefixItemName

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) GetSteamid

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) ProtoMessage

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) Reset

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) String

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_DiscardUnknown

func (m *CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_DiscardUnknown()

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_Marshal

func (m *CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_Merge

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_Size

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request) XXX_Unmarshal

type CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute

type CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute struct {
	Attribute            *uint32  `protobuf:"varint,1,opt,name=attribute" json:"attribute,omitempty"`
	Value                *uint64  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) Descriptor

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) GetAttribute

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) GetValue

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) ProtoMessage

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) Reset

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) String

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_DiscardUnknown

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_Marshal

func (m *CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_Merge

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_Size

func (*CQuest_PublisherAddCommunityItemsToPlayer_Request_Attribute) XXX_Unmarshal

type CQuest_PublisherAddCommunityItemsToPlayer_Response

type CQuest_PublisherAddCommunityItemsToPlayer_Response struct {
	ItemsMatched         *uint32  `protobuf:"varint,1,opt,name=items_matched,json=itemsMatched" json:"items_matched,omitempty"`
	ItemsGranted         *uint32  `protobuf:"varint,2,opt,name=items_granted,json=itemsGranted" json:"items_granted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) Descriptor

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) GetItemsGranted

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) GetItemsMatched

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) ProtoMessage

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) Reset

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) String

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_DiscardUnknown

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_Marshal

func (m *CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_Merge

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_Size

func (*CQuest_PublisherAddCommunityItemsToPlayer_Response) XXX_Unmarshal

type CSOEconClaimCode

type CSOEconClaimCode struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	CodeType         *uint32 `protobuf:"varint,2,opt,name=code_type" json:"code_type,omitempty"`
	TimeAcquired     *uint32 `protobuf:"varint,3,opt,name=time_acquired" json:"time_acquired,omitempty"`
	Code             *string `protobuf:"bytes,4,opt,name=code" json:"code,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconClaimCode) Descriptor

func (*CSOEconClaimCode) Descriptor() ([]byte, []int)

func (*CSOEconClaimCode) GetAccountId

func (m *CSOEconClaimCode) GetAccountId() uint32

func (*CSOEconClaimCode) GetCode

func (m *CSOEconClaimCode) GetCode() string

func (*CSOEconClaimCode) GetCodeType

func (m *CSOEconClaimCode) GetCodeType() uint32

func (*CSOEconClaimCode) GetTimeAcquired

func (m *CSOEconClaimCode) GetTimeAcquired() uint32

func (*CSOEconClaimCode) ProtoMessage

func (*CSOEconClaimCode) ProtoMessage()

func (*CSOEconClaimCode) Reset

func (m *CSOEconClaimCode) Reset()

func (*CSOEconClaimCode) String

func (m *CSOEconClaimCode) String() string

type CSOEconCoupon

type CSOEconCoupon struct {
	Entryid          *uint32 `protobuf:"varint,1,opt,name=entryid" json:"entryid,omitempty"`
	Defidx           *uint32 `protobuf:"varint,2,opt,name=defidx" json:"defidx,omitempty"`
	ExpirationDate   *uint32 `protobuf:"fixed32,3,opt,name=expiration_date" json:"expiration_date,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconCoupon) Descriptor

func (*CSOEconCoupon) Descriptor() ([]byte, []int)

func (*CSOEconCoupon) GetDefidx

func (m *CSOEconCoupon) GetDefidx() uint32

func (*CSOEconCoupon) GetEntryid

func (m *CSOEconCoupon) GetEntryid() uint32

func (*CSOEconCoupon) GetExpirationDate

func (m *CSOEconCoupon) GetExpirationDate() uint32

func (*CSOEconCoupon) ProtoMessage

func (*CSOEconCoupon) ProtoMessage()

func (*CSOEconCoupon) Reset

func (m *CSOEconCoupon) Reset()

func (*CSOEconCoupon) String

func (m *CSOEconCoupon) String() string

type CSOEconDefaultEquippedDefinitionInstanceClient

type CSOEconDefaultEquippedDefinitionInstanceClient struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	ItemDefinition   *uint32 `protobuf:"varint,2,opt,name=item_definition" json:"item_definition,omitempty"`
	ClassId          *uint32 `protobuf:"varint,3,opt,name=class_id" json:"class_id,omitempty"`
	SlotId           *uint32 `protobuf:"varint,4,opt,name=slot_id" json:"slot_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconDefaultEquippedDefinitionInstanceClient) Descriptor

func (*CSOEconDefaultEquippedDefinitionInstanceClient) GetAccountId

func (*CSOEconDefaultEquippedDefinitionInstanceClient) GetClassId

func (*CSOEconDefaultEquippedDefinitionInstanceClient) GetItemDefinition

func (*CSOEconDefaultEquippedDefinitionInstanceClient) GetSlotId

func (*CSOEconDefaultEquippedDefinitionInstanceClient) ProtoMessage

func (*CSOEconDefaultEquippedDefinitionInstanceClient) Reset

func (*CSOEconDefaultEquippedDefinitionInstanceClient) String

type CSOEconGameAccountClient

type CSOEconGameAccountClient struct {
	AdditionalBackpackSlots *uint32 `protobuf:"varint,1,opt,name=additional_backpack_slots,def=0" json:"additional_backpack_slots,omitempty"`
	BonusXpTimestampRefresh *uint32 `protobuf:"fixed32,12,opt,name=bonus_xp_timestamp_refresh" json:"bonus_xp_timestamp_refresh,omitempty"`
	BonusXpUsedflags        *uint32 `protobuf:"varint,13,opt,name=bonus_xp_usedflags" json:"bonus_xp_usedflags,omitempty"`
	XXX_unrecognized        []byte  `json:"-"`
}

func (*CSOEconGameAccountClient) Descriptor

func (*CSOEconGameAccountClient) Descriptor() ([]byte, []int)

func (*CSOEconGameAccountClient) GetAdditionalBackpackSlots

func (m *CSOEconGameAccountClient) GetAdditionalBackpackSlots() uint32

func (*CSOEconGameAccountClient) GetBonusXpTimestampRefresh

func (m *CSOEconGameAccountClient) GetBonusXpTimestampRefresh() uint32

func (*CSOEconGameAccountClient) GetBonusXpUsedflags

func (m *CSOEconGameAccountClient) GetBonusXpUsedflags() uint32

func (*CSOEconGameAccountClient) ProtoMessage

func (*CSOEconGameAccountClient) ProtoMessage()

func (*CSOEconGameAccountClient) Reset

func (m *CSOEconGameAccountClient) Reset()

func (*CSOEconGameAccountClient) String

func (m *CSOEconGameAccountClient) String() string

type CSOEconItem

type CSOEconItem struct {
	Id               *uint64                 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	AccountId        *uint32                 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
	Inventory        *uint32                 `protobuf:"varint,3,opt,name=inventory" json:"inventory,omitempty"`
	DefIndex         *uint32                 `protobuf:"varint,4,opt,name=def_index" json:"def_index,omitempty"`
	Quantity         *uint32                 `protobuf:"varint,5,opt,name=quantity" json:"quantity,omitempty"`
	Level            *uint32                 `protobuf:"varint,6,opt,name=level" json:"level,omitempty"`
	Quality          *uint32                 `protobuf:"varint,7,opt,name=quality" json:"quality,omitempty"`
	Flags            *uint32                 `protobuf:"varint,8,opt,name=flags,def=0" json:"flags,omitempty"`
	Origin           *uint32                 `protobuf:"varint,9,opt,name=origin" json:"origin,omitempty"`
	CustomName       *string                 `protobuf:"bytes,10,opt,name=custom_name" json:"custom_name,omitempty"`
	CustomDesc       *string                 `protobuf:"bytes,11,opt,name=custom_desc" json:"custom_desc,omitempty"`
	Attribute        []*CSOEconItemAttribute `protobuf:"bytes,12,rep,name=attribute" json:"attribute,omitempty"`
	InteriorItem     *CSOEconItem            `protobuf:"bytes,13,opt,name=interior_item" json:"interior_item,omitempty"`
	InUse            *bool                   `protobuf:"varint,14,opt,name=in_use,def=0" json:"in_use,omitempty"`
	Style            *uint32                 `protobuf:"varint,15,opt,name=style,def=0" json:"style,omitempty"`
	OriginalId       *uint64                 `protobuf:"varint,16,opt,name=original_id,def=0" json:"original_id,omitempty"`
	EquippedState    []*CSOEconItemEquipped  `protobuf:"bytes,18,rep,name=equipped_state" json:"equipped_state,omitempty"`
	Rarity           *uint32                 `protobuf:"varint,19,opt,name=rarity" json:"rarity,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CSOEconItem) Descriptor

func (*CSOEconItem) Descriptor() ([]byte, []int)

func (*CSOEconItem) GetAccountId

func (m *CSOEconItem) GetAccountId() uint32

func (*CSOEconItem) GetAttribute

func (m *CSOEconItem) GetAttribute() []*CSOEconItemAttribute

func (*CSOEconItem) GetCustomDesc

func (m *CSOEconItem) GetCustomDesc() string

func (*CSOEconItem) GetCustomName

func (m *CSOEconItem) GetCustomName() string

func (*CSOEconItem) GetDefIndex

func (m *CSOEconItem) GetDefIndex() uint32

func (*CSOEconItem) GetEquippedState

func (m *CSOEconItem) GetEquippedState() []*CSOEconItemEquipped

func (*CSOEconItem) GetFlags

func (m *CSOEconItem) GetFlags() uint32

func (*CSOEconItem) GetId

func (m *CSOEconItem) GetId() uint64

func (*CSOEconItem) GetInUse

func (m *CSOEconItem) GetInUse() bool

func (*CSOEconItem) GetInteriorItem

func (m *CSOEconItem) GetInteriorItem() *CSOEconItem

func (*CSOEconItem) GetInventory

func (m *CSOEconItem) GetInventory() uint32

func (*CSOEconItem) GetLevel

func (m *CSOEconItem) GetLevel() uint32

func (*CSOEconItem) GetOrigin

func (m *CSOEconItem) GetOrigin() uint32

func (*CSOEconItem) GetOriginalId

func (m *CSOEconItem) GetOriginalId() uint64

func (*CSOEconItem) GetQuality

func (m *CSOEconItem) GetQuality() uint32

func (*CSOEconItem) GetQuantity

func (m *CSOEconItem) GetQuantity() uint32

func (*CSOEconItem) GetRarity

func (m *CSOEconItem) GetRarity() uint32

func (*CSOEconItem) GetStyle

func (m *CSOEconItem) GetStyle() uint32

func (*CSOEconItem) ProtoMessage

func (*CSOEconItem) ProtoMessage()

func (*CSOEconItem) Reset

func (m *CSOEconItem) Reset()

func (*CSOEconItem) String

func (m *CSOEconItem) String() string

type CSOEconItemAttribute

type CSOEconItemAttribute struct {
	DefIndex         *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
	Value            *uint32 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	ValueBytes       []byte  `protobuf:"bytes,3,opt,name=value_bytes" json:"value_bytes,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconItemAttribute) Descriptor

func (*CSOEconItemAttribute) Descriptor() ([]byte, []int)

func (*CSOEconItemAttribute) GetDefIndex

func (m *CSOEconItemAttribute) GetDefIndex() uint32

func (*CSOEconItemAttribute) GetValue

func (m *CSOEconItemAttribute) GetValue() uint32

func (*CSOEconItemAttribute) GetValueBytes

func (m *CSOEconItemAttribute) GetValueBytes() []byte

func (*CSOEconItemAttribute) ProtoMessage

func (*CSOEconItemAttribute) ProtoMessage()

func (*CSOEconItemAttribute) Reset

func (m *CSOEconItemAttribute) Reset()

func (*CSOEconItemAttribute) String

func (m *CSOEconItemAttribute) String() string

type CSOEconItemDropRateBonus

type CSOEconItemDropRateBonus struct {
	AccountId        *uint32  `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	ExpirationDate   *uint32  `protobuf:"fixed32,2,opt,name=expiration_date" json:"expiration_date,omitempty"`
	Bonus            *float32 `protobuf:"fixed32,3,opt,name=bonus" json:"bonus,omitempty"`
	BonusCount       *uint32  `protobuf:"varint,4,opt,name=bonus_count" json:"bonus_count,omitempty"`
	ItemId           *uint64  `protobuf:"varint,5,opt,name=item_id" json:"item_id,omitempty"`
	DefIndex         *uint32  `protobuf:"varint,6,opt,name=def_index" json:"def_index,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CSOEconItemDropRateBonus) Descriptor

func (*CSOEconItemDropRateBonus) Descriptor() ([]byte, []int)

func (*CSOEconItemDropRateBonus) GetAccountId

func (m *CSOEconItemDropRateBonus) GetAccountId() uint32

func (*CSOEconItemDropRateBonus) GetBonus

func (m *CSOEconItemDropRateBonus) GetBonus() float32

func (*CSOEconItemDropRateBonus) GetBonusCount

func (m *CSOEconItemDropRateBonus) GetBonusCount() uint32

func (*CSOEconItemDropRateBonus) GetDefIndex

func (m *CSOEconItemDropRateBonus) GetDefIndex() uint32

func (*CSOEconItemDropRateBonus) GetExpirationDate

func (m *CSOEconItemDropRateBonus) GetExpirationDate() uint32

func (*CSOEconItemDropRateBonus) GetItemId

func (m *CSOEconItemDropRateBonus) GetItemId() uint64

func (*CSOEconItemDropRateBonus) ProtoMessage

func (*CSOEconItemDropRateBonus) ProtoMessage()

func (*CSOEconItemDropRateBonus) Reset

func (m *CSOEconItemDropRateBonus) Reset()

func (*CSOEconItemDropRateBonus) String

func (m *CSOEconItemDropRateBonus) String() string

type CSOEconItemEquipped

type CSOEconItemEquipped struct {
	NewClass         *uint32 `protobuf:"varint,1,opt,name=new_class" json:"new_class,omitempty"`
	NewSlot          *uint32 `protobuf:"varint,2,opt,name=new_slot" json:"new_slot,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconItemEquipped) Descriptor

func (*CSOEconItemEquipped) Descriptor() ([]byte, []int)

func (*CSOEconItemEquipped) GetNewClass

func (m *CSOEconItemEquipped) GetNewClass() uint32

func (*CSOEconItemEquipped) GetNewSlot

func (m *CSOEconItemEquipped) GetNewSlot() uint32

func (*CSOEconItemEquipped) ProtoMessage

func (*CSOEconItemEquipped) ProtoMessage()

func (*CSOEconItemEquipped) Reset

func (m *CSOEconItemEquipped) Reset()

func (*CSOEconItemEquipped) String

func (m *CSOEconItemEquipped) String() string

type CSOEconItemEventTicket

type CSOEconItemEventTicket struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	EventId          *uint32 `protobuf:"varint,2,opt,name=event_id" json:"event_id,omitempty"`
	ItemId           *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconItemEventTicket) Descriptor

func (*CSOEconItemEventTicket) Descriptor() ([]byte, []int)

func (*CSOEconItemEventTicket) GetAccountId

func (m *CSOEconItemEventTicket) GetAccountId() uint32

func (*CSOEconItemEventTicket) GetEventId

func (m *CSOEconItemEventTicket) GetEventId() uint32

func (*CSOEconItemEventTicket) GetItemId

func (m *CSOEconItemEventTicket) GetItemId() uint64

func (*CSOEconItemEventTicket) ProtoMessage

func (*CSOEconItemEventTicket) ProtoMessage()

func (*CSOEconItemEventTicket) Reset

func (m *CSOEconItemEventTicket) Reset()

func (*CSOEconItemEventTicket) String

func (m *CSOEconItemEventTicket) String() string

type CSOEconItemLeagueViewPass

type CSOEconItemLeagueViewPass struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	LeagueId         *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
	Admin            *uint32 `protobuf:"varint,3,opt,name=admin" json:"admin,omitempty"`
	Itemindex        *uint32 `protobuf:"varint,4,opt,name=itemindex" json:"itemindex,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconItemLeagueViewPass) Descriptor

func (*CSOEconItemLeagueViewPass) Descriptor() ([]byte, []int)

func (*CSOEconItemLeagueViewPass) GetAccountId

func (m *CSOEconItemLeagueViewPass) GetAccountId() uint32

func (*CSOEconItemLeagueViewPass) GetAdmin

func (m *CSOEconItemLeagueViewPass) GetAdmin() uint32

func (*CSOEconItemLeagueViewPass) GetItemindex

func (m *CSOEconItemLeagueViewPass) GetItemindex() uint32

func (*CSOEconItemLeagueViewPass) GetLeagueId

func (m *CSOEconItemLeagueViewPass) GetLeagueId() uint32

func (*CSOEconItemLeagueViewPass) ProtoMessage

func (*CSOEconItemLeagueViewPass) ProtoMessage()

func (*CSOEconItemLeagueViewPass) Reset

func (m *CSOEconItemLeagueViewPass) Reset()

func (*CSOEconItemLeagueViewPass) String

func (m *CSOEconItemLeagueViewPass) String() string

type CSOEconItemPresetInstance

type CSOEconItemPresetInstance struct {
	ClassId          *uint32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
	PresetId         *uint32 `protobuf:"varint,3,opt,name=preset_id" json:"preset_id,omitempty"`
	SlotId           *uint32 `protobuf:"varint,4,opt,name=slot_id" json:"slot_id,omitempty"`
	ItemId           *uint64 `protobuf:"varint,5,opt,name=item_id" json:"item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOEconItemPresetInstance) Descriptor

func (*CSOEconItemPresetInstance) Descriptor() ([]byte, []int)

func (*CSOEconItemPresetInstance) GetClassId

func (m *CSOEconItemPresetInstance) GetClassId() uint32

func (*CSOEconItemPresetInstance) GetItemId

func (m *CSOEconItemPresetInstance) GetItemId() uint64

func (*CSOEconItemPresetInstance) GetPresetId

func (m *CSOEconItemPresetInstance) GetPresetId() uint32

func (*CSOEconItemPresetInstance) GetSlotId

func (m *CSOEconItemPresetInstance) GetSlotId() uint32

func (*CSOEconItemPresetInstance) ProtoMessage

func (*CSOEconItemPresetInstance) ProtoMessage()

func (*CSOEconItemPresetInstance) Reset

func (m *CSOEconItemPresetInstance) Reset()

func (*CSOEconItemPresetInstance) String

func (m *CSOEconItemPresetInstance) String() string

type CSOItemCriteria

type CSOItemCriteria struct {
	ItemLevel         *uint32                     `protobuf:"varint,1,opt,name=item_level" json:"item_level,omitempty"`
	ItemQuality       *int32                      `protobuf:"varint,2,opt,name=item_quality" json:"item_quality,omitempty"`
	ItemLevelSet      *bool                       `protobuf:"varint,3,opt,name=item_level_set" json:"item_level_set,omitempty"`
	ItemQualitySet    *bool                       `protobuf:"varint,4,opt,name=item_quality_set" json:"item_quality_set,omitempty"`
	InitialInventory  *uint32                     `protobuf:"varint,5,opt,name=initial_inventory" json:"initial_inventory,omitempty"`
	InitialQuantity   *uint32                     `protobuf:"varint,6,opt,name=initial_quantity" json:"initial_quantity,omitempty"`
	IgnoreEnabledFlag *bool                       `protobuf:"varint,8,opt,name=ignore_enabled_flag" json:"ignore_enabled_flag,omitempty"`
	Conditions        []*CSOItemCriteriaCondition `protobuf:"bytes,9,rep,name=conditions" json:"conditions,omitempty"`
	ItemRarity        *int32                      `protobuf:"varint,10,opt,name=item_rarity" json:"item_rarity,omitempty"`
	ItemRaritySet     *bool                       `protobuf:"varint,11,opt,name=item_rarity_set" json:"item_rarity_set,omitempty"`
	RecentOnly        *bool                       `protobuf:"varint,12,opt,name=recent_only" json:"recent_only,omitempty"`
	XXX_unrecognized  []byte                      `json:"-"`
}

func (*CSOItemCriteria) Descriptor

func (*CSOItemCriteria) Descriptor() ([]byte, []int)

func (*CSOItemCriteria) GetConditions

func (m *CSOItemCriteria) GetConditions() []*CSOItemCriteriaCondition

func (*CSOItemCriteria) GetIgnoreEnabledFlag

func (m *CSOItemCriteria) GetIgnoreEnabledFlag() bool

func (*CSOItemCriteria) GetInitialInventory

func (m *CSOItemCriteria) GetInitialInventory() uint32

func (*CSOItemCriteria) GetInitialQuantity

func (m *CSOItemCriteria) GetInitialQuantity() uint32

func (*CSOItemCriteria) GetItemLevel

func (m *CSOItemCriteria) GetItemLevel() uint32

func (*CSOItemCriteria) GetItemLevelSet

func (m *CSOItemCriteria) GetItemLevelSet() bool

func (*CSOItemCriteria) GetItemQuality

func (m *CSOItemCriteria) GetItemQuality() int32

func (*CSOItemCriteria) GetItemQualitySet

func (m *CSOItemCriteria) GetItemQualitySet() bool

func (*CSOItemCriteria) GetItemRarity

func (m *CSOItemCriteria) GetItemRarity() int32

func (*CSOItemCriteria) GetItemRaritySet

func (m *CSOItemCriteria) GetItemRaritySet() bool

func (*CSOItemCriteria) GetRecentOnly

func (m *CSOItemCriteria) GetRecentOnly() bool

func (*CSOItemCriteria) ProtoMessage

func (*CSOItemCriteria) ProtoMessage()

func (*CSOItemCriteria) Reset

func (m *CSOItemCriteria) Reset()

func (*CSOItemCriteria) String

func (m *CSOItemCriteria) String() string

type CSOItemCriteriaCondition

type CSOItemCriteriaCondition struct {
	Op               *int32   `protobuf:"varint,1,opt,name=op" json:"op,omitempty"`
	Field            *string  `protobuf:"bytes,2,opt,name=field" json:"field,omitempty"`
	Required         *bool    `protobuf:"varint,3,opt,name=required" json:"required,omitempty"`
	FloatValue       *float32 `protobuf:"fixed32,4,opt,name=float_value" json:"float_value,omitempty"`
	StringValue      *string  `protobuf:"bytes,5,opt,name=string_value" json:"string_value,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CSOItemCriteriaCondition) Descriptor

func (*CSOItemCriteriaCondition) Descriptor() ([]byte, []int)

func (*CSOItemCriteriaCondition) GetField

func (m *CSOItemCriteriaCondition) GetField() string

func (*CSOItemCriteriaCondition) GetFloatValue

func (m *CSOItemCriteriaCondition) GetFloatValue() float32

func (*CSOItemCriteriaCondition) GetOp

func (m *CSOItemCriteriaCondition) GetOp() int32

func (*CSOItemCriteriaCondition) GetRequired

func (m *CSOItemCriteriaCondition) GetRequired() bool

func (*CSOItemCriteriaCondition) GetStringValue

func (m *CSOItemCriteriaCondition) GetStringValue() string

func (*CSOItemCriteriaCondition) ProtoMessage

func (*CSOItemCriteriaCondition) ProtoMessage()

func (*CSOItemCriteriaCondition) Reset

func (m *CSOItemCriteriaCondition) Reset()

func (*CSOItemCriteriaCondition) String

func (m *CSOItemCriteriaCondition) String() string

type CSOItemRecipe

type CSOItemRecipe struct {
	DefIndex             *uint32            `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
	Name                 *string            `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	NA                   *string            `protobuf:"bytes,3,opt,name=n_a" json:"n_a,omitempty"`
	DescInputs           *string            `protobuf:"bytes,4,opt,name=desc_inputs" json:"desc_inputs,omitempty"`
	DescOutputs          *string            `protobuf:"bytes,5,opt,name=desc_outputs" json:"desc_outputs,omitempty"`
	DiA                  *string            `protobuf:"bytes,6,opt,name=di_a" json:"di_a,omitempty"`
	DiB                  *string            `protobuf:"bytes,7,opt,name=di_b" json:"di_b,omitempty"`
	DiC                  *string            `protobuf:"bytes,8,opt,name=di_c" json:"di_c,omitempty"`
	DoA                  *string            `protobuf:"bytes,9,opt,name=do_a" json:"do_a,omitempty"`
	DoB                  *string            `protobuf:"bytes,10,opt,name=do_b" json:"do_b,omitempty"`
	DoC                  *string            `protobuf:"bytes,11,opt,name=do_c" json:"do_c,omitempty"`
	RequiresAllSameClass *bool              `protobuf:"varint,12,opt,name=requires_all_same_class" json:"requires_all_same_class,omitempty"`
	RequiresAllSameSlot  *bool              `protobuf:"varint,13,opt,name=requires_all_same_slot" json:"requires_all_same_slot,omitempty"`
	ClassUsageForOutput  *int32             `protobuf:"varint,14,opt,name=class_usage_for_output" json:"class_usage_for_output,omitempty"`
	SlotUsageForOutput   *int32             `protobuf:"varint,15,opt,name=slot_usage_for_output" json:"slot_usage_for_output,omitempty"`
	SetForOutput         *int32             `protobuf:"varint,16,opt,name=set_for_output" json:"set_for_output,omitempty"`
	InputItemsCriteria   []*CSOItemCriteria `protobuf:"bytes,20,rep,name=input_items_criteria" json:"input_items_criteria,omitempty"`
	OutputItemsCriteria  []*CSOItemCriteria `protobuf:"bytes,21,rep,name=output_items_criteria" json:"output_items_criteria,omitempty"`
	InputItemDupeCounts  []uint32           `protobuf:"varint,22,rep,name=input_item_dupe_counts" json:"input_item_dupe_counts,omitempty"`
	XXX_unrecognized     []byte             `json:"-"`
}

func (*CSOItemRecipe) Descriptor

func (*CSOItemRecipe) Descriptor() ([]byte, []int)

func (*CSOItemRecipe) GetClassUsageForOutput

func (m *CSOItemRecipe) GetClassUsageForOutput() int32

func (*CSOItemRecipe) GetDefIndex

func (m *CSOItemRecipe) GetDefIndex() uint32

func (*CSOItemRecipe) GetDescInputs

func (m *CSOItemRecipe) GetDescInputs() string

func (*CSOItemRecipe) GetDescOutputs

func (m *CSOItemRecipe) GetDescOutputs() string

func (*CSOItemRecipe) GetDiA

func (m *CSOItemRecipe) GetDiA() string

func (*CSOItemRecipe) GetDiB

func (m *CSOItemRecipe) GetDiB() string

func (*CSOItemRecipe) GetDiC

func (m *CSOItemRecipe) GetDiC() string

func (*CSOItemRecipe) GetDoA

func (m *CSOItemRecipe) GetDoA() string

func (*CSOItemRecipe) GetDoB

func (m *CSOItemRecipe) GetDoB() string

func (*CSOItemRecipe) GetDoC

func (m *CSOItemRecipe) GetDoC() string

func (*CSOItemRecipe) GetInputItemDupeCounts

func (m *CSOItemRecipe) GetInputItemDupeCounts() []uint32

func (*CSOItemRecipe) GetInputItemsCriteria

func (m *CSOItemRecipe) GetInputItemsCriteria() []*CSOItemCriteria

func (*CSOItemRecipe) GetNA

func (m *CSOItemRecipe) GetNA() string

func (*CSOItemRecipe) GetName

func (m *CSOItemRecipe) GetName() string

func (*CSOItemRecipe) GetOutputItemsCriteria

func (m *CSOItemRecipe) GetOutputItemsCriteria() []*CSOItemCriteria

func (*CSOItemRecipe) GetRequiresAllSameClass

func (m *CSOItemRecipe) GetRequiresAllSameClass() bool

func (*CSOItemRecipe) GetRequiresAllSameSlot

func (m *CSOItemRecipe) GetRequiresAllSameSlot() bool

func (*CSOItemRecipe) GetSetForOutput

func (m *CSOItemRecipe) GetSetForOutput() int32

func (*CSOItemRecipe) GetSlotUsageForOutput

func (m *CSOItemRecipe) GetSlotUsageForOutput() int32

func (*CSOItemRecipe) ProtoMessage

func (*CSOItemRecipe) ProtoMessage()

func (*CSOItemRecipe) Reset

func (m *CSOItemRecipe) Reset()

func (*CSOItemRecipe) String

func (m *CSOItemRecipe) String() string

type CSOLobbyInvite

type CSOLobbyInvite struct {
	GroupId          *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
	SenderId         *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
	SenderName       *string `protobuf:"bytes,3,opt,name=sender_name" json:"sender_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOLobbyInvite) Descriptor

func (*CSOLobbyInvite) Descriptor() ([]byte, []int)

func (*CSOLobbyInvite) GetGroupId

func (m *CSOLobbyInvite) GetGroupId() uint64

func (*CSOLobbyInvite) GetSenderId

func (m *CSOLobbyInvite) GetSenderId() uint64

func (*CSOLobbyInvite) GetSenderName

func (m *CSOLobbyInvite) GetSenderName() string

func (*CSOLobbyInvite) ProtoMessage

func (*CSOLobbyInvite) ProtoMessage()

func (*CSOLobbyInvite) Reset

func (m *CSOLobbyInvite) Reset()

func (*CSOLobbyInvite) String

func (m *CSOLobbyInvite) String() string

type CSOPartyInvite

type CSOPartyInvite struct {
	GroupId          *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
	SenderId         *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
	SenderName       *string `protobuf:"bytes,3,opt,name=sender_name" json:"sender_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOPartyInvite) Descriptor

func (*CSOPartyInvite) Descriptor() ([]byte, []int)

func (*CSOPartyInvite) GetGroupId

func (m *CSOPartyInvite) GetGroupId() uint64

func (*CSOPartyInvite) GetSenderId

func (m *CSOPartyInvite) GetSenderId() uint64

func (*CSOPartyInvite) GetSenderName

func (m *CSOPartyInvite) GetSenderName() string

func (*CSOPartyInvite) ProtoMessage

func (*CSOPartyInvite) ProtoMessage()

func (*CSOPartyInvite) Reset

func (m *CSOPartyInvite) Reset()

func (*CSOPartyInvite) String

func (m *CSOPartyInvite) String() string

type CSOPersonaDataPublic

type CSOPersonaDataPublic struct {
	PlayerLevel      *int32                  `protobuf:"varint,1,opt,name=player_level" json:"player_level,omitempty"`
	Commendation     *PlayerCommendationInfo `protobuf:"bytes,2,opt,name=commendation" json:"commendation,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CSOPersonaDataPublic) Descriptor

func (*CSOPersonaDataPublic) Descriptor() ([]byte, []int)

func (*CSOPersonaDataPublic) GetCommendation

func (m *CSOPersonaDataPublic) GetCommendation() *PlayerCommendationInfo

func (*CSOPersonaDataPublic) GetPlayerLevel

func (m *CSOPersonaDataPublic) GetPlayerLevel() int32

func (*CSOPersonaDataPublic) ProtoMessage

func (*CSOPersonaDataPublic) ProtoMessage()

func (*CSOPersonaDataPublic) Reset

func (m *CSOPersonaDataPublic) Reset()

func (*CSOPersonaDataPublic) String

func (m *CSOPersonaDataPublic) String() string

type CSOQuestProgress

type CSOQuestProgress struct {
	Questid          *uint32 `protobuf:"varint,1,opt,name=questid" json:"questid,omitempty"`
	PointsRemaining  *uint32 `protobuf:"varint,2,opt,name=points_remaining" json:"points_remaining,omitempty"`
	BonusPoints      *uint32 `protobuf:"varint,3,opt,name=bonus_points" json:"bonus_points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOQuestProgress) Descriptor

func (*CSOQuestProgress) Descriptor() ([]byte, []int)

func (*CSOQuestProgress) GetBonusPoints

func (m *CSOQuestProgress) GetBonusPoints() uint32

func (*CSOQuestProgress) GetPointsRemaining

func (m *CSOQuestProgress) GetPointsRemaining() uint32

func (*CSOQuestProgress) GetQuestid

func (m *CSOQuestProgress) GetQuestid() uint32

func (*CSOQuestProgress) ProtoMessage

func (*CSOQuestProgress) ProtoMessage()

func (*CSOQuestProgress) Reset

func (m *CSOQuestProgress) Reset()

func (*CSOQuestProgress) String

func (m *CSOQuestProgress) String() string

type CSOSelectedItemPreset

type CSOSelectedItemPreset struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	ClassId          *uint32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
	PresetId         *uint32 `protobuf:"varint,3,opt,name=preset_id" json:"preset_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSOSelectedItemPreset) Descriptor

func (*CSOSelectedItemPreset) Descriptor() ([]byte, []int)

func (*CSOSelectedItemPreset) GetAccountId

func (m *CSOSelectedItemPreset) GetAccountId() uint32

func (*CSOSelectedItemPreset) GetClassId

func (m *CSOSelectedItemPreset) GetClassId() uint32

func (*CSOSelectedItemPreset) GetPresetId

func (m *CSOSelectedItemPreset) GetPresetId() uint32

func (*CSOSelectedItemPreset) ProtoMessage

func (*CSOSelectedItemPreset) ProtoMessage()

func (*CSOSelectedItemPreset) Reset

func (m *CSOSelectedItemPreset) Reset()

func (*CSOSelectedItemPreset) String

func (m *CSOSelectedItemPreset) String() string

type CSVCMsg_BSPDecal

type CSVCMsg_BSPDecal struct {
	Pos               *CMsgVector `protobuf:"bytes,1,opt,name=pos" json:"pos,omitempty"`
	DecalTextureIndex *int32      `protobuf:"varint,2,opt,name=decal_texture_index" json:"decal_texture_index,omitempty"`
	EntityIndex       *int32      `protobuf:"varint,3,opt,name=entity_index" json:"entity_index,omitempty"`
	ModelIndex        *int32      `protobuf:"varint,4,opt,name=model_index" json:"model_index,omitempty"`
	LowPriority       *bool       `protobuf:"varint,5,opt,name=low_priority" json:"low_priority,omitempty"`
	XXX_unrecognized  []byte      `json:"-"`
}

func (*CSVCMsg_BSPDecal) Descriptor

func (*CSVCMsg_BSPDecal) Descriptor() ([]byte, []int)

func (*CSVCMsg_BSPDecal) GetDecalTextureIndex

func (m *CSVCMsg_BSPDecal) GetDecalTextureIndex() int32

func (*CSVCMsg_BSPDecal) GetEntityIndex

func (m *CSVCMsg_BSPDecal) GetEntityIndex() int32

func (*CSVCMsg_BSPDecal) GetLowPriority

func (m *CSVCMsg_BSPDecal) GetLowPriority() bool

func (*CSVCMsg_BSPDecal) GetModelIndex

func (m *CSVCMsg_BSPDecal) GetModelIndex() int32

func (*CSVCMsg_BSPDecal) GetPos

func (m *CSVCMsg_BSPDecal) GetPos() *CMsgVector

func (*CSVCMsg_BSPDecal) ProtoMessage

func (*CSVCMsg_BSPDecal) ProtoMessage()

func (*CSVCMsg_BSPDecal) Reset

func (m *CSVCMsg_BSPDecal) Reset()

func (*CSVCMsg_BSPDecal) String

func (m *CSVCMsg_BSPDecal) String() string

type CSVCMsg_ClassInfo

type CSVCMsg_ClassInfo struct {
	CreateOnClient   *bool                      `protobuf:"varint,1,opt,name=create_on_client" json:"create_on_client,omitempty"`
	Classes          []*CSVCMsg_ClassInfoClassT `protobuf:"bytes,2,rep,name=classes" json:"classes,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CSVCMsg_ClassInfo) Descriptor

func (*CSVCMsg_ClassInfo) Descriptor() ([]byte, []int)

func (*CSVCMsg_ClassInfo) GetClasses

func (m *CSVCMsg_ClassInfo) GetClasses() []*CSVCMsg_ClassInfoClassT

func (*CSVCMsg_ClassInfo) GetCreateOnClient

func (m *CSVCMsg_ClassInfo) GetCreateOnClient() bool

func (*CSVCMsg_ClassInfo) ProtoMessage

func (*CSVCMsg_ClassInfo) ProtoMessage()

func (*CSVCMsg_ClassInfo) Reset

func (m *CSVCMsg_ClassInfo) Reset()

func (*CSVCMsg_ClassInfo) String

func (m *CSVCMsg_ClassInfo) String() string

type CSVCMsg_ClassInfoClassT

type CSVCMsg_ClassInfoClassT struct {
	ClassId          *int32  `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
	DataTableName    *string `protobuf:"bytes,2,opt,name=data_table_name" json:"data_table_name,omitempty"`
	ClassName        *string `protobuf:"bytes,3,opt,name=class_name" json:"class_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSVCMsg_ClassInfoClassT) Descriptor

func (*CSVCMsg_ClassInfoClassT) Descriptor() ([]byte, []int)

func (*CSVCMsg_ClassInfoClassT) GetClassId

func (m *CSVCMsg_ClassInfoClassT) GetClassId() int32

func (*CSVCMsg_ClassInfoClassT) GetClassName

func (m *CSVCMsg_ClassInfoClassT) GetClassName() string

func (*CSVCMsg_ClassInfoClassT) GetDataTableName

func (m *CSVCMsg_ClassInfoClassT) GetDataTableName() string

func (*CSVCMsg_ClassInfoClassT) ProtoMessage

func (*CSVCMsg_ClassInfoClassT) ProtoMessage()

func (*CSVCMsg_ClassInfoClassT) Reset

func (m *CSVCMsg_ClassInfoClassT) Reset()

func (*CSVCMsg_ClassInfoClassT) String

func (m *CSVCMsg_ClassInfoClassT) String() string

type CSVCMsg_CmdKeyValues

type CSVCMsg_CmdKeyValues struct {
	Keyvalues        []byte `protobuf:"bytes,1,opt,name=keyvalues" json:"keyvalues,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_CmdKeyValues) Descriptor

func (*CSVCMsg_CmdKeyValues) Descriptor() ([]byte, []int)

func (*CSVCMsg_CmdKeyValues) GetKeyvalues

func (m *CSVCMsg_CmdKeyValues) GetKeyvalues() []byte

func (*CSVCMsg_CmdKeyValues) ProtoMessage

func (*CSVCMsg_CmdKeyValues) ProtoMessage()

func (*CSVCMsg_CmdKeyValues) Reset

func (m *CSVCMsg_CmdKeyValues) Reset()

func (*CSVCMsg_CmdKeyValues) String

func (m *CSVCMsg_CmdKeyValues) String() string

type CSVCMsg_CreateStringTable

type CSVCMsg_CreateStringTable struct {
	Name              *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	MaxEntries        *int32  `protobuf:"varint,2,opt,name=max_entries" json:"max_entries,omitempty"`
	NumEntries        *int32  `protobuf:"varint,3,opt,name=num_entries" json:"num_entries,omitempty"`
	UserDataFixedSize *bool   `protobuf:"varint,4,opt,name=user_data_fixed_size" json:"user_data_fixed_size,omitempty"`
	UserDataSize      *int32  `protobuf:"varint,5,opt,name=user_data_size" json:"user_data_size,omitempty"`
	UserDataSizeBits  *int32  `protobuf:"varint,6,opt,name=user_data_size_bits" json:"user_data_size_bits,omitempty"`
	Flags             *int32  `protobuf:"varint,7,opt,name=flags" json:"flags,omitempty"`
	StringData        []byte  `protobuf:"bytes,8,opt,name=string_data" json:"string_data,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CSVCMsg_CreateStringTable) Descriptor

func (*CSVCMsg_CreateStringTable) Descriptor() ([]byte, []int)

func (*CSVCMsg_CreateStringTable) GetFlags

func (m *CSVCMsg_CreateStringTable) GetFlags() int32

func (*CSVCMsg_CreateStringTable) GetMaxEntries

func (m *CSVCMsg_CreateStringTable) GetMaxEntries() int32

func (*CSVCMsg_CreateStringTable) GetName

func (m *CSVCMsg_CreateStringTable) GetName() string

func (*CSVCMsg_CreateStringTable) GetNumEntries

func (m *CSVCMsg_CreateStringTable) GetNumEntries() int32

func (*CSVCMsg_CreateStringTable) GetStringData

func (m *CSVCMsg_CreateStringTable) GetStringData() []byte

func (*CSVCMsg_CreateStringTable) GetUserDataFixedSize

func (m *CSVCMsg_CreateStringTable) GetUserDataFixedSize() bool

func (*CSVCMsg_CreateStringTable) GetUserDataSize

func (m *CSVCMsg_CreateStringTable) GetUserDataSize() int32

func (*CSVCMsg_CreateStringTable) GetUserDataSizeBits

func (m *CSVCMsg_CreateStringTable) GetUserDataSizeBits() int32

func (*CSVCMsg_CreateStringTable) ProtoMessage

func (*CSVCMsg_CreateStringTable) ProtoMessage()

func (*CSVCMsg_CreateStringTable) Reset

func (m *CSVCMsg_CreateStringTable) Reset()

func (*CSVCMsg_CreateStringTable) String

func (m *CSVCMsg_CreateStringTable) String() string

type CSVCMsg_CrosshairAngle

type CSVCMsg_CrosshairAngle struct {
	Angle            *CMsgQAngle `protobuf:"bytes,1,opt,name=angle" json:"angle,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*CSVCMsg_CrosshairAngle) Descriptor

func (*CSVCMsg_CrosshairAngle) Descriptor() ([]byte, []int)

func (*CSVCMsg_CrosshairAngle) GetAngle

func (m *CSVCMsg_CrosshairAngle) GetAngle() *CMsgQAngle

func (*CSVCMsg_CrosshairAngle) ProtoMessage

func (*CSVCMsg_CrosshairAngle) ProtoMessage()

func (*CSVCMsg_CrosshairAngle) Reset

func (m *CSVCMsg_CrosshairAngle) Reset()

func (*CSVCMsg_CrosshairAngle) String

func (m *CSVCMsg_CrosshairAngle) String() string

type CSVCMsg_EncryptedData

type CSVCMsg_EncryptedData struct {
	Encrypted        []byte `protobuf:"bytes,1,opt,name=encrypted" json:"encrypted,omitempty"`
	KeyType          *int32 `protobuf:"varint,2,opt,name=key_type" json:"key_type,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_EncryptedData) Descriptor

func (*CSVCMsg_EncryptedData) Descriptor() ([]byte, []int)

func (*CSVCMsg_EncryptedData) GetEncrypted

func (m *CSVCMsg_EncryptedData) GetEncrypted() []byte

func (*CSVCMsg_EncryptedData) GetKeyType

func (m *CSVCMsg_EncryptedData) GetKeyType() int32

func (*CSVCMsg_EncryptedData) ProtoMessage

func (*CSVCMsg_EncryptedData) ProtoMessage()

func (*CSVCMsg_EncryptedData) Reset

func (m *CSVCMsg_EncryptedData) Reset()

func (*CSVCMsg_EncryptedData) String

func (m *CSVCMsg_EncryptedData) String() string

type CSVCMsg_EntityMsg

type CSVCMsg_EntityMsg struct {
	EntIndex         *int32 `protobuf:"varint,1,opt,name=ent_index" json:"ent_index,omitempty"`
	ClassId          *int32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
	EntData          []byte `protobuf:"bytes,3,opt,name=ent_data" json:"ent_data,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_EntityMsg) Descriptor

func (*CSVCMsg_EntityMsg) Descriptor() ([]byte, []int)

func (*CSVCMsg_EntityMsg) GetClassId

func (m *CSVCMsg_EntityMsg) GetClassId() int32

func (*CSVCMsg_EntityMsg) GetEntData

func (m *CSVCMsg_EntityMsg) GetEntData() []byte

func (*CSVCMsg_EntityMsg) GetEntIndex

func (m *CSVCMsg_EntityMsg) GetEntIndex() int32

func (*CSVCMsg_EntityMsg) ProtoMessage

func (*CSVCMsg_EntityMsg) ProtoMessage()

func (*CSVCMsg_EntityMsg) Reset

func (m *CSVCMsg_EntityMsg) Reset()

func (*CSVCMsg_EntityMsg) String

func (m *CSVCMsg_EntityMsg) String() string

type CSVCMsg_FixAngle

type CSVCMsg_FixAngle struct {
	Relative         *bool       `protobuf:"varint,1,opt,name=relative" json:"relative,omitempty"`
	Angle            *CMsgQAngle `protobuf:"bytes,2,opt,name=angle" json:"angle,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*CSVCMsg_FixAngle) Descriptor

func (*CSVCMsg_FixAngle) Descriptor() ([]byte, []int)

func (*CSVCMsg_FixAngle) GetAngle

func (m *CSVCMsg_FixAngle) GetAngle() *CMsgQAngle

func (*CSVCMsg_FixAngle) GetRelative

func (m *CSVCMsg_FixAngle) GetRelative() bool

func (*CSVCMsg_FixAngle) ProtoMessage

func (*CSVCMsg_FixAngle) ProtoMessage()

func (*CSVCMsg_FixAngle) Reset

func (m *CSVCMsg_FixAngle) Reset()

func (*CSVCMsg_FixAngle) String

func (m *CSVCMsg_FixAngle) String() string

type CSVCMsg_GameEvent

type CSVCMsg_GameEvent struct {
	EventName        *string                  `protobuf:"bytes,1,opt,name=event_name" json:"event_name,omitempty"`
	Eventid          *int32                   `protobuf:"varint,2,opt,name=eventid" json:"eventid,omitempty"`
	Keys             []*CSVCMsg_GameEventKeyT `protobuf:"bytes,3,rep,name=keys" json:"keys,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*CSVCMsg_GameEvent) Descriptor

func (*CSVCMsg_GameEvent) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEvent) GetEventName

func (m *CSVCMsg_GameEvent) GetEventName() string

func (*CSVCMsg_GameEvent) GetEventid

func (m *CSVCMsg_GameEvent) GetEventid() int32

func (*CSVCMsg_GameEvent) GetKeys

func (m *CSVCMsg_GameEvent) GetKeys() []*CSVCMsg_GameEventKeyT

func (*CSVCMsg_GameEvent) ProtoMessage

func (*CSVCMsg_GameEvent) ProtoMessage()

func (*CSVCMsg_GameEvent) Reset

func (m *CSVCMsg_GameEvent) Reset()

func (*CSVCMsg_GameEvent) String

func (m *CSVCMsg_GameEvent) String() string

type CSVCMsg_GameEventKeyT

type CSVCMsg_GameEventKeyT struct {
	Type             *int32   `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	ValString        *string  `protobuf:"bytes,2,opt,name=val_string" json:"val_string,omitempty"`
	ValFloat         *float32 `protobuf:"fixed32,3,opt,name=val_float" json:"val_float,omitempty"`
	ValLong          *int32   `protobuf:"varint,4,opt,name=val_long" json:"val_long,omitempty"`
	ValShort         *int32   `protobuf:"varint,5,opt,name=val_short" json:"val_short,omitempty"`
	ValByte          *int32   `protobuf:"varint,6,opt,name=val_byte" json:"val_byte,omitempty"`
	ValBool          *bool    `protobuf:"varint,7,opt,name=val_bool" json:"val_bool,omitempty"`
	ValUint64        *uint64  `protobuf:"varint,8,opt,name=val_uint64" json:"val_uint64,omitempty"`
	ValWstring       []byte   `protobuf:"bytes,9,opt,name=val_wstring" json:"val_wstring,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CSVCMsg_GameEventKeyT) Descriptor

func (*CSVCMsg_GameEventKeyT) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEventKeyT) GetType

func (m *CSVCMsg_GameEventKeyT) GetType() int32

func (*CSVCMsg_GameEventKeyT) GetValBool

func (m *CSVCMsg_GameEventKeyT) GetValBool() bool

func (*CSVCMsg_GameEventKeyT) GetValByte

func (m *CSVCMsg_GameEventKeyT) GetValByte() int32

func (*CSVCMsg_GameEventKeyT) GetValFloat

func (m *CSVCMsg_GameEventKeyT) GetValFloat() float32

func (*CSVCMsg_GameEventKeyT) GetValLong

func (m *CSVCMsg_GameEventKeyT) GetValLong() int32

func (*CSVCMsg_GameEventKeyT) GetValShort

func (m *CSVCMsg_GameEventKeyT) GetValShort() int32

func (*CSVCMsg_GameEventKeyT) GetValString

func (m *CSVCMsg_GameEventKeyT) GetValString() string

func (*CSVCMsg_GameEventKeyT) GetValUint64

func (m *CSVCMsg_GameEventKeyT) GetValUint64() uint64

func (*CSVCMsg_GameEventKeyT) GetValWstring

func (m *CSVCMsg_GameEventKeyT) GetValWstring() []byte

func (*CSVCMsg_GameEventKeyT) ProtoMessage

func (*CSVCMsg_GameEventKeyT) ProtoMessage()

func (*CSVCMsg_GameEventKeyT) Reset

func (m *CSVCMsg_GameEventKeyT) Reset()

func (*CSVCMsg_GameEventKeyT) String

func (m *CSVCMsg_GameEventKeyT) String() string

type CSVCMsg_GameEventList

type CSVCMsg_GameEventList struct {
	Descriptors      []*CSVCMsg_GameEventListDescriptorT `protobuf:"bytes,1,rep,name=descriptors" json:"descriptors,omitempty"`
	XXX_unrecognized []byte                              `json:"-"`
}

func (*CSVCMsg_GameEventList) Descriptor

func (*CSVCMsg_GameEventList) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEventList) GetDescriptors

func (*CSVCMsg_GameEventList) ProtoMessage

func (*CSVCMsg_GameEventList) ProtoMessage()

func (*CSVCMsg_GameEventList) Reset

func (m *CSVCMsg_GameEventList) Reset()

func (*CSVCMsg_GameEventList) String

func (m *CSVCMsg_GameEventList) String() string

type CSVCMsg_GameEventListDescriptorT

type CSVCMsg_GameEventListDescriptorT struct {
	Eventid          *int32                       `protobuf:"varint,1,opt,name=eventid" json:"eventid,omitempty"`
	Name             *string                      `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Keys             []*CSVCMsg_GameEventListKeyT `protobuf:"bytes,3,rep,name=keys" json:"keys,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*CSVCMsg_GameEventListDescriptorT) Descriptor

func (*CSVCMsg_GameEventListDescriptorT) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEventListDescriptorT) GetEventid

func (m *CSVCMsg_GameEventListDescriptorT) GetEventid() int32

func (*CSVCMsg_GameEventListDescriptorT) GetKeys

func (*CSVCMsg_GameEventListDescriptorT) GetName

func (*CSVCMsg_GameEventListDescriptorT) ProtoMessage

func (*CSVCMsg_GameEventListDescriptorT) ProtoMessage()

func (*CSVCMsg_GameEventListDescriptorT) Reset

func (*CSVCMsg_GameEventListDescriptorT) String

type CSVCMsg_GameEventListKeyT

type CSVCMsg_GameEventListKeyT struct {
	Type             *int32  `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSVCMsg_GameEventListKeyT) Descriptor

func (*CSVCMsg_GameEventListKeyT) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEventListKeyT) GetName

func (m *CSVCMsg_GameEventListKeyT) GetName() string

func (*CSVCMsg_GameEventListKeyT) GetType

func (m *CSVCMsg_GameEventListKeyT) GetType() int32

func (*CSVCMsg_GameEventListKeyT) ProtoMessage

func (*CSVCMsg_GameEventListKeyT) ProtoMessage()

func (*CSVCMsg_GameEventListKeyT) Reset

func (m *CSVCMsg_GameEventListKeyT) Reset()

func (*CSVCMsg_GameEventListKeyT) String

func (m *CSVCMsg_GameEventListKeyT) String() string

type CSVCMsg_GetCvarValue

type CSVCMsg_GetCvarValue struct {
	Cookie           *int32  `protobuf:"varint,1,opt,name=cookie" json:"cookie,omitempty"`
	CvarName         *string `protobuf:"bytes,2,opt,name=cvar_name" json:"cvar_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSVCMsg_GetCvarValue) Descriptor

func (*CSVCMsg_GetCvarValue) Descriptor() ([]byte, []int)

func (*CSVCMsg_GetCvarValue) GetCookie

func (m *CSVCMsg_GetCvarValue) GetCookie() int32

func (*CSVCMsg_GetCvarValue) GetCvarName

func (m *CSVCMsg_GetCvarValue) GetCvarName() string

func (*CSVCMsg_GetCvarValue) ProtoMessage

func (*CSVCMsg_GetCvarValue) ProtoMessage()

func (*CSVCMsg_GetCvarValue) Reset

func (m *CSVCMsg_GetCvarValue) Reset()

func (*CSVCMsg_GetCvarValue) String

func (m *CSVCMsg_GetCvarValue) String() string

type CSVCMsg_Menu

type CSVCMsg_Menu struct {
	DialogType       *int32 `protobuf:"varint,1,opt,name=dialog_type" json:"dialog_type,omitempty"`
	MenuKeyValues    []byte `protobuf:"bytes,2,opt,name=menu_key_values" json:"menu_key_values,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_Menu) Descriptor

func (*CSVCMsg_Menu) Descriptor() ([]byte, []int)

func (*CSVCMsg_Menu) GetDialogType

func (m *CSVCMsg_Menu) GetDialogType() int32

func (*CSVCMsg_Menu) GetMenuKeyValues

func (m *CSVCMsg_Menu) GetMenuKeyValues() []byte

func (*CSVCMsg_Menu) ProtoMessage

func (*CSVCMsg_Menu) ProtoMessage()

func (*CSVCMsg_Menu) Reset

func (m *CSVCMsg_Menu) Reset()

func (*CSVCMsg_Menu) String

func (m *CSVCMsg_Menu) String() string

type CSVCMsg_PacketEntities

type CSVCMsg_PacketEntities struct {
	MaxEntries       *int32 `protobuf:"varint,1,opt,name=max_entries" json:"max_entries,omitempty"`
	UpdatedEntries   *int32 `protobuf:"varint,2,opt,name=updated_entries" json:"updated_entries,omitempty"`
	IsDelta          *bool  `protobuf:"varint,3,opt,name=is_delta" json:"is_delta,omitempty"`
	UpdateBaseline   *bool  `protobuf:"varint,4,opt,name=update_baseline" json:"update_baseline,omitempty"`
	Baseline         *int32 `protobuf:"varint,5,opt,name=baseline" json:"baseline,omitempty"`
	DeltaFrom        *int32 `protobuf:"varint,6,opt,name=delta_from" json:"delta_from,omitempty"`
	EntityData       []byte `protobuf:"bytes,7,opt,name=entity_data" json:"entity_data,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_PacketEntities) Descriptor

func (*CSVCMsg_PacketEntities) Descriptor() ([]byte, []int)

func (*CSVCMsg_PacketEntities) GetBaseline

func (m *CSVCMsg_PacketEntities) GetBaseline() int32

func (*CSVCMsg_PacketEntities) GetDeltaFrom

func (m *CSVCMsg_PacketEntities) GetDeltaFrom() int32

func (*CSVCMsg_PacketEntities) GetEntityData

func (m *CSVCMsg_PacketEntities) GetEntityData() []byte

func (*CSVCMsg_PacketEntities) GetIsDelta

func (m *CSVCMsg_PacketEntities) GetIsDelta() bool

func (*CSVCMsg_PacketEntities) GetMaxEntries

func (m *CSVCMsg_PacketEntities) GetMaxEntries() int32

func (*CSVCMsg_PacketEntities) GetUpdateBaseline

func (m *CSVCMsg_PacketEntities) GetUpdateBaseline() bool

func (*CSVCMsg_PacketEntities) GetUpdatedEntries

func (m *CSVCMsg_PacketEntities) GetUpdatedEntries() int32

func (*CSVCMsg_PacketEntities) ProtoMessage

func (*CSVCMsg_PacketEntities) ProtoMessage()

func (*CSVCMsg_PacketEntities) Reset

func (m *CSVCMsg_PacketEntities) Reset()

func (*CSVCMsg_PacketEntities) String

func (m *CSVCMsg_PacketEntities) String() string

type CSVCMsg_PaintmapData

type CSVCMsg_PaintmapData struct {
	Paintmap         []byte `protobuf:"bytes,1,opt,name=paintmap" json:"paintmap,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_PaintmapData) Descriptor

func (*CSVCMsg_PaintmapData) Descriptor() ([]byte, []int)

func (*CSVCMsg_PaintmapData) GetPaintmap

func (m *CSVCMsg_PaintmapData) GetPaintmap() []byte

func (*CSVCMsg_PaintmapData) ProtoMessage

func (*CSVCMsg_PaintmapData) ProtoMessage()

func (*CSVCMsg_PaintmapData) Reset

func (m *CSVCMsg_PaintmapData) Reset()

func (*CSVCMsg_PaintmapData) String

func (m *CSVCMsg_PaintmapData) String() string

type CSVCMsg_Prefetch

type CSVCMsg_Prefetch struct {
	SoundIndex       *int32 `protobuf:"varint,1,opt,name=sound_index" json:"sound_index,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_Prefetch) Descriptor

func (*CSVCMsg_Prefetch) Descriptor() ([]byte, []int)

func (*CSVCMsg_Prefetch) GetSoundIndex

func (m *CSVCMsg_Prefetch) GetSoundIndex() int32

func (*CSVCMsg_Prefetch) ProtoMessage

func (*CSVCMsg_Prefetch) ProtoMessage()

func (*CSVCMsg_Prefetch) Reset

func (m *CSVCMsg_Prefetch) Reset()

func (*CSVCMsg_Prefetch) String

func (m *CSVCMsg_Prefetch) String() string

type CSVCMsg_Print

type CSVCMsg_Print struct {
	Text             *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSVCMsg_Print) Descriptor

func (*CSVCMsg_Print) Descriptor() ([]byte, []int)

func (*CSVCMsg_Print) GetText

func (m *CSVCMsg_Print) GetText() string

func (*CSVCMsg_Print) ProtoMessage

func (*CSVCMsg_Print) ProtoMessage()

func (*CSVCMsg_Print) Reset

func (m *CSVCMsg_Print) Reset()

func (*CSVCMsg_Print) String

func (m *CSVCMsg_Print) String() string

type CSVCMsg_SendTable

type CSVCMsg_SendTable struct {
	IsEnd            *bool                         `protobuf:"varint,1,opt,name=is_end" json:"is_end,omitempty"`
	NetTableName     *string                       `protobuf:"bytes,2,opt,name=net_table_name" json:"net_table_name,omitempty"`
	NeedsDecoder     *bool                         `protobuf:"varint,3,opt,name=needs_decoder" json:"needs_decoder,omitempty"`
	Props            []*CSVCMsg_SendTableSendpropT `protobuf:"bytes,4,rep,name=props" json:"props,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CSVCMsg_SendTable) Descriptor

func (*CSVCMsg_SendTable) Descriptor() ([]byte, []int)

func (*CSVCMsg_SendTable) GetIsEnd

func (m *CSVCMsg_SendTable) GetIsEnd() bool

func (*CSVCMsg_SendTable) GetNeedsDecoder

func (m *CSVCMsg_SendTable) GetNeedsDecoder() bool

func (*CSVCMsg_SendTable) GetNetTableName

func (m *CSVCMsg_SendTable) GetNetTableName() string

func (*CSVCMsg_SendTable) GetProps

func (*CSVCMsg_SendTable) ProtoMessage

func (*CSVCMsg_SendTable) ProtoMessage()

func (*CSVCMsg_SendTable) Reset

func (m *CSVCMsg_SendTable) Reset()

func (*CSVCMsg_SendTable) String

func (m *CSVCMsg_SendTable) String() string

type CSVCMsg_SendTableSendpropT

type CSVCMsg_SendTableSendpropT struct {
	Type             *int32   `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	VarName          *string  `protobuf:"bytes,2,opt,name=var_name" json:"var_name,omitempty"`
	Flags            *int32   `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
	Priority         *int32   `protobuf:"varint,4,opt,name=priority" json:"priority,omitempty"`
	DtName           *string  `protobuf:"bytes,5,opt,name=dt_name" json:"dt_name,omitempty"`
	NumElements      *int32   `protobuf:"varint,6,opt,name=num_elements" json:"num_elements,omitempty"`
	LowValue         *float32 `protobuf:"fixed32,7,opt,name=low_value" json:"low_value,omitempty"`
	HighValue        *float32 `protobuf:"fixed32,8,opt,name=high_value" json:"high_value,omitempty"`
	NumBits          *int32   `protobuf:"varint,9,opt,name=num_bits" json:"num_bits,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CSVCMsg_SendTableSendpropT) Descriptor

func (*CSVCMsg_SendTableSendpropT) Descriptor() ([]byte, []int)

func (*CSVCMsg_SendTableSendpropT) GetDtName

func (m *CSVCMsg_SendTableSendpropT) GetDtName() string

func (*CSVCMsg_SendTableSendpropT) GetFlags

func (m *CSVCMsg_SendTableSendpropT) GetFlags() int32

func (*CSVCMsg_SendTableSendpropT) GetHighValue

func (m *CSVCMsg_SendTableSendpropT) GetHighValue() float32

func (*CSVCMsg_SendTableSendpropT) GetLowValue

func (m *CSVCMsg_SendTableSendpropT) GetLowValue() float32

func (*CSVCMsg_SendTableSendpropT) GetNumBits

func (m *CSVCMsg_SendTableSendpropT) GetNumBits() int32

func (*CSVCMsg_SendTableSendpropT) GetNumElements

func (m *CSVCMsg_SendTableSendpropT) GetNumElements() int32

func (*CSVCMsg_SendTableSendpropT) GetPriority

func (m *CSVCMsg_SendTableSendpropT) GetPriority() int32

func (*CSVCMsg_SendTableSendpropT) GetType

func (m *CSVCMsg_SendTableSendpropT) GetType() int32

func (*CSVCMsg_SendTableSendpropT) GetVarName

func (m *CSVCMsg_SendTableSendpropT) GetVarName() string

func (*CSVCMsg_SendTableSendpropT) ProtoMessage

func (*CSVCMsg_SendTableSendpropT) ProtoMessage()

func (*CSVCMsg_SendTableSendpropT) Reset

func (m *CSVCMsg_SendTableSendpropT) Reset()

func (*CSVCMsg_SendTableSendpropT) String

func (m *CSVCMsg_SendTableSendpropT) String() string

type CSVCMsg_ServerInfo

type CSVCMsg_ServerInfo struct {
	Protocol                  *int32   `protobuf:"varint,1,opt,name=protocol" json:"protocol,omitempty"`
	ServerCount               *int32   `protobuf:"varint,2,opt,name=server_count" json:"server_count,omitempty"`
	IsDedicated               *bool    `protobuf:"varint,3,opt,name=is_dedicated" json:"is_dedicated,omitempty"`
	IsOfficialValveServer     *bool    `protobuf:"varint,4,opt,name=is_official_valve_server" json:"is_official_valve_server,omitempty"`
	IsHltv                    *bool    `protobuf:"varint,5,opt,name=is_hltv" json:"is_hltv,omitempty"`
	IsReplay                  *bool    `protobuf:"varint,6,opt,name=is_replay" json:"is_replay,omitempty"`
	IsRedirectingToProxyRelay *bool    `protobuf:"varint,21,opt,name=is_redirecting_to_proxy_relay" json:"is_redirecting_to_proxy_relay,omitempty"`
	COs                       *int32   `protobuf:"varint,7,opt,name=c_os" json:"c_os,omitempty"`
	MapCrc                    *uint32  `protobuf:"fixed32,8,opt,name=map_crc" json:"map_crc,omitempty"`
	ClientCrc                 *uint32  `protobuf:"fixed32,9,opt,name=client_crc" json:"client_crc,omitempty"`
	StringTableCrc            *uint32  `protobuf:"fixed32,10,opt,name=string_table_crc" json:"string_table_crc,omitempty"`
	MaxClients                *int32   `protobuf:"varint,11,opt,name=max_clients" json:"max_clients,omitempty"`
	MaxClasses                *int32   `protobuf:"varint,12,opt,name=max_classes" json:"max_classes,omitempty"`
	PlayerSlot                *int32   `protobuf:"varint,13,opt,name=player_slot" json:"player_slot,omitempty"`
	TickInterval              *float32 `protobuf:"fixed32,14,opt,name=tick_interval" json:"tick_interval,omitempty"`
	GameDir                   *string  `protobuf:"bytes,15,opt,name=game_dir" json:"game_dir,omitempty"`
	MapName                   *string  `protobuf:"bytes,16,opt,name=map_name" json:"map_name,omitempty"`
	MapGroupName              *string  `protobuf:"bytes,17,opt,name=map_group_name" json:"map_group_name,omitempty"`
	SkyName                   *string  `protobuf:"bytes,18,opt,name=sky_name" json:"sky_name,omitempty"`
	HostName                  *string  `protobuf:"bytes,19,opt,name=host_name" json:"host_name,omitempty"`
	PublicIp                  *uint32  `protobuf:"varint,20,opt,name=public_ip" json:"public_ip,omitempty"`
	UgcMapId                  *uint64  `protobuf:"varint,22,opt,name=ugc_map_id" json:"ugc_map_id,omitempty"`
	XXX_unrecognized          []byte   `json:"-"`
}

func (*CSVCMsg_ServerInfo) Descriptor

func (*CSVCMsg_ServerInfo) Descriptor() ([]byte, []int)

func (*CSVCMsg_ServerInfo) GetCOs

func (m *CSVCMsg_ServerInfo) GetCOs() int32

func (*CSVCMsg_ServerInfo) GetClientCrc

func (m *CSVCMsg_ServerInfo) GetClientCrc() uint32

func (*CSVCMsg_ServerInfo) GetGameDir

func (m *CSVCMsg_ServerInfo) GetGameDir() string

func (*CSVCMsg_ServerInfo) GetHostName

func (m *CSVCMsg_ServerInfo) GetHostName() string

func (*CSVCMsg_ServerInfo) GetIsDedicated

func (m *CSVCMsg_ServerInfo) GetIsDedicated() bool

func (*CSVCMsg_ServerInfo) GetIsHltv

func (m *CSVCMsg_ServerInfo) GetIsHltv() bool

func (*CSVCMsg_ServerInfo) GetIsOfficialValveServer

func (m *CSVCMsg_ServerInfo) GetIsOfficialValveServer() bool

func (*CSVCMsg_ServerInfo) GetIsRedirectingToProxyRelay

func (m *CSVCMsg_ServerInfo) GetIsRedirectingToProxyRelay() bool

func (*CSVCMsg_ServerInfo) GetIsReplay

func (m *CSVCMsg_ServerInfo) GetIsReplay() bool

func (*CSVCMsg_ServerInfo) GetMapCrc

func (m *CSVCMsg_ServerInfo) GetMapCrc() uint32

func (*CSVCMsg_ServerInfo) GetMapGroupName

func (m *CSVCMsg_ServerInfo) GetMapGroupName() string

func (*CSVCMsg_ServerInfo) GetMapName

func (m *CSVCMsg_ServerInfo) GetMapName() string

func (*CSVCMsg_ServerInfo) GetMaxClasses

func (m *CSVCMsg_ServerInfo) GetMaxClasses() int32

func (*CSVCMsg_ServerInfo) GetMaxClients

func (m *CSVCMsg_ServerInfo) GetMaxClients() int32

func (*CSVCMsg_ServerInfo) GetPlayerSlot

func (m *CSVCMsg_ServerInfo) GetPlayerSlot() int32

func (*CSVCMsg_ServerInfo) GetProtocol

func (m *CSVCMsg_ServerInfo) GetProtocol() int32

func (*CSVCMsg_ServerInfo) GetPublicIp

func (m *CSVCMsg_ServerInfo) GetPublicIp() uint32

func (*CSVCMsg_ServerInfo) GetServerCount

func (m *CSVCMsg_ServerInfo) GetServerCount() int32

func (*CSVCMsg_ServerInfo) GetSkyName

func (m *CSVCMsg_ServerInfo) GetSkyName() string

func (*CSVCMsg_ServerInfo) GetStringTableCrc

func (m *CSVCMsg_ServerInfo) GetStringTableCrc() uint32

func (*CSVCMsg_ServerInfo) GetTickInterval

func (m *CSVCMsg_ServerInfo) GetTickInterval() float32

func (*CSVCMsg_ServerInfo) GetUgcMapId

func (m *CSVCMsg_ServerInfo) GetUgcMapId() uint64

func (*CSVCMsg_ServerInfo) ProtoMessage

func (*CSVCMsg_ServerInfo) ProtoMessage()

func (*CSVCMsg_ServerInfo) Reset

func (m *CSVCMsg_ServerInfo) Reset()

func (*CSVCMsg_ServerInfo) String

func (m *CSVCMsg_ServerInfo) String() string

type CSVCMsg_SetPause

type CSVCMsg_SetPause struct {
	Paused           *bool  `protobuf:"varint,1,opt,name=paused" json:"paused,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_SetPause) Descriptor

func (*CSVCMsg_SetPause) Descriptor() ([]byte, []int)

func (*CSVCMsg_SetPause) GetPaused

func (m *CSVCMsg_SetPause) GetPaused() bool

func (*CSVCMsg_SetPause) ProtoMessage

func (*CSVCMsg_SetPause) ProtoMessage()

func (*CSVCMsg_SetPause) Reset

func (m *CSVCMsg_SetPause) Reset()

func (*CSVCMsg_SetPause) String

func (m *CSVCMsg_SetPause) String() string

type CSVCMsg_SetView

type CSVCMsg_SetView struct {
	EntityIndex      *int32 `protobuf:"varint,1,opt,name=entity_index" json:"entity_index,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_SetView) Descriptor

func (*CSVCMsg_SetView) Descriptor() ([]byte, []int)

func (*CSVCMsg_SetView) GetEntityIndex

func (m *CSVCMsg_SetView) GetEntityIndex() int32

func (*CSVCMsg_SetView) ProtoMessage

func (*CSVCMsg_SetView) ProtoMessage()

func (*CSVCMsg_SetView) Reset

func (m *CSVCMsg_SetView) Reset()

func (*CSVCMsg_SetView) String

func (m *CSVCMsg_SetView) String() string

type CSVCMsg_Sounds

type CSVCMsg_Sounds struct {
	ReliableSound    *bool                       `protobuf:"varint,1,opt,name=reliable_sound" json:"reliable_sound,omitempty"`
	Sounds           []*CSVCMsg_SoundsSounddataT `protobuf:"bytes,2,rep,name=sounds" json:"sounds,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*CSVCMsg_Sounds) Descriptor

func (*CSVCMsg_Sounds) Descriptor() ([]byte, []int)

func (*CSVCMsg_Sounds) GetReliableSound

func (m *CSVCMsg_Sounds) GetReliableSound() bool

func (*CSVCMsg_Sounds) GetSounds

func (m *CSVCMsg_Sounds) GetSounds() []*CSVCMsg_SoundsSounddataT

func (*CSVCMsg_Sounds) ProtoMessage

func (*CSVCMsg_Sounds) ProtoMessage()

func (*CSVCMsg_Sounds) Reset

func (m *CSVCMsg_Sounds) Reset()

func (*CSVCMsg_Sounds) String

func (m *CSVCMsg_Sounds) String() string

type CSVCMsg_SoundsSounddataT

type CSVCMsg_SoundsSounddataT struct {
	OriginX          *int32   `protobuf:"zigzag32,1,opt,name=origin_x" json:"origin_x,omitempty"`
	OriginY          *int32   `protobuf:"zigzag32,2,opt,name=origin_y" json:"origin_y,omitempty"`
	OriginZ          *int32   `protobuf:"zigzag32,3,opt,name=origin_z" json:"origin_z,omitempty"`
	Volume           *uint32  `protobuf:"varint,4,opt,name=volume" json:"volume,omitempty"`
	DelayValue       *float32 `protobuf:"fixed32,5,opt,name=delay_value" json:"delay_value,omitempty"`
	SequenceNumber   *int32   `protobuf:"varint,6,opt,name=sequence_number" json:"sequence_number,omitempty"`
	EntityIndex      *int32   `protobuf:"varint,7,opt,name=entity_index" json:"entity_index,omitempty"`
	Channel          *int32   `protobuf:"varint,8,opt,name=channel" json:"channel,omitempty"`
	Pitch            *int32   `protobuf:"varint,9,opt,name=pitch" json:"pitch,omitempty"`
	Flags            *int32   `protobuf:"varint,10,opt,name=flags" json:"flags,omitempty"`
	SoundNum         *uint32  `protobuf:"varint,11,opt,name=sound_num" json:"sound_num,omitempty"`
	SoundNumHandle   *uint32  `protobuf:"fixed32,12,opt,name=sound_num_handle" json:"sound_num_handle,omitempty"`
	SpeakerEntity    *int32   `protobuf:"varint,13,opt,name=speaker_entity" json:"speaker_entity,omitempty"`
	RandomSeed       *int32   `protobuf:"varint,14,opt,name=random_seed" json:"random_seed,omitempty"`
	SoundLevel       *int32   `protobuf:"varint,15,opt,name=sound_level" json:"sound_level,omitempty"`
	IsSentence       *bool    `protobuf:"varint,16,opt,name=is_sentence" json:"is_sentence,omitempty"`
	IsAmbient        *bool    `protobuf:"varint,17,opt,name=is_ambient" json:"is_ambient,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CSVCMsg_SoundsSounddataT) Descriptor

func (*CSVCMsg_SoundsSounddataT) Descriptor() ([]byte, []int)

func (*CSVCMsg_SoundsSounddataT) GetChannel

func (m *CSVCMsg_SoundsSounddataT) GetChannel() int32

func (*CSVCMsg_SoundsSounddataT) GetDelayValue

func (m *CSVCMsg_SoundsSounddataT) GetDelayValue() float32

func (*CSVCMsg_SoundsSounddataT) GetEntityIndex

func (m *CSVCMsg_SoundsSounddataT) GetEntityIndex() int32

func (*CSVCMsg_SoundsSounddataT) GetFlags

func (m *CSVCMsg_SoundsSounddataT) GetFlags() int32

func (*CSVCMsg_SoundsSounddataT) GetIsAmbient

func (m *CSVCMsg_SoundsSounddataT) GetIsAmbient() bool

func (*CSVCMsg_SoundsSounddataT) GetIsSentence

func (m *CSVCMsg_SoundsSounddataT) GetIsSentence() bool

func (*CSVCMsg_SoundsSounddataT) GetOriginX

func (m *CSVCMsg_SoundsSounddataT) GetOriginX() int32

func (*CSVCMsg_SoundsSounddataT) GetOriginY

func (m *CSVCMsg_SoundsSounddataT) GetOriginY() int32

func (*CSVCMsg_SoundsSounddataT) GetOriginZ

func (m *CSVCMsg_SoundsSounddataT) GetOriginZ() int32

func (*CSVCMsg_SoundsSounddataT) GetPitch

func (m *CSVCMsg_SoundsSounddataT) GetPitch() int32

func (*CSVCMsg_SoundsSounddataT) GetRandomSeed

func (m *CSVCMsg_SoundsSounddataT) GetRandomSeed() int32

func (*CSVCMsg_SoundsSounddataT) GetSequenceNumber

func (m *CSVCMsg_SoundsSounddataT) GetSequenceNumber() int32

func (*CSVCMsg_SoundsSounddataT) GetSoundLevel

func (m *CSVCMsg_SoundsSounddataT) GetSoundLevel() int32

func (*CSVCMsg_SoundsSounddataT) GetSoundNum

func (m *CSVCMsg_SoundsSounddataT) GetSoundNum() uint32

func (*CSVCMsg_SoundsSounddataT) GetSoundNumHandle

func (m *CSVCMsg_SoundsSounddataT) GetSoundNumHandle() uint32

func (*CSVCMsg_SoundsSounddataT) GetSpeakerEntity

func (m *CSVCMsg_SoundsSounddataT) GetSpeakerEntity() int32

func (*CSVCMsg_SoundsSounddataT) GetVolume

func (m *CSVCMsg_SoundsSounddataT) GetVolume() uint32

func (*CSVCMsg_SoundsSounddataT) ProtoMessage

func (*CSVCMsg_SoundsSounddataT) ProtoMessage()

func (*CSVCMsg_SoundsSounddataT) Reset

func (m *CSVCMsg_SoundsSounddataT) Reset()

func (*CSVCMsg_SoundsSounddataT) String

func (m *CSVCMsg_SoundsSounddataT) String() string

type CSVCMsg_SplitScreen

type CSVCMsg_SplitScreen struct {
	Type             *ESplitScreenMessageType `protobuf:"varint,1,opt,name=type,enum=ESplitScreenMessageType,def=0" json:"type,omitempty"`
	Slot             *int32                   `protobuf:"varint,2,opt,name=slot" json:"slot,omitempty"`
	PlayerIndex      *int32                   `protobuf:"varint,3,opt,name=player_index" json:"player_index,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*CSVCMsg_SplitScreen) Descriptor

func (*CSVCMsg_SplitScreen) Descriptor() ([]byte, []int)

func (*CSVCMsg_SplitScreen) GetPlayerIndex

func (m *CSVCMsg_SplitScreen) GetPlayerIndex() int32

func (*CSVCMsg_SplitScreen) GetSlot

func (m *CSVCMsg_SplitScreen) GetSlot() int32

func (*CSVCMsg_SplitScreen) GetType

func (*CSVCMsg_SplitScreen) ProtoMessage

func (*CSVCMsg_SplitScreen) ProtoMessage()

func (*CSVCMsg_SplitScreen) Reset

func (m *CSVCMsg_SplitScreen) Reset()

func (*CSVCMsg_SplitScreen) String

func (m *CSVCMsg_SplitScreen) String() string

type CSVCMsg_TempEntities

type CSVCMsg_TempEntities struct {
	Reliable         *bool  `protobuf:"varint,1,opt,name=reliable" json:"reliable,omitempty"`
	NumEntries       *int32 `protobuf:"varint,2,opt,name=num_entries" json:"num_entries,omitempty"`
	EntityData       []byte `protobuf:"bytes,3,opt,name=entity_data" json:"entity_data,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_TempEntities) Descriptor

func (*CSVCMsg_TempEntities) Descriptor() ([]byte, []int)

func (*CSVCMsg_TempEntities) GetEntityData

func (m *CSVCMsg_TempEntities) GetEntityData() []byte

func (*CSVCMsg_TempEntities) GetNumEntries

func (m *CSVCMsg_TempEntities) GetNumEntries() int32

func (*CSVCMsg_TempEntities) GetReliable

func (m *CSVCMsg_TempEntities) GetReliable() bool

func (*CSVCMsg_TempEntities) ProtoMessage

func (*CSVCMsg_TempEntities) ProtoMessage()

func (*CSVCMsg_TempEntities) Reset

func (m *CSVCMsg_TempEntities) Reset()

func (*CSVCMsg_TempEntities) String

func (m *CSVCMsg_TempEntities) String() string

type CSVCMsg_UpdateStringTable

type CSVCMsg_UpdateStringTable struct {
	TableId           *int32 `protobuf:"varint,1,opt,name=table_id" json:"table_id,omitempty"`
	NumChangedEntries *int32 `protobuf:"varint,2,opt,name=num_changed_entries" json:"num_changed_entries,omitempty"`
	StringData        []byte `protobuf:"bytes,3,opt,name=string_data" json:"string_data,omitempty"`
	XXX_unrecognized  []byte `json:"-"`
}

func (*CSVCMsg_UpdateStringTable) Descriptor

func (*CSVCMsg_UpdateStringTable) Descriptor() ([]byte, []int)

func (*CSVCMsg_UpdateStringTable) GetNumChangedEntries

func (m *CSVCMsg_UpdateStringTable) GetNumChangedEntries() int32

func (*CSVCMsg_UpdateStringTable) GetStringData

func (m *CSVCMsg_UpdateStringTable) GetStringData() []byte

func (*CSVCMsg_UpdateStringTable) GetTableId

func (m *CSVCMsg_UpdateStringTable) GetTableId() int32

func (*CSVCMsg_UpdateStringTable) ProtoMessage

func (*CSVCMsg_UpdateStringTable) ProtoMessage()

func (*CSVCMsg_UpdateStringTable) Reset

func (m *CSVCMsg_UpdateStringTable) Reset()

func (*CSVCMsg_UpdateStringTable) String

func (m *CSVCMsg_UpdateStringTable) String() string

type CSVCMsg_UserMessage

type CSVCMsg_UserMessage struct {
	MsgType          *int32 `protobuf:"varint,1,opt,name=msg_type" json:"msg_type,omitempty"`
	MsgData          []byte `protobuf:"bytes,2,opt,name=msg_data" json:"msg_data,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CSVCMsg_UserMessage) Descriptor

func (*CSVCMsg_UserMessage) Descriptor() ([]byte, []int)

func (*CSVCMsg_UserMessage) GetMsgData

func (m *CSVCMsg_UserMessage) GetMsgData() []byte

func (*CSVCMsg_UserMessage) GetMsgType

func (m *CSVCMsg_UserMessage) GetMsgType() int32

func (*CSVCMsg_UserMessage) ProtoMessage

func (*CSVCMsg_UserMessage) ProtoMessage()

func (*CSVCMsg_UserMessage) Reset

func (m *CSVCMsg_UserMessage) Reset()

func (*CSVCMsg_UserMessage) String

func (m *CSVCMsg_UserMessage) String() string

type CSVCMsg_VoiceData

type CSVCMsg_VoiceData struct {
	Client                   *int32            `protobuf:"varint,1,opt,name=client" json:"client,omitempty"`
	Proximity                *bool             `protobuf:"varint,2,opt,name=proximity" json:"proximity,omitempty"`
	Xuid                     *uint64           `protobuf:"fixed64,3,opt,name=xuid" json:"xuid,omitempty"`
	AudibleMask              *int32            `protobuf:"varint,4,opt,name=audible_mask" json:"audible_mask,omitempty"`
	VoiceData                []byte            `protobuf:"bytes,5,opt,name=voice_data" json:"voice_data,omitempty"`
	Caster                   *bool             `protobuf:"varint,6,opt,name=caster" json:"caster,omitempty"`
	Format                   *VoiceDataFormatT `protobuf:"varint,7,opt,name=format,enum=VoiceDataFormatT,def=1" json:"format,omitempty"`
	SequenceBytes            *int32            `protobuf:"varint,8,opt,name=sequence_bytes" json:"sequence_bytes,omitempty"`
	SectionNumber            *uint32           `protobuf:"varint,9,opt,name=section_number" json:"section_number,omitempty"`
	UncompressedSampleOffset *uint32           `protobuf:"varint,10,opt,name=uncompressed_sample_offset" json:"uncompressed_sample_offset,omitempty"`
	XXX_unrecognized         []byte            `json:"-"`
}

func (*CSVCMsg_VoiceData) Descriptor

func (*CSVCMsg_VoiceData) Descriptor() ([]byte, []int)

func (*CSVCMsg_VoiceData) GetAudibleMask

func (m *CSVCMsg_VoiceData) GetAudibleMask() int32

func (*CSVCMsg_VoiceData) GetCaster

func (m *CSVCMsg_VoiceData) GetCaster() bool

func (*CSVCMsg_VoiceData) GetClient

func (m *CSVCMsg_VoiceData) GetClient() int32

func (*CSVCMsg_VoiceData) GetFormat

func (m *CSVCMsg_VoiceData) GetFormat() VoiceDataFormatT

func (*CSVCMsg_VoiceData) GetProximity

func (m *CSVCMsg_VoiceData) GetProximity() bool

func (*CSVCMsg_VoiceData) GetSectionNumber

func (m *CSVCMsg_VoiceData) GetSectionNumber() uint32

func (*CSVCMsg_VoiceData) GetSequenceBytes

func (m *CSVCMsg_VoiceData) GetSequenceBytes() int32

func (*CSVCMsg_VoiceData) GetUncompressedSampleOffset

func (m *CSVCMsg_VoiceData) GetUncompressedSampleOffset() uint32

func (*CSVCMsg_VoiceData) GetVoiceData

func (m *CSVCMsg_VoiceData) GetVoiceData() []byte

func (*CSVCMsg_VoiceData) GetXuid

func (m *CSVCMsg_VoiceData) GetXuid() uint64

func (*CSVCMsg_VoiceData) ProtoMessage

func (*CSVCMsg_VoiceData) ProtoMessage()

func (*CSVCMsg_VoiceData) Reset

func (m *CSVCMsg_VoiceData) Reset()

func (*CSVCMsg_VoiceData) String

func (m *CSVCMsg_VoiceData) String() string

type CSVCMsg_VoiceInit

type CSVCMsg_VoiceInit struct {
	Quality          *int32  `protobuf:"varint,1,opt,name=quality" json:"quality,omitempty"`
	Codec            *string `protobuf:"bytes,2,opt,name=codec" json:"codec,omitempty"`
	Version          *int32  `protobuf:"varint,3,opt,name=version,def=0" json:"version,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSVCMsg_VoiceInit) Descriptor

func (*CSVCMsg_VoiceInit) Descriptor() ([]byte, []int)

func (*CSVCMsg_VoiceInit) GetCodec

func (m *CSVCMsg_VoiceInit) GetCodec() string

func (*CSVCMsg_VoiceInit) GetQuality

func (m *CSVCMsg_VoiceInit) GetQuality() int32

func (*CSVCMsg_VoiceInit) GetVersion

func (m *CSVCMsg_VoiceInit) GetVersion() int32

func (*CSVCMsg_VoiceInit) ProtoMessage

func (*CSVCMsg_VoiceInit) ProtoMessage()

func (*CSVCMsg_VoiceInit) Reset

func (m *CSVCMsg_VoiceInit) Reset()

func (*CSVCMsg_VoiceInit) String

func (m *CSVCMsg_VoiceInit) String() string

type CWorkshop_AddSpecialPayment_Request

type CWorkshop_AddSpecialPayment_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid           *uint32  `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	Date                 *string  `protobuf:"bytes,3,opt,name=date" json:"date,omitempty"`
	PaymentUsUsd         *uint64  `protobuf:"varint,4,opt,name=payment_us_usd,json=paymentUsUsd" json:"payment_us_usd,omitempty"`
	PaymentRowUsd        *uint64  `protobuf:"varint,5,opt,name=payment_row_usd,json=paymentRowUsd" json:"payment_row_usd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_AddSpecialPayment_Request) Descriptor

func (*CWorkshop_AddSpecialPayment_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_AddSpecialPayment_Request) GetAppid

func (*CWorkshop_AddSpecialPayment_Request) GetDate

func (*CWorkshop_AddSpecialPayment_Request) GetGameitemid

func (m *CWorkshop_AddSpecialPayment_Request) GetGameitemid() uint32

func (*CWorkshop_AddSpecialPayment_Request) GetPaymentRowUsd

func (m *CWorkshop_AddSpecialPayment_Request) GetPaymentRowUsd() uint64

func (*CWorkshop_AddSpecialPayment_Request) GetPaymentUsUsd

func (m *CWorkshop_AddSpecialPayment_Request) GetPaymentUsUsd() uint64

func (*CWorkshop_AddSpecialPayment_Request) ProtoMessage

func (*CWorkshop_AddSpecialPayment_Request) ProtoMessage()

func (*CWorkshop_AddSpecialPayment_Request) Reset

func (*CWorkshop_AddSpecialPayment_Request) String

func (*CWorkshop_AddSpecialPayment_Request) XXX_DiscardUnknown

func (m *CWorkshop_AddSpecialPayment_Request) XXX_DiscardUnknown()

func (*CWorkshop_AddSpecialPayment_Request) XXX_Marshal

func (m *CWorkshop_AddSpecialPayment_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_AddSpecialPayment_Request) XXX_Merge

func (*CWorkshop_AddSpecialPayment_Request) XXX_Size

func (*CWorkshop_AddSpecialPayment_Request) XXX_Unmarshal

func (m *CWorkshop_AddSpecialPayment_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_AddSpecialPayment_Response

type CWorkshop_AddSpecialPayment_Response struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_AddSpecialPayment_Response) Descriptor

func (*CWorkshop_AddSpecialPayment_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_AddSpecialPayment_Response) ProtoMessage

func (*CWorkshop_AddSpecialPayment_Response) ProtoMessage()

func (*CWorkshop_AddSpecialPayment_Response) Reset

func (*CWorkshop_AddSpecialPayment_Response) String

func (*CWorkshop_AddSpecialPayment_Response) XXX_DiscardUnknown

func (m *CWorkshop_AddSpecialPayment_Response) XXX_DiscardUnknown()

func (*CWorkshop_AddSpecialPayment_Response) XXX_Marshal

func (m *CWorkshop_AddSpecialPayment_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_AddSpecialPayment_Response) XXX_Merge

func (*CWorkshop_AddSpecialPayment_Response) XXX_Size

func (*CWorkshop_AddSpecialPayment_Response) XXX_Unmarshal

func (m *CWorkshop_AddSpecialPayment_Response) XXX_Unmarshal(b []byte) error

type CWorkshop_GetContributors_Request

type CWorkshop_GetContributors_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid           *uint32  `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetContributors_Request) Descriptor

func (*CWorkshop_GetContributors_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_GetContributors_Request) GetAppid

func (*CWorkshop_GetContributors_Request) GetGameitemid

func (m *CWorkshop_GetContributors_Request) GetGameitemid() uint32

func (*CWorkshop_GetContributors_Request) ProtoMessage

func (*CWorkshop_GetContributors_Request) ProtoMessage()

func (*CWorkshop_GetContributors_Request) Reset

func (*CWorkshop_GetContributors_Request) String

func (*CWorkshop_GetContributors_Request) XXX_DiscardUnknown

func (m *CWorkshop_GetContributors_Request) XXX_DiscardUnknown()

func (*CWorkshop_GetContributors_Request) XXX_Marshal

func (m *CWorkshop_GetContributors_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetContributors_Request) XXX_Merge

func (*CWorkshop_GetContributors_Request) XXX_Size

func (m *CWorkshop_GetContributors_Request) XXX_Size() int

func (*CWorkshop_GetContributors_Request) XXX_Unmarshal

func (m *CWorkshop_GetContributors_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_GetContributors_Response

type CWorkshop_GetContributors_Response struct {
	Contributors         []uint64 `protobuf:"fixed64,1,rep,name=contributors" json:"contributors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetContributors_Response) Descriptor

func (*CWorkshop_GetContributors_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_GetContributors_Response) GetContributors

func (m *CWorkshop_GetContributors_Response) GetContributors() []uint64

func (*CWorkshop_GetContributors_Response) ProtoMessage

func (*CWorkshop_GetContributors_Response) ProtoMessage()

func (*CWorkshop_GetContributors_Response) Reset

func (*CWorkshop_GetContributors_Response) String

func (*CWorkshop_GetContributors_Response) XXX_DiscardUnknown

func (m *CWorkshop_GetContributors_Response) XXX_DiscardUnknown()

func (*CWorkshop_GetContributors_Response) XXX_Marshal

func (m *CWorkshop_GetContributors_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetContributors_Response) XXX_Merge

func (*CWorkshop_GetContributors_Response) XXX_Size

func (*CWorkshop_GetContributors_Response) XXX_Unmarshal

func (m *CWorkshop_GetContributors_Response) XXX_Unmarshal(b []byte) error

type CWorkshop_PopulateItemDescriptions_Request

type CWorkshop_PopulateItemDescriptions_Request struct {
	Appid                *uint32                                                                     `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Languages            []*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock `protobuf:"bytes,2,rep,name=languages" json:"languages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                                    `json:"-"`
	XXX_unrecognized     []byte                                                                      `json:"-"`
	XXX_sizecache        int32                                                                       `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request) GetAppid

func (*CWorkshop_PopulateItemDescriptions_Request) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request) Reset

func (*CWorkshop_PopulateItemDescriptions_Request) String

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_DiscardUnknown

func (m *CWorkshop_PopulateItemDescriptions_Request) XXX_DiscardUnknown()

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Marshal

func (m *CWorkshop_PopulateItemDescriptions_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Unmarshal

type CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock

type CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock struct {
	Language             *string                                                             `protobuf:"bytes,1,opt,name=language" json:"language,omitempty"`
	Descriptions         []*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription `protobuf:"bytes,2,rep,name=descriptions" json:"descriptions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                            `json:"-"`
	XXX_unrecognized     []byte                                                              `json:"-"`
	XXX_sizecache        int32                                                               `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetDescriptions

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetLanguage

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Reset

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) String

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_DiscardUnknown

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Marshal

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Unmarshal

type CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription

type CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription struct {
	Gameitemid           *uint32  `protobuf:"varint,1,opt,name=gameitemid" json:"gameitemid,omitempty"`
	ItemDescription      *string  `protobuf:"bytes,2,opt,name=item_description,json=itemDescription" json:"item_description,omitempty"`
	OnePerAccount        *bool    `protobuf:"varint,3,opt,name=one_per_account,json=onePerAccount" json:"one_per_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetGameitemid

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetItemDescription

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetOnePerAccount

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Reset

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) String

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_DiscardUnknown

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Marshal

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Request

type CWorkshop_SetItemPaymentRules_Request struct {
	Appid                                   *uint32                                                          `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid                              *uint32                                                          `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	AssociatedWorkshopFiles                 []*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule `protobuf:"bytes,3,rep,name=associated_workshop_files,json=associatedWorkshopFiles" json:"associated_workshop_files,omitempty"`
	PartnerAccounts                         []*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule  `protobuf:"bytes,4,rep,name=partner_accounts,json=partnerAccounts" json:"partner_accounts,omitempty"`
	ValidateOnly                            *bool                                                            `protobuf:"varint,5,opt,name=validate_only,json=validateOnly" json:"validate_only,omitempty"`
	MakeWorkshopFilesSubscribable           *bool                                                            `` /* 146-byte string literal not displayed */
	AssociatedWorkshopFileForDirectPayments *CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule `` /* 179-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                    struct{}                                                         `json:"-"`
	XXX_unrecognized                        []byte                                                           `json:"-"`
	XXX_sizecache                           int32                                                            `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_SetItemPaymentRules_Request) GetAppid

func (*CWorkshop_SetItemPaymentRules_Request) GetAssociatedWorkshopFileForDirectPayments

func (*CWorkshop_SetItemPaymentRules_Request) GetAssociatedWorkshopFiles

func (*CWorkshop_SetItemPaymentRules_Request) GetGameitemid

func (m *CWorkshop_SetItemPaymentRules_Request) GetGameitemid() uint32

func (*CWorkshop_SetItemPaymentRules_Request) GetMakeWorkshopFilesSubscribable

func (m *CWorkshop_SetItemPaymentRules_Request) GetMakeWorkshopFilesSubscribable() bool

func (*CWorkshop_SetItemPaymentRules_Request) GetPartnerAccounts

func (*CWorkshop_SetItemPaymentRules_Request) GetValidateOnly

func (m *CWorkshop_SetItemPaymentRules_Request) GetValidateOnly() bool

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage()

func (*CWorkshop_SetItemPaymentRules_Request) Reset

func (*CWorkshop_SetItemPaymentRules_Request) String

func (*CWorkshop_SetItemPaymentRules_Request) XXX_DiscardUnknown

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_DiscardUnknown()

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Unmarshal

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule

type CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	RevenuePercentage    *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage,json=revenuePercentage" json:"revenue_percentage,omitempty"`
	RuleDescription      *string  `protobuf:"bytes,3,opt,name=rule_description,json=ruleDescription" json:"rule_description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetAccountId

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRevenuePercentage

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) String

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_DiscardUnknown

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule

type CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule struct {
	WorkshopFileId       *uint64  `protobuf:"varint,1,opt,name=workshop_file_id,json=workshopFileId" json:"workshop_file_id,omitempty"`
	RuleDescription      *string  `protobuf:"bytes,2,opt,name=rule_description,json=ruleDescription" json:"rule_description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) GetWorkshopFileId

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) String

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) XXX_DiscardUnknown

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) XXX_Marshal

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopDirectPaymentRule) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule

type CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule struct {
	WorkshopFileId       *uint64  `protobuf:"varint,1,opt,name=workshop_file_id,json=workshopFileId" json:"workshop_file_id,omitempty"`
	RevenuePercentage    *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage,json=revenuePercentage" json:"revenue_percentage,omitempty"`
	RuleDescription      *string  `protobuf:"bytes,3,opt,name=rule_description,json=ruleDescription" json:"rule_description,omitempty"`
	RuleType             *uint32  `protobuf:"varint,4,opt,name=rule_type,json=ruleType,def=1" json:"rule_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRevenuePercentage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleType

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetWorkshopFileId

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) String

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_DiscardUnknown

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Response

type CWorkshop_SetItemPaymentRules_Response struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Response) Descriptor

func (*CWorkshop_SetItemPaymentRules_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_SetItemPaymentRules_Response) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Response) Reset

func (*CWorkshop_SetItemPaymentRules_Response) String

func (*CWorkshop_SetItemPaymentRules_Response) XXX_DiscardUnknown

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_DiscardUnknown()

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Unmarshal

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_Unmarshal(b []byte) error

type DetailedSearchStatistic

type DetailedSearchStatistic struct {
	GameType         *uint32 `protobuf:"varint,1,opt,name=game_type" json:"game_type,omitempty"`
	SearchTimeAvg    *uint32 `protobuf:"varint,2,opt,name=search_time_avg" json:"search_time_avg,omitempty"`
	PlayersSearching *uint32 `protobuf:"varint,4,opt,name=players_searching" json:"players_searching,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*DetailedSearchStatistic) Descriptor

func (*DetailedSearchStatistic) Descriptor() ([]byte, []int)

func (*DetailedSearchStatistic) GetGameType

func (m *DetailedSearchStatistic) GetGameType() uint32

func (*DetailedSearchStatistic) GetPlayersSearching

func (m *DetailedSearchStatistic) GetPlayersSearching() uint32

func (*DetailedSearchStatistic) GetSearchTimeAvg

func (m *DetailedSearchStatistic) GetSearchTimeAvg() uint32

func (*DetailedSearchStatistic) ProtoMessage

func (*DetailedSearchStatistic) ProtoMessage()

func (*DetailedSearchStatistic) Reset

func (m *DetailedSearchStatistic) Reset()

func (*DetailedSearchStatistic) String

func (m *DetailedSearchStatistic) String() string

type ECommunityItemAttribute

type ECommunityItemAttribute int32
const (
	ECommunityItemAttribute_k_ECommunityItemAttribute_Invalid               ECommunityItemAttribute = 0
	ECommunityItemAttribute_k_ECommunityItemAttribute_CardBorder            ECommunityItemAttribute = 1
	ECommunityItemAttribute_k_ECommunityItemAttribute_Level                 ECommunityItemAttribute = 2
	ECommunityItemAttribute_k_ECommunityItemAttribute_IssueNumber           ECommunityItemAttribute = 3
	ECommunityItemAttribute_k_ECommunityItemAttribute_TradableTime          ECommunityItemAttribute = 4
	ECommunityItemAttribute_k_ECommunityItemAttribute_StorePackageID        ECommunityItemAttribute = 5
	ECommunityItemAttribute_k_ECommunityItemAttribute_CommunityItemAppID    ECommunityItemAttribute = 6
	ECommunityItemAttribute_k_ECommunityItemAttribute_CommunityItemType     ECommunityItemAttribute = 7
	ECommunityItemAttribute_k_ECommunityItemAttribute_ProfileModiferEnabled ECommunityItemAttribute = 8
	ECommunityItemAttribute_k_ECommunityItemAttribute_ExpiryTime            ECommunityItemAttribute = 9
)

func (ECommunityItemAttribute) Enum

func (ECommunityItemAttribute) EnumDescriptor

func (ECommunityItemAttribute) EnumDescriptor() ([]byte, []int)

func (ECommunityItemAttribute) String

func (x ECommunityItemAttribute) String() string

func (*ECommunityItemAttribute) UnmarshalJSON

func (x *ECommunityItemAttribute) UnmarshalJSON(data []byte) error

type ECommunityItemClass

type ECommunityItemClass int32
const (
	ECommunityItemClass_k_ECommunityItemClass_Invalid           ECommunityItemClass = 0
	ECommunityItemClass_k_ECommunityItemClass_Badge             ECommunityItemClass = 1
	ECommunityItemClass_k_ECommunityItemClass_GameCard          ECommunityItemClass = 2
	ECommunityItemClass_k_ECommunityItemClass_ProfileBackground ECommunityItemClass = 3
	ECommunityItemClass_k_ECommunityItemClass_Emoticon          ECommunityItemClass = 4
	ECommunityItemClass_k_ECommunityItemClass_BoosterPack       ECommunityItemClass = 5
	ECommunityItemClass_k_ECommunityItemClass_Consumable        ECommunityItemClass = 6
	ECommunityItemClass_k_ECommunityItemClass_GameGoo           ECommunityItemClass = 7
	ECommunityItemClass_k_ECommunityItemClass_ProfileModifier   ECommunityItemClass = 8
	ECommunityItemClass_k_ECommunityItemClass_Scene             ECommunityItemClass = 9
	ECommunityItemClass_k_ECommunityItemClass_SalienItem        ECommunityItemClass = 10
)

func (ECommunityItemClass) Enum

func (ECommunityItemClass) EnumDescriptor

func (ECommunityItemClass) EnumDescriptor() ([]byte, []int)

func (ECommunityItemClass) String

func (x ECommunityItemClass) String() string

func (*ECommunityItemClass) UnmarshalJSON

func (x *ECommunityItemClass) UnmarshalJSON(data []byte) error

type ECsgoGCMsg

type ECsgoGCMsg int32
const (
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Base                                   ECsgoGCMsg = 9100
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingStart                       ECsgoGCMsg = 9101
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingStop                        ECsgoGCMsg = 9102
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingClient2ServerPing           ECsgoGCMsg = 9103
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate             ECsgoGCMsg = 9104
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ServerReserve            ECsgoGCMsg = 9105
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingServerReservationResponse   ECsgoGCMsg = 9106
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ClientReserve            ECsgoGCMsg = 9107
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingServerRoundStats            ECsgoGCMsg = 9108
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello              ECsgoGCMsg = 9109
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello              ECsgoGCMsg = 9110
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingServerMatchEnd              ECsgoGCMsg = 9111
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ClientAbandon            ECsgoGCMsg = 9112
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingServer2GCKick               ECsgoGCMsg = 9113
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ServerConfirm            ECsgoGCMsg = 9114
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGCOperationalStats          ECsgoGCMsg = 9115
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingGC2ServerRankUpdate         ECsgoGCMsg = 9116
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchmakingOperator2GCBlogUpdate       ECsgoGCMsg = 9117
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ServerNotificationForUserPenalty       ECsgoGCMsg = 9118
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientReportPlayer                     ECsgoGCMsg = 9119
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientReportServer                     ECsgoGCMsg = 9120
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientCommendPlayer                    ECsgoGCMsg = 9121
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientReportResponse                   ECsgoGCMsg = 9122
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery               ECsgoGCMsg = 9123
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse       ECsgoGCMsg = 9124
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_WatchInfoUsers                         ECsgoGCMsg = 9126
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile            ECsgoGCMsg = 9127
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_PlayersProfile                         ECsgoGCMsg = 9128
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_SetMyMedalsInfo                        ECsgoGCMsg = 9129
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate              ECsgoGCMsg = 9131
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment          ECsgoGCMsg = 9132
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_PlayerOverwatchCaseStatus              ECsgoGCMsg = 9133
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GC2ClientTextMsg                       ECsgoGCMsg = 9134
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Client2GCTextMsg                       ECsgoGCMsg = 9135
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchEndRunRewardDrops                 ECsgoGCMsg = 9136
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchEndRewardDropsNotification        ECsgoGCMsg = 9137
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientRequestWatchInfoFriends2         ECsgoGCMsg = 9138
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchList                              ECsgoGCMsg = 9139
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestCurrentLiveGames       ECsgoGCMsg = 9140
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestRecentUserGames        ECsgoGCMsg = 9141
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GC2ServerReservationUpdate             ECsgoGCMsg = 9142
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientVarValueNotificationInfo         ECsgoGCMsg = 9144
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_TournamentMatchRewardDropsNotification ECsgoGCMsg = 9145
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestTournamentGames        ECsgoGCMsg = 9146
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestFullGameInfo           ECsgoGCMsg = 9147
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GiftsLeaderboardRequest                ECsgoGCMsg = 9148
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GiftsLeaderboardResponse               ECsgoGCMsg = 9149
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ServerVarValueNotificationInfo         ECsgoGCMsg = 9150
	ECsgoGCMsg_k_EMsgGCToGCReloadVersions                                  ECsgoGCMsg = 9151
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientSubmitSurveyVote                 ECsgoGCMsg = 9152
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Server2GCClientValidate                ECsgoGCMsg = 9153
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestLiveGameForUser        ECsgoGCMsg = 9154
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Server2GCPureServerValidationFailure   ECsgoGCMsg = 9155
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest   ECsgoGCMsg = 9156
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockResponse  ECsgoGCMsg = 9157
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_AccountPrivacySettings                 ECsgoGCMsg = 9158
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_SetMyActivityInfo                      ECsgoGCMsg = 9159
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListRequestTournamentPredictions  ECsgoGCMsg = 9160
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_MatchListUploadTournamentPredictions   ECsgoGCMsg = 9161
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_DraftSummary                           ECsgoGCMsg = 9162
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData            ECsgoGCMsg = 9163
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientRequestJoinServerData            ECsgoGCMsg = 9164
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_ClientRequestNewMission                ECsgoGCMsg = 9165
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GC2ServerNotifyXPRewarded              ECsgoGCMsg = 9166
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GC2ClientTournamentInfo                ECsgoGCMsg = 9167
	ECsgoGCMsg_k_EMsgGC_GlobalGame_Subscribe                               ECsgoGCMsg = 9168
	ECsgoGCMsg_k_EMsgGC_GlobalGame_Unsubscribe                             ECsgoGCMsg = 9169
	ECsgoGCMsg_k_EMsgGC_GlobalGame_Play                                    ECsgoGCMsg = 9170
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_AcknowledgePenalty                     ECsgoGCMsg = 9171
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Client2GCRequestPrestigeCoin           ECsgoGCMsg = 9172
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_GC2ClientGlobalStats                   ECsgoGCMsg = 9173
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_Client2GCStreamUnlock                  ECsgoGCMsg = 9174
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_FantasyRequestClientData               ECsgoGCMsg = 9175
	ECsgoGCMsg_k_EMsgGCCStrike15_v2_FantasyUpdateClientData                ECsgoGCMsg = 9176
)

func (ECsgoGCMsg) Enum

func (x ECsgoGCMsg) Enum() *ECsgoGCMsg

func (ECsgoGCMsg) EnumDescriptor

func (ECsgoGCMsg) EnumDescriptor() ([]byte, []int)

func (ECsgoGCMsg) String

func (x ECsgoGCMsg) String() string

func (*ECsgoGCMsg) UnmarshalJSON

func (x *ECsgoGCMsg) UnmarshalJSON(data []byte) error

type ECstrike15UserMessages

type ECstrike15UserMessages int32
const (
	ECstrike15UserMessages_CS_UM_VGUIMenu                     ECstrike15UserMessages = 1
	ECstrike15UserMessages_CS_UM_Geiger                       ECstrike15UserMessages = 2
	ECstrike15UserMessages_CS_UM_Train                        ECstrike15UserMessages = 3
	ECstrike15UserMessages_CS_UM_HudText                      ECstrike15UserMessages = 4
	ECstrike15UserMessages_CS_UM_SayText                      ECstrike15UserMessages = 5
	ECstrike15UserMessages_CS_UM_SayText2                     ECstrike15UserMessages = 6
	ECstrike15UserMessages_CS_UM_TextMsg                      ECstrike15UserMessages = 7
	ECstrike15UserMessages_CS_UM_HudMsg                       ECstrike15UserMessages = 8
	ECstrike15UserMessages_CS_UM_ResetHud                     ECstrike15UserMessages = 9
	ECstrike15UserMessages_CS_UM_GameTitle                    ECstrike15UserMessages = 10
	ECstrike15UserMessages_CS_UM_Shake                        ECstrike15UserMessages = 12
	ECstrike15UserMessages_CS_UM_Fade                         ECstrike15UserMessages = 13
	ECstrike15UserMessages_CS_UM_Rumble                       ECstrike15UserMessages = 14
	ECstrike15UserMessages_CS_UM_CloseCaption                 ECstrike15UserMessages = 15
	ECstrike15UserMessages_CS_UM_CloseCaptionDirect           ECstrike15UserMessages = 16
	ECstrike15UserMessages_CS_UM_SendAudio                    ECstrike15UserMessages = 17
	ECstrike15UserMessages_CS_UM_RawAudio                     ECstrike15UserMessages = 18
	ECstrike15UserMessages_CS_UM_VoiceMask                    ECstrike15UserMessages = 19
	ECstrike15UserMessages_CS_UM_RequestState                 ECstrike15UserMessages = 20
	ECstrike15UserMessages_CS_UM_Damage                       ECstrike15UserMessages = 21
	ECstrike15UserMessages_CS_UM_RadioText                    ECstrike15UserMessages = 22
	ECstrike15UserMessages_CS_UM_HintText                     ECstrike15UserMessages = 23
	ECstrike15UserMessages_CS_UM_KeyHintText                  ECstrike15UserMessages = 24
	ECstrike15UserMessages_CS_UM_ProcessSpottedEntityUpdate   ECstrike15UserMessages = 25
	ECstrike15UserMessages_CS_UM_ReloadEffect                 ECstrike15UserMessages = 26
	ECstrike15UserMessages_CS_UM_AdjustMoney                  ECstrike15UserMessages = 27
	ECstrike15UserMessages_CS_UM_UpdateTeamMoney              ECstrike15UserMessages = 28
	ECstrike15UserMessages_CS_UM_StopSpectatorMode            ECstrike15UserMessages = 29
	ECstrike15UserMessages_CS_UM_KillCam                      ECstrike15UserMessages = 30
	ECstrike15UserMessages_CS_UM_DesiredTimescale             ECstrike15UserMessages = 31
	ECstrike15UserMessages_CS_UM_CurrentTimescale             ECstrike15UserMessages = 32
	ECstrike15UserMessages_CS_UM_AchievementEvent             ECstrike15UserMessages = 33
	ECstrike15UserMessages_CS_UM_MatchEndConditions           ECstrike15UserMessages = 34
	ECstrike15UserMessages_CS_UM_DisconnectToLobby            ECstrike15UserMessages = 35
	ECstrike15UserMessages_CS_UM_PlayerStatsUpdate            ECstrike15UserMessages = 36
	ECstrike15UserMessages_CS_UM_DisplayInventory             ECstrike15UserMessages = 37
	ECstrike15UserMessages_CS_UM_WarmupHasEnded               ECstrike15UserMessages = 38
	ECstrike15UserMessages_CS_UM_ClientInfo                   ECstrike15UserMessages = 39
	ECstrike15UserMessages_CS_UM_XRankGet                     ECstrike15UserMessages = 40
	ECstrike15UserMessages_CS_UM_XRankUpd                     ECstrike15UserMessages = 41
	ECstrike15UserMessages_CS_UM_CallVoteFailed               ECstrike15UserMessages = 45
	ECstrike15UserMessages_CS_UM_VoteStart                    ECstrike15UserMessages = 46
	ECstrike15UserMessages_CS_UM_VotePass                     ECstrike15UserMessages = 47
	ECstrike15UserMessages_CS_UM_VoteFailed                   ECstrike15UserMessages = 48
	ECstrike15UserMessages_CS_UM_VoteSetup                    ECstrike15UserMessages = 49
	ECstrike15UserMessages_CS_UM_ServerRankRevealAll          ECstrike15UserMessages = 50
	ECstrike15UserMessages_CS_UM_SendLastKillerDamageToClient ECstrike15UserMessages = 51
	ECstrike15UserMessages_CS_UM_ServerRankUpdate             ECstrike15UserMessages = 52
	ECstrike15UserMessages_CS_UM_ItemPickup                   ECstrike15UserMessages = 53
	ECstrike15UserMessages_CS_UM_ShowMenu                     ECstrike15UserMessages = 54
	ECstrike15UserMessages_CS_UM_BarTime                      ECstrike15UserMessages = 55
	ECstrike15UserMessages_CS_UM_AmmoDenied                   ECstrike15UserMessages = 56
	ECstrike15UserMessages_CS_UM_MarkAchievement              ECstrike15UserMessages = 57
	ECstrike15UserMessages_CS_UM_MatchStatsUpdate             ECstrike15UserMessages = 58
	ECstrike15UserMessages_CS_UM_ItemDrop                     ECstrike15UserMessages = 59
	ECstrike15UserMessages_CS_UM_GlowPropTurnOff              ECstrike15UserMessages = 60
	ECstrike15UserMessages_CS_UM_SendPlayerItemDrops          ECstrike15UserMessages = 61
	ECstrike15UserMessages_CS_UM_RoundBackupFilenames         ECstrike15UserMessages = 62
	ECstrike15UserMessages_CS_UM_SendPlayerItemFound          ECstrike15UserMessages = 63
	ECstrike15UserMessages_CS_UM_ReportHit                    ECstrike15UserMessages = 64
	ECstrike15UserMessages_CS_UM_XpUpdate                     ECstrike15UserMessages = 65
	ECstrike15UserMessages_CS_UM_QuestProgress                ECstrike15UserMessages = 66
)

func (ECstrike15UserMessages) Enum

func (ECstrike15UserMessages) EnumDescriptor

func (ECstrike15UserMessages) EnumDescriptor() ([]byte, []int)

func (ECstrike15UserMessages) String

func (x ECstrike15UserMessages) String() string

func (*ECstrike15UserMessages) UnmarshalJSON

func (x *ECstrike15UserMessages) UnmarshalJSON(data []byte) error

type EGCBaseClientMsg

type EGCBaseClientMsg int32
const (
	EGCBaseClientMsg_k_EMsgGCClientWelcome          EGCBaseClientMsg = 4004
	EGCBaseClientMsg_k_EMsgGCServerWelcome          EGCBaseClientMsg = 4005
	EGCBaseClientMsg_k_EMsgGCClientHello            EGCBaseClientMsg = 4006
	EGCBaseClientMsg_k_EMsgGCServerHello            EGCBaseClientMsg = 4007
	EGCBaseClientMsg_k_EMsgGCClientConnectionStatus EGCBaseClientMsg = 4009
	EGCBaseClientMsg_k_EMsgGCServerConnectionStatus EGCBaseClientMsg = 4010
	EGCBaseClientMsg_k_EMsgGCClientHelloPartner     EGCBaseClientMsg = 4011
	EGCBaseClientMsg_k_EMsgGCClientHelloPW          EGCBaseClientMsg = 4012
	EGCBaseClientMsg_k_EMsgGCClientHelloR2          EGCBaseClientMsg = 4013
	EGCBaseClientMsg_k_EMsgGCClientHelloR3          EGCBaseClientMsg = 4014
	EGCBaseClientMsg_k_EMsgGCClientHelloR4          EGCBaseClientMsg = 4015
)

func (EGCBaseClientMsg) Enum

func (EGCBaseClientMsg) EnumDescriptor

func (EGCBaseClientMsg) EnumDescriptor() ([]byte, []int)

func (EGCBaseClientMsg) String

func (x EGCBaseClientMsg) String() string

func (*EGCBaseClientMsg) UnmarshalJSON

func (x *EGCBaseClientMsg) UnmarshalJSON(data []byte) error

type EGCBaseMsg

type EGCBaseMsg int32
const (
	EGCBaseMsg_k_EMsgGCSystemMessage            EGCBaseMsg = 4001
	EGCBaseMsg_k_EMsgGCReplicateConVars         EGCBaseMsg = 4002
	EGCBaseMsg_k_EMsgGCConVarUpdated            EGCBaseMsg = 4003
	EGCBaseMsg_k_EMsgGCInQueue                  EGCBaseMsg = 4008
	EGCBaseMsg_k_EMsgGCInviteToParty            EGCBaseMsg = 4501
	EGCBaseMsg_k_EMsgGCInvitationCreated        EGCBaseMsg = 4502
	EGCBaseMsg_k_EMsgGCPartyInviteResponse      EGCBaseMsg = 4503
	EGCBaseMsg_k_EMsgGCKickFromParty            EGCBaseMsg = 4504
	EGCBaseMsg_k_EMsgGCLeaveParty               EGCBaseMsg = 4505
	EGCBaseMsg_k_EMsgGCServerAvailable          EGCBaseMsg = 4506
	EGCBaseMsg_k_EMsgGCClientConnectToServer    EGCBaseMsg = 4507
	EGCBaseMsg_k_EMsgGCGameServerInfo           EGCBaseMsg = 4508
	EGCBaseMsg_k_EMsgGCError                    EGCBaseMsg = 4509
	EGCBaseMsg_k_EMsgGCReplay_UploadedToYouTube EGCBaseMsg = 4510
	EGCBaseMsg_k_EMsgGCLANServerAvailable       EGCBaseMsg = 4511
)

func (EGCBaseMsg) Enum

func (x EGCBaseMsg) Enum() *EGCBaseMsg

func (EGCBaseMsg) EnumDescriptor

func (EGCBaseMsg) EnumDescriptor() ([]byte, []int)

func (EGCBaseMsg) String

func (x EGCBaseMsg) String() string

func (*EGCBaseMsg) UnmarshalJSON

func (x *EGCBaseMsg) UnmarshalJSON(data []byte) error

type EGCBaseProtoObjectTypes

type EGCBaseProtoObjectTypes int32
const (
	EGCBaseProtoObjectTypes_k_EProtoObjectPartyInvite EGCBaseProtoObjectTypes = 1001
	EGCBaseProtoObjectTypes_k_EProtoObjectLobbyInvite EGCBaseProtoObjectTypes = 1002
)

func (EGCBaseProtoObjectTypes) Enum

func (EGCBaseProtoObjectTypes) EnumDescriptor

func (EGCBaseProtoObjectTypes) EnumDescriptor() ([]byte, []int)

func (EGCBaseProtoObjectTypes) String

func (x EGCBaseProtoObjectTypes) String() string

func (*EGCBaseProtoObjectTypes) UnmarshalJSON

func (x *EGCBaseProtoObjectTypes) UnmarshalJSON(data []byte) error

type EGCItemMsg

type EGCItemMsg int32
const (
	EGCItemMsg_k_EMsgGCBase                                 EGCItemMsg = 1000
	EGCItemMsg_k_EMsgGCSetItemPosition                      EGCItemMsg = 1001
	EGCItemMsg_k_EMsgGCCraft                                EGCItemMsg = 1002
	EGCItemMsg_k_EMsgGCCraftResponse                        EGCItemMsg = 1003
	EGCItemMsg_k_EMsgGCDelete                               EGCItemMsg = 1004
	EGCItemMsg_k_EMsgGCVerifyCacheSubscription              EGCItemMsg = 1005
	EGCItemMsg_k_EMsgGCNameItem                             EGCItemMsg = 1006
	EGCItemMsg_k_EMsgGCUnlockCrate                          EGCItemMsg = 1007
	EGCItemMsg_k_EMsgGCUnlockCrateResponse                  EGCItemMsg = 1008
	EGCItemMsg_k_EMsgGCPaintItem                            EGCItemMsg = 1009
	EGCItemMsg_k_EMsgGCPaintItemResponse                    EGCItemMsg = 1010
	EGCItemMsg_k_EMsgGCGoldenWrenchBroadcast                EGCItemMsg = 1011
	EGCItemMsg_k_EMsgGCMOTDRequest                          EGCItemMsg = 1012
	EGCItemMsg_k_EMsgGCMOTDRequestResponse                  EGCItemMsg = 1013
	EGCItemMsg_k_EMsgGCAddItemToSocket_DEPRECATED           EGCItemMsg = 1014
	EGCItemMsg_k_EMsgGCAddItemToSocketResponse_DEPRECATED   EGCItemMsg = 1015
	EGCItemMsg_k_EMsgGCAddSocketToBaseItem_DEPRECATED       EGCItemMsg = 1016
	EGCItemMsg_k_EMsgGCAddSocketToItem_DEPRECATED           EGCItemMsg = 1017
	EGCItemMsg_k_EMsgGCAddSocketToItemResponse_DEPRECATED   EGCItemMsg = 1018
	EGCItemMsg_k_EMsgGCNameBaseItem                         EGCItemMsg = 1019
	EGCItemMsg_k_EMsgGCNameBaseItemResponse                 EGCItemMsg = 1020
	EGCItemMsg_k_EMsgGCRemoveSocketItem_DEPRECATED          EGCItemMsg = 1021
	EGCItemMsg_k_EMsgGCRemoveSocketItemResponse_DEPRECATED  EGCItemMsg = 1022
	EGCItemMsg_k_EMsgGCCustomizeItemTexture                 EGCItemMsg = 1023
	EGCItemMsg_k_EMsgGCCustomizeItemTextureResponse         EGCItemMsg = 1024
	EGCItemMsg_k_EMsgGCUseItemRequest                       EGCItemMsg = 1025
	EGCItemMsg_k_EMsgGCUseItemResponse                      EGCItemMsg = 1026
	EGCItemMsg_k_EMsgGCGiftedItems_DEPRECATED               EGCItemMsg = 1027
	EGCItemMsg_k_EMsgGCRemoveItemName                       EGCItemMsg = 1030
	EGCItemMsg_k_EMsgGCRemoveItemPaint                      EGCItemMsg = 1031
	EGCItemMsg_k_EMsgGCGiftWrapItem                         EGCItemMsg = 1032
	EGCItemMsg_k_EMsgGCGiftWrapItemResponse                 EGCItemMsg = 1033
	EGCItemMsg_k_EMsgGCDeliverGift                          EGCItemMsg = 1034
	EGCItemMsg_k_EMsgGCDeliverGiftResponseGiver             EGCItemMsg = 1035
	EGCItemMsg_k_EMsgGCDeliverGiftResponseReceiver          EGCItemMsg = 1036
	EGCItemMsg_k_EMsgGCUnwrapGiftRequest                    EGCItemMsg = 1037
	EGCItemMsg_k_EMsgGCUnwrapGiftResponse                   EGCItemMsg = 1038
	EGCItemMsg_k_EMsgGCSetItemStyle                         EGCItemMsg = 1039
	EGCItemMsg_k_EMsgGCUsedClaimCodeItem                    EGCItemMsg = 1040
	EGCItemMsg_k_EMsgGCSortItems                            EGCItemMsg = 1041
	EGCItemMsg_k_EMsgGC_RevolvingLootList_DEPRECATED        EGCItemMsg = 1042
	EGCItemMsg_k_EMsgGCLookupAccount                        EGCItemMsg = 1043
	EGCItemMsg_k_EMsgGCLookupAccountResponse                EGCItemMsg = 1044
	EGCItemMsg_k_EMsgGCLookupAccountName                    EGCItemMsg = 1045
	EGCItemMsg_k_EMsgGCLookupAccountNameResponse            EGCItemMsg = 1046
	EGCItemMsg_k_EMsgGCUpdateItemSchema                     EGCItemMsg = 1049
	EGCItemMsg_k_EMsgGCRemoveCustomTexture                  EGCItemMsg = 1051
	EGCItemMsg_k_EMsgGCRemoveCustomTextureResponse          EGCItemMsg = 1052
	EGCItemMsg_k_EMsgGCRemoveMakersMark                     EGCItemMsg = 1053
	EGCItemMsg_k_EMsgGCRemoveMakersMarkResponse             EGCItemMsg = 1054
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndex               EGCItemMsg = 1055
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndexResponse       EGCItemMsg = 1056
	EGCItemMsg_k_EMsgGCSaxxyBroadcast                       EGCItemMsg = 1057
	EGCItemMsg_k_EMsgGCBackpackSortFinished                 EGCItemMsg = 1058
	EGCItemMsg_k_EMsgGCAdjustItemEquippedState              EGCItemMsg = 1059
	EGCItemMsg_k_EMsgGCCollectItem                          EGCItemMsg = 1061
	EGCItemMsg_k_EMsgGCItemAcknowledged__DEPRECATED         EGCItemMsg = 1062
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClass         EGCItemMsg = 1063
	EGCItemMsg_k_EMsgGCPresets_SetItemPosition              EGCItemMsg = 1064
	EGCItemMsg_k_EMsgGC_ReportAbuse                         EGCItemMsg = 1065
	EGCItemMsg_k_EMsgGC_ReportAbuseResponse                 EGCItemMsg = 1066
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClassReply    EGCItemMsg = 1067
	EGCItemMsg_k_EMsgGCNameItemNotification                 EGCItemMsg = 1068
	EGCItemMsg_k_EMsgGCApplyConsumableEffects               EGCItemMsg = 1069
	EGCItemMsg_k_EMsgGCConsumableExhausted                  EGCItemMsg = 1070
	EGCItemMsg_k_EMsgGCShowItemsPickedUp                    EGCItemMsg = 1071
	EGCItemMsg_k_EMsgGCClientDisplayNotification            EGCItemMsg = 1072
	EGCItemMsg_k_EMsgGCApplyStrangePart                     EGCItemMsg = 1073
	EGCItemMsg_k_EMsgGC_IncrementKillCountAttribute         EGCItemMsg = 1074
	EGCItemMsg_k_EMsgGC_IncrementKillCountResponse          EGCItemMsg = 1075
	EGCItemMsg_k_EMsgGCApplyPennantUpgrade                  EGCItemMsg = 1076
	EGCItemMsg_k_EMsgGCSetItemPositions                     EGCItemMsg = 1077
	EGCItemMsg_k_EMsgGCApplyEggEssence                      EGCItemMsg = 1078
	EGCItemMsg_k_EMsgGCNameEggEssenceResponse               EGCItemMsg = 1079
	EGCItemMsg_k_EMsgGCPaintKitItem                         EGCItemMsg = 1080
	EGCItemMsg_k_EMsgGCPaintKitBaseItem                     EGCItemMsg = 1081
	EGCItemMsg_k_EMsgGCPaintKitItemResponse                 EGCItemMsg = 1082
	EGCItemMsg_k_EMsgGCGiftedItems                          EGCItemMsg = 1083
	EGCItemMsg_k_EMsgGCUnlockItemStyle                      EGCItemMsg = 1084
	EGCItemMsg_k_EMsgGCUnlockItemStyleResponse              EGCItemMsg = 1085
	EGCItemMsg_k_EMsgGCApplySticker                         EGCItemMsg = 1086
	EGCItemMsg_k_EMsgGCItemAcknowledged                     EGCItemMsg = 1087
	EGCItemMsg_k_EMsgGCStatTrakSwap                         EGCItemMsg = 1088
	EGCItemMsg_k_EMsgGCTradingBase                          EGCItemMsg = 1500
	EGCItemMsg_k_EMsgGCTrading_InitiateTradeRequest         EGCItemMsg = 1501
	EGCItemMsg_k_EMsgGCTrading_InitiateTradeResponse        EGCItemMsg = 1502
	EGCItemMsg_k_EMsgGCTrading_StartSession                 EGCItemMsg = 1503
	EGCItemMsg_k_EMsgGCTrading_SetItem                      EGCItemMsg = 1504
	EGCItemMsg_k_EMsgGCTrading_RemoveItem                   EGCItemMsg = 1505
	EGCItemMsg_k_EMsgGCTrading_UpdateTradeInfo              EGCItemMsg = 1506
	EGCItemMsg_k_EMsgGCTrading_SetReadiness                 EGCItemMsg = 1507
	EGCItemMsg_k_EMsgGCTrading_ReadinessResponse            EGCItemMsg = 1508
	EGCItemMsg_k_EMsgGCTrading_SessionClosed                EGCItemMsg = 1509
	EGCItemMsg_k_EMsgGCTrading_CancelSession                EGCItemMsg = 1510
	EGCItemMsg_k_EMsgGCTrading_TradeChatMsg                 EGCItemMsg = 1511
	EGCItemMsg_k_EMsgGCTrading_ConfirmOffer                 EGCItemMsg = 1512
	EGCItemMsg_k_EMsgGCTrading_TradeTypingChatMsg           EGCItemMsg = 1513
	EGCItemMsg_k_EMsgGCServerBrowser_FavoriteServer         EGCItemMsg = 1601
	EGCItemMsg_k_EMsgGCServerBrowser_BlacklistServer        EGCItemMsg = 1602
	EGCItemMsg_k_EMsgGCServerRentalsBase                    EGCItemMsg = 1700
	EGCItemMsg_k_EMsgGCItemPreviewCheckStatus               EGCItemMsg = 1701
	EGCItemMsg_k_EMsgGCItemPreviewStatusResponse            EGCItemMsg = 1702
	EGCItemMsg_k_EMsgGCItemPreviewRequest                   EGCItemMsg = 1703
	EGCItemMsg_k_EMsgGCItemPreviewRequestResponse           EGCItemMsg = 1704
	EGCItemMsg_k_EMsgGCItemPreviewExpire                    EGCItemMsg = 1705
	EGCItemMsg_k_EMsgGCItemPreviewExpireNotification        EGCItemMsg = 1706
	EGCItemMsg_k_EMsgGCItemPreviewItemBoughtNotification    EGCItemMsg = 1707
	EGCItemMsg_k_EMsgGCDev_NewItemRequest                   EGCItemMsg = 2001
	EGCItemMsg_k_EMsgGCDev_NewItemRequestResponse           EGCItemMsg = 2002
	EGCItemMsg_k_EMsgGCDev_PaintKitDropItem                 EGCItemMsg = 2003
	EGCItemMsg_k_EMsgGCStoreGetUserData                     EGCItemMsg = 2500
	EGCItemMsg_k_EMsgGCStoreGetUserDataResponse             EGCItemMsg = 2501
	EGCItemMsg_k_EMsgGCStorePurchaseInit_DEPRECATED         EGCItemMsg = 2502
	EGCItemMsg_k_EMsgGCStorePurchaseInitResponse_DEPRECATED EGCItemMsg = 2503
	EGCItemMsg_k_EMsgGCStorePurchaseFinalize                EGCItemMsg = 2504
	EGCItemMsg_k_EMsgGCStorePurchaseFinalizeResponse        EGCItemMsg = 2505
	EGCItemMsg_k_EMsgGCStorePurchaseCancel                  EGCItemMsg = 2506
	EGCItemMsg_k_EMsgGCStorePurchaseCancelResponse          EGCItemMsg = 2507
	EGCItemMsg_k_EMsgGCStorePurchaseQueryTxn                EGCItemMsg = 2508
	EGCItemMsg_k_EMsgGCStorePurchaseQueryTxnResponse        EGCItemMsg = 2509
	EGCItemMsg_k_EMsgGCStorePurchaseInit                    EGCItemMsg = 2510
	EGCItemMsg_k_EMsgGCStorePurchaseInitResponse            EGCItemMsg = 2511
	EGCItemMsg_k_EMsgGCBannedWordListRequest                EGCItemMsg = 2512
	EGCItemMsg_k_EMsgGCBannedWordListResponse               EGCItemMsg = 2513
	EGCItemMsg_k_EMsgGCToGCBannedWordListBroadcast          EGCItemMsg = 2514
	EGCItemMsg_k_EMsgGCToGCBannedWordListUpdated            EGCItemMsg = 2515
	EGCItemMsg_k_EMsgGCToGCDirtySDOCache                    EGCItemMsg = 2516
	EGCItemMsg_k_EMsgGCToGCDirtyMultipleSDOCache            EGCItemMsg = 2517
	EGCItemMsg_k_EMsgGCToGCUpdateSQLKeyValue                EGCItemMsg = 2518
	EGCItemMsg_k_EMsgGCToGCIsTrustedServer                  EGCItemMsg = 2519
	EGCItemMsg_k_EMsgGCToGCIsTrustedServerResponse          EGCItemMsg = 2520
	EGCItemMsg_k_EMsgGCToGCBroadcastConsoleCommand          EGCItemMsg = 2521
	EGCItemMsg_k_EMsgGCServerVersionUpdated                 EGCItemMsg = 2522
	EGCItemMsg_k_EMsgGCApplyAutograph                       EGCItemMsg = 2523
	EGCItemMsg_k_EMsgGCToGCWebAPIAccountChanged             EGCItemMsg = 2524
	EGCItemMsg_k_EMsgGCRequestAnnouncements                 EGCItemMsg = 2525
	EGCItemMsg_k_EMsgGCRequestAnnouncementsResponse         EGCItemMsg = 2526
	EGCItemMsg_k_EMsgGCRequestPassportItemGrant             EGCItemMsg = 2527
	EGCItemMsg_k_EMsgGCClientVersionUpdated                 EGCItemMsg = 2528
)

func (EGCItemMsg) Enum

func (x EGCItemMsg) Enum() *EGCItemMsg

func (EGCItemMsg) EnumDescriptor

func (EGCItemMsg) EnumDescriptor() ([]byte, []int)

func (EGCItemMsg) String

func (x EGCItemMsg) String() string

func (*EGCItemMsg) UnmarshalJSON

func (x *EGCItemMsg) UnmarshalJSON(data []byte) error

type EGCMsgResponse

type EGCMsgResponse int32
const (
	EGCMsgResponse_k_EGCMsgResponseOK           EGCMsgResponse = 0
	EGCMsgResponse_k_EGCMsgResponseDenied       EGCMsgResponse = 1
	EGCMsgResponse_k_EGCMsgResponseServerError  EGCMsgResponse = 2
	EGCMsgResponse_k_EGCMsgResponseTimeout      EGCMsgResponse = 3
	EGCMsgResponse_k_EGCMsgResponseInvalid      EGCMsgResponse = 4
	EGCMsgResponse_k_EGCMsgResponseNoMatch      EGCMsgResponse = 5
	EGCMsgResponse_k_EGCMsgResponseUnknownError EGCMsgResponse = 6
	EGCMsgResponse_k_EGCMsgResponseNotLoggedOn  EGCMsgResponse = 7
	EGCMsgResponse_k_EGCMsgFailedToCreate       EGCMsgResponse = 8
)

func (EGCMsgResponse) Enum

func (x EGCMsgResponse) Enum() *EGCMsgResponse

func (EGCMsgResponse) EnumDescriptor

func (EGCMsgResponse) EnumDescriptor() ([]byte, []int)

func (EGCMsgResponse) String

func (x EGCMsgResponse) String() string

func (*EGCMsgResponse) UnmarshalJSON

func (x *EGCMsgResponse) UnmarshalJSON(data []byte) error

type EGCSystemMsg

type EGCSystemMsg int32
const (
	EGCSystemMsg_k_EGCMsgInvalid                                  EGCSystemMsg = 0
	EGCSystemMsg_k_EGCMsgMulti                                    EGCSystemMsg = 1
	EGCSystemMsg_k_EGCMsgGenericReply                             EGCSystemMsg = 10
	EGCSystemMsg_k_EGCMsgSystemBase                               EGCSystemMsg = 50
	EGCSystemMsg_k_EGCMsgAchievementAwarded                       EGCSystemMsg = 51
	EGCSystemMsg_k_EGCMsgConCommand                               EGCSystemMsg = 52
	EGCSystemMsg_k_EGCMsgStartPlaying                             EGCSystemMsg = 53
	EGCSystemMsg_k_EGCMsgStopPlaying                              EGCSystemMsg = 54
	EGCSystemMsg_k_EGCMsgStartGameserver                          EGCSystemMsg = 55
	EGCSystemMsg_k_EGCMsgStopGameserver                           EGCSystemMsg = 56
	EGCSystemMsg_k_EGCMsgWGRequest                                EGCSystemMsg = 57
	EGCSystemMsg_k_EGCMsgWGResponse                               EGCSystemMsg = 58
	EGCSystemMsg_k_EGCMsgGetUserGameStatsSchema                   EGCSystemMsg = 59
	EGCSystemMsg_k_EGCMsgGetUserGameStatsSchemaResponse           EGCSystemMsg = 60
	EGCSystemMsg_k_EGCMsgGetUserStatsDEPRECATED                   EGCSystemMsg = 61
	EGCSystemMsg_k_EGCMsgGetUserStatsResponse                     EGCSystemMsg = 62
	EGCSystemMsg_k_EGCMsgAppInfoUpdated                           EGCSystemMsg = 63
	EGCSystemMsg_k_EGCMsgValidateSession                          EGCSystemMsg = 64
	EGCSystemMsg_k_EGCMsgValidateSessionResponse                  EGCSystemMsg = 65
	EGCSystemMsg_k_EGCMsgLookupAccountFromInput                   EGCSystemMsg = 66
	EGCSystemMsg_k_EGCMsgSendHTTPRequest                          EGCSystemMsg = 67
	EGCSystemMsg_k_EGCMsgSendHTTPRequestResponse                  EGCSystemMsg = 68
	EGCSystemMsg_k_EGCMsgPreTestSetup                             EGCSystemMsg = 69
	EGCSystemMsg_k_EGCMsgRecordSupportAction                      EGCSystemMsg = 70
	EGCSystemMsg_k_EGCMsgGetAccountDetails_DEPRECATED             EGCSystemMsg = 71
	EGCSystemMsg_k_EGCMsgReceiveInterAppMessage                   EGCSystemMsg = 73
	EGCSystemMsg_k_EGCMsgFindAccounts                             EGCSystemMsg = 74
	EGCSystemMsg_k_EGCMsgPostAlert                                EGCSystemMsg = 75
	EGCSystemMsg_k_EGCMsgGetLicenses                              EGCSystemMsg = 76
	EGCSystemMsg_k_EGCMsgGetUserStats                             EGCSystemMsg = 77
	EGCSystemMsg_k_EGCMsgGetCommands                              EGCSystemMsg = 78
	EGCSystemMsg_k_EGCMsgGetCommandsResponse                      EGCSystemMsg = 79
	EGCSystemMsg_k_EGCMsgAddFreeLicense                           EGCSystemMsg = 80
	EGCSystemMsg_k_EGCMsgAddFreeLicenseResponse                   EGCSystemMsg = 81
	EGCSystemMsg_k_EGCMsgGetIPLocation                            EGCSystemMsg = 82
	EGCSystemMsg_k_EGCMsgGetIPLocationResponse                    EGCSystemMsg = 83
	EGCSystemMsg_k_EGCMsgSystemStatsSchema                        EGCSystemMsg = 84
	EGCSystemMsg_k_EGCMsgGetSystemStats                           EGCSystemMsg = 85
	EGCSystemMsg_k_EGCMsgGetSystemStatsResponse                   EGCSystemMsg = 86
	EGCSystemMsg_k_EGCMsgSendEmail                                EGCSystemMsg = 87
	EGCSystemMsg_k_EGCMsgSendEmailResponse                        EGCSystemMsg = 88
	EGCSystemMsg_k_EGCMsgGetEmailTemplate                         EGCSystemMsg = 89
	EGCSystemMsg_k_EGCMsgGetEmailTemplateResponse                 EGCSystemMsg = 90
	EGCSystemMsg_k_EGCMsgGrantGuestPass                           EGCSystemMsg = 91
	EGCSystemMsg_k_EGCMsgGrantGuestPassResponse                   EGCSystemMsg = 92
	EGCSystemMsg_k_EGCMsgGetAccountDetails                        EGCSystemMsg = 93
	EGCSystemMsg_k_EGCMsgGetAccountDetailsResponse                EGCSystemMsg = 94
	EGCSystemMsg_k_EGCMsgGetPersonaNames                          EGCSystemMsg = 95
	EGCSystemMsg_k_EGCMsgGetPersonaNamesResponse                  EGCSystemMsg = 96
	EGCSystemMsg_k_EGCMsgMultiplexMsg                             EGCSystemMsg = 97
	EGCSystemMsg_k_EGCMsgMultiplexMsgResponse                     EGCSystemMsg = 98
	EGCSystemMsg_k_EGCMsgWebAPIRegisterInterfaces                 EGCSystemMsg = 101
	EGCSystemMsg_k_EGCMsgWebAPIJobRequest                         EGCSystemMsg = 102
	EGCSystemMsg_k_EGCMsgWebAPIJobRequestHttpResponse             EGCSystemMsg = 104
	EGCSystemMsg_k_EGCMsgWebAPIJobRequestForwardResponse          EGCSystemMsg = 105
	EGCSystemMsg_k_EGCMsgMemCachedGet                             EGCSystemMsg = 200
	EGCSystemMsg_k_EGCMsgMemCachedGetResponse                     EGCSystemMsg = 201
	EGCSystemMsg_k_EGCMsgMemCachedSet                             EGCSystemMsg = 202
	EGCSystemMsg_k_EGCMsgMemCachedDelete                          EGCSystemMsg = 203
	EGCSystemMsg_k_EGCMsgMemCachedStats                           EGCSystemMsg = 204
	EGCSystemMsg_k_EGCMsgMemCachedStatsResponse                   EGCSystemMsg = 205
	EGCSystemMsg_k_EGCMsgMasterSetDirectory                       EGCSystemMsg = 220
	EGCSystemMsg_k_EGCMsgMasterSetDirectoryResponse               EGCSystemMsg = 221
	EGCSystemMsg_k_EGCMsgMasterSetWebAPIRouting                   EGCSystemMsg = 222
	EGCSystemMsg_k_EGCMsgMasterSetWebAPIRoutingResponse           EGCSystemMsg = 223
	EGCSystemMsg_k_EGCMsgMasterSetClientMsgRouting                EGCSystemMsg = 224
	EGCSystemMsg_k_EGCMsgMasterSetClientMsgRoutingResponse        EGCSystemMsg = 225
	EGCSystemMsg_k_EGCMsgSetOptions                               EGCSystemMsg = 226
	EGCSystemMsg_k_EGCMsgSetOptionsResponse                       EGCSystemMsg = 227
	EGCSystemMsg_k_EGCMsgSystemBase2                              EGCSystemMsg = 500
	EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatus                   EGCSystemMsg = 501
	EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatusResponse           EGCSystemMsg = 502
	EGCSystemMsg_k_EGCMsgUpdateSession                            EGCSystemMsg = 503
	EGCSystemMsg_k_EGCMsgGCAccountVacStatusChange                 EGCSystemMsg = 504
	EGCSystemMsg_k_EGCMsgCheckFriendship                          EGCSystemMsg = 505
	EGCSystemMsg_k_EGCMsgCheckFriendshipResponse                  EGCSystemMsg = 506
	EGCSystemMsg_k_EGCMsgGetPartnerAccountLink                    EGCSystemMsg = 507
	EGCSystemMsg_k_EGCMsgGetPartnerAccountLinkResponse            EGCSystemMsg = 508
	EGCSystemMsg_k_EGCMsgDPPartnerMicroTxns                       EGCSystemMsg = 512
	EGCSystemMsg_k_EGCMsgDPPartnerMicroTxnsResponse               EGCSystemMsg = 513
	EGCSystemMsg_k_EGCMsgVacVerificationChange                    EGCSystemMsg = 518
	EGCSystemMsg_k_EGCMsgAccountPhoneNumberChange                 EGCSystemMsg = 519
	EGCSystemMsg_k_EGCMsgInviteUserToLobby                        EGCSystemMsg = 523
	EGCSystemMsg_k_EGCMsgGetGamePersonalDataCategoriesRequest     EGCSystemMsg = 524
	EGCSystemMsg_k_EGCMsgGetGamePersonalDataCategoriesResponse    EGCSystemMsg = 525
	EGCSystemMsg_k_EGCMsgGetGamePersonalDataEntriesRequest        EGCSystemMsg = 526
	EGCSystemMsg_k_EGCMsgGetGamePersonalDataEntriesResponse       EGCSystemMsg = 527
	EGCSystemMsg_k_EGCMsgTerminateGamePersonalDataEntriesRequest  EGCSystemMsg = 528
	EGCSystemMsg_k_EGCMsgTerminateGamePersonalDataEntriesResponse EGCSystemMsg = 529
)

func (EGCSystemMsg) Enum

func (x EGCSystemMsg) Enum() *EGCSystemMsg

func (EGCSystemMsg) EnumDescriptor

func (EGCSystemMsg) EnumDescriptor() ([]byte, []int)

func (EGCSystemMsg) String

func (x EGCSystemMsg) String() string

func (*EGCSystemMsg) UnmarshalJSON

func (x *EGCSystemMsg) UnmarshalJSON(data []byte) error

type EGCToGCMsg

type EGCToGCMsg int32
const (
	EGCToGCMsg_k_EGCToGCMsgMasterAck             EGCToGCMsg = 150
	EGCToGCMsg_k_EGCToGCMsgMasterAckResponse     EGCToGCMsg = 151
	EGCToGCMsg_k_EGCToGCMsgRouted                EGCToGCMsg = 152
	EGCToGCMsg_k_EGCToGCMsgRoutedReply           EGCToGCMsg = 153
	EGCToGCMsg_k_EMsgUpdateSessionIP             EGCToGCMsg = 154
	EGCToGCMsg_k_EMsgRequestSessionIP            EGCToGCMsg = 155
	EGCToGCMsg_k_EMsgRequestSessionIPResponse    EGCToGCMsg = 156
	EGCToGCMsg_k_EGCToGCMsgMasterStartupComplete EGCToGCMsg = 157
)

func (EGCToGCMsg) Enum

func (x EGCToGCMsg) Enum() *EGCToGCMsg

func (EGCToGCMsg) EnumDescriptor

func (EGCToGCMsg) EnumDescriptor() ([]byte, []int)

func (EGCToGCMsg) String

func (x EGCToGCMsg) String() string

func (*EGCToGCMsg) UnmarshalJSON

func (x *EGCToGCMsg) UnmarshalJSON(data []byte) error

type ESOMsg

type ESOMsg int32
const (
	ESOMsg_k_ESOMsg_Create                   ESOMsg = 21
	ESOMsg_k_ESOMsg_Update                   ESOMsg = 22
	ESOMsg_k_ESOMsg_Destroy                  ESOMsg = 23
	ESOMsg_k_ESOMsg_CacheSubscribed          ESOMsg = 24
	ESOMsg_k_ESOMsg_CacheUnsubscribed        ESOMsg = 25
	ESOMsg_k_ESOMsg_UpdateMultiple           ESOMsg = 26
	ESOMsg_k_ESOMsg_CacheSubscriptionCheck   ESOMsg = 27
	ESOMsg_k_ESOMsg_CacheSubscriptionRefresh ESOMsg = 28
)

func (ESOMsg) Enum

func (x ESOMsg) Enum() *ESOMsg

func (ESOMsg) EnumDescriptor

func (ESOMsg) EnumDescriptor() ([]byte, []int)

func (ESOMsg) String

func (x ESOMsg) String() string

func (*ESOMsg) UnmarshalJSON

func (x *ESOMsg) UnmarshalJSON(data []byte) error

type ESplitScreenMessageType

type ESplitScreenMessageType int32
const (
	ESplitScreenMessageType_MSG_SPLITSCREEN_ADDUSER    ESplitScreenMessageType = 0
	ESplitScreenMessageType_MSG_SPLITSCREEN_REMOVEUSER ESplitScreenMessageType = 1
	ESplitScreenMessageType_MSG_SPLITSCREEN_TYPE_BITS  ESplitScreenMessageType = 1
)

func (ESplitScreenMessageType) Enum

func (ESplitScreenMessageType) EnumDescriptor

func (ESplitScreenMessageType) EnumDescriptor() ([]byte, []int)

func (ESplitScreenMessageType) String

func (x ESplitScreenMessageType) String() string

func (*ESplitScreenMessageType) UnmarshalJSON

func (x *ESplitScreenMessageType) UnmarshalJSON(data []byte) error

type EUnlockStyle

type EUnlockStyle int32
const (
	EUnlockStyle_k_UnlockStyle_Succeeded               EUnlockStyle = 0
	EUnlockStyle_k_UnlockStyle_Failed_PreReq           EUnlockStyle = 1
	EUnlockStyle_k_UnlockStyle_Failed_CantAfford       EUnlockStyle = 2
	EUnlockStyle_k_UnlockStyle_Failed_CantCommit       EUnlockStyle = 3
	EUnlockStyle_k_UnlockStyle_Failed_CantLockCache    EUnlockStyle = 4
	EUnlockStyle_k_UnlockStyle_Failed_CantAffordAttrib EUnlockStyle = 5
)

func (EUnlockStyle) Enum

func (x EUnlockStyle) Enum() *EUnlockStyle

func (EUnlockStyle) EnumDescriptor

func (EUnlockStyle) EnumDescriptor() ([]byte, []int)

func (EUnlockStyle) String

func (x EUnlockStyle) String() string

func (*EUnlockStyle) UnmarshalJSON

func (x *EUnlockStyle) UnmarshalJSON(data []byte) error

type GCClientLauncherType

type GCClientLauncherType int32
const (
	GCClientLauncherType_GCClientLauncherType_DEFAULT      GCClientLauncherType = 0
	GCClientLauncherType_GCClientLauncherType_PERFECTWORLD GCClientLauncherType = 1
	GCClientLauncherType_GCClientLauncherType_STEAMCHINA   GCClientLauncherType = 2
)

func (GCClientLauncherType) Enum

func (GCClientLauncherType) EnumDescriptor

func (GCClientLauncherType) EnumDescriptor() ([]byte, []int)

func (GCClientLauncherType) String

func (x GCClientLauncherType) String() string

func (*GCClientLauncherType) UnmarshalJSON

func (x *GCClientLauncherType) UnmarshalJSON(data []byte) error

type GCConnectionStatus

type GCConnectionStatus int32
const (
	GCConnectionStatus_GCConnectionStatus_HAVE_SESSION              GCConnectionStatus = 0
	GCConnectionStatus_GCConnectionStatus_GC_GOING_DOWN             GCConnectionStatus = 1
	GCConnectionStatus_GCConnectionStatus_NO_SESSION                GCConnectionStatus = 2
	GCConnectionStatus_GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE GCConnectionStatus = 3
	GCConnectionStatus_GCConnectionStatus_NO_STEAM                  GCConnectionStatus = 4
)
const Default_CMsgConnectionStatus_Status GCConnectionStatus = GCConnectionStatus_GCConnectionStatus_HAVE_SESSION

func (GCConnectionStatus) Enum

func (GCConnectionStatus) EnumDescriptor

func (GCConnectionStatus) EnumDescriptor() ([]byte, []int)

func (GCConnectionStatus) String

func (x GCConnectionStatus) String() string

func (*GCConnectionStatus) UnmarshalJSON

func (x *GCConnectionStatus) UnmarshalJSON(data []byte) error

type GCProtoBufMsgSrc

type GCProtoBufMsgSrc int32
const (
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_Unspecified GCProtoBufMsgSrc = 0
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromSystem  GCProtoBufMsgSrc = 1
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromSteamID GCProtoBufMsgSrc = 2
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromGC      GCProtoBufMsgSrc = 3
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_ReplySystem GCProtoBufMsgSrc = 4
)
const Default_CMsgProtoBufHeader_GcMsgSrc GCProtoBufMsgSrc = GCProtoBufMsgSrc_GCProtoBufMsgSrc_Unspecified

func (GCProtoBufMsgSrc) Enum

func (GCProtoBufMsgSrc) EnumDescriptor

func (GCProtoBufMsgSrc) EnumDescriptor() ([]byte, []int)

func (GCProtoBufMsgSrc) String

func (x GCProtoBufMsgSrc) String() string

func (*GCProtoBufMsgSrc) UnmarshalJSON

func (x *GCProtoBufMsgSrc) UnmarshalJSON(data []byte) error

type GC_BannedWordType

type GC_BannedWordType int32
const (
	GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD GC_BannedWordType = 0
	GC_BannedWordType_GC_BANNED_WORD_ENABLE_WORD  GC_BannedWordType = 1
)
const Default_CMsgGCBannedWord_WordType GC_BannedWordType = GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD

func (GC_BannedWordType) Enum

func (GC_BannedWordType) EnumDescriptor

func (GC_BannedWordType) EnumDescriptor() ([]byte, []int)

func (GC_BannedWordType) String

func (x GC_BannedWordType) String() string

func (*GC_BannedWordType) UnmarshalJSON

func (x *GC_BannedWordType) UnmarshalJSON(data []byte) error

type GameServerPing

type GameServerPing struct {
	GameserverId     *uint64 `protobuf:"varint,1,opt,name=gameserver_id" json:"gameserver_id,omitempty"`
	Ping             *int32  `protobuf:"varint,2,opt,name=ping" json:"ping,omitempty"`
	Ip               *uint32 `protobuf:"varint,3,opt,name=ip" json:"ip,omitempty"`
	Port             *uint32 `protobuf:"varint,4,opt,name=port" json:"port,omitempty"`
	Instances        *uint32 `protobuf:"varint,5,opt,name=instances" json:"instances,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*GameServerPing) Descriptor

func (*GameServerPing) Descriptor() ([]byte, []int)

func (*GameServerPing) GetGameserverId

func (m *GameServerPing) GetGameserverId() uint64

func (*GameServerPing) GetInstances

func (m *GameServerPing) GetInstances() uint32

func (*GameServerPing) GetIp

func (m *GameServerPing) GetIp() uint32

func (*GameServerPing) GetPing

func (m *GameServerPing) GetPing() int32

func (*GameServerPing) GetPort

func (m *GameServerPing) GetPort() uint32

func (*GameServerPing) ProtoMessage

func (*GameServerPing) ProtoMessage()

func (*GameServerPing) Reset

func (m *GameServerPing) Reset()

func (*GameServerPing) String

func (m *GameServerPing) String() string

type GlobalStatistics

type GlobalStatistics struct {
	PlayersOnline           *uint32                    `protobuf:"varint,1,opt,name=players_online" json:"players_online,omitempty"`
	ServersOnline           *uint32                    `protobuf:"varint,2,opt,name=servers_online" json:"servers_online,omitempty"`
	PlayersSearching        *uint32                    `protobuf:"varint,3,opt,name=players_searching" json:"players_searching,omitempty"`
	ServersAvailable        *uint32                    `protobuf:"varint,4,opt,name=servers_available" json:"servers_available,omitempty"`
	OngoingMatches          *uint32                    `protobuf:"varint,5,opt,name=ongoing_matches" json:"ongoing_matches,omitempty"`
	SearchTimeAvg           *uint32                    `protobuf:"varint,6,opt,name=search_time_avg" json:"search_time_avg,omitempty"`
	SearchStatistics        []*DetailedSearchStatistic `protobuf:"bytes,7,rep,name=search_statistics" json:"search_statistics,omitempty"`
	MainPostUrl             *string                    `protobuf:"bytes,8,opt,name=main_post_url" json:"main_post_url,omitempty"`
	RequiredAppidVersion    *uint32                    `protobuf:"varint,9,opt,name=required_appid_version" json:"required_appid_version,omitempty"`
	PricesheetVersion       *uint32                    `protobuf:"varint,10,opt,name=pricesheet_version" json:"pricesheet_version,omitempty"`
	TwitchStreamsVersion    *uint32                    `protobuf:"varint,11,opt,name=twitch_streams_version" json:"twitch_streams_version,omitempty"`
	ActiveTournamentEventid *uint32                    `protobuf:"varint,12,opt,name=active_tournament_eventid" json:"active_tournament_eventid,omitempty"`
	ActiveSurveyId          *uint32                    `protobuf:"varint,13,opt,name=active_survey_id" json:"active_survey_id,omitempty"`
	XXX_unrecognized        []byte                     `json:"-"`
}

func (*GlobalStatistics) Descriptor

func (*GlobalStatistics) Descriptor() ([]byte, []int)

func (*GlobalStatistics) GetActiveSurveyId

func (m *GlobalStatistics) GetActiveSurveyId() uint32

func (*GlobalStatistics) GetActiveTournamentEventid

func (m *GlobalStatistics) GetActiveTournamentEventid() uint32

func (*GlobalStatistics) GetMainPostUrl

func (m *GlobalStatistics) GetMainPostUrl() string

func (*GlobalStatistics) GetOngoingMatches

func (m *GlobalStatistics) GetOngoingMatches() uint32

func (*GlobalStatistics) GetPlayersOnline

func (m *GlobalStatistics) GetPlayersOnline() uint32

func (*GlobalStatistics) GetPlayersSearching

func (m *GlobalStatistics) GetPlayersSearching() uint32

func (*GlobalStatistics) GetPricesheetVersion

func (m *GlobalStatistics) GetPricesheetVersion() uint32

func (*GlobalStatistics) GetRequiredAppidVersion

func (m *GlobalStatistics) GetRequiredAppidVersion() uint32

func (*GlobalStatistics) GetSearchStatistics

func (m *GlobalStatistics) GetSearchStatistics() []*DetailedSearchStatistic

func (*GlobalStatistics) GetSearchTimeAvg

func (m *GlobalStatistics) GetSearchTimeAvg() uint32

func (*GlobalStatistics) GetServersAvailable

func (m *GlobalStatistics) GetServersAvailable() uint32

func (*GlobalStatistics) GetServersOnline

func (m *GlobalStatistics) GetServersOnline() uint32

func (*GlobalStatistics) GetTwitchStreamsVersion

func (m *GlobalStatistics) GetTwitchStreamsVersion() uint32

func (*GlobalStatistics) ProtoMessage

func (*GlobalStatistics) ProtoMessage()

func (*GlobalStatistics) Reset

func (m *GlobalStatistics) Reset()

func (*GlobalStatistics) String

func (m *GlobalStatistics) String() string

type IpAddressMask

type IpAddressMask struct {
	A                *uint32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"`
	B                *uint32 `protobuf:"varint,2,opt,name=b" json:"b,omitempty"`
	C                *uint32 `protobuf:"varint,3,opt,name=c" json:"c,omitempty"`
	D                *uint32 `protobuf:"varint,4,opt,name=d" json:"d,omitempty"`
	Bits             *uint32 `protobuf:"varint,5,opt,name=bits" json:"bits,omitempty"`
	Token            *uint32 `protobuf:"varint,6,opt,name=token" json:"token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*IpAddressMask) Descriptor

func (*IpAddressMask) Descriptor() ([]byte, []int)

func (*IpAddressMask) GetA

func (m *IpAddressMask) GetA() uint32

func (*IpAddressMask) GetB

func (m *IpAddressMask) GetB() uint32

func (*IpAddressMask) GetBits

func (m *IpAddressMask) GetBits() uint32

func (*IpAddressMask) GetC

func (m *IpAddressMask) GetC() uint32

func (*IpAddressMask) GetD

func (m *IpAddressMask) GetD() uint32

func (*IpAddressMask) GetToken

func (m *IpAddressMask) GetToken() uint32

func (*IpAddressMask) ProtoMessage

func (*IpAddressMask) ProtoMessage()

func (*IpAddressMask) Reset

func (m *IpAddressMask) Reset()

func (*IpAddressMask) String

func (m *IpAddressMask) String() string

type MatchEndItemUpdates

type MatchEndItemUpdates struct {
	ItemId             *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
	ItemAttrDefidx     *uint32 `protobuf:"varint,2,opt,name=item_attr_defidx" json:"item_attr_defidx,omitempty"`
	ItemAttrDeltaValue *uint32 `protobuf:"varint,3,opt,name=item_attr_delta_value" json:"item_attr_delta_value,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*MatchEndItemUpdates) Descriptor

func (*MatchEndItemUpdates) Descriptor() ([]byte, []int)

func (*MatchEndItemUpdates) GetItemAttrDefidx

func (m *MatchEndItemUpdates) GetItemAttrDefidx() uint32

func (*MatchEndItemUpdates) GetItemAttrDeltaValue

func (m *MatchEndItemUpdates) GetItemAttrDeltaValue() uint32

func (*MatchEndItemUpdates) GetItemId

func (m *MatchEndItemUpdates) GetItemId() uint64

func (*MatchEndItemUpdates) ProtoMessage

func (*MatchEndItemUpdates) ProtoMessage()

func (*MatchEndItemUpdates) Reset

func (m *MatchEndItemUpdates) Reset()

func (*MatchEndItemUpdates) String

func (m *MatchEndItemUpdates) String() string

type NET_Messages

type NET_Messages int32
const (
	NET_Messages_net_NOP              NET_Messages = 0
	NET_Messages_net_Disconnect       NET_Messages = 1
	NET_Messages_net_File             NET_Messages = 2
	NET_Messages_net_SplitScreenUser  NET_Messages = 3
	NET_Messages_net_Tick             NET_Messages = 4
	NET_Messages_net_StringCmd        NET_Messages = 5
	NET_Messages_net_SetConVar        NET_Messages = 6
	NET_Messages_net_SignonState      NET_Messages = 7
	NET_Messages_net_PlayerAvatarData NET_Messages = 100
)

func (NET_Messages) Enum

func (x NET_Messages) Enum() *NET_Messages

func (NET_Messages) EnumDescriptor

func (NET_Messages) EnumDescriptor() ([]byte, []int)

func (NET_Messages) String

func (x NET_Messages) String() string

func (*NET_Messages) UnmarshalJSON

func (x *NET_Messages) UnmarshalJSON(data []byte) error

type OperationalStatisticDescription

type OperationalStatisticDescription struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Idkey            *uint32 `protobuf:"varint,2,opt,name=idkey" json:"idkey,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*OperationalStatisticDescription) Descriptor

func (*OperationalStatisticDescription) Descriptor() ([]byte, []int)

func (*OperationalStatisticDescription) GetIdkey

func (*OperationalStatisticDescription) GetName

func (*OperationalStatisticDescription) ProtoMessage

func (*OperationalStatisticDescription) ProtoMessage()

func (*OperationalStatisticDescription) Reset

func (*OperationalStatisticDescription) String

type OperationalStatisticElement

type OperationalStatisticElement struct {
	Idkey            *uint32 `protobuf:"varint,1,opt,name=idkey" json:"idkey,omitempty"`
	Values           []int32 `protobuf:"varint,2,rep,name=values" json:"values,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*OperationalStatisticElement) Descriptor

func (*OperationalStatisticElement) Descriptor() ([]byte, []int)

func (*OperationalStatisticElement) GetIdkey

func (m *OperationalStatisticElement) GetIdkey() uint32

func (*OperationalStatisticElement) GetValues

func (m *OperationalStatisticElement) GetValues() []int32

func (*OperationalStatisticElement) ProtoMessage

func (*OperationalStatisticElement) ProtoMessage()

func (*OperationalStatisticElement) Reset

func (m *OperationalStatisticElement) Reset()

func (*OperationalStatisticElement) String

func (m *OperationalStatisticElement) String() string

type OperationalStatisticsPacket

type OperationalStatisticsPacket struct {
	Packetid         *int32                         `protobuf:"varint,1,opt,name=packetid" json:"packetid,omitempty"`
	Mstimestamp      *int32                         `protobuf:"varint,2,opt,name=mstimestamp" json:"mstimestamp,omitempty"`
	Values           []*OperationalStatisticElement `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*OperationalStatisticsPacket) Descriptor

func (*OperationalStatisticsPacket) Descriptor() ([]byte, []int)

func (*OperationalStatisticsPacket) GetMstimestamp

func (m *OperationalStatisticsPacket) GetMstimestamp() int32

func (*OperationalStatisticsPacket) GetPacketid

func (m *OperationalStatisticsPacket) GetPacketid() int32

func (*OperationalStatisticsPacket) GetValues

func (*OperationalStatisticsPacket) ProtoMessage

func (*OperationalStatisticsPacket) ProtoMessage()

func (*OperationalStatisticsPacket) Reset

func (m *OperationalStatisticsPacket) Reset()

func (*OperationalStatisticsPacket) String

func (m *OperationalStatisticsPacket) String() string

type PlayerCommendationInfo

type PlayerCommendationInfo struct {
	CmdFriendly      *uint32 `protobuf:"varint,1,opt,name=cmd_friendly" json:"cmd_friendly,omitempty"`
	CmdTeaching      *uint32 `protobuf:"varint,2,opt,name=cmd_teaching" json:"cmd_teaching,omitempty"`
	CmdLeader        *uint32 `protobuf:"varint,4,opt,name=cmd_leader" json:"cmd_leader,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PlayerCommendationInfo) Descriptor

func (*PlayerCommendationInfo) Descriptor() ([]byte, []int)

func (*PlayerCommendationInfo) GetCmdFriendly

func (m *PlayerCommendationInfo) GetCmdFriendly() uint32

func (*PlayerCommendationInfo) GetCmdLeader

func (m *PlayerCommendationInfo) GetCmdLeader() uint32

func (*PlayerCommendationInfo) GetCmdTeaching

func (m *PlayerCommendationInfo) GetCmdTeaching() uint32

func (*PlayerCommendationInfo) ProtoMessage

func (*PlayerCommendationInfo) ProtoMessage()

func (*PlayerCommendationInfo) Reset

func (m *PlayerCommendationInfo) Reset()

func (*PlayerCommendationInfo) String

func (m *PlayerCommendationInfo) String() string

type PlayerMedalsInfo

type PlayerMedalsInfo struct {
	MedalTeam                 *uint32  `protobuf:"varint,1,opt,name=medal_team" json:"medal_team,omitempty"`
	MedalCombat               *uint32  `protobuf:"varint,2,opt,name=medal_combat" json:"medal_combat,omitempty"`
	MedalWeapon               *uint32  `protobuf:"varint,3,opt,name=medal_weapon" json:"medal_weapon,omitempty"`
	MedalGlobal               *uint32  `protobuf:"varint,4,opt,name=medal_global" json:"medal_global,omitempty"`
	MedalArms                 *uint32  `protobuf:"varint,5,opt,name=medal_arms" json:"medal_arms,omitempty"`
	DisplayItemsDefidx        []uint32 `protobuf:"varint,7,rep,name=display_items_defidx" json:"display_items_defidx,omitempty"`
	FeaturedDisplayItemDefidx *uint32  `protobuf:"varint,8,opt,name=featured_display_item_defidx" json:"featured_display_item_defidx,omitempty"`
	XXX_unrecognized          []byte   `json:"-"`
}

func (*PlayerMedalsInfo) Descriptor

func (*PlayerMedalsInfo) Descriptor() ([]byte, []int)

func (*PlayerMedalsInfo) GetDisplayItemsDefidx

func (m *PlayerMedalsInfo) GetDisplayItemsDefidx() []uint32

func (*PlayerMedalsInfo) GetFeaturedDisplayItemDefidx

func (m *PlayerMedalsInfo) GetFeaturedDisplayItemDefidx() uint32

func (*PlayerMedalsInfo) GetMedalArms

func (m *PlayerMedalsInfo) GetMedalArms() uint32

func (*PlayerMedalsInfo) GetMedalCombat

func (m *PlayerMedalsInfo) GetMedalCombat() uint32

func (*PlayerMedalsInfo) GetMedalGlobal

func (m *PlayerMedalsInfo) GetMedalGlobal() uint32

func (*PlayerMedalsInfo) GetMedalTeam

func (m *PlayerMedalsInfo) GetMedalTeam() uint32

func (*PlayerMedalsInfo) GetMedalWeapon

func (m *PlayerMedalsInfo) GetMedalWeapon() uint32

func (*PlayerMedalsInfo) ProtoMessage

func (*PlayerMedalsInfo) ProtoMessage()

func (*PlayerMedalsInfo) Reset

func (m *PlayerMedalsInfo) Reset()

func (*PlayerMedalsInfo) String

func (m *PlayerMedalsInfo) String() string

type PlayerQuestData

type PlayerQuestData struct {
	QuesterAccountId *uint32                          `protobuf:"varint,1,opt,name=quester_account_id" json:"quester_account_id,omitempty"`
	QuestItemData    []*PlayerQuestData_QuestItemData `protobuf:"bytes,2,rep,name=quest_item_data" json:"quest_item_data,omitempty"`
	XpProgressData   []*XpProgressData                `protobuf:"bytes,3,rep,name=xp_progress_data" json:"xp_progress_data,omitempty"`
	TimePlayed       *uint32                          `protobuf:"varint,4,opt,name=time_played" json:"time_played,omitempty"`
	MmGameMode       *uint32                          `protobuf:"varint,5,opt,name=mm_game_mode" json:"mm_game_mode,omitempty"`
	ItemUpdates      []*MatchEndItemUpdates           `protobuf:"bytes,6,rep,name=item_updates" json:"item_updates,omitempty"`
	XXX_unrecognized []byte                           `json:"-"`
}

func (*PlayerQuestData) Descriptor

func (*PlayerQuestData) Descriptor() ([]byte, []int)

func (*PlayerQuestData) GetItemUpdates

func (m *PlayerQuestData) GetItemUpdates() []*MatchEndItemUpdates

func (*PlayerQuestData) GetMmGameMode

func (m *PlayerQuestData) GetMmGameMode() uint32

func (*PlayerQuestData) GetQuestItemData

func (m *PlayerQuestData) GetQuestItemData() []*PlayerQuestData_QuestItemData

func (*PlayerQuestData) GetQuesterAccountId

func (m *PlayerQuestData) GetQuesterAccountId() uint32

func (*PlayerQuestData) GetTimePlayed

func (m *PlayerQuestData) GetTimePlayed() uint32

func (*PlayerQuestData) GetXpProgressData

func (m *PlayerQuestData) GetXpProgressData() []*XpProgressData

func (*PlayerQuestData) ProtoMessage

func (*PlayerQuestData) ProtoMessage()

func (*PlayerQuestData) Reset

func (m *PlayerQuestData) Reset()

func (*PlayerQuestData) String

func (m *PlayerQuestData) String() string

type PlayerQuestData_QuestItemData

type PlayerQuestData_QuestItemData struct {
	QuestId                 *uint64 `protobuf:"varint,1,opt,name=quest_id" json:"quest_id,omitempty"`
	QuestNormalPointsEarned *int32  `protobuf:"varint,2,opt,name=quest_normal_points_earned" json:"quest_normal_points_earned,omitempty"`
	QuestBonusPointsEarned  *int32  `protobuf:"varint,3,opt,name=quest_bonus_points_earned" json:"quest_bonus_points_earned,omitempty"`
	XXX_unrecognized        []byte  `json:"-"`
}

func (*PlayerQuestData_QuestItemData) Descriptor

func (*PlayerQuestData_QuestItemData) Descriptor() ([]byte, []int)

func (*PlayerQuestData_QuestItemData) GetQuestBonusPointsEarned

func (m *PlayerQuestData_QuestItemData) GetQuestBonusPointsEarned() int32

func (*PlayerQuestData_QuestItemData) GetQuestId

func (m *PlayerQuestData_QuestItemData) GetQuestId() uint64

func (*PlayerQuestData_QuestItemData) GetQuestNormalPointsEarned

func (m *PlayerQuestData_QuestItemData) GetQuestNormalPointsEarned() int32

func (*PlayerQuestData_QuestItemData) ProtoMessage

func (*PlayerQuestData_QuestItemData) ProtoMessage()

func (*PlayerQuestData_QuestItemData) Reset

func (m *PlayerQuestData_QuestItemData) Reset()

func (*PlayerQuestData_QuestItemData) String

type PlayerRankingInfo

type PlayerRankingInfo struct {
	AccountId        *uint32  `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	RankId           *uint32  `protobuf:"varint,2,opt,name=rank_id" json:"rank_id,omitempty"`
	Wins             *uint32  `protobuf:"varint,3,opt,name=wins" json:"wins,omitempty"`
	RankChange       *float32 `protobuf:"fixed32,4,opt,name=rank_change" json:"rank_change,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*PlayerRankingInfo) Descriptor

func (*PlayerRankingInfo) Descriptor() ([]byte, []int)

func (*PlayerRankingInfo) GetAccountId

func (m *PlayerRankingInfo) GetAccountId() uint32

func (*PlayerRankingInfo) GetRankChange

func (m *PlayerRankingInfo) GetRankChange() float32

func (*PlayerRankingInfo) GetRankId

func (m *PlayerRankingInfo) GetRankId() uint32

func (*PlayerRankingInfo) GetWins

func (m *PlayerRankingInfo) GetWins() uint32

func (*PlayerRankingInfo) ProtoMessage

func (*PlayerRankingInfo) ProtoMessage()

func (*PlayerRankingInfo) Reset

func (m *PlayerRankingInfo) Reset()

func (*PlayerRankingInfo) String

func (m *PlayerRankingInfo) String() string

type SVC_Messages

type SVC_Messages int32
const (
	SVC_Messages_svc_ServerInfo        SVC_Messages = 8
	SVC_Messages_svc_SendTable         SVC_Messages = 9
	SVC_Messages_svc_ClassInfo         SVC_Messages = 10
	SVC_Messages_svc_SetPause          SVC_Messages = 11
	SVC_Messages_svc_CreateStringTable SVC_Messages = 12
	SVC_Messages_svc_UpdateStringTable SVC_Messages = 13
	SVC_Messages_svc_VoiceInit         SVC_Messages = 14
	SVC_Messages_svc_VoiceData         SVC_Messages = 15
	SVC_Messages_svc_Print             SVC_Messages = 16
	SVC_Messages_svc_Sounds            SVC_Messages = 17
	SVC_Messages_svc_SetView           SVC_Messages = 18
	SVC_Messages_svc_FixAngle          SVC_Messages = 19
	SVC_Messages_svc_CrosshairAngle    SVC_Messages = 20
	SVC_Messages_svc_BSPDecal          SVC_Messages = 21
	SVC_Messages_svc_SplitScreen       SVC_Messages = 22
	SVC_Messages_svc_UserMessage       SVC_Messages = 23
	SVC_Messages_svc_EntityMessage     SVC_Messages = 24
	SVC_Messages_svc_GameEvent         SVC_Messages = 25
	SVC_Messages_svc_PacketEntities    SVC_Messages = 26
	SVC_Messages_svc_TempEntities      SVC_Messages = 27
	SVC_Messages_svc_Prefetch          SVC_Messages = 28
	SVC_Messages_svc_Menu              SVC_Messages = 29
	SVC_Messages_svc_GameEventList     SVC_Messages = 30
	SVC_Messages_svc_GetCvarValue      SVC_Messages = 31
	SVC_Messages_svc_PaintmapData      SVC_Messages = 33
	SVC_Messages_svc_CmdKeyValues      SVC_Messages = 34
	SVC_Messages_svc_EncryptedData     SVC_Messages = 35
)

func (SVC_Messages) Enum

func (x SVC_Messages) Enum() *SVC_Messages

func (SVC_Messages) EnumDescriptor

func (SVC_Messages) EnumDescriptor() ([]byte, []int)

func (SVC_Messages) String

func (x SVC_Messages) String() string

func (*SVC_Messages) UnmarshalJSON

func (x *SVC_Messages) UnmarshalJSON(data []byte) error

type ServerHltvInfo

type ServerHltvInfo struct {
	TvUdpPort        *uint32 `protobuf:"varint,1,opt,name=tv_udp_port" json:"tv_udp_port,omitempty"`
	TvWatchKey       *uint64 `protobuf:"varint,2,opt,name=tv_watch_key" json:"tv_watch_key,omitempty"`
	TvSlots          *uint32 `protobuf:"varint,3,opt,name=tv_slots" json:"tv_slots,omitempty"`
	TvClients        *uint32 `protobuf:"varint,4,opt,name=tv_clients" json:"tv_clients,omitempty"`
	TvProxies        *uint32 `protobuf:"varint,5,opt,name=tv_proxies" json:"tv_proxies,omitempty"`
	TvTime           *uint32 `protobuf:"varint,6,opt,name=tv_time" json:"tv_time,omitempty"`
	GameType         *uint32 `protobuf:"varint,8,opt,name=game_type" json:"game_type,omitempty"`
	GameMapgroup     *string `protobuf:"bytes,9,opt,name=game_mapgroup" json:"game_mapgroup,omitempty"`
	GameMap          *string `protobuf:"bytes,10,opt,name=game_map" json:"game_map,omitempty"`
	TvMasterSteamid  *uint64 `protobuf:"varint,11,opt,name=tv_master_steamid" json:"tv_master_steamid,omitempty"`
	TvLocalSlots     *uint32 `protobuf:"varint,12,opt,name=tv_local_slots" json:"tv_local_slots,omitempty"`
	TvLocalClients   *uint32 `protobuf:"varint,13,opt,name=tv_local_clients" json:"tv_local_clients,omitempty"`
	TvLocalProxies   *uint32 `protobuf:"varint,14,opt,name=tv_local_proxies" json:"tv_local_proxies,omitempty"`
	TvRelaySlots     *uint32 `protobuf:"varint,15,opt,name=tv_relay_slots" json:"tv_relay_slots,omitempty"`
	TvRelayClients   *uint32 `protobuf:"varint,16,opt,name=tv_relay_clients" json:"tv_relay_clients,omitempty"`
	TvRelayProxies   *uint32 `protobuf:"varint,17,opt,name=tv_relay_proxies" json:"tv_relay_proxies,omitempty"`
	TvRelayAddress   *uint32 `protobuf:"varint,18,opt,name=tv_relay_address" json:"tv_relay_address,omitempty"`
	TvRelayPort      *uint32 `protobuf:"varint,19,opt,name=tv_relay_port" json:"tv_relay_port,omitempty"`
	TvRelaySteamid   *uint64 `protobuf:"varint,20,opt,name=tv_relay_steamid" json:"tv_relay_steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ServerHltvInfo) Descriptor

func (*ServerHltvInfo) Descriptor() ([]byte, []int)

func (*ServerHltvInfo) GetGameMap

func (m *ServerHltvInfo) GetGameMap() string

func (*ServerHltvInfo) GetGameMapgroup

func (m *ServerHltvInfo) GetGameMapgroup() string

func (*ServerHltvInfo) GetGameType

func (m *ServerHltvInfo) GetGameType() uint32

func (*ServerHltvInfo) GetTvClients

func (m *ServerHltvInfo) GetTvClients() uint32

func (*ServerHltvInfo) GetTvLocalClients

func (m *ServerHltvInfo) GetTvLocalClients() uint32

func (*ServerHltvInfo) GetTvLocalProxies

func (m *ServerHltvInfo) GetTvLocalProxies() uint32

func (*ServerHltvInfo) GetTvLocalSlots

func (m *ServerHltvInfo) GetTvLocalSlots() uint32

func (*ServerHltvInfo) GetTvMasterSteamid

func (m *ServerHltvInfo) GetTvMasterSteamid() uint64

func (*ServerHltvInfo) GetTvProxies

func (m *ServerHltvInfo) GetTvProxies() uint32

func (*ServerHltvInfo) GetTvRelayAddress

func (m *ServerHltvInfo) GetTvRelayAddress() uint32

func (*ServerHltvInfo) GetTvRelayClients

func (m *ServerHltvInfo) GetTvRelayClients() uint32

func (*ServerHltvInfo) GetTvRelayPort

func (m *ServerHltvInfo) GetTvRelayPort() uint32

func (*ServerHltvInfo) GetTvRelayProxies

func (m *ServerHltvInfo) GetTvRelayProxies() uint32

func (*ServerHltvInfo) GetTvRelaySlots

func (m *ServerHltvInfo) GetTvRelaySlots() uint32

func (*ServerHltvInfo) GetTvRelaySteamid

func (m *ServerHltvInfo) GetTvRelaySteamid() uint64

func (*ServerHltvInfo) GetTvSlots

func (m *ServerHltvInfo) GetTvSlots() uint32

func (*ServerHltvInfo) GetTvTime

func (m *ServerHltvInfo) GetTvTime() uint32

func (*ServerHltvInfo) GetTvUdpPort

func (m *ServerHltvInfo) GetTvUdpPort() uint32

func (*ServerHltvInfo) GetTvWatchKey

func (m *ServerHltvInfo) GetTvWatchKey() uint64

func (*ServerHltvInfo) ProtoMessage

func (*ServerHltvInfo) ProtoMessage()

func (*ServerHltvInfo) Reset

func (m *ServerHltvInfo) Reset()

func (*ServerHltvInfo) String

func (m *ServerHltvInfo) String() string

type TournamentEvent

type TournamentEvent struct {
	EventId          *int32  `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
	EventTag         *string `protobuf:"bytes,2,opt,name=event_tag" json:"event_tag,omitempty"`
	EventName        *string `protobuf:"bytes,3,opt,name=event_name" json:"event_name,omitempty"`
	EventTimeStart   *uint32 `protobuf:"varint,4,opt,name=event_time_start" json:"event_time_start,omitempty"`
	EventTimeEnd     *uint32 `protobuf:"varint,5,opt,name=event_time_end" json:"event_time_end,omitempty"`
	EventPublic      *int32  `protobuf:"varint,6,opt,name=event_public" json:"event_public,omitempty"`
	EventStageId     *int32  `protobuf:"varint,7,opt,name=event_stage_id" json:"event_stage_id,omitempty"`
	EventStageName   *string `protobuf:"bytes,8,opt,name=event_stage_name" json:"event_stage_name,omitempty"`
	ActiveSectionId  *uint32 `protobuf:"varint,9,opt,name=active_section_id" json:"active_section_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*TournamentEvent) Descriptor

func (*TournamentEvent) Descriptor() ([]byte, []int)

func (*TournamentEvent) GetActiveSectionId

func (m *TournamentEvent) GetActiveSectionId() uint32

func (*TournamentEvent) GetEventId

func (m *TournamentEvent) GetEventId() int32

func (*TournamentEvent) GetEventName

func (m *TournamentEvent) GetEventName() string

func (*TournamentEvent) GetEventPublic

func (m *TournamentEvent) GetEventPublic() int32

func (*TournamentEvent) GetEventStageId

func (m *TournamentEvent) GetEventStageId() int32

func (*TournamentEvent) GetEventStageName

func (m *TournamentEvent) GetEventStageName() string

func (*TournamentEvent) GetEventTag

func (m *TournamentEvent) GetEventTag() string

func (*TournamentEvent) GetEventTimeEnd

func (m *TournamentEvent) GetEventTimeEnd() uint32

func (*TournamentEvent) GetEventTimeStart

func (m *TournamentEvent) GetEventTimeStart() uint32

func (*TournamentEvent) ProtoMessage

func (*TournamentEvent) ProtoMessage()

func (*TournamentEvent) Reset

func (m *TournamentEvent) Reset()

func (*TournamentEvent) String

func (m *TournamentEvent) String() string

type TournamentMatchSetup

type TournamentMatchSetup struct {
	EventId          *int32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
	TeamIdCt         *int32 `protobuf:"varint,2,opt,name=team_id_ct" json:"team_id_ct,omitempty"`
	TeamIdT          *int32 `protobuf:"varint,3,opt,name=team_id_t" json:"team_id_t,omitempty"`
	EventStageId     *int32 `protobuf:"varint,4,opt,name=event_stage_id" json:"event_stage_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*TournamentMatchSetup) Descriptor

func (*TournamentMatchSetup) Descriptor() ([]byte, []int)

func (*TournamentMatchSetup) GetEventId

func (m *TournamentMatchSetup) GetEventId() int32

func (*TournamentMatchSetup) GetEventStageId

func (m *TournamentMatchSetup) GetEventStageId() int32

func (*TournamentMatchSetup) GetTeamIdCt

func (m *TournamentMatchSetup) GetTeamIdCt() int32

func (*TournamentMatchSetup) GetTeamIdT

func (m *TournamentMatchSetup) GetTeamIdT() int32

func (*TournamentMatchSetup) ProtoMessage

func (*TournamentMatchSetup) ProtoMessage()

func (*TournamentMatchSetup) Reset

func (m *TournamentMatchSetup) Reset()

func (*TournamentMatchSetup) String

func (m *TournamentMatchSetup) String() string

type TournamentPlayer

type TournamentPlayer struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
	PlayerNick       *string `protobuf:"bytes,2,opt,name=player_nick" json:"player_nick,omitempty"`
	PlayerName       *string `protobuf:"bytes,3,opt,name=player_name" json:"player_name,omitempty"`
	PlayerDob        *uint32 `protobuf:"varint,4,opt,name=player_dob" json:"player_dob,omitempty"`
	PlayerFlag       *string `protobuf:"bytes,5,opt,name=player_flag" json:"player_flag,omitempty"`
	PlayerLocation   *string `protobuf:"bytes,6,opt,name=player_location" json:"player_location,omitempty"`
	PlayerDesc       *string `protobuf:"bytes,7,opt,name=player_desc" json:"player_desc,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*TournamentPlayer) Descriptor

func (*TournamentPlayer) Descriptor() ([]byte, []int)

func (*TournamentPlayer) GetAccountId

func (m *TournamentPlayer) GetAccountId() uint32

func (*TournamentPlayer) GetPlayerDesc

func (m *TournamentPlayer) GetPlayerDesc() string

func (*TournamentPlayer) GetPlayerDob

func (m *TournamentPlayer) GetPlayerDob() uint32

func (*TournamentPlayer) GetPlayerFlag

func (m *TournamentPlayer) GetPlayerFlag() string

func (*TournamentPlayer) GetPlayerLocation

func (m *TournamentPlayer) GetPlayerLocation() string

func (*TournamentPlayer) GetPlayerName

func (m *TournamentPlayer) GetPlayerName() string

func (*TournamentPlayer) GetPlayerNick

func (m *TournamentPlayer) GetPlayerNick() string

func (*TournamentPlayer) ProtoMessage

func (*TournamentPlayer) ProtoMessage()

func (*TournamentPlayer) Reset

func (m *TournamentPlayer) Reset()

func (*TournamentPlayer) String

func (m *TournamentPlayer) String() string

type TournamentTeam

type TournamentTeam struct {
	TeamId           *int32              `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
	TeamTag          *string             `protobuf:"bytes,2,opt,name=team_tag" json:"team_tag,omitempty"`
	TeamFlag         *string             `protobuf:"bytes,3,opt,name=team_flag" json:"team_flag,omitempty"`
	TeamName         *string             `protobuf:"bytes,4,opt,name=team_name" json:"team_name,omitempty"`
	Players          []*TournamentPlayer `protobuf:"bytes,5,rep,name=players" json:"players,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*TournamentTeam) Descriptor

func (*TournamentTeam) Descriptor() ([]byte, []int)

func (*TournamentTeam) GetPlayers

func (m *TournamentTeam) GetPlayers() []*TournamentPlayer

func (*TournamentTeam) GetTeamFlag

func (m *TournamentTeam) GetTeamFlag() string

func (*TournamentTeam) GetTeamId

func (m *TournamentTeam) GetTeamId() int32

func (*TournamentTeam) GetTeamName

func (m *TournamentTeam) GetTeamName() string

func (*TournamentTeam) GetTeamTag

func (m *TournamentTeam) GetTeamTag() string

func (*TournamentTeam) ProtoMessage

func (*TournamentTeam) ProtoMessage()

func (*TournamentTeam) Reset

func (m *TournamentTeam) Reset()

func (*TournamentTeam) String

func (m *TournamentTeam) String() string

type VoiceDataFormatT

type VoiceDataFormatT int32
const (
	VoiceDataFormatT_VOICEDATA_FORMAT_STEAM  VoiceDataFormatT = 0
	VoiceDataFormatT_VOICEDATA_FORMAT_ENGINE VoiceDataFormatT = 1
)
const Default_CCLCMsg_VoiceData_Format VoiceDataFormatT = VoiceDataFormatT_VOICEDATA_FORMAT_ENGINE
const Default_CSVCMsg_VoiceData_Format VoiceDataFormatT = VoiceDataFormatT_VOICEDATA_FORMAT_ENGINE

func (VoiceDataFormatT) Enum

func (VoiceDataFormatT) EnumDescriptor

func (VoiceDataFormatT) EnumDescriptor() ([]byte, []int)

func (VoiceDataFormatT) String

func (x VoiceDataFormatT) String() string

func (*VoiceDataFormatT) UnmarshalJSON

func (x *VoiceDataFormatT) UnmarshalJSON(data []byte) error

type WatchableMatchInfo

type WatchableMatchInfo struct {
	ServerIp            *uint32 `protobuf:"varint,1,opt,name=server_ip" json:"server_ip,omitempty"`
	TvPort              *uint32 `protobuf:"varint,2,opt,name=tv_port" json:"tv_port,omitempty"`
	TvSpectators        *uint32 `protobuf:"varint,3,opt,name=tv_spectators" json:"tv_spectators,omitempty"`
	TvTime              *uint32 `protobuf:"varint,4,opt,name=tv_time" json:"tv_time,omitempty"`
	TvWatchPassword     []byte  `protobuf:"bytes,5,opt,name=tv_watch_password" json:"tv_watch_password,omitempty"`
	ClDecryptdataKey    *uint64 `protobuf:"varint,6,opt,name=cl_decryptdata_key" json:"cl_decryptdata_key,omitempty"`
	ClDecryptdataKeyPub *uint64 `protobuf:"varint,7,opt,name=cl_decryptdata_key_pub" json:"cl_decryptdata_key_pub,omitempty"`
	GameType            *uint32 `protobuf:"varint,8,opt,name=game_type" json:"game_type,omitempty"`
	GameMapgroup        *string `protobuf:"bytes,9,opt,name=game_mapgroup" json:"game_mapgroup,omitempty"`
	GameMap             *string `protobuf:"bytes,10,opt,name=game_map" json:"game_map,omitempty"`
	ServerId            *uint64 `protobuf:"varint,11,opt,name=server_id" json:"server_id,omitempty"`
	MatchId             *uint64 `protobuf:"varint,12,opt,name=match_id" json:"match_id,omitempty"`
	ReservationId       *uint64 `protobuf:"varint,13,opt,name=reservation_id" json:"reservation_id,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*WatchableMatchInfo) Descriptor

func (*WatchableMatchInfo) Descriptor() ([]byte, []int)

func (*WatchableMatchInfo) GetClDecryptdataKey

func (m *WatchableMatchInfo) GetClDecryptdataKey() uint64

func (*WatchableMatchInfo) GetClDecryptdataKeyPub

func (m *WatchableMatchInfo) GetClDecryptdataKeyPub() uint64

func (*WatchableMatchInfo) GetGameMap

func (m *WatchableMatchInfo) GetGameMap() string

func (*WatchableMatchInfo) GetGameMapgroup

func (m *WatchableMatchInfo) GetGameMapgroup() string

func (*WatchableMatchInfo) GetGameType

func (m *WatchableMatchInfo) GetGameType() uint32

func (*WatchableMatchInfo) GetMatchId

func (m *WatchableMatchInfo) GetMatchId() uint64

func (*WatchableMatchInfo) GetReservationId

func (m *WatchableMatchInfo) GetReservationId() uint64

func (*WatchableMatchInfo) GetServerId

func (m *WatchableMatchInfo) GetServerId() uint64

func (*WatchableMatchInfo) GetServerIp

func (m *WatchableMatchInfo) GetServerIp() uint32

func (*WatchableMatchInfo) GetTvPort

func (m *WatchableMatchInfo) GetTvPort() uint32

func (*WatchableMatchInfo) GetTvSpectators

func (m *WatchableMatchInfo) GetTvSpectators() uint32

func (*WatchableMatchInfo) GetTvTime

func (m *WatchableMatchInfo) GetTvTime() uint32

func (*WatchableMatchInfo) GetTvWatchPassword

func (m *WatchableMatchInfo) GetTvWatchPassword() []byte

func (*WatchableMatchInfo) ProtoMessage

func (*WatchableMatchInfo) ProtoMessage()

func (*WatchableMatchInfo) Reset

func (m *WatchableMatchInfo) Reset()

func (*WatchableMatchInfo) String

func (m *WatchableMatchInfo) String() string

type XpProgressData

type XpProgressData struct {
	XpPoints         *uint32 `protobuf:"varint,1,opt,name=xp_points" json:"xp_points,omitempty"`
	XpCategory       *int32  `protobuf:"varint,2,opt,name=xp_category" json:"xp_category,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*XpProgressData) Descriptor

func (*XpProgressData) Descriptor() ([]byte, []int)

func (*XpProgressData) GetXpCategory

func (m *XpProgressData) GetXpCategory() int32

func (*XpProgressData) GetXpPoints

func (m *XpProgressData) GetXpPoints() uint32

func (*XpProgressData) ProtoMessage

func (*XpProgressData) ProtoMessage()

func (*XpProgressData) Reset

func (m *XpProgressData) Reset()

func (*XpProgressData) String

func (m *XpProgressData) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL