Files
wow_Meta/api/IsUnitOnQuest.lua
2024-12-16 13:13:08 +01:00

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