papatore.blogg.se

Call to arms addon
Call to arms addon












call to arms addon call to arms addon call to arms addon
  1. #Call to arms addon Patch#
  2. #Call to arms addon code#
  3. #Call to arms addon trial#

GetAchievementLink( achievementID) - Returns an achievement link. GetAchievementGuildRep() GetAchievementInfo( achievementID or categoryID, index) - Returns info for an achievement. GetAchievementCriteriaInfoByID( achievementID, criteriaIndex) - Returns achievement criteria info by criteriaIndex. GetAchievementCriteriaInfo( achievementID, criteriaNum) - Returns info for the specified achievement criteria. GetAchievementComparisonInfo( achievementID) - Returns information about the comparison unit's achievements. ClearAchievementSearchString() GetAchievementCategory( achievementID) - Returns the category number the requested achievement belongs to. ClearAchievementComparisonUnit() - Remove the unit being compared. AreAccountAchievementsHidden() CanShowAchievementUI() - Returns if the AchievementUI can be displayed. AddTrackedAchievement( achievementId) - Tracks an achievement. C_AchievementInfo.IsValidAchievement( achievementId) : isValidAchievement C_AchievementInfo.SetPortraitTexture( textureObject) - Sets a portrait texture for the unit being achievement compared.

#Call to arms addon Patch#

SendSubscriptionInterstitialResponse( response) AchievementsĪchievements were added in Patch 3.0.2 C_AchievementInfo.GetRewardItemID( achievementID) : rewardItemID C_AchievementInfo.GetSupercedingAchievements( achievementID) : supercedingAchievements - Returns the next achievement in a series. PartialPlayTime() - True if the account is considered "tired" for players on Chinese realms. NoPlayTime() - True if the account is considered "unhealthy" for players on Chinese realms. IsVeteranTrialAccount() : isVeteranTrialAccount - Returns whether the wow account has no game time.

#Call to arms addon trial#

IsTrialAccount() : isTrialAccount - Returns whether the player is using a trial (free-to-play) account. IsRestrictedAccount() - Returns if the acount has trial account restrictions. GetSecondsUntilParentalControlsKick() IsAccountSecured() - Returns if the account has been secured with Blizzard Mobile Authenticator.

call to arms addon

GetRestrictedAccountData() - Returns the cap on trial character level, money and profession skill. GetBillingTimeRested() - Returns the amount of "healthy" time left for players on Chinese realms. Note: This list is up to date as of Patch 9.2.5 (43971) Account Sections: #Classic, #FrameXML, Global functions API Reference ui - This is implemented in FrameXML but was considered important enough to be listed.

#Call to arms addon code#

Any backwards compat code will be removed in the next expansion. noscript- This may not be called directly from (macro) scripts, i.e.noinstance - This only works outdoors and not in instanced content (dungeons/raids/battlegrounds/arena).nocombat - This cannot be called from insecure code while in combat.hwevent - This may only be called in response to a hardware event, i.e.protected - This can only be called by secure code.The Lua user interface code can be exported from the game client.įunctions are prefixed with the following tags: It's officially documented in Blizzard_APIDocumentation accessible via the /api command. The WoW API is available to AddOns and macro scripts.














Call to arms addon