WoW:API Duel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API Duel to API Duel without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < Duel

Invites the specified player to a duel.

Duel(playerName)

Parameters[edit]

Arguments[edit]

  • playerName (string) - The name of the player you wish to duel

Returns[edit]

none

Example[edit]

Duel("Sembiance");
Result
Invite Sembiance to duel you.