Wowpedia

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

READ MORE

Wowpedia
Advertisement

Retrieves information about a person on your friends list.

info = C_FriendList.GetFriendInfo(name)

Arguments

name
String - name of friend in the friend list.

Returns

info
Structure - FriendInfo

Struct FriendList FriendInfo

Details

  • Friend information isn't necessarily automatically kept up to date. You can use C_FriendList.ShowFriends to request an update from the server.

Patch changes

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

See also

Advertisement