Cuberite
A lightweight, fast and extensible game server for Minecraft
Variables
main.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

bool g_RunAsService
 If set to true, binary will attempt to run as a service. More...
 
bool g_ShouldLogCommIn
 If set to true, the protocols will log each player's incoming (C->S) communication to a per-connection logfile. More...
 
bool g_ShouldLogCommOut
 If set to true, the protocols will log each player's outgoing (S->C) communication to a per-connection logfile. More...
 

Variable Documentation

◆ g_RunAsService

bool g_RunAsService
extern

If set to true, binary will attempt to run as a service.

Definition at line 23 of file main.cpp.

◆ g_ShouldLogCommIn

bool g_ShouldLogCommIn
extern

If set to true, the protocols will log each player's incoming (C->S) communication to a per-connection logfile.

Definition at line 21 of file main.cpp.

◆ g_ShouldLogCommOut

bool g_ShouldLogCommOut
extern

If set to true, the protocols will log each player's outgoing (S->C) communication to a per-connection logfile.

Definition at line 22 of file main.cpp.