WoW:API AddFriend: Difference between revisions
Jump to navigation
Jump to search
AddFriend - Documentation by AlexanderYoshi
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]] |
Revision as of 18:50, 11 September 2005
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");