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

◆ GetTitle()

string GUIChest.GetTitle ( )
inline

Definition at line 126 of file GUIChest.cs.

127 {
128 if (!true)
129 {
130 }
131 int myPlayer = Main.myPlayer;
132 Tile tile;
133 ushort type = tile.type;
134 if ("BuffName.ChesterPet" == null)
135 {
136 }
137 return Lang.GetItemNameValue(3813);
138 }
static string GetItemNameValue(int id)
Definition Lang.cs:213
static int myPlayer
Definition Main.cs:2337
ushort type
Definition Tile.cs:58

References Terraria.Lang.GetItemNameValue(), Terraria.Main.myPlayer, and Terraria.Tile.type.