WoW:API AddFriend: Difference between revisions
Jump to navigation
Jump to search
AddFriend -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|AddFriend]] | |||
[[Category:API Friend Functions|AddFriend]] |
Revision as of 12:57, 27 August 2005
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.