
- #How to make twitch wow client get needed libraries how to#
- #How to make twitch wow client get needed libraries Patch#
- #How to make twitch wow client get needed libraries code#
GetTotalAchievementPoints() - Return the total, or only guild, achievement points earned. GetStatisticsCategoryList() - Returns the list of Statistic categories. GetStatistic(achievementID) - Return the value of the requested statistic. GetPreviousAchievement(achievementID) - Return previous related achievements. GetNextAchievement(achievementID) GetNumComparisonCompletedAchievements() GetNumCompletedAchievements() - Returns total and completed number of achievements, or only guild. GetLatestCompletedComparisonAchievements() GetLatestUpdatedComparisonStats() GetLatestUpdatedStats() - Return the ID's of the last 5 updated Statistics.

GetLatestCompletedAchievements() - Return the ID's of the last 5 completed Achievements. GetComparisonCategoryNumAchievements(achievementID) GetComparisonStatistic(achievementID) - Return the value of the requested statistic for the comparison player. GetComparisonAchievementPoints() - Return the total number of achievement points the comparison unit has earned. GetCategoryNumAchievements(category) - Return the total Achievements and number completed for the specific category. GetCategoryInfo(category) - Return information about the requested category GetCategoryList() - Returns the list of Achievement categories. GetAchievementNumRewards(achievementID) - Return the number of rewards the requested Achievement has. GetAchievementNumCriteria(achievementID) - Return the number of criteria the requested Achievement has. GetAchievementLink(achievementID) - Returns a achievementLink for the specified Achievement. GetAchievementInfoFromCriteria(id) - Returns information about the requested Achievement.

(added 5.0.4) GetAchievementInfo(achievementID) or (category, offset) - Returns information about the requested Achievement. GetAchievementCriteriaInfoByID(achievementID, criteriaID) - Returns information about the requested criteria. GetAchievementCriteriaInfo(achievementID, criteriaIndex) - Returns information about the requested criteria. GetAchievementComparisonInfo(achievementID, comparisonNum) - Returns status of achievement for comparison player. GetAchievementCategory(achievementID) - Return the category number of the requested achievement. CanShowAchievementUI() - Returns if the AchievementUI can be displayed ClearAchievementComparisonUnit() - Remove the unit being compared.
#How to make twitch wow client get needed libraries Patch#
These functions are only available in Patch 3.0 AddTrackedAchievement(achievementId) - Add an achievement to tracking.

NoPlayTime() - returns 1 if the player is currently "unhealthy": no XP, loot. PartialPlayTime() - returns 1 if the player is currently "tired": reduced XP, loot. GetBillingTimeRested() - returns the time spent logged in current billing unit. These functions only return meaningful values on Asian realms all three relate to the play time limitation system. run local x=GetAccountExpansionLevel() SendChatMessage(x)Īccount GetAccountExpansionLevel() - Returns registered expansion. should be moved from here to Removed Functions.Ĭalling functions via macro or command line:

HW - may only be called in response to a hardware event, like from OnClick handlers.
#How to make twitch wow client get needed libraries code#
#How to make twitch wow client get needed libraries how to#
If you're contributing documentation, please read How to edit API pages.įunction names can be prefixed with the following tags, see API notation and conventions:
