m
Functional example and spelling
({{widgetmethod}}) |
m (Functional example and spelling) |
||
| Line 14: | 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. | |||