Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Lines

int Terraria.UI.ItemTooltip.Lines
get

Definition at line 22 of file ItemTooltip.cs.

23 {
24 get
25 {
27 if (_tooltipLines == null)
28 {
29 return 0;
30 }
31 return _tooltipLines.Length;
32 }
33 }