49
edits
(Created page with "{{uiuser}}") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{uiuser}} | {{\|uiuser}} | ||
Helpful code and conventions that are not a part of the regular game [[UI API]] or [[wildstarwiki:Carbine|Carbine]] boilerplate code. See also [[UI Guides]]. | |||
Helpful code and conventions that are not a part of the regular game [[UI API]] or [[Carbine]] boilerplate code. | |||
== Code == | == Code == | ||
| Line 8: | Line 7: | ||
== Libraries == | == Libraries == | ||
A collection of helpful | A collection of helpful development addons and libs can be found within the NASA GitHub repository: [//github.com/wildstarnasa github.com/wildstarnasa] | ||
* Rover - (most recommended Addon) You can send any type of data to the | * Rover - (most recommended Addon) You can send any type of data to the in-game 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. | ||