Skip to content

dota_gcmessages_common_fighting_game.proto

  • Module: dota_gcmessages_common_fighting_game_pb2
  • Syntax: unknown
  • Package: (none)
  • Imports: 4
  • Messages: 8 (top-level: 8)
  • Enums: 2 (top-level: 0)

Imports

  • steammessages.proto
  • dota_shared_enums.proto
  • dota_gcmessages_common.proto
  • gcsdk_gcmessages.proto

Messages

Expand any message to inspect all fields.

CMsgClientToGCFightingGameChallengeFriend — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1friend_account_iduint32optional``
CMsgClientToGCFightingGameChallengeFriendResponse — fields: 1; oneofs: 0; nested messages: 0; nested enums: 1
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1response.CMsgClientToGCFightingGameChallengeFriendResponse.EResponseoptional``default = k_eInternalError
CMsgClientToGCFightingGameCancelChallengeFriend — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1friend_account_iduint32optional``
CMsgClientToGCFightingGameAnswerChallenge — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1challenger_account_iduint32optional``
2acceptbooloptional``
CMsgClientToGCFightingGameAnswerChallengeResponse — fields: 1; oneofs: 0; nested messages: 0; nested enums: 1
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1response.CMsgClientToGCFightingGameAnswerChallengeResponse.EResponseoptional``default = k_eInternalError
CMsgGCToClientFightingGameChallenge — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1challenger_account_iduint32optional``
CMsgGCToClientFightingGameChallengeCanceled — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1challenger_account_iduint32optional``
2responder_account_iduint32optional``
CMsgGCToClientFightingGameStartMatch — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
  • Parent: (top-level)
  • Oneofs: (none)
TagFieldTypeLabelOneofNotes
1challenger_account_iduint32optional``
2responder_account_iduint32optional``

Enums

Expand any enum to inspect all values.

CMsgClientToGCFightingGameChallengeFriendResponse.EResponse — values: 7
  • Parent: CMsgClientToGCFightingGameChallengeFriendResponse
NameNumber
k_eInternalError0
k_eSuccess1
k_eTooBusy2
k_eDisabled3
k_eTimeout4
k_eInvalidAccountID5
k_eStillWaitingOnAnotherChallenge6
CMsgClientToGCFightingGameAnswerChallengeResponse.EResponse — values: 6
  • Parent: CMsgClientToGCFightingGameAnswerChallengeResponse
NameNumber
k_eInternalError0
k_eSuccess1
k_eTooBusy2
k_eDisabled3
k_eTimeout4
k_eInvalidChallenge5