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

◆ GetStoreValue()

int Terraria.Item.GetStoreValue ( )
inline

Definition at line 1843 of file Item.cs.

1844 {
1845 if (this.shopCustomPrice != null)
1846 {
1847 }
1848 return this.value;
1849 }
int? shopCustomPrice
Definition Item.cs:2382

References Terraria.Item.shopCustomPrice, and Terraria.Item.value.