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

◆ GetAmount()

int Terraria.GameContent.ItemShopSellbackHelper.GetAmount ( Item item)
inline

Definition at line 24 of file ItemShopSellbackHelper.cs.

25 {
27 do
28 {
29 memos = this._memos;
30 }
31 while (memos == null);
32 return memos._size;
33 }
class f__AnonymousType0<< Count > j__TPar
List< ItemShopSellbackHelper.ItemMemo > _memos

References Terraria.GameContent.ItemShopSellbackHelper._memos, and j__TPar.

Referenced by Terraria.Player.SellItem(), and Terraria.Player.SellItemAmount().