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

◆ GetThroughDelayedFindRecipes()

static void Terraria.Recipe.GetThroughDelayedFindRecipes ( )
inlinestatic

Definition at line 477 of file Recipe.cs.

478 {
480 {
482 FindRecipes();
483 }
484 }
static void FindRecipes(bool canDelayCheck=false)
Definition Recipe.cs:486
static bool _hasDelayedFindRecipes
Definition Recipe.cs:104

References Terraria.Recipe._hasDelayedFindRecipes, and Terraria.Recipe.FindRecipes().

Referenced by Terraria.Main.DoUpdate_WhilePaused(), and Terraria.Main.DrawInventory().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: