Stormworks: Build and Rescue

Stormworks: Build and Rescue

Μη επαρκής αριθμός βαθμολογιών
Datas table - Internal and fixed values
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Microcontrollers: Cockpit, Microcontroller
Ετικέτες: v0.7.4
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
25.399 KB
19 Μαϊ 2019, 7:40
19 Μαϊ 2019, 7:50
3 σημειώσεις αλλαγών ( προβολή )

Συνδρομή για λήψη
Datas table - Internal and fixed values

ΠΕΡΙΓΡΑΦΗ
Presentation

This microcontroller allow you to create a data table. This ressource is a base for modification, integration of variables values from engines or somes sources.

Settings

Titles : Create a title bar, columns number automatically match the number of fields.

title={"title 1", "title 2", "title 3"}

Rows : Create a new row by inserting a new sub-array, like the exemple below. The number of fields must match the number of fields in the title array.

Not matching the same number of fields by inferiority, will draw a empty field at the end of the row.
Not matching the same number of fields by superiority, will just draw the number of field define by the title array.

rows={ {"1", "2", "3"}, {"4", "5", "6"}, {"7", "8", "9"}, ... {"61", "62", "63"}, {"64", "65", "66"} }