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

◆ GetIcon()

Texture2D GUIWorldSelectMenu.GetIcon ( WorldFileData worldData)
inlineprivate

Definition at line 78 of file GUIWorldSelectMenu.cs.

79 {
80 bool drunkWorld = worldData.DrunkWorld;
82 if (drunkWorld)
83 {
84 bool remixWorld = worldData.RemixWorld;
85 if (remixWorld)
86 {
87 if (this.everythingAnimatedIcon == null)
88 {
89 if (!remixWorld)
90 {
91 }
92 texture2D = TextureManager.Load("Images/UI/IconEverythingAnimated");
94 }
95 return texture2D;
96 }
97 }
98 return texture2D;
99 }
class f__AnonymousType0<< Count > j__TPar
static Texture2D Load(string name)

References everythingAnimatedIcon, j__TPar, and Terraria.Graphics.TextureManager.Load().

Referenced by DrawWorld().