WoW:API AddFriend
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.