8 lines
501 B
Lua
8 lines
501 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return 1nil trivial
|
|
---Returns whether a quest which can be turned in to 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 active quests using the GetGossipActiveQuests() instead of this function.
|
|
function IsActiveQuestTrivial(index) end
|