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: 40am
19 พ.ค. 2019 @ 7: 50am
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"} }