Crossfire Server, Trunk
|
#include <commands.h>
Data Fields | |
int | next_warn |
time_t | time |
enum shutdown_type | type |
Definition at line 47 of file commands.h.
int shutdown_s::next_warn |
Definition at line 51 of file commands.h.
Referenced by check_shutdown(), and command_shutdown().
time_t shutdown_s::time |
When using SHUTDOWN_TIME, time of shutdown. When using SHUTDOWN_IDLE, last time server was empty.
Definition at line 49 of file commands.h.
Referenced by check_shutdown(), command_shutdown(), and login_check_shutdown().
enum shutdown_type shutdown_s::type |
Definition at line 48 of file commands.h.
Referenced by check_shutdown(), command_shutdown(), and login_check_shutdown().