WildStar:UI Snippets

From AddOn Studio
Revision as of 14:58, 10 November 2015 by WildStarWiki>Shadowgrind (Created page with " This page is supposed to list lua practices that are frequently used and needed when writing addons. ==Examples== *Loading a extra library (and modify those which have bee...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is supposed to list lua practices that are frequently used and needed when writing addons.

Concrete Code Examples

Guides

  1. Star off guide: http://wildstarnasa.com/2014/01/a-complete-newbies-guide-to-apollo-and-houston/

Libraries

A collection of helpful developement addons and libs can be found wihin the NASA github repository: https://github.com/wildstarnasa

Most recommended Addon:

  • Rover: You can send any type of data to the ingame rover-table by using SendVarToRover("label", <the_data_you_want_to_inspect>) after installing this addon. Rover can then be opened with /rover and will come up with a really nice and super helpful data inspection window.