C_FriendList.IsIgnored

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether a character is being ignored by you.

isIgnored = C_FriendList.IsIgnored(token)

Arguments

token
string - The UnitId or name of the character.

Returns

isIgnored
boolean - whether the character is ignored.

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved to C_FriendList. The previous alias IsIgnored is deprecated and will be removed in the next expansion.