WoW:API AddFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 30: Line 30:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AddFriend]]
[[Category:API Friend Functions|AddFriend]]

Revision as of 12:57, 27 August 2005

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