Initial commit
This commit is contained in:
14
api/GetQuestLogLeaderBoard.lua
Normal file
14
api/GetQuestLogLeaderBoard.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param objective number
|
||||
---@param questIndex number
|
||||
---@return string text
|
||||
---@return reputation type
|
||||
---@return event
|
||||
---@return item
|
||||
---@return monster
|
||||
---@return object
|
||||
---@return reputation
|
||||
---@return 1nil finished
|
||||
---Returns information about objectives for a quest in the quest log
|
||||
function GetQuestLogLeaderBoard(objective, questIndex) end
|
Reference in New Issue
Block a user