0
|
1 #pragma once
|
|
2
|
|
3
|
|
4 /* 169 */
|
|
5 #pragma pack(push, 1)
|
|
6 struct stru176
|
|
7 {
|
789
|
8 __int64 next_fire_time; // timer will either fire event at this time (type 2, field_C == 0)
|
336
|
9 __int16 timer_evt_ID;
|
|
10 __int16 timer_evt_seq_num;
|
789
|
11 __int16 time_left_to_fire;
|
|
12 __int16 fire_interval; // or fire on these intervals (type 1)
|
0
|
13 __int16 field_10;
|
|
14 __int16 field_12;
|
|
15 __int16 field_14;
|
|
16 __int16 field_16;
|
|
17 __int16 field_18;
|
|
18 __int16 field_1A;
|
336
|
19 __int16 timer_evt_type;
|
0
|
20 __int16 field_1E;
|
|
21 };
|
|
22 #pragma pack(pop)
|
336
|
23 extern stru176 array_5B5928_timers[100];
|
0
|
24
|