WildStar:UI Snippets: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
This page list Lua code and idioms that are frequently needed when writing [[AddOns]].
This page list Lua code and idioms that are frequently needed when writing [[AddOns]].
   
   
== Concrete Code Examples ==
== Concrete code examples ==
* Loading a extra lua script / library: https://forums.wildstar-online.com/forums/index.php?/topic/145956-include-a-lib/?p=1448824
* Loading a extra lua script / library: https://forums.wildstar-online.com/forums/index.php?/topic/145956-include-a-lib/?p=1448824
** and modify those which have been written lua generic without ws-spec: https://forums.wildstar-online.com/forums/index.php?/topic/50951-question-more-lua-files-in-one-addon/
** and modify those which have been written lua generic without ws-spec: https://forums.wildstar-online.com/forums/index.php?/topic/50951-question-more-lua-files-in-one-addon/

Revision as of 23:20, 14 November 2015

Template:Uiuser

This page list Lua code and idioms that are frequently needed when writing AddOns.

Concrete code examples