Returns whether an achievement is flagged for display in the objectives tracker UI. Signature: Code isTracked = IsTrackedAchievement(id) Arguments: - id - The numeric ID of an achievement (number)
Returns: - isTracked - True if the achievement is flagged for tracking; otherwise false (boolean)
Также смотрите: Достижения
, Objectives tracking functions, Achievement functions
Ссылки: http://wowprogramming.com/docs/api/IsTrackedAchievement
|