User Tools

Site Tools


modding:xml:dockscreen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modding:xml:dockscreen [2017/02/09 01:49] – Added attributes and subelements 0xabcdefmodding:xml:dockscreen [2017/10/24 06:48] (current) nms
Line 18: Line 18:
     * **inherit=**     * **inherit=**
     * **backgroundID=**     * **backgroundID=**
 +      * UNID
 +      * "hero"
 +      * "image"
 +      * "none"
 +      * "object"
 +      * "schematic"
     * **nestedScreen=**     * **nestedScreen=**
-    * Zero or one <ListOptions>+    * Zero or one <ListOptions> or <List>
       * **dataFrom=**       * **dataFrom=**
 +        * "player"
 +        * "source"
 +        * "station"
 +        * "={code}"
 +      * **criteria=**
       * **list=**       * **list=**
-    Zero or one <List> +      * **initialItem=** 
-      * +        * index of an item as it appears in the list 
 +        * "={code}" 
 +      * **rowHeight=** 
 +      * **noArmorSpeedDisplay=** 
 +      * **slotName=** 
 +      * **noEmptySlots=** 
 +      * **posX=** 
 +      * **posY=** 
 +      * **width=** 
 +      * **height=** 
 +      * Code: Returns a list of entries, each with the following elements 
 +        * Title 
 +        * Icon 
 +        * Description 
 +        * [Extra]
     * Zero or one <OnScreenInit> or <OnInit>     * Zero or one <OnScreenInit> or <OnInit>
       * **gScreen**       * **gScreen**
Line 77: Line 102:
     * One <Panes>     * One <Panes>
       * One <Default>. The first pane that appears by default when the screen is shown.       * One <Default>. The first pane that appears by default when the screen is shown.
 +        * **layout=**
 +          * "bottomBar"
 +          * "left"
 +          * "right"
         * **desc=**         * **desc=**
         * **noListNavigation=**         * **noListNavigation=**
Line 121: Line 150:
               * "1"               * "1"
               * "0"               * "0"
-            * **cancel=** Binds the Backspace key. Same as **key="Backspace"**+            * **cancel=** Binds the Escape key. Same as **key="Escape"**
               * "1"               * "1"
               * "0"               * "0"
modding/xml/dockscreen.1486604940.txt.gz · Last modified: 2017/02/09 01:49 by 0xabcdef