Engine:Development: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOWYSIWYG__<div class="mpcontentbox-main bg-darkgray" style="margin-top:0em; padding-bottom:5px; min-height:125px;">
__NOWYSIWYG__<div class="mpcontentbox-main bg-darkgray" style="margin-top:0em; padding-bottom:1px; min-height:110px;">
<div style="float:left; margin-left:-7px; margin-right:10px">[[File:Engine-logo-100.png|100px]]</div><!--
<div style="float:left; margin-left:-7px; margin-right:10px; padding:4px 6px 0px 10px">[[File:Engine-logo-dark-100.png|100px]]</div><!--
--><h3 class="mpcontentbox-header">'''Welcome to the Engine Customization Reference'''</h3>
--><h3 class="mpcontentbox-header">'''Welcome to the Engine Customization Reference'''</h3>


Line 8: Line 8:
--></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.
--></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.


== Reference ==
=== Basic ===
* [[Keyboard and mouse]] - general default testing keyboard and mouse commands
=== Engine Customization ===
* [[Limits|Limits]]
=== Engine UI Customization ===
* [[Console commands|Console Commands]] - Engine CVars, CCmds, and contexts with runtime details
<!--
== Reference ==
== Reference ==
=== Engine UI Customization ===
=== Engine UI Customization ===


: '''[[UI AddOn]]s'''
: '''[[UI AddOn]]s'''
:&nbsp;&nbsp;&nbsp; &middot; [[TOC format]] &middot; [[AddOn loading process]] &middot; [[:Category:WildStar AddOns|Summaries]]
:&nbsp;&nbsp;&nbsp; &middot; [[TOC format]] &middot; [[AddOn loading process]] &middot; [[:Category:Engine AddOns|Summaries]]


: '''[[UI API|Global API]]'''
: '''[[UI API|Global API]]'''
Line 18: Line 29:


: '''[[UI Form]]s'''
: '''[[UI Form]]s'''
:&nbsp;&nbsp;&nbsp; &middot; [[XML_user_interface|XML Widget declarations]] &middot; [[Widget handlers|Script handlers]] &middot; [[:Category:WildStar Widgets|Summaries]]
:&nbsp;&nbsp;&nbsp; &middot; [[XML_user_interface|XML Widget declarations]] &middot; [[Widget handlers|Script handlers]] &middot; [[:Category:Engine Widgets|Summaries]]


: '''[[UI XML|WildStar XML UI]]'''
: '''[[UI XML|Engine XML UI]]'''
:&nbsp;&nbsp;&nbsp; &middot; [[XML/Ui|XML Root]] &middot; [[XML elements]] &middot; [[XML/Types|XML Types]] &middot; [[:Category:WildStar UI XML|Summaries]]
:&nbsp;&nbsp;&nbsp; &middot; [[XML/Ui|XML Root]] &middot; [[XML elements]] &middot; [[XML/Types|XML Types]] &middot; [[:Category:Engine UI XML|Summaries]]


: '''[[UI Macro|Macro Reference]]'''
: '''[[UI Macro|Macro Reference]]'''
Line 28: Line 39:
: '''[[:Category:Engine Technical details|Technical details]]'''
: '''[[:Category:Engine Technical details|Technical details]]'''
:&nbsp;&nbsp;&nbsp; &middot; [[User defined code]] &middot; [[UI Snippets]] &middot; [[:Category:Engine UI technical details|more...]]
:&nbsp;&nbsp;&nbsp; &middot; [[User defined code]] &middot; [[UI Snippets]] &middot; [[:Category:Engine UI technical details|more...]]
 
-->
<!--
== Other materials ==
== 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
* none
 
-->
<!--
==== 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]]
Line 54: Line 64:
:* [[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]]
Line 63: Line 74:
: '''[[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/engine/current AddOn Studio for WildStar]
:* [//addonstudio.org/engine/current AddOn Studio for Engine]
:
:
-->
<!--
==== 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
-->

Latest revision as of 05:16, 18 November 2023

Engine-logo-dark-100.png

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

Basic

Engine Customization

Engine UI Customization