m
Move page script moved page API AddFriend to WoW:API AddFriend without leaving a redirect
No edit summary |
m (Move page script moved page API AddFriend to WoW:API AddFriend without leaving a redirect) |
||
| (7 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Add a friend to your friend list. | Add a friend to your friend list. | ||
AddFriend(playerName); | AddFriend("playerName") | ||
== Parameters == | |||
=== Arguments === | |||
: | |||
:;playerName : String - The name of the player you would like to add to your friends list | |||
=== Returns === | |||
:''nil'' | |||
---- | ---- | ||
=== Details === | |||
You can have a maximum of 50 people on your friends list at the same time. | |||
== Example == | |||
AddFriend("Sembiance"); | AddFriend("Sembiance"); | ||
__NOTOC__ | |||