TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
IsCurrency
bool Terraria.Item.IsCurrency
get
Definition at line
976
of file
Item.cs
.
977
{
978
get
979
{
980
if
(
type < 71 || type >
74)
981
{
982
return
CustomCurrencyManager
.
IsCustomCurrency
(
this
);
983
}
984
return
true
;
985
}
986
}
List
Terraria.GameContent.UI.CustomCurrencyManager.IsCustomCurrency
static bool IsCustomCurrency(Item item)
Definition
CustomCurrencyManager.cs:180
Terraria.GameContent.UI.CustomCurrencyManager
Definition
CustomCurrencyManager.cs:9
Terraria
Item
Generated by
1.10.0