Property Description Lines

The format of a Property Description line is:

    "token" type num "Name" [optional stuff] "help"

The Token, Name, and Help serve the same purposes as in the Chunk line described above.

Type refers to the type of value stored in this property. Valid values are String, Int, Float, Boolean, and Chunk (a property that stores the names of other ConfigChunks).

Num refers to the number of values that this Property can store. Usually this is 1. A coordinate in 3d space might be stored with 3 float values. A value of -1 in this field means that the property can have a variable number of values (useful for lists of available components, directory search paths, etc.).

There are also two optional fields in a PropertyDesc line, either or both of which can be placed between the Name and Help fields of the line.