WoW:API CancelDuel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Clarify result of this API)
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.

Revision as of 23:21, 5 March 2010

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.