raspberry_games_engine_helpers 1.8.248 → 1.8.250

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,24 +13,24 @@
13
13
  'use strict';
14
14
  //region block: imports
15
15
  var imul = Math.imul;
16
- var protoOf = kotlin_kotlin.$_$.o9;
16
+ var protoOf = kotlin_kotlin.$_$.p9;
17
17
  var VOID = kotlin_kotlin.$_$.f;
18
- var getStringHashCode = kotlin_kotlin.$_$.p8;
19
- var THROW_CCE = kotlin_kotlin.$_$.hc;
20
- var initMetadataForClass = kotlin_kotlin.$_$.r8;
21
- var toString = kotlin_kotlin.$_$.s9;
22
- var hashCode = kotlin_kotlin.$_$.q8;
23
- var equals = kotlin_kotlin.$_$.k8;
24
- var listOf = kotlin_kotlin.$_$.u6;
25
- var plus = kotlin_kotlin.$_$.c7;
26
- var initMetadataForCompanion = kotlin_kotlin.$_$.s8;
27
- var emptyList = kotlin_kotlin.$_$.v5;
28
- var defineProp = kotlin_kotlin.$_$.j8;
29
- var Companion_getInstance = kotlin_kotlin.$_$.a4;
30
- var Long = kotlin_kotlin.$_$.dc;
18
+ var getStringHashCode = kotlin_kotlin.$_$.q8;
19
+ var THROW_CCE = kotlin_kotlin.$_$.ic;
20
+ var initMetadataForClass = kotlin_kotlin.$_$.s8;
21
+ var toString = kotlin_kotlin.$_$.t9;
22
+ var hashCode = kotlin_kotlin.$_$.r8;
23
+ var equals = kotlin_kotlin.$_$.l8;
24
+ var listOf = kotlin_kotlin.$_$.v6;
25
+ var plus = kotlin_kotlin.$_$.d7;
26
+ var initMetadataForCompanion = kotlin_kotlin.$_$.t8;
27
+ var emptyList = kotlin_kotlin.$_$.w5;
28
+ var defineProp = kotlin_kotlin.$_$.k8;
29
+ var Companion_getInstance = kotlin_kotlin.$_$.b4;
30
+ var Long = kotlin_kotlin.$_$.ec;
31
31
  var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.g;
32
- var toDuration = kotlin_kotlin.$_$.rb;
33
- var Unit_instance = kotlin_kotlin.$_$.j4;
32
+ var toDuration = kotlin_kotlin.$_$.sb;
33
+ var Unit_instance = kotlin_kotlin.$_$.k4;
34
34
  var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.y1;
35
35
  var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.r1;
36
36
  //endregion
@@ -49,10 +49,10 @@
49
49
  this.id = id;
50
50
  this.count = count;
51
51
  }
