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

◆ useIronBar()

bool Terraria.Recipe.useIronBar ( int invType,
int reqType )
inlineprivate

Definition at line 399 of file Recipe.cs.

400 {
401 if (!anyIronBar)
402 {
403 return false;
404 }
405 if (reqType != 22 && reqType != 704)
406 {
407 return false;
408 }
409 if (invType != 22 && invType != 704)
410 {
411 return false;
412 }
413 return true;
414 }
bool anyIronBar
Definition Recipe.cs:82

References Terraria.Recipe.anyIronBar.

Referenced by Terraria.Recipe.CollectGuideRecipes().

+ Here is the caller graph for this function: