19 #ifndef __SERVERSTATUS_H__    20 #define __SERVERSTATUS_H__    24 #include <iutil/vfs.h>    25 #include <csutil/threading/thread.h>    26 #include <csutil/csstring.h>    45 struct iObjectRegistry;
    68     static bool Initialize(iObjectRegistry* objreg);
 static unsigned int mob_birthcount
 
static unsigned int sold_value
 
static unsigned int player_deathcount
 
static csTicks reportRate
Interval in milliseconds to generate a report file. 
 
static unsigned int count
 
static unsigned int mob_deathcount
 
This class generates logs at a particular interval that has information that can be displayed later o...
 
static void ScheduleNextRun()
Has the generator run in a while. 
 
static unsigned int sold_items
 
static bool Initialize(iObjectRegistry *objreg)
Reads config files, starts periodical status generator. 
 
static csString reportFile
File that it should log to.