-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathscript_26b932f273679f34.gsc
293 lines (272 loc) · 5.19 KB
/
script_26b932f273679f34.gsc
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
// Decompiled by Serious. Credits to Scoba for his original tool, Cerberus, which I heavily upgraded to support remaining features, other games, and other platforms.
#using scripts\core_common\lui_shared.gsc;
#using scripts\core_common\clientfield_shared.gsc;
class cct_shared_aar_medals : cluielem
{
var var_47e79fc;
/*
Name: constructor
Namespace: cct_shared_aar_medals
Checksum: 0x2D9A871B
Offset: 0x2B0
Size: 0x14
Parameters: 0
Flags: 8
*/
constructor()
{
}
/*
Name: destructor
Namespace: cct_shared_aar_medals
Checksum: 0xBEC018D
Offset: 0x680
Size: 0x14
Parameters: 0
Flags: 16, 128
*/
destructor()
{
}
/*
Name: set_medalbronzethreshold
Namespace: cct_shared_aar_medals
Checksum: 0x4E966A6D
Offset: 0x638
Size: 0x3C
Parameters: 2
Flags: None
*/
function set_medalbronzethreshold(player, value)
{
player clientfield::function_9bf78ef8(var_47e79fc, "medalBronzeThreshold", value);
}
/*
Name: set_medalsilverthreshold
Namespace: cct_shared_aar_medals
Checksum: 0x28684AB2
Offset: 0x5F0
Size: 0x3C
Parameters: 2
Flags: None
*/
function set_medalsilverthreshold(player, value)
{
player clientfield::function_9bf78ef8(var_47e79fc, "medalSilverThreshold", value);
}
/*
Name: set_medalgoldthreshold
Namespace: cct_shared_aar_medals
Checksum: 0x1ACE2C05
Offset: 0x5A8
Size: 0x3C
Parameters: 2
Flags: None
*/
function set_medalgoldthreshold(player, value)
{
player clientfield::function_9bf78ef8(var_47e79fc, "medalGoldThreshold", value);
}
/*
Name: set_state
Namespace: cct_shared_aar_medals
Checksum: 0xF05766B1
Offset: 0x420
Size: 0x17C
Parameters: 2
Flags: None
*/
function set_state(player, state_name)
{
if(#"defaultstate" == state_name)
{
player clientfield::function_9bf78ef8(var_47e79fc, "_state", 0);
}
else
{
if(#"medal_gold" == state_name)
{
player clientfield::function_9bf78ef8(var_47e79fc, "_state", 1);
}
else
{
if(#"medal_silver" == state_name)
{
player clientfield::function_9bf78ef8(var_47e79fc, "_state", 2);
}
else
{
if(#"medal_bronze" == state_name)
{
player clientfield::function_9bf78ef8(var_47e79fc, "_state", 3);
}
else
{
if(#"medal_none" == state_name)
{
player clientfield::function_9bf78ef8(var_47e79fc, "_state", 4);
}
else
{
/#
assertmsg("");
#/
/#
#/
}
}
}
}
}
}
/*
Name: close
Namespace: cct_shared_aar_medals
Checksum: 0xEA417C6F
Offset: 0x3F0
Size: 0x24
Parameters: 1
Flags: None
*/
function close(player)
{
cluielem::close_luielem(player);
}
/*
Name: open
Namespace: cct_shared_aar_medals
Checksum: 0x3BB2C160
Offset: 0x3A0
Size: 0x44
Parameters: 2
Flags: None
*/
function open(player, persistent = 0)
{
cluielem::open_luielem(player, "ct_shared_aar_medals", persistent);
}
/*
Name: setup_clientfields
Namespace: cct_shared_aar_medals
Checksum: 0x31DA638E
Offset: 0x2D0
Size: 0xC4
Parameters: 1
Flags: None
*/
function setup_clientfields(uid)
{
cluielem::setup_clientfields(uid);
cluielem::add_clientfield("_state", 1, 3, "int");
cluielem::function_dcb34c80("string", "medalGoldThreshold", 1);
cluielem::function_dcb34c80("string", "medalSilverThreshold", 1);
cluielem::function_dcb34c80("string", "medalBronzeThreshold", 1);
}
}
#namespace ct_shared_aar_medals;
/*
Name: register
Namespace: ct_shared_aar_medals
Checksum: 0xA6B936EE
Offset: 0x118
Size: 0x40
Parameters: 1
Flags: None
*/
function register(uid)
{
elem = new cct_shared_aar_medals();
[[ elem ]]->setup_clientfields(uid);
return elem;
}
/*
Name: open
Namespace: ct_shared_aar_medals
Checksum: 0x584C0FA4
Offset: 0x160
Size: 0x38
Parameters: 2
Flags: None
*/
function open(player, persistent = 0)
{
[[ self ]]->open(player, persistent);
}
/*
Name: close
Namespace: ct_shared_aar_medals
Checksum: 0x61B576B3
Offset: 0x1A0
Size: 0x1C
Parameters: 1
Flags: None
*/
function close(player)
{
[[ self ]]->close(player);
}
/*
Name: is_open
Namespace: ct_shared_aar_medals
Checksum: 0xAD3BB3A
Offset: 0x1C8
Size: 0x1A
Parameters: 1
Flags: None
*/
function is_open(player)
{
return [[ self ]]->function_7bfd10e6(player);
}
/*
Name: set_state
Namespace: ct_shared_aar_medals
Checksum: 0x37D761FE
Offset: 0x1F0
Size: 0x28
Parameters: 2
Flags: None
*/
function set_state(player, state_name)
{
[[ self ]]->set_state(player, state_name);
}
/*
Name: set_medalgoldthreshold
Namespace: ct_shared_aar_medals
Checksum: 0x63952835
Offset: 0x220
Size: 0x28
Parameters: 2
Flags: None
*/
function set_medalgoldthreshold(player, value)
{
[[ self ]]->set_medalgoldthreshold(player, value);
}
/*
Name: set_medalsilverthreshold
Namespace: ct_shared_aar_medals
Checksum: 0x90BC229E
Offset: 0x250
Size: 0x28
Parameters: 2
Flags: None
*/
function set_medalsilverthreshold(player, value)
{
[[ self ]]->set_medalsilverthreshold(player, value);
}
/*
Name: set_medalbronzethreshold
Namespace: ct_shared_aar_medals
Checksum: 0x595B977E
Offset: 0x280
Size: 0x28
Parameters: 2
Flags: None
*/
function set_medalbronzethreshold(player, value)
{
[[ self ]]->set_medalbronzethreshold(player, value);
}