Files
wow_Meta/api/IsAddOnLoadOnDemand.lua
2025-05-04 15:15:00 +02:00

9 lines
248 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@param index number
---@return 1nil isLod
---Returns whether an addon can be loaded without restarting the UI
function IsAddOnLoadOnDemand(name, index) end