no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}}__NOTOC__ | {{wowapi}}__NOTOC__ | ||
Determine if an AddOn is | Determine if an AddOn is loaded on demand (via [[The TOC Format|.toc file]] dependencies or [[API LoadAddOn|LoadAddOn]]) rather than at startup | ||
loadDemand = IsAddOnLoadOnDemand(index or "name") | loadDemand = IsAddOnLoadOnDemand(index or "name") | ||
| Line 12: | Line 12: | ||
:loadDemand | :loadDemand | ||
:;loadDemand : Flag - Indicates if the AddOn is | :;loadDemand : Flag - Indicates if the AddOn is loaded on demand, 1 if it is, nil if it is loaded on startup | ||
== Example == | == Example == | ||