dota_gcmessages_client_craftworks.proto
- Module:
dota_gcmessages_client_craftworks_pb2 - Syntax:
unknown - Package:
(none) - Imports: 10
- Messages: 8 (top-level: 8)
- Enums: 4 (top-level: 0)
Imports
steammessages.protodota_shared_enums.protodota_gcmessages_common.protodota_gcmessages_webapi.protogcsdk_gcmessages.protobase_gcmessages.protoecon_gcmessages.protodota_gcmessages_client.protovalveextensions.protodota_gcmessages_common_craftworks.proto
Messages
Expand any message to inspect all fields.
CMsgCraftworksUserData — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | component_inventory | .CMsgCraftworksComponents | optional | `` |
CMsgClientToGCCraftworksGetUserData — fields: 1; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | craftworks_id | uint32 | optional | `` |
CMsgClientToGCCraftworksGetUserDataResponse — fields: 2; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | response | .CMsgClientToGCCraftworksGetUserDataResponse.EResponse | optional | `` | default = k_eInternalError |
| 2 | user_data | .CMsgCraftworksUserData | optional | `` |
CMsgGCToClientCraftworksUserDataUpdated — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | craftworks_id | uint32 | optional | `` | |
| 2 | user_data | .CMsgCraftworksUserData | optional | `` |
CMsgClientToGCCraftworksCraftRecipe — fields: 2; oneofs: 0; nested messages: 0; nested enums: 0
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | craftworks_id | uint32 | optional | `` | |
| 2 | recipe_id | uint64 | optional | `` |
CMsgClientToGCCraftworksCraftRecipeResponse — fields: 2; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | response | .CMsgClientToGCCraftworksCraftRecipeResponse.EResponse | optional | `` | default = k_eInternalError |
| 2 | claim_response | .CMsgDOTAClaimEventActionResponse | optional | `` |
CMsgClientToGCCraftworksDevModifyComponents — fields: 3; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | craftworks_id | uint32 | optional | `` | |
| 2 | components | .CMsgCraftworksComponents | optional | `` | |
| 3 | operation | .CMsgClientToGCCraftworksDevModifyComponents.EOperation | optional | `` | default = k_eAddComponents |
CMsgClientToGCCraftworksDevModifyComponentsResponse — fields: 1; oneofs: 0; nested messages: 0; nested enums: 1
- Parent: (top-level)
- Oneofs: (none)
| Tag | Field | Type | Label | Oneof | Notes |
|---|---|---|---|---|---|
| 1 | response | .CMsgClientToGCCraftworksDevModifyComponentsResponse.EResponse | optional | `` | default = k_eInternalError |
Enums
Expand any enum to inspect all values.
CMsgClientToGCCraftworksGetUserDataResponse.EResponse — values: 7
- Parent:
CMsgClientToGCCraftworksGetUserDataResponse
| Name | Number |
|---|---|
k_eInternalError | 0 |
k_eSuccess | 1 |
k_eTooBusy | 2 |
k_eDisabled | 3 |
k_eTimeout | 4 |
k_eInvalidCraftworks | 5 |
k_eExpiredCraftworks | 6 |
CMsgClientToGCCraftworksCraftRecipeResponse.EResponse — values: 11
- Parent:
CMsgClientToGCCraftworksCraftRecipeResponse
| Name | Number |
|---|---|
k_eInternalError | 0 |
k_eSuccess | 1 |
k_eTooBusy | 2 |
k_eDisabled | 3 |
k_eTimeout | 4 |
k_eInvalidCraftworks | 5 |
k_eExpiredCraftworks | 6 |
k_eNotEnoughComponents | 7 |
k_eInvalidRecipe | 8 |
k_eRecipeTierLocked | 9 |
k_eAlreadyCraftedMaxAmount | 10 |
CMsgClientToGCCraftworksDevModifyComponents.EOperation — values: 2
- Parent:
CMsgClientToGCCraftworksDevModifyComponents
| Name | Number |
|---|---|
k_eAddComponents | 1 |
k_eSubtractComponents | 2 |
CMsgClientToGCCraftworksDevModifyComponentsResponse.EResponse — values: 7
- Parent:
CMsgClientToGCCraftworksDevModifyComponentsResponse
| Name | Number |
|---|---|
k_eInternalError | 0 |
k_eSuccess | 1 |
k_eTooBusy | 2 |
k_eDisabled | 3 |
k_eTimeout | 4 |
k_eInvalidCraftworks | 5 |
k_eNotAllowed | 6 |