Difference between revisions of "NML:Property"

From GRFSpecs
Jump to navigationJump to search
(add nav template)
(redirect to item page)
 
Line 1: Line 1:
  +
#REDIRECT [[NML:Item]]
{{NMLNavBlocksyntax}}
 
 
property {
 
(<ID>: (<string>|(<expression> [<unit>]));)+
 
}
 
 
This one looks a lot more complicated than it actually is. A property-block contains one or more assignments. Each assignment starts with the name of the property that is changed followed by a colon. After the colon follows the value and you end the line with a semicolon. The type of the value depends on the property, some properties require a string as value and some an expression. For some properties you can optionally specify a unit that is used to convert the value to the unit that is written to the output file. You can only use a unit if the expression is constant. [[NML:Units|List of valid units]]
 

Latest revision as of 00:29, 9 September 2011

Redirect to: