WoW:API GameTooltip SetUnit

Revision as of 07:34, 5 July 2005 by WoWWiki>Chef de Loup
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.