Returns whether an addon can be loaded without restarting the UI
See also Addon-related functions.
Signature:
isLod = IsAddOnLoadOnDemand("name") or IsAddOnLoadOnDemand(index)
Arguments:
name- Name of an addon (name of the addon's folder and TOC file, not the Title found in the TOC) (string)index- Index of an addon in the addon list (between 1 andGetNumAddOns()) (number)
Returns:
isLod- 1 if the addon is LoadOnDemand-capable; otherwise nil (1nil)