WoW:Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
__NOWYSIWYG__<div class="mpcontentbox-main bg-darkgray" style="margin-top:0em; padding-bottom:5px; min-height: | __NOWYSIWYG__<div class="mpcontentbox-main bg-darkgray" style="margin-top:0em; padding-bottom:5px; min-height:125px;"> | ||
<div style="float:left; margin-left:-7px; margin-right: | <div style="float:left; margin-left:-7px; margin-right:10px">[[File:WoW_WildStar_Mmorpg.png|150px]]</div><!-- | ||
--><h3 class="mpcontentbox-header | --><h3 class="mpcontentbox-header">'''Welcome to the Engine Customization Reference'''</h3> | ||
: You can also search using the [[:Category:Interface customization|Interface Customization]] or [[: | : You can also search using the [[:Category:Interface customization|Interface Customization]] categories or the [[:Special:Search|Search]] page. | ||
: Before editing [[development| | : Before editing [[\Engine development|Engine customization]] pages, please read [[AddOn Studio Wiki:How to edit API pages|How to edit API pages]].<!-- | ||
--></div> | --></div>{{dev||}}The [[\Engine development]] reference describes game customization and technical specifications for [[enginestarwiki:Engine|Engine]]. 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. | ||
{{dev}} | |||
The [[ | |||
== Reference == | |||
=== Engine UI Customization === | |||
: '''[[ | : '''[[UI AddOn]]s''' | ||
: · [[ | : · [[TOC format]] · [[AddOn loading process]] · [[:Category:WildStar AddOns|Summaries]] | ||
: '''[[ | : '''[[UI API|Global API]]''' | ||
: · [[ | : · [[API types|Data Types]] · [[API events|Events]] · [[UI Lua|Lua functions]] · [[API change summaries|Changes]] | ||
: '''[[ | : '''[[UI Form]]s''' | ||
: · [[XML_user_interface|XML Widget declarations]] · [[Widget handlers|Script handlers]] · [[:Category:WildStar Widgets|Summaries]] | |||
: '''[[ | : '''[[UI XML|WildStar XML UI]]''' | ||
: · [[ | : · [[XML/Ui|XML Root]] · [[XML elements]] · [[XML/Types|XML Types]] · [[:Category:WildStar UI XML|Summaries]] | ||
: '''[[ | : '''[[UI Macro|Macro Reference]]''' | ||
: · [[ | : · [[Macro commands|Command Reference]] · [[Console variables|Console Variables]] | ||
: '''[[:Category:Engine Technical details|Technical details]]''' | |||
: · [[User defined code]] · [[UI Snippets]] · [[:Category:Engine UI technical details|more...]] | |||
== Other materials == | |||
==== Developer talk ==== | ==== Developer talk ==== | ||
<!-- | |||
: '''Internet Relay Chat''' | : '''Internet Relay Chat''' | ||
:* chat.freenode.net: [irc://chat.freenode.net/wowuidev #wowuidev] | :* chat.freenode.net: [irc://chat.freenode.net/wowuidev #wowuidev] | ||
:* chat.freenode.net: [irc://chat.freenode.net/wowace #wowace] | :* chat.freenode.net: [irc://chat.freenode.net/wowace #wowace] | ||
--> | |||
: '''UI Customisation Forums and Guilds''' | : '''UI Customisation Forums and Guilds''' | ||
* none | |||
==== 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''' | ||
:* [[Handling events]] | :* [[Handling events]] | ||
:* [[Saving variables between game sessions]] | :* [[Saving variables between game sessions]] | ||
Line 63: | Line 53: | ||
:* [[Using UIDropDownMenu]] | :* [[Using UIDropDownMenu]] | ||
:* [[XML basics]] | :* [[XML basics]] | ||
:* [[ | :* [[UI Guides|more...]] | ||
==== Other Resources and Tools ==== | ==== Other Resources and Tools ==== | ||
: [[UI Snippets|UI Code Snippets]] | : [[UI Snippets|UI Code Snippets]] | ||
: ''' | : '''Engine UI Internals''' | ||
:* [[Viewing | :* [[Viewing Engine interface code]] | ||
: '''[[Lua editors|Lua and XML editing software]]''' | : '''[[Lua editors|Lua and XML editing software]]''' | ||
:* [[Lua editors|Lua Editor List]] | :* [[Lua editors|Lua Editor List]] | ||
:* [//addonstudio.org/ | :* [//addonstudio.org/engine/current AddOn Studio for WildStar] | ||
: | : | ||
==== Things you can help out with ==== | ==== Things you can help out with ==== | ||
* Feel free to edit, correct or add any customization content | * Feel free to edit, correct or add any customization content |
Revision as of 18:02, 12 October 2023
Welcome to the Engine Customization Reference
- You can also search using the Interface Customization categories or the Search page.
- Before editing Engine customization pages, please read How to edit API pages.
The Engine development reference describes game customization and technical specifications for Engine. 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.
Reference
Engine UI Customization
- Global API
- · Data Types · Events · Lua functions · Changes
Other materials
Developer talk
- UI Customisation Forums and Guilds
- none
Tutorials and HOWTOs
- UI Guides and HOWTOs
Other Resources and Tools
- Engine UI Internals
Things you can help out with
- Feel free to edit, correct or add any customization content