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

◆ CanItemSlotAccept()

bool Terraria.Player.CanItemSlotAccept ( Item theSlot,
Item theItemToAccept )
inline

Definition at line 11255 of file Player.cs.

11256 {
11257 if (theSlot.type != 0)
11258 {
11259 int stack = theSlot.stack;
11260 int pick = theSlot.pick;
11261 bool flag = theItemToAccept.IsTheSameAs(theSlot);
11262 }
11263 return true;
11264 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.stack.