Crossfire Server, Trunk
shutdown_s Struct Reference

#include <commands.h>

+ Collaboration diagram for shutdown_s:

Data Fields

int next_warn
 
time_t time
 
enum shutdown_type type
 

Detailed Description

Definition at line 47 of file commands.h.

Field Documentation

◆ next_warn

int shutdown_s::next_warn

Definition at line 51 of file commands.h.

Referenced by check_shutdown(), and command_shutdown().

◆ time

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().

◆ type

enum shutdown_type shutdown_s::type

Definition at line 48 of file commands.h.

Referenced by check_shutdown(), command_shutdown(), and login_check_shutdown().


The documentation for this struct was generated from the following file: