MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Date

Enum Date

src/script/api/script_date.hpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 * compose valid date values for a known year, month and day.
56 */
57 enum Date {
58 DATE_INVALID = ::EconomyTime::INVALID_DATE.base(), ///< A value representing an invalid date.
59 };
60
61 /**
62 * Validates if a date value represent a valid date.

Callers 13

ShiftDatesMethod · 0.85
DeleteStaleLinksFunction · 0.85
NetworkGameLoopFunction · 0.85
GetGlobalVariableFunction · 0.85
RoadVehicleChangeInfoFunction · 0.85
ShipVehicleChangeInfoFunction · 0.85
RoadTypeChangeInfoFunction · 0.85
ObjectChangeInfoFunction · 0.85
RailVehicleChangeInfoFunction · 0.85
RailTypeChangeInfoFunction · 0.85

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected