Stormworks: Build and Rescue

Stormworks: Build and Rescue

Onvoldoende beoordelingen
Datas table - Internal and fixed values
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Microcontrollers: Cockpit, Microcontroller
Tags: v0.7.4
Bestandsgrootte
Geplaatst op
Bijgewerkt op
25.399 KB
19 mei 2019 om 7:40
19 mei 2019 om 7:50
3 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Datas table - Internal and fixed values

Omschrijving
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"} }