WoW:API GameTooltip SetOwner
Jump to navigation
Jump to search
GameTooltip:SetOwner(owner, anchor);
Moves the game tooltip to a location based on the "owner" frame.
- Arguments
- (owner, "Anchor")
- owner
- Frame - Owner frame, which defines the element where the tooltip is centered on
- anchor
- String - a string that describes the anchor point, "ANCHOR_LEFT" anchors it to the left edge, "ANCHOR_RIGHT" anchors it to the right edge
- Returns
- Nothing?
- Details
- This only appears to be a convience method for setting the location of the tooltip, it doesn't seem to actually grant any "ownership" of the tooltip over anything else.