![]() |
Crossfire Server, Trunk
1.75.0
|
#include <commands.h>
Collaboration diagram for shutdown_s:Data Fields | |
| int | next_warn |
| time_t | time |
| When using SHUTDOWN_TIME, time of shutdown. More... | |
| 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().