Files
wow-weakauras/Meta/api/IsAddOnLoadOnDemand.lua
2024-11-07 23:12:37 +01:00

7 lines
247 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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