Initial commit
This commit is contained in:
5
api/GetNumQuestChoices.lua
Normal file
5
api/GetNumQuestChoices.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return number numQuestChoices
|
||||
---Returns the number of available quest rewards from which the player must choose one upon completing the quest presented by a questgiver. Only valid during the accept/decline or completion stages of a quest dialog (following the QUEST_DETAIL or QUEST_COMPLETE events); otherwise may return 0 or a value from the most recently displayed quest.
|
||||
function GetNumQuestChoices() end
|
||||
Reference in New Issue
Block a user