WoW:API Duel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(6 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi|removed=(unknown, very early)|replace=Use [[API StartDuelUnit|StartDuelUnit]] instead}} | |||
Invites the specified player to a duel. | Invites the specified player to a duel. | ||
Duel( | Duel(playerName) | ||
== Parameters == | |||
=== Arguments === | |||
* playerName (string) - The name of the player you wish to duel | |||
=== Returns === | |||
: none | |||
== Example == | |||
Duel("Sembiance"); | Duel("Sembiance"); | ||
; | ;Result | ||
: Invite Sembiance to duel you. | |||
: | |||
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
Invites the specified player to a duel.
Duel(playerName)
Parameters[edit]
Arguments[edit]
- playerName (string) - The name of the player you wish to duel
Returns[edit]
- none
Example[edit]
Duel("Sembiance");
- Result
- Invite Sembiance to duel you.