Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Datas table - Internal and fixed values
   
Award
Favorite
Favorited
Unfavorite
Microcontrollers: Cockpit, Microcontroller
Tags: v0.7.4
File Size
Posted
Updated
25.399 KB
19 May, 2019 @ 7:40am
19 May, 2019 @ 7:50am
3 Change Notes ( view )

Subscribe to download
Datas table - Internal and fixed values

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