#include <CraftingRecipes.h>
Definition at line 60 of file CraftingRecipes.h.
◆ cCraftingRecipe()
cCraftingRecipe::cCraftingRecipe |
( |
const cCraftingGrid & |
a_CraftingGrid | ) |
|
◆ Clear()
void cCraftingRecipe::Clear |
( |
void |
| ) |
|
◆ ConsumeIngredients()
void cCraftingRecipe::ConsumeIngredients |
( |
cCraftingGrid & |
a_CraftingGrid | ) |
|
◆ Dump()
void cCraftingRecipe::Dump |
( |
void |
| ) |
|
◆ GetIngredient()
cItem& cCraftingRecipe::GetIngredient |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
inline |
◆ GetIngredientsHeight()
int cCraftingRecipe::GetIngredientsHeight |
( |
void |
| ) |
const |
|
inline |
◆ GetIngredientsWidth()
int cCraftingRecipe::GetIngredientsWidth |
( |
void |
| ) |
const |
|
inline |
◆ GetResult()
const cItem& cCraftingRecipe::GetResult |
( |
void |
| ) |
const |
|
inline |
◆ SetIngredient() [1/2]
void cCraftingRecipe::SetIngredient |
( |
int |
x, |
|
|
int |
y, |
|
|
const cItem & |
a_Item |
|
) |
| |
|
inline |
◆ SetIngredient() [2/2]
void cCraftingRecipe::SetIngredient |
( |
int |
x, |
|
|
int |
y, |
|
|
ENUM_ITEM_TYPE |
a_ItemType, |
|
|
char |
a_ItemCount, |
|
|
short |
a_ItemHealth |
|
) |
| |
|
inline |
◆ SetResult() [1/2]
void cCraftingRecipe::SetResult |
( |
const cItem & |
a_Item | ) |
|
|
inline |
◆ SetResult() [2/2]
void cCraftingRecipe::SetResult |
( |
ENUM_ITEM_TYPE |
a_ItemType, |
|
|
char |
a_ItemCount, |
|
|
short |
a_ItemHealth |
|
) |
| |
◆ m_Ingredients
◆ m_Result
cItem cCraftingRecipe::m_Result |
|
protected |
The documentation for this class was generated from the following files: