Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Category:World of Warcraft API/Removed Functions

From WoWWiki

Jump to: navigation, search
Main Menu


Functions in this category have been removed from the API in a previous patch.

Additionally, the following functions did not have documentation at wowwiki before they were removed:

AddSendMailCOD()
AddSendMailMoney()
ChatFrameLog()   - Obsolete (1.7)
GetBattlefieldWorldStateUIInfo(index)   - Get score and flag status within a battlefield.   - Removed in 1.12
GetNumBattlefieldWorldStateUI()   - Get the number of World State UI Info available.   - Removed in 1.12
InviteToParty("unit")   - Invite a unit to a party by its unit id (likely "target") (replaced by InviteUnit("unit"))
IsFeignDeath()   - Returns 1 if the player is feigning death, nil otherwise. -- Removed in 2.1. See UnitIsFeignDeath.
PickupSendMailCOD(amount) - This does not appear to exist any longer.
PickupSendMailMoney(amount) - This does not appear to exist any longer.
ReportBug("text") - Removed in 1.3.0
ReportNote("text") - Removed in 1.3.0
ReportSuggestion("text","category") - Removed in 1.3.0
SetInventoryPortraitTexture()
SetupWorldMapScale() replaced by SetupFullscreenScale in 1.12.
UninviteByName("name")   - Uninvites (kicks) the named player from the current group if player is group leader. (Removed in 2.0, replaced by UninviteUnit("unit")).
UninviteFromParty("unit")   - Kick a unit from the party if player is group leader. (Removed in 2.0, replaced by UninviteUnit("unit")).
GuildUninviteByName("name")   - kicks the defined player from the guild (?). (Removed in 2.0?, replaced by GuildUninvite("name")).