C_Minimap.GetTrackingInfo

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

trackingInfo = C_Minimap.GetTrackingInfo(spellIndex)

Arguments

spellIndex
number

Returns

trackingInfo
MinimapScriptTrackingInfo?
Field Type Description
name string
texture number : fileID
active boolean
type string
subType number
spellID number?

Patch changes

  • TheWarWithin-Petopia-Logo.png Patch 11.0.0 (2024-07-23): Returns a structured table.
    The old signature was name, textureFileID, active, type, subType, spellID = C_Minimap.GetTrackingInfo(spellIndex)