WoW:API RemoveFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Robot: converting/fixing HTML)
m (Move page script moved page API RemoveFriend to API RemoveFriend without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''RemoveFriend''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Remove a friend from the friends list.
Remove a friend from the friends list.

Latest revision as of 04:47, 15 August 2023

WoW API < RemoveFriend

Remove a friend from the friends list.

RemoveFriend(friendIndex or "friendName")

Parameters[edit]

Arguments[edit]

(friendIndex or "friendName")
friendIndex
Integer - The index (1-based) of the friend to remove.
friendName
String - The name of the friend to remove.

Returns[edit]

nil