Returns whether an addon is currently loaded. Signature: Code loaded = IsAddOnLoaded("name") or IsAddOnLoaded(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: - loaded - 1 if the addon is loaded; otherwise nil (1nil)
Также смотрите: Связанные с аддонами
, Addon-related functions
Ссылки: http://wowprogramming.com/docs/api/IsAddOnLoaded
|