WoW:API RemoveFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Robot: converting/fixing HTML)
Line 12: Line 12:
:;friendName : String - The name of the friend to remove.
:;friendName : String - The name of the friend to remove.
=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''

Revision as of 09:34, 20 January 2007

WoW API < RemoveFriend

RemoveFriend - Documentation by Flickering

Remove a friend from the friends list.

RemoveFriend(friendIndex or "friendName")

Parameters

Arguments

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

Returns

nil