WoW:API AddFriend

From AddOn Studio
Revision as of 18:50, 11 September 2005 by WoWWiki>Flickering (Minor formatting cleanup)
Jump to navigation Jump to search
AddFriend - Documentation by AlexanderYoshi

Add a friend to your friend list.

AddFriend("playerName")

Parameters

Arguments

("playerName")
playerName
String - The name of the player you would like to add to your friends list

Returns

nil

Example

AddFriend("Sembiance");

Template:WoW API