C_Minimap .GetTrackingInfo
Jump to navigation
Jump to search
![]() ![]() ![]() ![]() ![]() |
C_Minimap.GetTrackingInfo |
![]() ![]() ![]() |
+ 10.0.0 / 3.4.1 / 1.14.4 |
![]() ![]() ![]() |
GetTrackingInfo |
+ 2.3.0 / 2.5.1 / 1.14.0 |
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
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)
- The old signature was