WoW:API AddFriend

From AddOn Studio
Revision as of 18:51, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AddFriend -Documentation by AlexanderYoshi-

Add a friend to your friend list.

AddFriend(playerName);

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

Returns
nil

Example
AddFriend("Sembiance");
Result

Description
Adds the specified playerName to your friend list.

Template:WoW API