WoW:API GetAddOnMetadata: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added link to TOC formatting)
(clean up headers)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
Returns addon metadata.
Returns addon metadata.
value = GetAddOnMetadata("addon", "field")


  value = GetAddOnMetadata("addon", "field")
== Arguments ==
 
;addon : String - Addon name to look up metadata for
== Parameters ==
;field : String - Field name. May be Title, Notes, Author, Version, or anything starting with X-  
=== Arguments ===
:("addon", "field")
 
:;addon : String - Addon name to look up metadata for
:;field : String - Field name. May be Title, Notes, Author, Version, or anything starting with X-  


=== Returns ===
== Returns ==
<!-- List each return value, together with its type -->
;value : String - The value of the field, nil if not defined.
:;value : String - The value of the field, nil if not defined.




=== Related Topics ===
== Related Topics ==
[[The TOC Format|The TOC Format]]
[[The TOC Format|The TOC Format]]

Revision as of 12:32, 14 February 2010

WoW API < GetAddOnMetadata

Returns addon metadata.

value = GetAddOnMetadata("addon", "field") 

Arguments

addon
String - Addon name to look up metadata for
field
String - Field name. May be Title, Notes, Author, Version, or anything starting with X-

Returns

value
String - The value of the field, nil if not defined.


Related Topics

The TOC Format