EvEmu
0.8.4
11 September 2021
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
CrimeWatch.h
Go to the documentation of this file.
1
10
#ifndef EVEMU_SERVER_CRIMEWATCH_H_
11
#define EVEMU_SERVER_CRIMEWATCH_H_
12
13
14
#include "
eve-common.h
"
15
16
class
CrimeWatch
17
{
18
public
:
19
CrimeWatch
();
20
~CrimeWatch
() {
/* do nothing here */
}
21
22
void
Init
();
23
protected
:
24
25
private
:
26
Timer
t_crimFlag
;
27
Timer
t_aggression
;
28
Timer
t_weapon
;
29
Timer
t_session
;
30
Timer
t_killRight
;
31
};
32
33
#endif // EVEMU_SERVER_CRIMEWATCH_H_
CrimeWatch::~CrimeWatch
~CrimeWatch()
Definition:
CrimeWatch.h:20
CrimeWatch::Init
void Init()
Definition:
CrimeWatch.cpp:39
CrimeWatch::CrimeWatch
CrimeWatch()
Definition:
CrimeWatch.cpp:25
CrimeWatch::t_session
Timer t_session
Definition:
CrimeWatch.h:29
CrimeWatch::t_crimFlag
Timer t_crimFlag
Definition:
CrimeWatch.h:26
CrimeWatch
Definition:
CrimeWatch.h:16
CrimeWatch::t_aggression
Timer t_aggression
Definition:
CrimeWatch.h:27
eve-common.h
Timer
Definition:
timer.h:30
CrimeWatch::t_killRight
Timer t_killRight
Definition:
CrimeWatch.h:30
CrimeWatch::t_weapon
Timer t_weapon
Definition:
CrimeWatch.h:28
backups
local
src
eve
EvEmu_Crucible
src
eve-server
system
CrimeWatch.h
Generated on Sat Oct 16 2021 01:21:06 for EvEmu by
1.8.8