12.07.2015 Views

Wiley-World.of.Warcraft.Programming.A.Guide.and.Reference.for.Creating.WoW.Addons

Wiley-World.of.Warcraft.Programming.A.Guide.and.Reference.for.Creating.WoW.Addons

Wiley-World.of.Warcraft.Programming.A.Guide.and.Reference.for.Creating.WoW.Addons

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

898 Part IV ■ <strong>Reference</strong>RemoveChatWindowMessagesRemoves a message type from a chat window’s list <strong>of</strong> saved messagesubscriptions.RemoveChatWindowMessages(index, “messageGroup“)Used by the default UI’s functions ChatFrame_RemoveMessageGroup() <strong>and</strong>ChatFrame_RemoveAllMessageGroups() which manage the set <strong>of</strong> messagetypes shown in a displayed ChatFrame.Arguments:index—Index <strong>of</strong> a chat frame (between 1 <strong>and</strong> NUM_CHAT_WINDOWS)(number)messageGroup—Token identifying a message type (string, chatMsgType)RemoveFriendRemoves a character from the friends list.ConfirmationRemoveFriend(“name“)Arguments:name—Name <strong>of</strong> a character to remove from the friends list (string)RemoveGlyphFromSocketRemoves the glyph from a socket.RemoveGlyphFromSocket(socket)Arguments:socket—Which glyph socket to query (between 1 <strong>and</strong> NUM_GLYPH_SLOTS)(number, glyphIndex)RemoveQuestWatchRemoves a quest from the objectives tracker.RemoveQuestWatch(questIndex)Arguments:questIndex—Index <strong>of</strong> a quest in the quest log (between 1 <strong>and</strong>GetNumQuestLogEntries()) (number)RemoveTrackedAchievementRemoves an achievement from the objectives tracker UI.RemoveTrackedAchievement(id)Arguments:id—The numeric ID <strong>of</strong> an achievement (number)RenameEquipmentSetChanges the name <strong>of</strong> a saved equipment set.RenameEquipmentSet(“name“, “newName“)Not used in the default UI; may be deprecated in future patches.Arguments:name—Name <strong>of</strong> an equipment set (case sensitive) (string)newName—New name <strong>for</strong> the set (string)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!