diff MapsLongTimer.h @ 2386:41c36ecc9f32

MapsLongTimer.h
author Ritor1
date Mon, 23 Jun 2014 23:45:14 +0600
parents
children c4d286e4bb80
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MapsLongTimer.h	Mon Jun 23 23:45:14 2014 +0600
@@ -0,0 +1,24 @@
+#pragma once
+
+
+/*  169 */
+#pragma pack(push, 1)
+struct MapsLongTimer
+{
+  __int64 NextStartTime;      // timer will either fire event at this time (type 2, field_C == 0)
+  __int16 timer_evt_ID;
+  __int16 timer_evt_seq_num;
+  __int16 time_left_to_fire;
+  __int16 IntervalHalfMins;       // or fire on these intervals (type 1)
+  __int16 YearsInterval;
+  __int16 MonthsInterval;
+  __int16 WeeksInterval;
+  __int16 HoursInterval;
+  __int16 MinutesInterval;
+  __int16 SecondsInterval;
+  __int16 timer_evt_type;
+  __int16 field_1E;
+};
+#pragma pack(pop)
+extern MapsLongTimer MapsLongTimersList[100];
+