Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@return 1nil trivial
|
||||
---@param index number
|
||||
---@return 1nil trivial
|
||||
---Returns whether a quest available from the current Quest NPC is trivial at the player's level. Only returns valid information after a QUEST_GREETING event. Used in the default UI to display "(low level)" when listing the quest. Note: Most quest NPCs present available quests using the GetGossipAvailableQuests() instead of this function.
|
||||
function IsAvailableQuestTrivial(index) end
|
||||
function IsAvailableQuestTrivial(index) end
|
||||
|
||||
Reference in New Issue
Block a user