Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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
Advertisement