WoW:API CancelDuel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API CancelDuel to API CancelDuel without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
;''Result'' | ;''Result'' | ||
Decline invitation to duel. | |||
If you were in an active duel, you'll surrender to the opponent and the duel will be over. | If you were in an active duel, you'll surrender to the opponent and the duel will be over. |
Latest revision as of 04:45, 15 August 2023
← WoW API < CancelDuel
Forfeits the current duel.
CancelDuel();
- Arguments
- none
- Returns
- nil
- Example
CancelDuel();
- Result
Decline invitation to duel. If you were in an active duel, you'll surrender to the opponent and the duel will be over.