This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Output.txt
223 lines (222 loc) · 9.39 KB
/
Output.txt
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
// functions
class aceInit
{
file="\USCG_Common\functions\fn_aceInit.sqf";
postInit=0;
};
// functions
class cbaInit
{
file="\USCG_Common\functions\fn_cbaInit.sqf";
postInit=0;
};
// functions
class deleteHook
{
file="\USCG_Common\functions\fn_deleteHook.sqf";
postInit=0;
};
// functions
class getDataReadings
{
file="\USCG_Common\functions\fn_getDataReadings.sqf";
postInit=0;
};
// functions
class handleDialog
{
file="\USCG_Common\functions\fn_handleDialog.sqf";
postInit=0;
};
// functions
class handleRopeDetach
{
file="\USCG_Common\functions\fn_handleRopeDetach.sqf";
postInit=0;
};
// functions
class isRescueVehicle
{
file="\USCG_Common\functions\fn_isRescueVehicle.sqf";
postInit=0;
};
// functions
class moveInAllOccupants
{
file="\USCG_Common\functions\fn_moveInAllOccupants.sqf";
postInit=0;
};
// functions
class treatStretcherPatient
{
file="\USCG_Common\functions\fn_treatStretcherPatient.sqf";
postInit=0;
};
// ace
class ace_attachStretcher
{
file="\USCG_Common\functions\ace\fn_ace_attachStretcher.sqf";
postInit=0;
};
// ace
class ace_detachStretcher
{
file="\USCG_Common\functions\ace\fn_ace_detachStretcher.sqf";
postInit=0;
};
// ace
class ace_loadStretcher
{
file="\USCG_Common\functions\ace\fn_ace_loadStretcher.sqf";
postInit=0;
};
// ace
class ace_makeCarryable
{
file="\USCG_Common\functions\ace\fn_ace_makeCarryable.sqf";
postInit=0;
};
// ace
class ace_treatPatientOnStretcher
{
file="\USCG_Common\functions\ace\fn_ace_treatPatientOnStretcher.sqf";
postInit=0;
};
// ace
class ace_unloadStretcher
{
file="\USCG_Common\functions\ace\fn_ace_unloadStretcher.sqf";
postInit=0;
};
// cba
class cba_attachBasket
{
file="\USCG_Common\functions\cba\fn_cba_attachBasket.sqf";
postInit=0;
};
// cba
class cba_attachStretcher
{
file="\USCG_Common\functions\cba\fn_cba_attachStretcher.sqf";
postInit=0;
};
// equipment
class attachStretcher
{
file="\USCG_Common\functions\equipment\fn_attachStretcher.sqf";
postInit=0;
};
// equipment
class basketDeployed
{
file="\USCG_Common\functions\equipment\fn_basketDeployed.sqf";
postInit=0;
};
// equipment
class canMoveToHoist
{
file="\USCG_Common\functions\equipment\fn_canMoveToHoist.sqf";
postInit=0;
};
// equipment
class canTransfer
{
file="\USCG_Common\functions\equipment\fn_canTransfer.sqf";
postInit=0;
};
// equipment
class deployBasket
{
file="\USCG_Common\functions\equipment\fn_deployBasket.sqf";
postInit=0;
};
// equipment
class deployHook
{
file="\USCG_Common\functions\equipment\fn_deployHook.sqf";
postInit=0;
};
// equipment
class deployStretcher
{
file="\USCG_Common\functions\equipment\fn_deployStretcher.sqf";
postInit=0;
};
// equipment
class detachStretcher
{
file="\USCG_Common\functions\equipment\fn_detachStretcher.sqf";
postInit=0;
};
// equipment
class getRopeLength
{
file="\USCG_Common\functions\equipment\fn_getRopeLength.sqf";
postInit=0;
};
// equipment
class hookDeployed
{
file="\USCG_Common\functions\equipment\fn_hookDeployed.sqf";
postInit=0;
};
// equipment
class loadStretcher
{
file="\USCG_Common\functions\equipment\fn_loadStretcher.sqf";
postInit=0;
};
// equipment
class moveToHelicopter
{
file="\USCG_Common\functions\equipment\fn_moveToHelicopter.sqf";
postInit=0;
};
// equipment
class moveToHoist
{
file="\USCG_Common\functions\equipment\fn_moveToHoist.sqf";
postInit=0;
};
// equipment
class onStretcherEnter
{
file="\USCG_Common\functions\equipment\fn_onStretcherEnter.sqf";
postInit=0;
};
// equipment
class setRopeLength
{
file="\USCG_Common\functions\equipment\fn_setRopeLength.sqf";
postInit=0;
};
// equipment
class spawnHoistMenu
{
file="\USCG_Common\functions\equipment\fn_spawnHoistMenu.sqf";
postInit=0;
};
// equipment
class stretcherDeployed
{
file="\USCG_Common\functions\equipment\fn_stretcherDeployed.sqf";
postInit=0;
};
// equipment
class unfoldStretcher
{
file="\USCG_Common\functions\equipment\fn_unfoldStretcher.sqf";
postInit=0;
};
// equipment
class unloadStretcher
{
file="\USCG_Common\functions\equipment\fn_unloadStretcher.sqf";
postInit=0;
};
// hatchet
class debugStuff
{
file="\USCG_Common\functions\hatchet\fn_debugStuff.sqf";
postInit=0;
};