C_AchievementInfo.IsValidAchievement( achievementId) : isValidAchievement C_AchievementInfo.SetPortraitTexture( textureObject) - Sets a portrait texture for the unit being achievement compared.
Tradeskillmaster wow how to erase groups 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. This function is only relevant on Chinese realms. PartialPlayTime() - Returns whether the account is considered "tired". NoPlayTime() - Returns whether the account is considered "unhealthy". IsVeteranTrialAccount() : isVeteranTrialAccount - Returns whether the wow account has no game time. 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.
GetRestrictedAccountData() - Returns the cap on trial character level, money and profession skill. GetBillingTimeRested() - Returns the account rested time left. Note: This list is up to date as of Patch 9.1.5 (41031) Account Shortcut: #Classic, #FrameXML, Global functions API Reference
Tradeskillmaster wow how to erase groups code#
NOCOMBAT - This cannot be called from insecure code while in combat.HW - This may only be called in response to a hardware event (user input).PROTECTED - This can only be called from secure code, i.e.The user interface code (FrameXML) can be exported from the game client.įunctions can be prefixed with the following tags: Wowpedia maintains the list below, newer API is also officially documented in Blizzard_APIDocumentation and accessible with the /api command. The WoW API is a set of functions available to addons and macro scripts.