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

◆ CanGoIntoAmmoOnPickup()

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

Definition at line 11267 of file Player.cs.

11268 {
11269 do
11270 {
11271 bool flag = theItemToAccept.CanFillEmptyAmmoSlot();
11272 }
11273 while (theSlot.type == 0);
11274 int stack = theSlot.stack;
11275 int pick = theSlot.pick;
11276 bool flag2 = theItemToAccept.IsTheSameAs(theSlot);
11277 return true;
11278 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.stack.