BlzFrameSetTooltip
- Parameters
-
frame framehandle
tooltip framehandle
- comment
Frame tooltip is visible when hovered with the mouse. Otherwise tooltip will be hidden.
tooltip is limited to 4:3, but not it's children. SimpleFrame tooltips are not hidden with this call. frame and tooltip have to be from the same Family (Frames/SimpleFrames). tooltip can only serve one frame. It's not possible to undo this.
- bug
Crashes the game, on hover, when done twice (same pair).
- bug
Frames should not be used as tooltips for simple Frames (Crash on PTR 1.31).
- patch
1.31.0.11889
- Source
- common.j
- return type
nothing
- Source code
native BlzFrameSetTooltip takes framehandle frame, framehandle tooltip returns nothing