m
Move page script moved page API GameTooltip SetUnit to WoW:API GameTooltip SetUnit without leaving a redirect
No edit summary |
m (Move page script moved page API GameTooltip SetUnit to WoW:API GameTooltip SetUnit without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | |||
Sets the UnitID for the tooltip. | Sets the UnitID for the tooltip. | ||
| Line 12: | Line 14: | ||
---- | ---- | ||
'''Example''' | '''Example''' | ||
GameTooltip_SetDefaultAnchor(GameTooltip, UIParent) | |||
Shows the GameTooltip with | GameTooltip:'''SetUnit'''("player") | ||
GameTooltip:Show() | |||
Shows the GameTooltip with information about the player. | |||