WoW:API GetAddOnInfo: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API GetAddOnInfo to WoW:API GetAddOnInfo without leaving a redirect
m (→Notes) |
m (Move page script moved page API GetAddOnInfo to WoW:API GetAddOnInfo without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 19: | Line 19: | ||
:;enabled : Flag - Indicates if the AddOn is currently enabled, 1 if it is, nil if it is not. | :;enabled : Flag - Indicates if the AddOn is currently enabled, 1 if it is, nil if it is not. | ||
:;loadable : Flag - Indicates if the AddOn is eligible to be loaded, 1 if it is, nil if it is not. Currently returns 1 if the addon is LoadOnDemand in the .toc file or if the addon is already loaded. | :;loadable : Flag - Indicates if the AddOn is eligible to be loaded, 1 if it is, nil if it is not. Currently returns 1 if the addon is LoadOnDemand in the .toc file or if the addon is already loaded. | ||
:;reason : String - The reason why the AddOn cannot be loaded. This is nil if the addon is loadable or already loaded, otherwise it contains a code indicating the reason. (Observed reason codes: "DISABLED" | :;reason : String - The reason why the AddOn cannot be loaded. This is nil if the addon is loadable or already loaded, otherwise it contains a code indicating the reason. (Observed reason codes: "DISABLED", "MISSING", "INTERFACE_VERSION") | ||
:;security : String - Indicates the security status of the AddOn. This is currently "INSECURE" for all user provided addons and "SECURE" for Blizzard_* AddOns. | :;security : String - Indicates the security status of the AddOn. This is currently "INSECURE" for all user provided addons and "SECURE" for Blizzard_* AddOns. | ||