WoW:API RemoveFriend

From AddOn Studio
Revision as of 12:41, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
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



Template:WoW API