WoW:API LoadAddOn: Difference between revisions

50 bytes removed ,  18 July 2007
no edit summary
(Moved Reason Codes to →‎Details)
No edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''LoadAddOn'''</center>
Request the loading of an On-Demand AddOn.
Request the loading of an On-Demand AddOn.
loaded, reason = LoadAddOn(index or "name")


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.
----
__NOTOC__
Anonymous user