💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
These functions relate to the[Friends list](https://wow.gamepedia.com/Friends_list "Friends list"). [C\_FriendList.AddFriend](https://wow.gamepedia.com/API_C_FriendList.AddFriend "API C FriendList.AddFriend")("name" \[, "notes"\]) - Adds a friend to your friend list. [C\_FriendList.AddIgnore](https://wow.gamepedia.com/API_C_FriendList.AddIgnore "API C FriendList.AddIgnore")("name") - Adds a player to your ignore list. [C\_FriendList.AddOrDelIgnore](https://wow.gamepedia.com/API_C_FriendList.AddOrDelIgnore "API C FriendList.AddOrDelIgnore")("name") - Adds or removes a player to/from the ignore list. [C\_FriendList.AddOrRemoveFriend](https://wow.gamepedia.com/API_C_FriendList.AddOrRemoveFriend "API C FriendList.AddOrRemoveFriend")("name", "notes") - Adds or removes a player to or from the friends list. [C\_FriendList.DelIgnore](https://wow.gamepedia.com/API_C_FriendList.DelIgnore "API C FriendList.DelIgnore")("name") - Removes a player from your ignore list. [C\_FriendList.DelIgnoreByIndex](https://wow.gamepedia.com/API_C_FriendList.DelIgnoreByIndex "API C FriendList.DelIgnoreByIndex")(index) - Removes a player from your ignore list. [C\_FriendList.GetFriendInfo](https://wow.gamepedia.com/API_C_FriendList.GetFriendInfo "API C FriendList.GetFriendInfo")("name") - Retrieves information about a person on your friends list. [C\_FriendList.GetFriendInfoByIndex](https://wow.gamepedia.com/API_C_FriendList.GetFriendInfoByIndex "API C FriendList.GetFriendInfoByIndex")(index) - Retrieves information about a person on your friends list. [C\_FriendList.GetIgnoreName](https://wow.gamepedia.com/API_C_FriendList.GetIgnoreName "API C FriendList.GetIgnoreName")(index) - Returns the name of a currently ignored player. [C\_FriendList.GetNumFriends](https://wow.gamepedia.com/API_C_FriendList.GetNumFriends "API C FriendList.GetNumFriends")() - Returns how many friends you have. [C\_FriendList.GetNumIgnores](https://wow.gamepedia.com/API_C_FriendList.GetNumIgnores "API C FriendList.GetNumIgnores")() - Returns the number of entries on your ignore list. [C\_FriendList.GetNumOnlineFriends](https://wow.gamepedia.com/API_C_FriendList.GetNumOnlineFriends "API C FriendList.GetNumOnlineFriends")() - Returns the number of online friends. [C\_FriendList.GetSelectedFriend](https://wow.gamepedia.com/API_C_FriendList.GetSelectedFriend "API C FriendList.GetSelectedFriend")() - Returns the index of the currently selected friend. [C\_FriendList.GetSelectedIgnore](https://wow.gamepedia.com/API_C_FriendList.GetSelectedIgnore "API C FriendList.GetSelectedIgnore")() - Returns the currently selected index in the ignore listing. [C\_FriendList.IsFriend](https://wow.gamepedia.com/API_C_FriendList.IsFriend "API C FriendList.IsFriend")("guid") - Returns whether a character is your friend. [C\_FriendList.IsIgnored](https://wow.gamepedia.com/API_C_FriendList.IsIgnored "API C FriendList.IsIgnored")("token") - Returns whether a character is being ignored by you. [C\_FriendList.IsIgnoredByGuid](https://wow.gamepedia.com/API_C_FriendList.IsIgnoredByGuid "API C FriendList.IsIgnoredByGuid")("guid") - Returns whether a character is being ignored by you. [C\_FriendList.RemoveFriend](https://wow.gamepedia.com/API_C_FriendList.RemoveFriend "API C FriendList.RemoveFriend")("name") - Removes a friend from the friends list. [C\_FriendList.RemoveFriendByIndex](https://wow.gamepedia.com/API_C_FriendList.RemoveFriendByIndex "API C FriendList.RemoveFriendByIndex")(index) - Removes a friend from the friends list. [C\_FriendList.SetFriendNotes](https://wow.gamepedia.com/API_C_FriendList.SetFriendNotes "API C FriendList.SetFriendNotes")("name", "notes") - Sets the note text for a friend. [C\_FriendList.SetFriendNotesByIndex](https://wow.gamepedia.com/API_C_FriendList.SetFriendNotesByIndex "API C FriendList.SetFriendNotesByIndex")(index, "notes") - Sets the note text for a friend. [C\_FriendList.SetSelectedFriend](https://wow.gamepedia.com/API_C_FriendList.SetSelectedFriend "API C FriendList.SetSelectedFriend")(index) - Updates the current selected friend. [C\_FriendList.SetSelectedIgnore](https://wow.gamepedia.com/API_C_FriendList.SetSelectedIgnore "API C FriendList.SetSelectedIgnore")(index) - Sets the currently selected ignore entry. [C\_FriendList.ShowFriends](https://wow.gamepedia.com/API_C_FriendList.ShowFriends "API C FriendList.ShowFriends")() - Requests updated friends information from server.