DDraceNetwork Documentation
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
PROP_NONE
= -1,
7
PROP_ORDER
,
8
PROP_POS_X
,
9
PROP_POS_Y
,
10
PROP_POS_ENV
,
11
PROP_POS_ENV_OFFSET
,
12
PROP_COLOR_ENV
,
13
PROP_COLOR_ENV_OFFSET
,
14
NUM_PROPS
,
15
};
16
17
enum class
EQuadPointProp
18
{
19
PROP_NONE
= -1,
20
PROP_POS_X
,
21
PROP_POS_Y
,
22
PROP_COLOR
,
23
PROP_TEX_U
,
24
PROP_TEX_V
,
25
NUM_PROPS
,
26
};
27
28
enum class
ESoundProp
29
{
30
PROP_NONE
= -1,
31
PROP_POS_X
,
32
PROP_POS_Y
,
33
PROP_LOOP
,
34
PROP_PAN
,
35
PROP_TIME_DELAY
,
36
PROP_FALLOFF
,
37
PROP_POS_ENV
,
38
PROP_POS_ENV_OFFSET
,
39
PROP_SOUND_ENV
,
40
PROP_SOUND_ENV_OFFSET
,
41
NUM_PROPS
,
42
};
43
44
enum class
ERectangleShapeProp
45
{
46
PROP_NONE
= -1,
47
PROP_RECTANGLE_WIDTH
,
48
PROP_RECTANGLE_HEIGHT
,
49
NUM_PROPS
,
50
};
51
52
enum class
ECircleShapeProp
53
{
54
PROP_NONE
= -1,
55
PROP_CIRCLE_RADIUS
,
56
NUM_PROPS
,
57
};
58
59
enum class
ELayerProp
60
{
61
PROP_NONE
= -1,
62
PROP_GROUP
,
63
PROP_ORDER
,
64
PROP_HQ
,
65
NUM_PROPS
,
66
};
67
68
enum class
ETilesProp
69
{
70
PROP_NONE
= -1,
71
PROP_WIDTH
,
72
PROP_HEIGHT
,
73
PROP_SHIFT
,
74
PROP_SHIFT_BY
,
75
PROP_IMAGE
,
76
PROP_COLOR
,
77
PROP_COLOR_ENV
,
78
PROP_COLOR_ENV_OFFSET
,
79
PROP_AUTOMAPPER
,
80
PROP_AUTOMAPPER_REFERENCE
,
81
PROP_LIVE_GAMETILES
,
82
PROP_SEED
,
83
NUM_PROPS
84
};
85
86
enum class
ETilesCommonProp
87
{
88
PROP_NONE
= -1,
89
PROP_WIDTH
,
90
PROP_HEIGHT
,
91
PROP_SHIFT
,
92
PROP_SHIFT_BY
,
93
PROP_COLOR
,
94
NUM_PROPS
,
95
};
96
97
enum class
EGroupProp
98
{
99
PROP_NONE
= -1,
100
PROP_ORDER
,
101
PROP_POS_X
,
102
PROP_POS_Y
,
103
PROP_PARA_X
,
104
PROP_PARA_Y
,
105
PROP_USE_CLIPPING
,
106
PROP_CLIP_X
,
107
PROP_CLIP_Y
,
108
PROP_CLIP_W
,
109
PROP_CLIP_H
,
110
NUM_PROPS
,
111
};
112
113
enum class
ELayerQuadsProp
114
{
115
PROP_NONE
= -1,
116
PROP_IMAGE
,
117
NUM_PROPS
,
118
};
119
120
enum class
ELayerSoundsProp
121
{
122
PROP_NONE
= -1,
123
PROP_SOUND
,
124
NUM_PROPS
,
125
};
126
127
#endif
ETilesCommonProp
ETilesCommonProp
Definition
mapitems.h:87
ELayerQuadsProp
ELayerQuadsProp
Definition
mapitems.h:114
EQuadProp
EQuadProp
Definition
mapitems.h:5
EQuadProp::PROP_POS_X
@ PROP_POS_X
EQuadProp::PROP_ORDER
@ PROP_ORDER
EQuadProp::PROP_COLOR_ENV_OFFSET
@ PROP_COLOR_ENV_OFFSET
EQuadProp::PROP_NONE
@ PROP_NONE
EQuadProp::PROP_POS_Y
@ PROP_POS_Y
EQuadProp::PROP_COLOR_ENV
@ PROP_COLOR_ENV
EQuadProp::PROP_POS_ENV
@ PROP_POS_ENV
EQuadProp::PROP_POS_ENV_OFFSET
@ PROP_POS_ENV_OFFSET
EQuadProp::NUM_PROPS
@ NUM_PROPS
EQuadPointProp
EQuadPointProp
Definition
mapitems.h:18
EQuadPointProp::PROP_TEX_V
@ PROP_TEX_V
EQuadPointProp::PROP_COLOR
@ PROP_COLOR
EQuadPointProp::PROP_TEX_U
@ PROP_TEX_U
ETilesProp
ETilesProp
Definition
mapitems.h:69
ETilesProp::PROP_WIDTH
@ PROP_WIDTH
ETilesProp::PROP_HEIGHT
@ PROP_HEIGHT
ETilesProp::PROP_AUTOMAPPER
@ PROP_AUTOMAPPER
ETilesProp::PROP_IMAGE
@ PROP_IMAGE
ETilesProp::PROP_SHIFT_BY
@ PROP_SHIFT_BY
ETilesProp::PROP_SHIFT
@ PROP_SHIFT
ETilesProp::PROP_LIVE_GAMETILES
@ PROP_LIVE_GAMETILES
ETilesProp::PROP_AUTOMAPPER_REFERENCE
@ PROP_AUTOMAPPER_REFERENCE
ETilesProp::PROP_SEED
@ PROP_SEED
ERectangleShapeProp
ERectangleShapeProp
Definition
mapitems.h:45
ERectangleShapeProp::PROP_RECTANGLE_WIDTH
@ PROP_RECTANGLE_WIDTH
ERectangleShapeProp::PROP_RECTANGLE_HEIGHT
@ PROP_RECTANGLE_HEIGHT
ECircleShapeProp
ECircleShapeProp
Definition
mapitems.h:53
ECircleShapeProp::PROP_CIRCLE_RADIUS
@ PROP_CIRCLE_RADIUS
ELayerSoundsProp
ELayerSoundsProp
Definition
mapitems.h:121
ELayerSoundsProp::PROP_SOUND
@ PROP_SOUND
ELayerProp
ELayerProp
Definition
mapitems.h:60
ELayerProp::PROP_HQ
@ PROP_HQ
ELayerProp::PROP_GROUP
@ PROP_GROUP
EGroupProp
EGroupProp
Definition
mapitems.h:98
EGroupProp::PROP_CLIP_X
@ PROP_CLIP_X
EGroupProp::PROP_PARA_X
@ PROP_PARA_X
EGroupProp::PROP_USE_CLIPPING
@ PROP_USE_CLIPPING
EGroupProp::PROP_CLIP_H
@ PROP_CLIP_H
EGroupProp::PROP_PARA_Y
@ PROP_PARA_Y
EGroupProp::PROP_CLIP_Y
@ PROP_CLIP_Y
EGroupProp::PROP_CLIP_W
@ PROP_CLIP_W
ESoundProp
ESoundProp
Definition
mapitems.h:29
ESoundProp::PROP_SOUND_ENV
@ PROP_SOUND_ENV
ESoundProp::PROP_SOUND_ENV_OFFSET
@ PROP_SOUND_ENV_OFFSET
ESoundProp::PROP_LOOP
@ PROP_LOOP
ESoundProp::PROP_TIME_DELAY
@ PROP_TIME_DELAY
ESoundProp::PROP_FALLOFF
@ PROP_FALLOFF
ESoundProp::PROP_PAN
@ PROP_PAN
src
game
editor
mapitems.h
Generated by
1.9.8