WoW:API StartDuel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API StartDuel to WoW:API StartDuel without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

WoW API < StartDuel

Invites the specified player to a duel.

StartDuel(playerName);

Parameters

Arguments

playerName
The name of the player you wish to duel

Example

StartDuel("Sembiance");

Result

Invites Sembiance to start a duel with you.