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

◆ RebuildTooltip()

void Terraria.Item.RebuildTooltip ( )
inline

Definition at line 1909 of file Item.cs.

1910 {
1911 if (type >= 0)
1912 {
1913 ToolTip = Lang.GetTooltip(netID);
1914 }
1915 }
ItemTooltip ToolTip
Definition Item.cs:574
int netID
Definition Item.cs:739
int type
The Item ID of this item. The Item ID is a unique number assigned to each Item loaded into the game....
Definition Item.cs:345

References Terraria.Lang.GetTooltip(), Terraria.Item.netID, Terraria.Item.ToolTip, and Terraria.Item.type.

Referenced by Terraria.Item.SetDefaults().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: