WoW:API Duel: Difference between revisions
Jump to navigation
Jump to search
Duel() -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
: 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. (Warning, could not find it in any existing code, not sure if it still is a valid function) | ||
: But you can just type /duel or whatever if they're close. | : But you can just type /duel or whatever if they're close. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:59, 4 January 2006
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. (Warning, could not find it in any existing code, not sure if it still is a valid function)
- But you can just type /duel or whatever if they're close.