Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OnPurchase()
void
Terraria.Item.OnPurchase
(
Item
item
)
inline
Definition at line
49970
of file
Item.cs
.
49971
{
49972
if
(
item
.shopCustomPrice.HasValue)
49973
{
49974
item.shopSpecialCurrency = -1;
49975
item.shopCustomPrice =
null
;
49976
}
49977
}
System.ExceptionArgument.item
@ item
References
System.item
.
Terraria
Item
Generated by
1.10.0