Returns whether an addon can be loaded without restarting the UI. Signature: Code 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 and GetNumAddOns()) (number)
Returns: - isLod - 1 if the addon is LoadOnDemand-capable; otherwise nil (1nil)
Также смотрите: Связанные с аддонами
, Addon-related functions
Ссылки: http://wowprogramming.com/docs/api/IsAddOnLoadOnDemand
|