Xonotic
gamelog.qh
Go to the documentation of this file.
1 #pragma once
2 
11 
13 float logfile;
14 
15 string GameLog_ProcessIP(string s);
16 
17 void GameLogEcho(string s);
18 
19 void GameLogInit();
20 
21 void GameLogClose();
bool autocvar_sv_eventlog_files_timestamps
Definition: gamelog.qh:9
void GameLogEcho(string s)
Definition: gamelog.qc:12
string GameLog_ProcessIP(string s)
Definition: gamelog.qc:5
bool autocvar_sv_eventlog_files
Definition: gamelog.qh:5
float logfile
Definition: gamelog.qh:13
void GameLogClose()
Definition: gamelog.qc:48
void GameLogInit()
Definition: gamelog.qc:42
bool autocvar_sv_eventlog_console
Definition: gamelog.qh:4
bool logfile_open
Definition: gamelog.qh:12
string autocvar_sv_eventlog_files_namesuffix
Definition: gamelog.qh:8
bool autocvar_sv_eventlog_ipv6_delimiter
Definition: gamelog.qh:10
bool autocvar_sv_eventlog
Definition: gamelog.qh:3
int autocvar_sv_eventlog_files_counter
Definition: gamelog.qh:6
string autocvar_sv_eventlog_files_nameprefix
Definition: gamelog.qh:7