WoW:API GetQuestTimers: Difference between revisions

m
Move page script moved page API GetQuestTimers to WoW:API GetQuestTimers without leaving a redirect
No edit summary
 
m (Move page script moved page API GetQuestTimers to WoW:API GetQuestTimers without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''GetQuestTimers''' ''-Documentation by AlexanderYoshi-''</center>
__NOTOC__{{wowapi}}
 
Returns all of the quest timers currently in progress.
Returns all of the quest timers currently in progress.


  GetQuestTimers();
  GetQuestTimers();
 
== Parameters ==
----
=== Arguments ===
;''Arguments''


:''none''
:''none''


----
=== Returns ===
;''Returns''


:Strings questTimers
:Strings questTimers
Line 17: Line 14:
:;questTimers : Values in seconds of all quest timers currently in progress
:;questTimers : Values in seconds of all quest timers currently in progress


----
== Example ==
;''Example''
  QuestTimerFrame_Update(GetQuestTimers());
  QuestTimerFrame_Update(GetQuestTimers());


Line 27: Line 23:
  end
  end


;''Result''
=== Result ===
  "300", "240", "100"
  "300", "240", "100"
----
;''Description''
: Returns all of the quest timers currently in progress.
----
{{Template:WoW API}}
Anonymous user