|
Simutrans-Squirrel-API
r11919
|

Public Attributes | |
| integer | raw |
| raw integer value of date More... | |
| integer | year |
| year More... | |
| integer | month |
| month in 0..11 More... | |
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.
| integer time_x::month |
month in 0..11
Definition at line 13 of file api_simple.cc.
| integer time_x::raw |
raw integer value of date
Definition at line 11 of file api_simple.cc.
| integer time_x::year |
year
Definition at line 12 of file api_simple.cc.
1.8.13