WoW:API GetNumQuestChoices: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 15: Line 15:


:;num: Number - the number of rewards available
:;num: Number - the number of rewards available




----
----
__NOTOC__
{{WoW API}}
{{Template:WoW API}}
<!-- Update the category to the appropriate subsection, and be sure to put the function name as the label for the category link. Multiple subcategories are okay if appropriate, please dont link functions to the API Functions category directly. -->
[[Category:API Functions|GetNumQuestChoices]]
[[Category:API Quest Functions|GetNumQuestChoices]]

Revision as of 06:03, 4 January 2006

GetNumQuestChoices -Documentation by Sabindeus-

Gets the number of rewards for a quest that you are currently turning in successfully.

num = GetNumQuestChoices;

Parameters

Returns

Returns
num
num
Number - the number of rewards available



Template:WoW API