52
- protoOf(CardDecksRequestUserData).k1v = function () {
52
+ protoOf(CardDecksRequestUserData).v1v = function () {
53
53
  return this.id;
54
54
  };
55
- protoOf(CardDecksRequestUserData).j1w = function () {
55
+ protoOf(CardDecksRequestUserData).u1w = function () {
56
56
  return this.count;
57
57
  };
58
58
  protoOf(CardDecksRequestUserData).zc = function () {
@@ -61,13 +61,13 @@
61
61
  protoOf(CardDecksRequestUserData).ad = function () {
62
62
  return this.count;
63
63
  };
64
- protoOf(CardDecksRequestUserData).k1w = function (id, count) {
64
+ protoOf(CardDecksRequestUserData).v1w = function (id, count) {
65
65
  return new CardDecksRequestUserData(id, count);
66
66
  };
67
67
  protoOf(CardDecksRequestUserData).copy = function (id, count, $super) {
68
68
  id = id === VOID ? this.id : id;
69
69
  count = count === VOID ? this.count : count;
70
- return this.k1w(id, count);
70
+ return this.v1w(id, count);
71
71
  };
72
72
  protoOf(CardDecksRequestUserData).toString = function () {
73
73
  return 'CardDecksRequestUserData(id=' + this.id + ', count=' + this.count + ')';
@@ -93,10 +93,10 @@
93
93
  this.players = players;
94
94
  this.gameId = gameId;
95
95
  }
96
- protoOf(CardDeckRequestUserData).l1w = function () {
96
+ protoOf(CardDeckRequestUserData).w1w = function () {
97
97
  return this.players;
98
98
  };
99
- protoOf(CardDeckRequestUserData).m1w = function () {
99
+ protoOf(CardDeckRequestUserData).x1w = function () {
100
100
  return this.gameId;
101
101
  };
102
102
  protoOf(CardDeckRequestUserData).zc = function () {
@@ -105,13 +105,13 @@
105
105
  protoOf(CardDeckRequestUserData).ad = function () {
106
106
  return this.gameId;
107
107
  };
108
- protoOf(CardDeckRequestUserData).n1w = function (players, gameId) {
108
+ protoOf(CardDeckRequestUserData).y1w = function (players, gameId) {
109
109
  return new CardDeckRequestUserData(players, gameId);
110
110
  };
111
111
  protoOf(CardDeckRequestUserData).copy = function (players, gameId, $super) {
112
112
  players = players === VOID ? this.players : players;
113
113
  gameId = gameId === VOID ? this.gameId : gameId;
114
- return this.n1w(players, gameId);
114
+ return this.y1w(players, gameId);
115
115
  };
116
116
  protoOf(CardDeckRequestUserData).toString = function () {
117
117
  return 'CardDeckRequestUserData(players=' + toString(this.players) + ', gameId=' + this.gameId + ')';
@@ -137,7 +137,7 @@
137
137
  this.id = id;
138
138
  this.name = name;
139
139
  }
140
- protoOf(UserInfoData).k1v = function () {
140
+ protoOf(UserInfoData).v1v = function () {
141
141
  return this.id;
142
142
  };
143
143
  protoOf(UserInfoData).k2 = function () {
@@ -149,13 +149,13 @@
149
149
  protoOf(UserInfoData).ad = function () {
150
150
  return this.name;
151
151
  };
152
- protoOf(UserInfoData).o1w = function (id, name) {
152
+ protoOf(UserInfoData).z1w = function (id, name) {
153
153
  return new UserInfoData(id, name);
154
154
  };
155
155
  protoOf(UserInfoData).copy = function (id, name, $super) {
156
156
  id = id === VOID ? this.id : id;
157
157
  name = name === VOID ? this.name : name;
158
- return this.o1w(id, name);
158
+ return this.z1w(id, name);
159
159
  };
160
160
  protoOf(UserInfoData).toString = function () {
161
161
  return 'UserInfoData(id=' + this.id + ', name=' + this.name + ')';
@@ -196,16 +196,16 @@
196
196
  this.userData = userData;
197
197
  this.rounds = rounds;
198
198
  }
199
- protoOf(GameCardDecksRecord).p1w = function () {
199
+ protoOf(GameCardDecksRecord).a1x = function () {
200
200
  return this.poolId;
201
201
  };
202
- protoOf(GameCardDecksRecord).q1w = function () {
202
+ protoOf(GameCardDecksRecord).b1x = function () {
203
203
  return this.signature;
204
204
  };
205
- protoOf(GameCardDecksRecord).r1w = function () {
205
+ protoOf(GameCardDecksRecord).c1x = function () {
206
206
  return this.userData;
207
207
  };
208
- protoOf(GameCardDecksRecord).s1w = function () {
208
+ protoOf(GameCardDecksRecord).d1x = function () {
209
209
  return this.rounds;
210
210
  };
211
211
  protoOf(GameCardDecksRecord).zc = function () {
@@ -214,13 +214,13 @@
214
214
  protoOf(GameCardDecksRecord).ad = function () {
215
215
  return this.signature;
216
216
  };
217
- protoOf(GameCardDecksRecord).sg = function () {
217
+ protoOf(GameCardDecksRecord).dh = function () {
218
218
  return this.userData;
219
219
  };
220
- protoOf(GameCardDecksRecord).t1w = function () {
220
+ protoOf(GameCardDecksRecord).e1x = function () {
221
221
  return this.rounds;
222
222
  };
223
- protoOf(GameCardDecksRecord).u1w = function (poolId, signature, userData, rounds) {
223
+ protoOf(GameCardDecksRecord).f1x = function (poolId, signature, userData, rounds) {
224
224
  return new GameCardDecksRecord(poolId, signature, userData, rounds);
225
225
  };
226
226
  protoOf(GameCardDecksRecord).copy = function (poolId, signature, userData, rounds, $super) {
@@ -228,7 +228,7 @@
228
228
  signature = signature === VOID ? this.signature : signature;
229
229
  userData = userData === VOID ? this.userData : userData;
230
230
  rounds = rounds === VOID ? this.rounds : rounds;
231
- return this.u1w(poolId, signature, userData, rounds);
231
+ return this.f1x(poolId, signature, userData, rounds);
232
232
  };
233
233
  protoOf(GameCardDecksRecord).toString = function () {
234
234
  return 'GameCardDecksRecord(poolId=' + this.poolId + ', signature=' + this.signature + ', userData=' + this.userData.toString() + ', rounds=' + toString(this.rounds) + ')';
@@ -260,10 +260,10 @@
260
260
  this.cardDeckIndex = cardDeckIndex;
261
261
  this.cards = cards;
262
262
  }
263
- protoOf(GameCardDeckData).v1w = function () {
263
+ protoOf(GameCardDeckData).g1x = function () {
264
264
  return this.cardDeckIndex;
265
265
  };
266
- protoOf(GameCardDeckData).w1w = function () {
266
+ protoOf(GameCardDeckData).h1x = function () {
267
267
  return this.cards;
268
268
  };
269
269
  protoOf(GameCardDeckData).zc = function () {
@@ -272,13 +272,13 @@
272
272
  protoOf(GameCardDeckData).ad = function () {
273
273
  return this.cards;
274
274
  };
275
- protoOf(GameCardDeckData).x1w = function (cardDeckIndex, cards) {
275
+ protoOf(GameCardDeckData).i1x = function (cardDeckIndex, cards) {
276
276
  return new GameCardDeckData(cardDeckIndex, cards);
277
277
  };
278
278
  protoOf(GameCardDeckData).copy = function (cardDeckIndex, cards, $super) {
279
279
  cardDeckIndex = cardDeckIndex === VOID ? this.cardDeckIndex : cardDeckIndex;
280
280
  cards = cards === VOID ? this.cards : cards;
281
- return this.x1w(cardDeckIndex, cards);
281
+ return this.i1x(cardDeckIndex, cards);
282
282
  };
283
283
  protoOf(GameCardDeckData).toString = function () {
284
284
  return 'GameCardDeckData(cardDeckIndex=' + this.cardDeckIndex + ', cards=' + toString(this.cards) + ')';
@@ -305,10 +305,10 @@
305
305
  this.baseUrl = baseUrl;
306
306
  this.timeoutMillis = timeoutMillis;
307
307
  }
308
- protoOf(HttpConfig).y1w = function () {
308
+ protoOf(HttpConfig).j1x = function () {
309
309
  return this.baseUrl;
310
310
  };
311
- protoOf(HttpConfig).z1w = function () {
311
+ protoOf(HttpConfig).k1x = function () {
312
312
  return this.timeoutMillis;
313
313
  };
314
314
  protoOf(HttpConfig).zc = function () {
@@ -317,13 +317,13 @@
317
317
  protoOf(HttpConfig).ad = function () {
318
318
  return this.timeoutMillis;
319
319
  };
320
- protoOf(HttpConfig).k1w = function (baseUrl, timeoutMillis) {
320
+ protoOf(HttpConfig).v1w = function (baseUrl, timeoutMillis) {
321
321
  return new HttpConfig(baseUrl, timeoutMillis);
322
322
  };
323
323
  protoOf(HttpConfig).copy = function (baseUrl, timeoutMillis, $super) {
324
324
  baseUrl = baseUrl === VOID ? this.baseUrl : baseUrl;
325
325
  timeoutMillis = timeoutMillis === VOID ? this.timeoutMillis : timeoutMillis;
326
- return this.k1w(baseUrl, timeoutMillis);
326
+ return this.v1w(baseUrl, timeoutMillis);
327
327
  };
328
328
  protoOf(HttpConfig).toString = function () {
329
329
  return 'HttpConfig(baseUrl=' + this.baseUrl + ', timeoutMillis=' + this.timeoutMillis + ')';
@@ -355,16 +355,16 @@
355
355
  this.thresholdForUsedPool = thresholdForUsedPool;
356
356
  this.httpConfig = httpConfig;
357
357
  }
358
- protoOf(RandomOrgConfig).a1x = function () {
358
+ protoOf(RandomOrgConfig).l1x = function () {
359
359
  return this.apiKey;
360
360
  };
361
- protoOf(RandomOrgConfig).b1x = function () {
361
+ protoOf(RandomOrgConfig).m1x = function () {
362
362
  return this.poolSize;
363
363
  };
364
- protoOf(RandomOrgConfig).c1x = function () {
364
+ protoOf(RandomOrgConfig).n1x = function () {
365
365
  return this.thresholdForUsedPool;
366
366
  };
367
- protoOf(RandomOrgConfig).d1x = function () {
367
+ protoOf(RandomOrgConfig).o1x = function () {
368
368
  return this.httpConfig;
369
369
  };
370
370
  protoOf(RandomOrgConfig).zc = function () {
@@ -373,13 +373,13 @@
373
373
  protoOf(RandomOrgConfig).ad = function () {
374
374
  return this.poolSize;
375
375
  };
376
- protoOf(RandomOrgConfig).sg = function () {
376
+ protoOf(RandomOrgConfig).dh = function () {
377
377
  return this.thresholdForUsedPool;
378
378
  };
379
- protoOf(RandomOrgConfig).t1w = function () {
379
+ protoOf(RandomOrgConfig).e1x = function () {
380
380
  return this.httpConfig;
381
381
  };
382
- protoOf(RandomOrgConfig).e1x = function (apiKey, poolSize, thresholdForUsedPool, httpConfig) {
382
+ protoOf(RandomOrgConfig).p1x = function (apiKey, poolSize, thresholdForUsedPool, httpConfig) {
383
383
  return new RandomOrgConfig(apiKey, poolSize, thresholdForUsedPool, httpConfig);
384
384
  };
385
385
  protoOf(RandomOrgConfig).copy = function (apiKey, poolSize, thresholdForUsedPool, httpConfig, $super) {
@@ -387,7 +387,7 @@
387
387
  poolSize = poolSize === VOID ? this.poolSize : poolSize;
388
388
  thresholdForUsedPool = thresholdForUsedPool === VOID ? this.thresholdForUsedPool : thresholdForUsedPool;
389
389
  httpConfig = httpConfig === VOID ? this.httpConfig : httpConfig;
390
- return this.e1x(apiKey, poolSize, thresholdForUsedPool, httpConfig);
390
+ return this.p1x(apiKey, poolSize, thresholdForUsedPool, httpConfig);
391
391
  };
392
392
  protoOf(RandomOrgConfig).toString = function () {
393
393
  return 'RandomOrgConfig(apiKey=' + this.apiKey + ', poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', httpConfig=' + this.httpConfig.toString() + ')';
@@ -436,19 +436,19 @@
436
436
  this.failedRequestAttempts = failedRequestAttempts;
437
437
  this.failedAttemptCooldown = failedAttemptCooldown;
438
438
  }
439
- protoOf(PoolParams).b1x = function () {
439
+ protoOf(PoolParams).m1x = function () {
440
440
  return this.poolSize;
441
441
  };
442
- protoOf(PoolParams).c1x = function () {
442
+ protoOf(PoolParams).n1x = function () {
443
443
  return this.thresholdForUsedPool;
444
444
  };
445
- protoOf(PoolParams).f1x = function () {
445
+ protoOf(PoolParams).q1x = function () {
446
446
  return this.requestDurationWarn;
447
447
  };
448
- protoOf(PoolParams).g1x = function () {
448
+ protoOf(PoolParams).r1x = function () {
449
449
  return this.failedRequestAttempts;
450
450
  };
451
- protoOf(PoolParams).h1x = function () {
451
+ protoOf(PoolParams).s1x = function () {
452
452
  return this.failedAttemptCooldown;
453
453
  };
454
454
  protoOf(PoolParams).zc = function () {
@@ -457,16 +457,16 @@
457
457
  protoOf(PoolParams).ad = function () {
458
458
  return this.thresholdForUsedPool;
459
459
  };
460
- protoOf(PoolParams).sg = function () {
460
+ protoOf(PoolParams).dh = function () {
461
461
  return this.requestDurationWarn;
462
462
  };
463
- protoOf(PoolParams).t1w = function () {
463
+ protoOf(PoolParams).e1x = function () {
464
464
  return this.failedRequestAttempts;
465
465
  };
466
- protoOf(PoolParams).i1x = function () {
466
+ protoOf(PoolParams).t1x = function () {
467
467
  return this.failedAttemptCooldown;
468
468
  };
469
- protoOf(PoolParams).j1x = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown) {
469
+ protoOf(PoolParams).u1x = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown) {
470
470
  return new PoolParams(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
471
471
  };
472
472
  protoOf(PoolParams).copy = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown, $super) {
@@ -475,7 +475,7 @@
475
475
  requestDurationWarn = requestDurationWarn === VOID ? this.requestDurationWarn : requestDurationWarn;
476
476
  failedRequestAttempts = failedRequestAttempts === VOID ? this.failedRequestAttempts : failedRequestAttempts;
477
477
  failedAttemptCooldown = failedAttemptCooldown === VOID ? this.failedAttemptCooldown : failedAttemptCooldown;
478
- return this.j1x(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
478
+ return this.u1x(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
479
479
  };
480
480
  protoOf(PoolParams).toString = function () {
481
481
  return 'PoolParams(poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', requestDurationWarn=' + this.requestDurationWarn + ', failedRequestAttempts=' + this.failedRequestAttempts + ', failedAttemptCooldown=' + Duration__toString_impl_8d916b(this.failedAttemptCooldown) + ')';