![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
If successful, returns if the trackable is either on your current map, or if we're able to determine a route to that map from your location via waypoints.
result, isNavigable = C_ContentTracking.IsNavigable(trackableType, trackableID)
Arguments[]
- trackableType
- Enum.ContentTrackingType
| Value | Field | Description |
|---|---|---|
| 0 | Appearance | |
| 1 | Mount | |
| 2 | Achievement |
- trackableID
- number
Returns[]
- result
- Enum.ContentTrackingResult
| Value | Field | Description |
|---|---|---|
| 0 | Success | |
| 1 | DataPending | |
| 2 | Failure |
- isNavigable
- boolean
