m
Minor formatting cleanup
mNo edit summary |
m (Minor formatting cleanup) |
||
| Line 1: | Line 1: | ||
<center>'''AddFriend''' - ''Documentation by AlexanderYoshi''</center> | |||
Add a friend to your friend list. | Add a friend to your friend list. | ||
AddFriend(playerName) | AddFriend("playerName") | ||
== Parameters == | |||
=== Arguments === | |||
:("playerName") | |||
:;playerName : String - The name of the player you would like to add to your friends list | |||
=== Returns === | |||
:<i>nil</i> | |||
:;playerName : The name of the player you would like to add to your friends list | |||
: | |||
---- | == Example == | ||
<!-- begin code --> | |||
AddFriend("Sembiance"); | AddFriend("Sembiance"); | ||
<!-- end code --> | |||
---- | |||
---- | ---- | ||
__NOTOC__ | |||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Friend Functions|AddFriend]] | [[Category:API Friend Functions|AddFriend]] | ||