WoW:API ConfirmSummon: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
m (Move page script moved page API ConfirmSummon to API ConfirmSummon without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi|toc=0}}
 
Accepts a summon request. Only works during the two minutes the summon is available.
Accepts a summon request (only works during the two minutes the summon is available).
  ConfirmSummon()
  ConfirmSummon()


 
== See also ==
== Arguments ==
* {{api|CancelSummon}}
None
 
 
== Returns ==
None

Latest revision as of 04:45, 15 August 2023

WoW API < ConfirmSummon

Accepts a summon request. Only works during the two minutes the summon is available.

ConfirmSummon()

See also[edit]