WoW:API AcceptDuel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AcceptDuel]]
[[Category:API Activity Functions|AcceptDuel]]

Revision as of 18:57, 3 January 2006

AcceptDuel -Documentation by AlexanderYoshi-

Accept the challenge to a duel.

AcceptDuel();

Arguments
none

Returns
nil

Example
AcceptDuel();
Result

Description
Accept the challenge to a duel.

Template:WoW API