WoW:API ConfirmSummon: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
(bp)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
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

Revision as of 12:27, 25 June 2010

WoW API < ConfirmSummon

Accepts a summon request (only works during the two minutes the summon is available).

ConfirmSummon()

See also