WildStar:User defined code

Revision as of 22:53, 10 November 2015 by Bear (talk | contribs) (Created page with "{{uiuser}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Uiuser

Helpful code and conventions that are not a part of the regular game UI API or Carbine boilerplate code. See also UI Guides.

Code

Libraries

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

  • Rover - (most recommended Addon) 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.