Planeshift
|
This class is used to record the status of the npcclient to display it on a website so people can see the status of it. More...
#include <status.h>
Static Public Member Functions | |
static bool | Initialize (iObjectRegistry *objreg) |
Reads config files, starts periodical status generator. | |
static void | ScheduleNextRun () |
Has the generator run in a while. | |
Static Public Attributes | |
static unsigned int | count |
static csString | reportFile |
File that it should log to. | |
static csTicks | reportRate |
Interval in milliseconds to generate a report file. |
This class is used to record the status of the npcclient to display it on a website so people can see the status of it.
static bool NPCStatus::Initialize | ( | iObjectRegistry * | objreg | ) | [static] |
Reads config files, starts periodical status generator.
static void NPCStatus::ScheduleNextRun | ( | ) | [static] |
Has the generator run in a while.
unsigned int NPCStatus::count [static] |
csString NPCStatus::reportFile [static] |
csTicks NPCStatus::reportRate [static] |