Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
eventid.h
Go to the documentation of this file.
1
7
#ifndef EVENTID_H
8
#define EVENTID_H
9
namespace
Pol
10
{
11
namespace
Core
12
{
13
enum
EVENTID
14
{
15
EVID_SPOKE
= 0x0001,
16
17
EVID_ENGAGED
= 0x0002,
18
EVID_DISENGAGED
= 0x0004,
19
20
EVID_DAMAGED
= 0x0008,
21
22
EVID_ENTEREDAREA
= 0x0010,
23
EVID_LEFTAREA
= 0x0020,
24
25
EVID_OPPONENT_MOVED
= 0x0040,
26
EVID_HOSTILE_MOVED
= 0x0080,
27
28
EVID_MERCHANT_BOUGHT
= 0x0100,
29
EVID_MERCHANT_SOLD
= 0x0200,
30
31
EVID_ITEM_GIVEN
= 0x0400,
32
EVID_DOUBLECLICKED
= 0x0800,
33
EVID_GHOST_SPEECH
= 0x1000,
34
EVID_GONE_CRIMINAL
= 0x2000,
35
EVID_TOKEN_SPOKE
= 0x4000,
36
EVID_TOKEN_GHOST_SPOKE
= 0x8000
37
};
38
}
39
}
40
41
#endif
Pol::Core::EVID_GONE_CRIMINAL
Definition:
eventid.h:34
Pol::Core::EVID_HOSTILE_MOVED
Definition:
eventid.h:26
Pol::Core::EVENTID
EVENTID
Definition:
eventid.h:13
Pol::Core::EVID_MERCHANT_SOLD
Definition:
eventid.h:29
Pol::Core::EVID_MERCHANT_BOUGHT
Definition:
eventid.h:28
Pol::Core::EVID_DOUBLECLICKED
Definition:
eventid.h:32
Pol::Core::EVID_TOKEN_GHOST_SPOKE
Definition:
eventid.h:36
Pol::Core::EVID_GHOST_SPEECH
Definition:
eventid.h:33
Pol::Core::EVID_ITEM_GIVEN
Definition:
eventid.h:31
Pol::Core::EVID_ENGAGED
Definition:
eventid.h:17
Pol::Core::EVID_OPPONENT_MOVED
Definition:
eventid.h:25
Pol::Core::EVID_LEFTAREA
Definition:
eventid.h:23
Pol::Core::EVID_SPOKE
Definition:
eventid.h:15
Pol::Core::EVID_DISENGAGED
Definition:
eventid.h:18
Pol::Core::EVID_DAMAGED
Definition:
eventid.h:20
Pol
Definition:
berror.cpp:12
Pol::Core::EVID_TOKEN_SPOKE
Definition:
eventid.h:35
Pol::Core::EVID_ENTEREDAREA
Definition:
eventid.h:22
pol
eventid.h
Generated on Wed Oct 10 2018 02:41:58 for Pol by
1.8.11