Crossfire Server, Trunk
R22010
|
#include <tod.h>
Data Fields | |
int | day |
int | dayofweek |
int | hour |
int | minute |
int | month |
int | periodofday |
int | season |
int | weekofmonth |
int | year |
int _timeofday::day |
Definition at line 37 of file tod.h.
Referenced by format_time(), get_tod(), getTime(), print_tod(), and store_time().
int _timeofday::dayofweek |
Definition at line 38 of file tod.h.
Referenced by get_tod(), getTime(), and print_tod().
int _timeofday::hour |
Definition at line 39 of file tod.h.
Referenced by cfcitybell_globalEventListener(), dawn_to_dusk(), format_time(), get_tod(), getTime(), postInitPlugin(), set_darkness_map(), store_time(), and time_format_time().
int _timeofday::minute |
Definition at line 40 of file tod.h.
Referenced by format_time(), get_tod(), getTime(), store_time(), and time_format_time().
int _timeofday::month |
Definition at line 36 of file tod.h.
Referenced by format_time(), get_tod(), getTime(), print_tod(), and store_time().
int _timeofday::periodofday |
int _timeofday::season |
Definition at line 42 of file tod.h.
Referenced by dawn_to_dusk(), get_tod(), getTime(), print_tod(), and set_darkness_map().
int _timeofday::weekofmonth |
int _timeofday::year |
Definition at line 35 of file tod.h.
Referenced by format_time(), get_tod(), getTime(), print_tod(), and store_time().