C_FriendList.SetFriendNotesByIndex

From Warcraft Wiki
Jump to navigation Jump to search

Sets the note text for a friend.

C_FriendList.SetFriendNotesByIndex(index, notes)

Arguments

index
number - index of the friend, up to C_FriendList.GetNumFriends (max 100). Note that status changes can re-order the friend list, indices are not guaranteed to remain stable across events.
notes
string - the text that the friends note will be set to, up to 48 characters, anything longer will be truncated.

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Added.