Add meta
This commit is contained in:
8
Meta/api/IsUnitOnQuest.lua
Normal file
8
Meta/api/IsUnitOnQuest.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@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
|
Reference in New Issue
Block a user