Pol  Revision:cb584c9
state.cpp
Go to the documentation of this file.
1 #include "state.h"
2 
3 
4 namespace Pol
5 {
6 namespace Core
7 {
9 
11  : last_checkpoint(),
12  cycles_per_decay_worldzone( 0 ),
13  cycles_until_decay_worldzone( 0 ),
14  gflag_enforce_container_limits( true ),
15  gflag_in_system_load( false ),
16  gflag_in_system_startup( false ),
17  polclock_paused_at( 0 ),
18  stored_last_item_serial( 0 ),
19  stored_last_char_serial( 0 ),
20  profilevars(),
21  uobjcount(),
22  itemserialnumber( ITEMSERIAL_START ),
23  charserialnumber( CHARACTERSERIAL_START ),
24  polsig(),
25  decay_statistics(),
26  checkin_clock_times_out_at( 0 )
27 {
28 }
29 
31 
32 
34 
36 {
37  return sizeof( StateManager );
38 }
39 }
40 }
const u32 CHARACTERSERIAL_START
Definition: state.h:18
size_t estimateSize() const
Definition: state.cpp:35
StateManager stateManager
Definition: state.cpp:8
const u32 ITEMSERIAL_START
Definition: state.h:20
Definition: berror.cpp:12