WoW:API GetAddOnInfo: Difference between revisions

→‎Returns: Updated reason/security
(Removed Categories)
(→‎Returns: Updated reason/security)
Line 18: Line 18:
:;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.
:;loadable : Flag - Indicates if the AddOn is eligible to be loaded, 1 if it is, nil if it is not.
:;reason : String - The reason why the AddOn cannot be loaded. This is nil if the addon is loadable, 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, otherwise it contains a code indicating the reason. (Observed reason codes: "DISABLED" and "MISSING")
:;security : String - A string indicating the security status of the AddOn. This is presently "INSECURE" for all user provided AddOns. The 1.8 patch will introduce Blizzard provided AddOns which may have a different value.
:;security : String - Indicates the security status of the AddOn. This is currently "INSECURE" for all user provided addons and "SECURE" for Blizzard_* AddOns.
 
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
Anonymous user