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

◆ GetOverrideInstructions()

static string Terraria.UI.ItemSlot.GetOverrideInstructions ( Item[] inv,
int context,
int slot )
inlinestaticprivate

Definition at line 335 of file ItemSlot.cs.

336 {
337 int whoAmI;
338 do
339 {
340 if (!true)
341 {
342 }
343 int myPlayer = Main.myPlayer;
345 if (tileEntity != null)
346 {
347 }
348 int npcShop = Main.npcShop;
349 int npcShop2 = Main.npcShop;
350 if (inv == null)
351 {
352 }
353 int myPlayer2 = Main.myPlayer;
354 Microsoft.Xna.Framework.Vector2 position = inv.position;
356 bool canTakeItemToPersonalInventory = itemSpaceStatus.CanTakeItemToPersonalInventory;
357 if (inv == null)
358 {
359 }
360 whoAmI = inv.whoAmI;
361 if (whoAmI == 0)
362 {
363 }
364 int myPlayer3 = Main.myPlayer;
366 bool canTakeItemToPersonalInventory2 = itemSpaceStatus2.CanTakeItemToPersonalInventory;
367 }
368 while (whoAmI == 0);
369 return "";
370 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.ItemSpaceStatus.CanTakeItemToPersonalInventory, j__TPar, Terraria.Main.myPlayer, and Terraria.Main.npcShop.