WoW:API RemoveFriend: Difference between revisions
Jump to navigation
Jump to search
RemoveFriend - Documentation by Flickering
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''RemoveFriend''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | <center>'''RemoveFriend''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | ||
Line 12: | Line 13: | ||
=== Returns === | === Returns === | ||
:<i>nil</i> | :<i>nil</i> | ||
Revision as of 17:30, 6 January 2007
← WoW API < RemoveFriend
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