WoW:API CancelDuel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Forfeits the current duel. | |||
CancelDuel(); | CancelDuel(); | ||
Line 20: | Line 19: | ||
;''Result'' | ;''Result'' | ||
If you were in an active duel, you'll surrender to the opponent and the duel will be over. | |||
Revision as of 12:17, 18 June 2006
← WoW API < CancelDuel
Forfeits the current duel.
CancelDuel();
- Arguments
- none
- Returns
- nil
- Example
CancelDuel();
- Result
If you were in an active duel, you'll surrender to the opponent and the duel will be over.