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

◆ GetPrices()

static void Terraria.GameContent.UI.CustomCurrencyManager.GetPrices ( Item item,
[Out] long calcForSelling,
[Out] long calcForBuying )
inlinestatic

Definition at line 141 of file CustomCurrencyManager.cs.

142 {
143 if (!true)
144 {
145 }
146 int shopSpecialCurrency = item.shopSpecialCurrency;
147 }

References System.item.

Referenced by Terraria.Player.GetItemExpectedPrice().