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

◆ ReplaceItemUseFlagWithGroup()

void Terraria.Recipe.ReplaceItemUseFlagWithGroup ( ref bool flag,
int groupId )
inlineprivate

Definition at line 14603 of file Recipe.cs.

14604 {
14605 if (flag)
14606 {
14608 }
14609 flag = false;
14610 }
void RequireGroup(string name)
Definition Recipe.cs:138

References Terraria.Recipe.RequireGroup().

+ Here is the call graph for this function: