WoW:API Duel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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. (Warning, could not find it in any existing code, not sure if it still is a valid function)
: Invites the specified player to a duel.
: But you can just type /duel or whatever if they're close.




----
----
{{WoW API}}
{{WoW API}}

Revision as of 20:57, 23 May 2006

Duel() -Documentation by AlexanderYoshi-

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.



Template:WoW API