Game logic - Data set – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Description=
=Description=
Data set is a game logic, which allows to store spreadsheet data in for of a game logic. Data can be imported from external CSV file.
Data set allows to store spreadsheet data in a form of a game logic. Data can be imported from an external CSV file.  


=Properties=
[[File:Ylands-Editor-GL-Dataset-Properties.png|thumb|250px|right|Dataset properties after file import]]
==File==
* '''Star icon''' - creates a template .csv file with item property format examples
* '''Folder icon''' - select a file for import


=Properties=
Once an external file is selected, it's name can be found written next to icons. To load the contents of the file, use the '''IMPORT''' button on the bottom of the properties window.
 
==Delimiter==
Select the column delimiter symbol from the drop down menu.
You can choose from comma, semicolon or space, but make sure the data format reflects your choice. To set a delimiter of the .csv file, please consult your spreadsheet application of choice documentation.
 
==Number of rows==
'''Read only''' - displays the row count of the imported data
 
==Columns==
'''Read only''' - lists the name, data type and index of the imported data columns


=CSV format=
=CSV format=
Regardless of the intended use of the data, some rules apply in creating the .csv file. First row of the table is reserved for the column names and the first column of the table for the row names.
[[File:Ylands-Editor-GL-DataSet-example.png|frame|center]]


=Related instructions=


To visualize the effect on the imported data, we can use the example DATA_SET.csv created by the star icon in the properties and compare it to how it is structured in a text editor or spreadsheet application. Note that related instructions now list these names in their Row and Column drop-down menus.
[[File:Ylands-Editor-GL-DataSet-1strowcol.png|frame|center]]


=Related instructions=
* Get Row Count
* Get Column Count
* Get/Set Value


----
----
{{Ylands editor navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}


[[Category: Game Logic]]
[[Category: Game Logic]]
[[Category: Ylands 1.4]]
[[Category: Ylands 1.4]]

Revision as of 11:02, 12 May 2021

Description

Data set allows to store spreadsheet data in a form of a game logic. Data can be imported from an external CSV file.

Properties

Dataset properties after file import

File

  • Star icon - creates a template .csv file with item property format examples
  • Folder icon - select a file for import

Once an external file is selected, it's name can be found written next to icons. To load the contents of the file, use the IMPORT button on the bottom of the properties window.

Delimiter

Select the column delimiter symbol from the drop down menu. You can choose from comma, semicolon or space, but make sure the data format reflects your choice. To set a delimiter of the .csv file, please consult your spreadsheet application of choice documentation.

Number of rows

Read only - displays the row count of the imported data

Columns

Read only - lists the name, data type and index of the imported data columns

CSV format

Regardless of the intended use of the data, some rules apply in creating the .csv file. First row of the table is reserved for the column names and the first column of the table for the row names.


Ylands-Editor-GL-DataSet-example.png


To visualize the effect on the imported data, we can use the example DATA_SET.csv created by the star icon in the properties and compare it to how it is structured in a text editor or spreadsheet application. Note that related instructions now list these names in their Row and Column drop-down menus.

Ylands-Editor-GL-DataSet-1strowcol.png

Related instructions

  • Get Row Count
  • Get Column Count
  • Get/Set Value