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

◆ RenameChestSubmit()

static void Terraria.UI.ChestUI.RenameChestSubmit ( Player player)
inlinestatic

Definition at line 193 of file ChestUI.cs.

194 {
195 int num = 1;
196 if (num == 0)
197 {
198 }
199 Main.editChest = false;
200 if (num == 0)
201 {
202 }
203 string npcChatText = Main.npcChatText;
204 string defaultChestName = Main.defaultChestName;
205 bool flag = npcChatText == defaultChestName;
206 if (num == 0)
207 {
208 }
209 Main.npcChatText = "";
210 if (num == 0)
211 {
212 }
213 string npcChatText2 = Main.npcChatText;
214 bool flag2 = "" != npcChatText2;
215 if (num == 0)
216 {
217 }
218 string npcChatText3 = Main.npcChatText;
219 bool netClient = Main.NetClient;
220 int num2 = 1;
222 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.defaultChestName, j__TPar, Terraria.Main.NetClient, and Terraria.Main.npcChatText.