SCORINFO: Difference between revisions

135 bytes added ,  22 June 2023
List what data types are supported too.
(Updated information on SCORINFO, and added more information about data/composite columns and how to use custom columns.)
Tag: Source edit
(List what data types are supported too.)
Tag: Source edit
Line 195: Line 195:


== Data columns ==
== Data columns ==
Data columns are what hold the actual data contents. To define a data column, set up the block like this:
Data columns are what hold the actual data contents. There are six possible data types: <tt>int</tt>, <tt>bool</tt>, <tt>float</tt>, <tt>string</tt>, <tt>color</tt>, and <tt>texture</tt>. To define a data column, set up the block like this:
<pre>
<pre>
Column "<columnname>"
Column "<columnname>"