WoW:API Duel: Difference between revisions
Jump to navigation
Jump to search
Duel() -Documentation by AlexanderYoshi-
No edit summary |
(use removedapi template) |
||
Line 1: | Line 1: | ||
{{removedapi|(unknown, very early)|It was replaced by [[API StartDuelUnit|StartDuelUnit]].}} | |||
<center>'''Duel()''' ''-Documentation by AlexanderYoshi-''</center> | <center>'''Duel()''' ''-Documentation by AlexanderYoshi-''</center> | ||
Line 26: | Line 28: | ||
;''Description'' | ;''Description'' | ||
: Invites the specified player to a duel | : Invites the specified player to a duel. | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} |
Revision as of 20:57, 23 May 2006
This is no longer a part of the World of Warcraft API.
|
Invites the specified player to a duel.
Duel(playerName);
- Arguments
- (String playerName)
- playerName
- The name of the player you wish to duel
- Returns
- nil
- Example
Duel("Sembiance");
- Result
- Description
- Invites the specified player to a duel.