Typed outcome of [method CraftingRecipeRegistry.register].
Source: addons/item_vault/crafting/recipes/recipe_register_result.gd
Syntax
class RecipeRegisterResult extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
REASON_OK | Field | |
REASON_INVALID_RECIPE | Field | |
REASON_INVALID_DATABASE | Field | |
REASON_UNKNOWN_ITEM | Field | |
REASON_DUPLICATE_ID | Field | |
REASON_UNSUPPORTED_RECIPE_DATA | Field | |
success | Property | |
reason | Property | |
recipe_id | Property | |
ok | Method | |
failed | Method |