C_FriendList.IsFriend

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether a character is your friend.

isFriend = C_FriendList.IsFriend(guid)

Arguments

guid
string : GUID

Returns

isFriend
boolean - whether the character is your friend.

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Changed to C_FriendList.IsFriend()
Legion Patch 7.1.0 (2016-10-25): Added as IsCharacterFriend()