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

◆ SortAfter()

Recipe Terraria.Recipe.SortAfter ( Recipe recipe)
inline

Sorts the recipe after the one given as parameter. Both recipes must already be registered.

Definition at line 16530 of file Recipe.cs.

16531 {
16532 return SetOrdering(recipe, after: true);
16533 }
Recipe SetOrdering(Recipe recipe, bool after)
Sets the Ordering of this recipe. This recipe can't already have one.
Definition Recipe.cs:16465

References Terraria.Recipe.SetOrdering().

Referenced by Terraria.Recipe.SortAfterFirstRecipesOf().

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