WoW:API Duel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(use removedapi template)
m (Formatting)
Line 1: Line 1:
{{removedapi|(unknown, very early)|It was replaced by [[API StartDuelUnit|StartDuelUnit]].}}
{{wowapi}}
 
{{removedapi|(unknown, very early)|Use [[API StartDuelUnit|StartDuelUnit]] instead.}}
<center>'''Duel()''' ''-Documentation by AlexanderYoshi-''</center>
 
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.
----
;''Description''
 
: Invites the specified player to a duel.
 
 
----
{{WoW API}}

Revision as of 14:39, 18 June 2006

WoW API < Duel

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.