Initial commit
This commit is contained in:
5
api/GetQuestReward.lua
Normal file
5
api/GetQuestReward.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param choice number
|
||||
---Finishes turning in a quest to a questgiver, selecting an item reward if applicable. Usable following the QUEST_COMPLETE event in which the questgiver presents the player with rewards.
|
||||
function GetQuestReward(choice) end
|
||||
Reference in New Issue
Block a user