Wowpedia

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

READ MORE

Wowpedia
Line 15: Line 15:
   
 
== Patch changes ==
 
== Patch changes ==
* {{Patch 8.1.0|note=Moved to ''C_FriendList''. {{api|GetFriendInfo}} is deprecated and will be removed in the next expansion.}}
+
* {{Patch 8.1.0|note=Moved to ''C_FriendList''. The previous alias {{api|GetFriendInfo}} is deprecated and will be removed in the next expansion.}}
   
 
== See also ==
 
== See also ==

Revision as of 22:53, 15 March 2019

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. The previous alias GetFriendInfo is deprecated and will be removed in the next expansion.

See also