WoW:API ShowFriends: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
=== Returns ===
=== Returns ===
:<i>nil</i>
:<i>nil</i>


== Details ==
== Details ==
: When this has been processed a FRIENDLIST_SHOW and/or FRIENDLIST_UPDATE event will be fired if the friends information has changed.
: When this has been processed a [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild) #FRIENDLIST_SHOW|FRIENDLIST_SHOW]] and/or [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild) #FRIENDLIST_UPDATE|FRIENDLIST_UPDATE]] event will be fired if the friends information has changed.
 


----
----
{{WoW API}}
{{WoW API}}
__NOTOC__

Revision as of 19:50, 7 January 2006

ShowFriends - Documentation by Flickering

Request updated friends information from server.

ShowFriends()

Parameters

Returns

nil

Details

When this has been processed a FRIENDLIST_SHOW and/or FRIENDLIST_UPDATE event will be fired if the friends information has changed.

Template:WoW API