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
EVE_Map.h
Go to the documentation of this file.
1
2
/*
3
* EVE_Map.h
4
* map-specific enumerators
5
*
6
*/
7
8
#ifndef EVE_MAP_H
9
#define EVE_MAP_H
10
11
12
struct
JumpData
{
13
uint8
ctype
;
14
uint32
fromreg
;
15
uint32
fromcon
;
16
uint32
fromsol
;
17
uint32
tosol
;
18
uint32
tocon
;
19
uint32
toreg
;
20
};
21
22
namespace
Map
{
23
namespace
Jumptype {
24
enum
{
25
Region
= 0,
// purple
26
Constellation
= 1,
// red
27
System
= 2
// blue
28
};
29
}
30
}
31
32
33
#endif // EVE_MAP_H
JumpData::tocon
uint32 tocon
Definition:
EVE_Map.h:18
uint8
unsigned __int8 uint8
Definition:
eve-compat.h:46
Map
Definition:
EVE_Map.h:22
Map::Jumptype::Region
Definition:
EVE_Map.h:25
JumpData::fromcon
uint32 fromcon
Definition:
EVE_Map.h:15
JumpData::ctype
uint8 ctype
Definition:
EVE_Map.h:13
Map::Jumptype::System
Definition:
EVE_Map.h:27
JumpData::toreg
uint32 toreg
Definition:
EVE_Map.h:19
JumpData
Definition:
EVE_Map.h:12
JumpData::fromsol
uint32 fromsol
Definition:
EVE_Map.h:16
uint32
unsigned __int32 uint32
Definition:
eve-compat.h:50
JumpData::fromreg
uint32 fromreg
Definition:
EVE_Map.h:14
Map::Jumptype::Constellation
Definition:
EVE_Map.h:26
JumpData::tosol
uint32 tosol
Definition:
EVE_Map.h:17
backups
local
src
eve
EvEmu_Crucible
src
eve-common
EVE_Map.h
Generated on Sat Oct 16 2021 01:20:32 for EvEmu by
1.8.8