OpenMW
|
Go to the source code of this file.
Classes | |
class | MWWorld::TimeStamp |
In-game time stamp. More... | |
Namespaces | |
ESM | |
ESM/ESP records. | |
MWWorld | |
World data. | |
Functions | |
bool | MWWorld::operator== (const TimeStamp &left, const TimeStamp &right) |
bool | MWWorld::operator!= (const TimeStamp &left, const TimeStamp &right) |
bool | MWWorld::operator< (const TimeStamp &left, const TimeStamp &right) |
bool | MWWorld::operator<= (const TimeStamp &left, const TimeStamp &right) |
bool | MWWorld::operator> (const TimeStamp &left, const TimeStamp &right) |
bool | MWWorld::operator>= (const TimeStamp &left, const TimeStamp &right) |
TimeStamp | MWWorld::operator+ (const TimeStamp &stamp, double hours) |
TimeStamp | MWWorld::operator+ (double hours, const TimeStamp &stamp) |
double | MWWorld::operator- (const TimeStamp &left, const TimeStamp &right) |
Returns the difference between left and right in in-game hours. More... | |