Files
wow_Meta/api/IsUnitOnQuest.lua
2025-05-04 14:35:26 +02:00

9 lines
269 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