You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data argument of tooltip callbacks for recipe items has the hyperlink field set to that of the crafted item. (once cached) data.id is correct. I have tested this with backpack items, tooltip.SetItemByID and tooltip.SetHyperlink.
In addition, data.hyperlink should probably not be set at all for backpack items, as a GUID is present instead, and non recipe items do not have hyperlink set.
The text was updated successfully, but these errors were encountered:
The
data
argument of tooltip callbacks for recipe items has thehyperlink
field set to that of the crafted item. (once cached)data.id
is correct. I have tested this with backpack items,tooltip.SetItemByID
andtooltip.SetHyperlink
.In addition,
data.hyperlink
should probably not be set at all for backpack items, as a GUID is present instead, and non recipe items do not havehyperlink
set.The text was updated successfully, but these errors were encountered: