WoW:API ShowFriends: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API ShowFriends to API ShowFriends without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''ShowFriends''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Request updated friends information from server.
Request updated friends information from server.
Line 10: Line 9:


== Details ==
== Details ==
: When this has been processed a [[Events/F#FRIENDLIST_SHOW|FRIENDLIST_SHOW]] and/or [[Events/F#FRIENDLIST_UPDATE|FRIENDLIST_UPDATE]] event will be fired if the friends information has changed.__NOTOC__
: When this has been processed a [[Events/F#FRIENDLIST_UPDATE|FRIENDLIST_UPDATE]] event will be fired.__NOTOC__

Latest revision as of 04:47, 15 August 2023

WoW API < ShowFriends

Request updated friends information from server.

ShowFriends()

Parameters[edit]

Returns[edit]

nil

Details[edit]

When this has been processed a FRIENDLIST_UPDATE event will be fired.