WoW:API AddFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Minor formatting cleanup)
No edit summary
Line 16: Line 16:
  AddFriend("Sembiance");
  AddFriend("Sembiance");
<!-- end code -->
<!-- end code -->
----
----
__NOTOC__
{{WoW API}}
{{Template:WoW API}}
[[Category:API Friend Functions|AddFriend]]

Revision as of 12:40, 4 January 2006

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