WoW:API ConfirmAcceptQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API ConfirmAcceptQuest to API ConfirmAcceptQuest without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''CompleteQuest''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Accept an escort quest being started by a player nearby.
Accept the quest. Yes. Really accept it.


  ConfirmAcceptQuest();
  ConfirmAcceptQuest();
Line 24: Line 23:
;''Description''
;''Description''


: Accept the quest. Yes. Really accept it.
: Accept an escort quest being started by a player nearby.
 
----
{{WoW API}}

Latest revision as of 04:45, 15 August 2023

WoW API < ConfirmAcceptQuest

Accept an escort quest being started by a player nearby.

ConfirmAcceptQuest();

Arguments
none

Returns
nil

Example
ConfirmAcceptQuest();
Result

Description
Accept an escort quest being started by a player nearby.