 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
result, trackableMapInfos = C_ContentTracking.GetTrackablesOnMap(trackableType, uiMapID)
Arguments[]
- trackableType
- Enum.ContentTrackingType
| Value |
Field |
Description
|
| 0 |
Appearance |
|
| 1 |
Mount |
|
| 2 |
Achievement |
|
- uiMapID
- number
Returns[]
- result
- Enum.ContentTrackingResult
| Value |
Field |
Description
|
| 0 |
Success |
|
| 1 |
DataPending |
|
| 2 |
Failure |
|
- trackableMapInfos
- ContentTrackingMapInfo[]
| Field |
Type |
Description
|
| x |
number |
|
| y |
number |
|
| trackableType |
Enum.ContentTrackingType |
|
| trackableID |
number |
|
| targetType |
Enum.ContentTrackingTargetType |
|
| targetID |
number |
|
| waypointText |
string |
|
Enum.ContentTrackingType
| Value |
Field |
Description
|
| 0 |
Appearance |
|
| 1 |
Mount |
|
| 2 |
Achievement |
|
Enum.ContentTrackingTargetType
| Value |
Field |
Description
|
| 0 |
JournalEncounter |
|
| 1 |
Vendor |
|
| 2 |
Achievement |
|
| 3 |
Profession |
|
| 4 |
Quest |
|