WildStar:Development: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
=== WildStar UI Customization ===
=== WildStar UI Customization ===


: '''[[../UI AddOn/]]s'''
: '''[[\UI AddOn]]s'''
:    · [[../TOC format/]] · [[../AddOn loading process/]] · [[:Category:WildStar AddOns|Summaries]]
:    · [[\TOC format]] · [[\AddOn loading process]] · [[:Category:WildStar AddOns|Summaries]]


: '''[[../UI API/|Global API]]'''
: '''[[\UI API|Global API]]'''
:    · [[../API types|Data Types]] · [[../API events|Events]] · [[../UI Lua|Lua functions]] · [[../API change summaries|Changes]]
:    · [[\API types|Data Types]] · [[\API events|Events]] · [[\UI Lua|Lua functions]] · [[\API change summaries|Changes]]


: '''[[../UI Form/]]s'''
: '''[[\UI Form]]s'''
:    · [[../XML_user_interface|XML Widget declarations]] · [[../Widget handlers|Script handlers]] · [[:Category:WildStar Widgets|Summaries]]
:    · [[\XML_user_interface|XML Widget declarations]] · [[\Widget handlers|Script handlers]] · [[:Category:WildStar Widgets|Summaries]]


: '''[[../UI XML|WildStar XML UI]]'''
: '''[[\UI XML|WildStar XML UI]]'''
:    · [[../XML/Ui|XML Root]] · [[../XML elements/]] · [[../XML/Types|XML Types]] · [[:Category:WildStar UI XML|Summaries]]
:    · [[\XML/Ui|XML Root]] · [[\XML elements]] · [[\XML/Types|XML Types]] · [[:Category:WildStar UI XML|Summaries]]


: '''[[../UI Macro|Macro Reference]]'''
: '''[[\UI Macro|Macro Reference]]'''
:    · [[../Macro commands|Command Reference]] · [[../Console variables|Console Variables]]
:    · [[\Macro commands|Command Reference]] · [[\Console variables|Console Variables]]


: '''[[:Category:WildStar Technical details|Technical details]]'''
: '''[[:Category:WildStar Technical details|Technical details]]'''
:    · [[../User defined code/]] · [[../UI Snippets/]] · [[:Category:WildStar UI technical details|more...]]
:    · [[\User defined code]] · [[\UI Snippets]] · [[:Category:WildStar UI technical details|more...]]


== Other materials ==
== Other materials ==
Line 43: Line 43:


==== Tutorials and HOWTOs ====
==== Tutorials and HOWTOs ====
: [[../UI beginner's guide/|An introduction to addons, scripts and macros]]
: [[\UI beginner's guide|An introduction to addons, scripts and macros]]
: [[../Getting started with writing addons/]]
: [[\Getting started with writing addons]]


: '''[[../UI Guides/]] and HOWTOs'''
: '''[[\UI Guides]] and HOWTOs'''
:* [[../Handling events/]]
:* [[\Handling events]]
:* [[../Saving variables between game sessions/]]
:* [[\Saving variables between game sessions]]
:* [[../Creating a slash command/]]
:* [[\Creating a slash command]]
:* [[../Localizing an addon/]]
:* [[\Localizing an addon]]
:* [[../Using the Interface Options Addons panel/]]
:* [[\Using the Interface Options Addons panel]]
:* [[../Using UIDropDownMenu/]]
:* [[\Using UIDropDownMenu]]
:* [[../XML basics/]]
:* [[\XML basics]]
:* [[../UI Guides/|more...]]
:* [[\UI Guides|more...]]


==== Other Resources and Tools ====
==== Other Resources and Tools ====
: [[../UI Snippets/|UI Code Snippets]]
: [[\UI Snippets|UI Code Snippets]]


: '''Carbine UI Internals'''
: '''Carbine UI Internals'''
:* [[../Viewing Carbine's interface code/|Carbine's User Interface customization tool]]
:* [[\Viewing Carbine's interface code|Carbine's User Interface customization tool]]


: '''[[Lua editors|Lua and XML editing software]]'''
: '''[[Lua editors|Lua and XML editing software]]'''

Revision as of 22:07, 7 August 2023

WildStar development

The WildStar development reference describes game customization and technical specifications for WildStar. This includes game UI Macro and AddOn support and documentation of other types of files used for art or for general support of the game.

Welcome to the WildStar Development Portal

Reference

WildStar UI Customization

UI AddOns
    · TOC format · AddOn loading process · Summaries
Global API
    · Data Types · Events · Lua functions · Changes
UI Forms
    · XML Widget declarations · Script handlers · Summaries
WildStar XML UI
    · XML Root · XML elements · XML Types · Summaries
Macro Reference
    · Command Reference · Console Variables
Technical details
    · User defined code · UI Snippets · more...

Other materials

Developer talk

UI Customisation Forums and Guilds

Tutorials and HOWTOs

An introduction to addons, scripts and macros
Getting started with writing addons
UI Guides and HOWTOs

Other Resources and Tools

UI Code Snippets
Carbine UI Internals
Lua and XML editing software