Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SaveDate Struct Reference

#include <GameState.h>

Public Member Functions

 SaveDate ()
 
Bool isNewerThan (SaveDate *other)
 

Public Attributes

UnsignedShort year
 
UnsignedShort month
 
UnsignedShort day
 
UnsignedShort dayOfWeek
 
UnsignedShort hour
 
UnsignedShort minute
 
UnsignedShort second
 
UnsignedShort milliseconds
 

Detailed Description

Definition at line 66 of file GameState.h.

Constructor & Destructor Documentation

◆ SaveDate()

SaveDate::SaveDate ( )
inline

Definition at line 69 of file GameState.h.

Member Function Documentation

◆ isNewerThan()

Bool SaveDate::isNewerThan ( SaveDate * other)

Is this date newer than the other one passed in?

Definition at line 109 of file GameState.cpp.

Member Data Documentation

◆ day

UnsignedShort SaveDate::day

Definition at line 74 of file GameState.h.

◆ dayOfWeek

UnsignedShort SaveDate::dayOfWeek

Definition at line 75 of file GameState.h.

◆ hour

UnsignedShort SaveDate::hour

Definition at line 76 of file GameState.h.

◆ milliseconds

UnsignedShort SaveDate::milliseconds

Definition at line 79 of file GameState.h.

◆ minute

UnsignedShort SaveDate::minute

Definition at line 77 of file GameState.h.

◆ month

UnsignedShort SaveDate::month

Definition at line 73 of file GameState.h.

◆ second

UnsignedShort SaveDate::second

Definition at line 78 of file GameState.h.

◆ year

UnsignedShort SaveDate::year

Definition at line 72 of file GameState.h.


The documentation for this struct was generated from the following files: