Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Sets the note text for a friend.
found = C_FriendList.SetFriendNotes(name, notes)
Arguments[]
- name
- string - name of friend in the friend list.
- notes
- string - the text that the friends note will be set to, up to 48 characters, anything longer will be truncated.
Returns[]
- found
- boolean - Whether the friend's note was successfully set.
Patch changes[]
Patch 8.1.0 (2018-12-11): Moved to C_FriendList. The former alias SetFriendNotes is deprecated and will be removed in the following expansion.