|
UFO: Alien Invasion
|
Human readable time information in the game. More...
#include <cp_time.h>

Data Fields | |
| short | year |
| byte | month |
| byte | day |
| byte | hour |
| byte | min |
| byte | sec |
Human readable time information in the game.
| byte dateLong_t::day |
Number of day (starting with 1).
Definition at line 39 of file cp_time.h.
Referenced by CL_EventAddMail(), CP_CampaignRun(), CP_DateConvertLong(), CP_UpdateTime(), MS_LoadXML(), MS_TimestampedText(), SAV_GameSave(), UP_OpenMail_f(), and UP_SetMailHeader().
| byte dateLong_t::hour |
Hour of the day.
Definition at line 40 of file cp_time.h.
Referenced by CP_DateConvertLong(), CP_UpdateTime(), and MS_TimestampedText().
| byte dateLong_t::min |
Minute of the hour.
Definition at line 41 of file cp_time.h.
Referenced by CP_DateConvertLong(), CP_UpdateTime(), and MS_TimestampedText().
| byte dateLong_t::month |
Number of month (starting with 1).
Definition at line 38 of file cp_time.h.
Referenced by CL_EventAddMail(), CP_DateConvertLong(), CP_IsBudgetDue(), CP_UpdateTime(), MS_LoadXML(), MS_TimestampedText(), SAV_GameSave(), UP_OpenMail_f(), and UP_SetMailHeader().
| byte dateLong_t::sec |
| short dateLong_t::year |
Year in yyyy notation.
Definition at line 37 of file cp_time.h.
Referenced by CL_EventAddMail(), CP_DateConvertLong(), CP_IsBudgetDue(), CP_UpdateTime(), MS_LoadXML(), MS_TimestampedText(), SAV_GameSave(), UP_OpenMail_f(), and UP_SetMailHeader().