terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ProcessGroupsForText()

bool Terraria.Recipe.ProcessGroupsForText ( int type,
[Out] string theText )
inline

Definition at line 31 of file Recipe.cs.

32 {
33 if (this.acceptedGroups == null)
34 {
35 }
36 if ("" == null)
37 {
38 return;
39 }
40 }
int[] acceptedGroups
Definition Recipe.cs:1032

References Terraria.Recipe.acceptedGroups.