8 lines
272 B
Lua
8 lines
272 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param unit string
|
|
---@param name string
|
|
---@return 1nil state
|
|
---Returns whether a unit is on one of the quests in the player's quest log
|
|
function IsUnitOnQuest(index, unit, name) end |