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.protodota_shared_enums.protodota_gcmessages_common.protogcsdk_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)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | friend_account_id | uint32 | optional | `` |
CMsgClientToGCFightingGameChallengeFriendResponse — fields: 1; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | response | .CMsgClientToGCFightingGameChallengeFriendResponse.EResponse | optional | `` | default = k_eInternalError |
CMsgClientToGCFightingGameCancelChallengeFriend — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | friend_account_id | uint32 | optional | `` |
CMsgClientToGCFightingGameAnswerChallenge — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | challenger_account_id | uint32 | optional | `` | |
| 2 | accept | bool | optional | `` |
CMsgClientToGCFightingGameAnswerChallengeResponse — fields: 1; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | response | .CMsgClientToGCFightingGameAnswerChallengeResponse.EResponse | optional | `` | default = k_eInternalError |
CMsgGCToClientFightingGameChallenge — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | challenger_account_id | uint32 | optional | `` |
CMsgGCToClientFightingGameChallengeCanceled — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | challenger_account_id | uint32 | optional | `` | |
| 2 | responder_account_id | uint32 | optional | `` |
CMsgGCToClientFightingGameStartMatch — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | challenger_account_id | uint32 | optional | `` | |
| 2 | responder_account_id | uint32 | optional | `` |
Enums
Expand any enum to inspect all values.
CMsgClientToGCFightingGameChallengeFriendResponse.EResponse — values: 7
- Parent:
CMsgClientToGCFightingGameChallengeFriendResponse
| Name | Number |
|---|---|
k_eInternalError | 0 |
k_eSuccess | 1 |
k_eTooBusy | 2 |
k_eDisabled | 3 |
k_eTimeout | 4 |
k_eInvalidAccountID | 5 |
k_eStillWaitingOnAnotherChallenge | 6 |
CMsgClientToGCFightingGameAnswerChallengeResponse.EResponse — values: 6
- Parent:
CMsgClientToGCFightingGameAnswerChallengeResponse
| Name | Number |
|---|---|
k_eInternalError | 0 |
k_eSuccess | 1 |
k_eTooBusy | 2 |
k_eDisabled | 3 |
k_eTimeout | 4 |
k_eInvalidChallenge | 5 |