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_s::day |
Number of day (starting with 1).
Definition at line 37 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_s::hour |
Hour of the day.
Definition at line 38 of file cp_time.h.
Referenced by CP_DateConvertLong(), CP_UpdateTime(), and MS_TimestampedText().
byte dateLong_s::min |
Minute of the hour.
Definition at line 39 of file cp_time.h.
Referenced by CP_DateConvertLong(), CP_UpdateTime(), and MS_TimestampedText().
byte dateLong_s::month |
Number of month (starting with 1).
Definition at line 36 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_s::sec |
short dateLong_s::year |
Year in yyyy notation.
Definition at line 35 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().