WoW:API GetNumQuestLogChoices: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''GetNumQuestLogChoices''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns the number of options someone has when getting a quest item.
Returns the number of options someone has when getting a quest item.


Line 28: Line 27:


: Returns the number of options someone has when getting a quest item.
: Returns the number of options someone has when getting a quest item.
----
{{WoW API}}

Revision as of 09:20, 18 June 2006

WoW API < GetNumQuestLogChoices

Returns the number of options someone has when getting a quest item.

GetNumQuestLogChoices();

Arguments
none

Returns
Number numQuestChoices
numQuestchoices
The number of quest item options for this quest

Example
local numQuestChoices = GetNumQuestLogChoices();
Result
2

Description
Returns the number of options someone has when getting a quest item.