Glue:Reference:Files:CSV:OrderedList

Introduction The OrderedList property is a List of values which correspond to the order of values in a dictionary CSV. A given CSV must have its CreatesDictionary property set to true for OrderedList to be generated. OrderedList is not dynamicThe OrderedList is a hardcoded list. It is not dynamic, meaning if you make any modifications[…]

Instantiating custom types

Introduction As of the December 2011 release of FlatRedBall the CsvFileManager supports entries which are not basic types, but rather full classes and structs. This tutorial will show how to add structs and classes to your CSV file. Why use non-primitive types? Many games require data types which are more complex than can be identified[…]