Navigation menu

WildStar:UI AddOn: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
{{\|uiaddon}}
{{\|uiaddon}}


This is the development reference for the structure and rules for WildStar '''UI AddOns'''. See [[AddOns]] for the general WildStar term. See [[WildStar development]] for the main development portal.
This is the development reference for the structure and rules for WildStar '''UI AddOns'''. See [[AddOns]] for the general WildStar term. See [[\development]] for the main development portal.


== Reference ==
== Reference ==
Line 53: Line 53:
******** AddOns (folder)
******** AddOns (folder)
********* MyAddOn (folder) - your AddOn's own folder, normally matches the AddOn name
********* MyAddOn (folder) - your AddOn's own folder, normally matches the AddOn name
********** toc.xml ([[TOC file]]) - WS AddOn "manifest" file
********** toc.xml ([[\TOC file]]) - WS AddOn "manifest" file
********** MyAddOn.xml ([[XML file]]) - [[XML]] file with visible element 'form' definitions
********** MyAddOn.xml ([[\XML file]]) - [[XML]] file with visible element 'form' definitions
********** MyAddOn.lua ([[Lua file]]) - [[Code]] file, with instructions for AddOn behavior
********** MyAddOn.lua ([[\Lua file]]) - [[Code]] file, with instructions for AddOn behavior
</div>
</div>