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

◆ TryGetItemGamepadOverrideInstructions()

override bool Terraria.GameContent.Tile_Entities.TEDisplayDoll.TryGetItemGamepadOverrideInstructions ( Item[] inv,
int context,
int slot,
[Out] string instruction )
inlinevirtual

Reimplemented from Terraria.DataStructures.TileEntity.

Definition at line 340 of file TEDisplayDoll.cs.

341 {
342 bool flag;
343 if (flag)
344 {
345 }
346 if (context == 0)
347 {
348 return;
349 }
350 if (!flag)
351 {
352 }
353 int myPlayer = Main.myPlayer;
355 bool canTakeItemToPersonalInventory = itemSpaceStatus.CanTakeItemToPersonalInventory;
356 if (!flag)
357 {
358 return;
359 }
360 }
class f__AnonymousType0<< Count > j__TPar

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