Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HoverName
string
Terraria.Item.HoverName
get
Definition at line
328
of file
Item.cs
.
329
{
330
get
331
{
332
string
text
=
AffixName
();
333
if
(
stack
> 1)
334
{
335
text
=
text
+
" ("
+
stack
+
")"
;
336
}
337
return
text
;
338
}
339
}
Terraria.Item.AffixName
string AffixName()
Definition
Item.cs:1001
Terraria.Item.stack
int stack
Definition
Item.cs:149
System.ExceptionArgument.text
@ text
Terraria
Item
Generated by
1.10.0