Simutrans-Squirrel-API
|
Public Attributes | |
integer | month |
month in 0..11 | |
integer | raw |
raw integer value of date | |
integer | year |
year | |
Struct to hold information about time as month-year. If used as argument to functions then only the value of raw matters. If filled by an api-call the year and month will be set, too. Relation: raw = 12*month + year.
Definition at line 9 of file api_simple.cc.