Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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.

Advertisement