→Reason Codes
(updated example code: removed unnecessary parens; minor formatting changes) |
|||
| Line 50: | Line 50: | ||
:;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. | ||
:;INTERACE_VERSION : -- Unknown, presumably the interface version in the .toc file is incorrect | |||