DDNet documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
mapitems.h
Go to the documentation of this file.
1
#ifndef GAME_EDITOR_MAPITEMS_H
2
#define GAME_EDITOR_MAPITEMS_H
3
4
enum class
EQuadProp
5
{
6
NONE = -1,
7
ORDER
,
8
POS_X
,
9
POS_Y
,
10
POS_ENV
,
11
POS_ENV_OFFSET
,
12
COLOR
,
13
COLOR_ENV
,
14
COLOR_ENV_OFFSET
,
15
NUM_PROPS
,
16
};
17
18
enum class
EQuadPointProp
19
{
20
NONE = -1,
21
POS_X
,
22
POS_Y
,
23
COLOR
,
24
TEX_U
,
25
TEX_V
,
26
NUM_PROPS
,
27
};
28
29
enum class
ESoundProp
30
{
31
NONE = -1,
32
POS_X
,
33
POS_Y
,
34
LOOP
,
35
PAN
,
36
TIME_DELAY
,
37
FALLOFF
,
38
POS_ENV
,
39
POS_ENV_OFFSET
,
40
SOUND_ENV
,
41
SOUND_ENV_OFFSET
,
42
NUM_PROPS
,
43
};
44
45
enum class
ERectangleShapeProp
46
{
47
NONE = -1,
48
RECTANGLE_WIDTH
,
49
RECTANGLE_HEIGHT
,
50
NUM_PROPS
,
51
};
52
53
enum class
ECircleShapeProp
54
{
55
NONE = -1,
56
CIRCLE_RADIUS
,
57
NUM_PROPS
,
58
};
59
60
enum class
ELayerProp
61
{
62
NONE = -1,
63
GROUP
,
64
ORDER
,
65
HQ
,
66
NUM_PROPS
,
67
};
68
69
enum class
ETilesProp
70
{
71
NONE = -1,
72
WIDTH
,
73
HEIGHT
,
74
SHIFT,
75
SHIFT_BY
,
76
IMAGE,
77
COLOR
,
78
COLOR_ENV
,
79
COLOR_ENV_OFFSET
,
80
AUTOMAPPER
,
81
AUTOMAPPER_REFERENCE
,
82
LIVE_GAMETILES
,
83
SEED
,
84
NUM_PROPS
,
85
};
86
87
enum class
ETilesCommonProp
88
{
89
NONE = -1,
90
WIDTH
,
91
HEIGHT
,
92
SHIFT,
93
SHIFT_BY
,
94
COLOR
,
95
NUM_PROPS
,
96
};
97
98
enum class
EGroupProp
99
{
100
NONE = -1,
101
ORDER
,
102
POS_X
,
103
POS_Y
,
104
PARA_X
,
105
PARA_Y
,
106
USE_CLIPPING
,
107
CLIP_X
,
108
CLIP_Y
,
109
CLIP_W
,
110
CLIP_H
,
111
NUM_PROPS
,
112
};
113
114
enum class
ELayerQuadsProp
115
{
116
NONE = -1,
117
IMAGE,
118
NUM_PROPS
,
119
};
120
121
enum class
ELayerSoundsProp
122
{
123
NONE = -1,
124
SOUND
,
125
NUM_PROPS
,
126
};
127
128
#endif
ETilesCommonProp
ETilesCommonProp
Definition
mapitems.h:88
ELayerQuadsProp
ELayerQuadsProp
Definition
mapitems.h:115
EQuadProp
EQuadProp
Definition
mapitems.h:5
EQuadProp::COLOR
@ COLOR
Definition
mapitems.h:12
EQuadProp::POS_ENV
@ POS_ENV
Definition
mapitems.h:10
EQuadProp::POS_X
@ POS_X
Definition
mapitems.h:8
EQuadProp::COLOR_ENV_OFFSET
@ COLOR_ENV_OFFSET
Definition
mapitems.h:14
EQuadProp::ORDER
@ ORDER
Definition
mapitems.h:7
EQuadProp::COLOR_ENV
@ COLOR_ENV
Definition
mapitems.h:13
EQuadProp::POS_ENV_OFFSET
@ POS_ENV_OFFSET
Definition
mapitems.h:11
EQuadProp::POS_Y
@ POS_Y
Definition
mapitems.h:9
EQuadProp::NUM_PROPS
@ NUM_PROPS
Definition
mapitems.h:15
EQuadPointProp
EQuadPointProp
Definition
mapitems.h:19
EQuadPointProp::TEX_U
@ TEX_U
Definition
mapitems.h:24
EQuadPointProp::TEX_V
@ TEX_V
Definition
mapitems.h:25
ETilesProp
ETilesProp
Definition
mapitems.h:70
ETilesProp::WIDTH
@ WIDTH
Definition
mapitems.h:72
ETilesProp::AUTOMAPPER
@ AUTOMAPPER
Definition
mapitems.h:80
ETilesProp::LIVE_GAMETILES
@ LIVE_GAMETILES
Definition
mapitems.h:82
ETilesProp::SHIFT_BY
@ SHIFT_BY
Definition
mapitems.h:75
ETilesProp::SEED
@ SEED
Definition
mapitems.h:83
ETilesProp::HEIGHT
@ HEIGHT
Definition
mapitems.h:73
ETilesProp::AUTOMAPPER_REFERENCE
@ AUTOMAPPER_REFERENCE
Definition
mapitems.h:81
ERectangleShapeProp
ERectangleShapeProp
Definition
mapitems.h:46
ERectangleShapeProp::RECTANGLE_HEIGHT
@ RECTANGLE_HEIGHT
Definition
mapitems.h:49
ERectangleShapeProp::RECTANGLE_WIDTH
@ RECTANGLE_WIDTH
Definition
mapitems.h:48
ECircleShapeProp
ECircleShapeProp
Definition
mapitems.h:54
ECircleShapeProp::CIRCLE_RADIUS
@ CIRCLE_RADIUS
Definition
mapitems.h:56
ELayerSoundsProp
ELayerSoundsProp
Definition
mapitems.h:122
ELayerSoundsProp::SOUND
@ SOUND
Definition
mapitems.h:124
ELayerProp
ELayerProp
Definition
mapitems.h:61
ELayerProp::GROUP
@ GROUP
Definition
mapitems.h:63
ELayerProp::HQ
@ HQ
Definition
mapitems.h:65
EGroupProp
EGroupProp
Definition
mapitems.h:99
EGroupProp::PARA_X
@ PARA_X
Definition
mapitems.h:104
EGroupProp::CLIP_H
@ CLIP_H
Definition
mapitems.h:110
EGroupProp::USE_CLIPPING
@ USE_CLIPPING
Definition
mapitems.h:106
EGroupProp::CLIP_Y
@ CLIP_Y
Definition
mapitems.h:108
EGroupProp::CLIP_W
@ CLIP_W
Definition
mapitems.h:109
EGroupProp::CLIP_X
@ CLIP_X
Definition
mapitems.h:107
EGroupProp::PARA_Y
@ PARA_Y
Definition
mapitems.h:105
ESoundProp
ESoundProp
Definition
mapitems.h:30
ESoundProp::SOUND_ENV
@ SOUND_ENV
Definition
mapitems.h:40
ESoundProp::TIME_DELAY
@ TIME_DELAY
Definition
mapitems.h:36
ESoundProp::FALLOFF
@ FALLOFF
Definition
mapitems.h:37
ESoundProp::SOUND_ENV_OFFSET
@ SOUND_ENV_OFFSET
Definition
mapitems.h:41
ESoundProp::LOOP
@ LOOP
Definition
mapitems.h:34
ESoundProp::PAN
@ PAN
Definition
mapitems.h:35
src
game
editor
mapitems.h
Generated by
1.18.0