TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ TryGetIngredient() [3/3]

bool Terraria.Recipe.TryGetIngredient ( ModItem item,
out Item ingredient )
inline

Definition at line 16103 of file Recipe.cs.

16104 {
16105 return TryGetIngredient(item.Type, out ingredient);
16106 }
int Type
Shorthand for Item.type.
Definition ModItem.cs:33
bool TryGetIngredient(int itemID, out Item ingredient)
Definition Recipe.cs:16076

References Terraria.Recipe.TryGetIngredient(), and Terraria.ModLoader.ModItem.Type.

+ Here is the call graph for this function: