WoW API: GetTrackingTexture

Revision as of 18:13, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)

WoW API < GetTrackingTexture

Return the texture of the active tracking buff if one is active.

"icon" = GetTrackingTexture ()

Arguments

None


Returns
icon
The texture of the active tracking buff, or nil is no tracking buff is active

Example
local icon = GetTrackingTexture ()
if icon then
  myTexture:SetTexture (icon)
end