GameTime struct 4 bytes
GameTime
Inheritance
No base class.
Derived
None.
Properties
| Property | Type | |
|---|---|---|
seconds | int |
Functions
static GameTime MakeGameTime(int days, int hours, int? minutes, int? seconds)staticRTTIstatic GameTime Day()staticRTTIstatic GameTime Hour()staticRTTIstatic GameTime Minute()staticRTTIstatic int GetSeconds(GameTime self)staticRTTIstatic int Seconds(GameTime self)staticRTTIstatic int Minutes(GameTime self)staticRTTIstatic int Hours(GameTime self)staticRTTIstatic int Days(GameTime self)staticRTTIstatic string ToString(GameTime self)staticRTTIstatic bool IsAfter(GameTime self, GameTime other)staticRTTI