WoW:API GameTooltip SetUnit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
Sets the UnitID for the tooltip.
Sets the UnitID for the tooltip.


Line 14: Line 16:
     ''GameTooltip:SetUnit("player")''
     ''GameTooltip:SetUnit("player")''
Shows the GameTooltip with informations about the player.
Shows the GameTooltip with informations about the player.
{{template:WoW API}}

Revision as of 12:08, 10 June 2006

Widget API ← GameTooltip < SetUnit

Sets the UnitID for the tooltip.


Arguments

("unit")


"unit"
String - UnitID of the wanted Unit ("player,"party1".."party4","target","raid1".."raid40", etc.)

Example

   GameTooltip:SetUnit("player")

Shows the GameTooltip with informations about the player.