WoW:API IsAddOnLoadOnDemand: Difference between revisions

no edit summary
No edit summary
 
No edit summary
Line 1: Line 1:
{{wowapi}}__NOTOC__
{{wowapi}}__NOTOC__
Determine if an AddOn is LoadOnDemand.
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 Load on Demand, 1 if it has been, nil if it has not.
:;loadDemand : Flag - Indicates if the AddOn is loaded on demand, 1 if it is, nil if it is loaded on startup


== Example ==
== Example ==
Anonymous user