![]() |
DDraceNetwork Documentation
|
#include <mapitems.h>
Public Member Functions | |
| constexpr | CFixedTime () |
| constexpr | CFixedTime (int FixedPoint) |
| constexpr int | GetInternal () const |
| constexpr float | AsSeconds () const |
| constexpr bool | operator< (const CFixedTime &Other) const |
| constexpr bool | operator<= (const CFixedTime &Other) const |
| constexpr bool | operator> (const CFixedTime &Other) const |
| constexpr bool | operator>= (const CFixedTime &Other) const |
| constexpr bool | operator== (const CFixedTime &Other) const |
| constexpr bool | operator!= (const CFixedTime &Other) const |
| constexpr CFixedTime | operator+ (const CFixedTime &Other) const |
| constexpr CFixedTime | operator- (const CFixedTime &Other) const |
| constexpr CFixedTime & | operator+= (const CFixedTime &Other) |
| constexpr CFixedTime & | operator-= (const CFixedTime &Other) |
Static Public Member Functions | |
| static constexpr CFixedTime | FromSeconds (float Seconds) |
Private Attributes | |
| int | m_FixedPoint |
|
inlineconstexpr |
|
inlinestaticconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |