WoW:API AddFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 19: Line 19:
----
----
{{WoW API}}
{{WoW API}}
__NOTOC__

Revision as of 19:47, 7 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