-
Notifications
You must be signed in to change notification settings - Fork 18
/
description.ext
138 lines (120 loc) · 3.64 KB
/
description.ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#include "core\script_macros.hpp"
#define description
#define true 1
#define false 0
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef true
#undef false
#undef description
#define description_other
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_other
class CfgFunctions {
class FW {
tag = "FW";
#define description_functions
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_functions
};
#define description_external_functions
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_external_functions
};
class rscTitles {
#define description_titles
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_titles
};
class Extended_PreInit_EventHandlers {
#define description_XEH_PreInit
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_PreInit
};
class Extended_PostInit_EventHandlers {
#define description_XEH_PostInit
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_PostInit
};
class Extended_Init_EventHandlers {
class CAManBase {
#define description_XEH_Init_CAManBase
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_Init_CAManBase
};
};
class Extended_FiredMan_EventHandlers {
class CAManBase {
#define description_XEH_FiredMan_CAManBase
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_FiredMan_CAManBase
};
};
class Extended_Killed_EventHandlers {
class CAManBase {
#define description_XEH_Killed_CAManBase
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_Killed_CAManBase
};
};
class Extended_Respawn_EventHandlers {
class CAManBase {
#define description_XEH_Respawn_CAManBase
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_Respawn_CAManBase
};
};
class Extended_InitPost_EventHandlers {
class CAManBase {
#define description_XEH_InitPost_CAManBase
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_XEH_InitPost_CAManBase
};
};
class CfgNotifications {
#define description_notifications
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_notifications
};
class CfgSounds {
#define description_sounds
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_sounds
};
class CfgMusic {
#define description_music
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_music
};
class CfgUnitInsignia {
#define description_insignia
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_insignia
};
class Params {
#define description_params
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_params
};
class CfgDebriefingSections {
#define description_debriefing_sections
#include "core\description.hpp" //DO NOT REMOVE
#include "modules\modules.sqf" //DO NOT REMOVE
#undef description_debriefing_sections
};