no edit summary
(Moved Reason Codes to →Details) |
No edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Request the loading of an On-Demand AddOn. | Request the loading of an On-Demand AddOn. | ||
loaded, reason = LoadAddOn(index or "name") | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
Line 51: | Line 49: | ||
:;MISSING : "Missing"; -- The addon is physically not there. | :;MISSING : "Missing"; -- The addon is physically not there. | ||
:;NOT_DEMAND_LOADED : "Not loadable on demand"; -- As of 1.8 only addons marked as LoadOnDemand can be loaded via this function. | :;NOT_DEMAND_LOADED : "Not loadable on demand"; -- As of 1.8 only addons marked as LoadOnDemand can be loaded via this function. | ||