Property Lines

The format for any property line is this:

  token { value1 value2 ... }

Where token is the token for one of the properties defined in the ChunkDesc. Values is a list of 0 or more values separated by whitespace. The surrounding curly braces should be considered mandatory.

The format for a value varies depending upon type. Integers and Floats are simply represented as numbers: 0, 42, 44.556, etc. (Warning: VjControl doesn't parse scientific notation for floats). String values are simply represented as quoted text strings. Boolean values are represented as the strings "True" and "False" (case is irrelevant, and quotes unneccessary).