WoW:API Duel: Difference between revisions
Jump to navigation
Jump to search
(use removedapi template) |
m (Formatting) |
||
Line 1: | Line 1: | ||
{{removedapi|(unknown, very early)| | {{wowapi}} | ||
{{removedapi|(unknown, very early)|Use [[API StartDuelUnit|StartDuelUnit]] instead.}} | |||
Invites the specified player to a duel. | Invites the specified player to a duel. | ||
Line 24: | Line 22: | ||
;''Result'' | ;''Result'' | ||
: Invite Sembiance to duel you. | |||
: | |||
Revision as of 14:39, 18 June 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
- Invite Sembiance to duel you.