Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Adds or removes a player to or from the friends list.
C_FriendList.AddOrRemoveFriend(name, notes)
Arguments[]
- name
- string - The name of the player to add or remove.
- notes
- string - (Required) The note in the friends frame.
Details[]
- If the player is already on your friends list, the player will be removed regardless of whether you pass
notes
as the second argument.