v1.0.6.0: Tooltip icons for action bars, status effects, party cooldowns; World Object Tooltip quest/NPC icons
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -304,10 +304,13 @@ namespace HSUI.Interface.PartyCooldowns
|
||||
pos = origin + new Vector2(pos.X - size.Y + 1, pos.Y);
|
||||
if (Config.ShowTooltips && ImGui.IsMouseHoveringRect(pos, pos + _barConfig.Size))
|
||||
{
|
||||
uint? iconId = cooldown.Data.IconId > 0 ? cooldown.Data.IconId : null;
|
||||
TooltipsHelper.Instance.ShowTooltipOnCursor(
|
||||
cooldown.TooltipText(),
|
||||
cooldown.Data.Name,
|
||||
cooldown.Data.ActionId
|
||||
cooldown.Data.ActionId,
|
||||
"",
|
||||
iconId
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user