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.TEHatRack.TryGetItemGamepadOverrideInstructions ( Item[] inv,
int context,
int slot,
[Out] string instruction )
inlinevirtual

Reimplemented from Terraria.DataStructures.TileEntity.

Definition at line 268 of file TEHatRack.cs.

269 {
270 bool flag;
271 if (flag)
272 {
273 }
274 if (context != 0)
275 {
276 if (!flag)
277 {
278 }
279 int myPlayer = Main.myPlayer;
281 bool canTakeItemToPersonalInventory = itemSpaceStatus.CanTakeItemToPersonalInventory;
282 if (!flag)
283 {
284 }
285 }
286 if (!flag)
287 {
288 return;
289 }
290 }
class f__AnonymousType0<< Count > j__TPar

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