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

◆ GetSacrificeNumbers()

bool Terraria.GameContent.Creative.CreativeUI.GetSacrificeNumbers ( [Out] int itemIdChecked,
[Out] int amountWeHave,
[Out] int amountNeededTotal )
inline

Definition at line 338 of file CreativeUI.cs.

339 {
341 Vector2 position = itemSlotsForUI.position;
342 if (itemSlotsForUI == null)
343 {
344 }
345 return Main.LocalPlayerCreativeTracker.ItemSacrifices.TryGetSacrificeNumbers(itemIdChecked, amountWeHave, amountNeededTotal);
346 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativeUI._itemSlotsForUI, j__TPar, and Terraria.Main.LocalPlayerCreativeTracker.