bc-stubs 110.0.2 → 111.0.0
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.
- package/bc/Assets/Female3DCG/Female3DCG.d.ts +157 -138
- package/bc/NativeDeclarations/Female3DCG_Types.d.ts +17 -0
- package/bc/NativeDeclarations/Messages.d.ts +6 -3
- package/bc/NativeDeclarations/Typedef.d.ts +135 -15
- package/bc/Screens/Character/Login/Login.d.ts +46 -41
- package/bc/Screens/Character/Relog/Relog.d.ts +4 -5
- package/bc/Screens/Online/ChatRoom/ChatRoom.d.ts +64 -15
- package/bc/Screens/Online/ChatRoom/ChatRoomCharacterView.d.ts +1 -1
- package/bc/Screens/Online/ChatRoom/ChatRoomMapView.d.ts +0 -5
- package/bc/Screens/Online/ChatRoom/Commands.d.ts +85 -1
- package/bc/Screens/Room/AsylumGGTS/AsylumGGTS.d.ts +3 -1
- package/bc/Screens/Room/Crafting/Crafting.d.ts +11 -5
- package/bc/Screens/Room/Infiltration/Infiltration.d.ts +14 -0
- package/bc/Screens/Room/Pandora/Pandora.d.ts +37 -1
- package/bc/Screens/Room/PlatformDialog/PlatformDialog.d.ts +26 -26
- package/bc/Screens/Room/Private/Private.d.ts +4 -3
- package/bc/Scripts/Activity.d.ts +2 -1
- package/bc/Scripts/Asset.d.ts +8 -43
- package/bc/Scripts/Character.d.ts +2 -1
- package/bc/Scripts/Common.d.ts +33 -18
- package/bc/Scripts/Dialog.d.ts +363 -67
- package/bc/Scripts/Element.d.ts +48 -32
- package/bc/Scripts/Inventory.d.ts +58 -35
- package/bc/Scripts/Layering.d.ts +1 -1
- package/bc/Scripts/NPC.d.ts +15 -15
- package/bc/Scripts/Server.d.ts +1 -8
- package/bc/Scripts/Text.d.ts +18 -6
- package/bc/Scripts/Translation.d.ts +39 -8
- package/bc/Scripts/lib/LZString.d.ts +1 -1
- package/package.json +1 -1
|
@@ -92,6 +92,7 @@ declare namespace E {
|
|
|
92
92
|
let DeafNormal: "DeafNormal";
|
|
93
93
|
let DeafHeavy: "DeafHeavy";
|
|
94
94
|
let DeafTotal: "DeafTotal";
|
|
95
|
+
let CanEdge: "CanEdge";
|
|
95
96
|
}
|
|
96
97
|
declare namespace AssetPoseMapping {
|
|
97
98
|
namespace BodyLower {
|
|
@@ -111,7 +112,7 @@ declare namespace AssetPoseMapping {
|
|
|
111
112
|
let Hogtied_1: "Hogtied";
|
|
112
113
|
export { Hogtied_1 as Hogtied };
|
|
113
114
|
export let OverTheHead: "OverTheHead";
|
|
114
|
-
export let TapedHands: "
|
|
115
|
+
export let TapedHands: "";
|
|
115
116
|
export let Yoked: "Yoked";
|
|
116
117
|
}
|
|
117
118
|
namespace Bra {
|
|
@@ -207,29 +208,47 @@ declare namespace AssetPoseMapping {
|
|
|
207
208
|
let Yoked_4: "Yoked";
|
|
208
209
|
export { Yoked_4 as Yoked };
|
|
209
210
|
}
|
|
210
|
-
namespace
|
|
211
|
+
namespace HandsLeft {
|
|
211
212
|
let AllFours_8: "AllFours";
|
|
212
213
|
export { AllFours_8 as AllFours };
|
|
213
214
|
let BackBoxTie_4: "Hide";
|
|
214
215
|
export { BackBoxTie_4 as BackBoxTie };
|
|
215
|
-
let BackCuffs_4: "
|
|
216
|
+
let BackCuffs_4: "BackCuffs";
|
|
216
217
|
export { BackCuffs_4 as BackCuffs };
|
|
217
218
|
let BackElbowTouch_4: "Hide";
|
|
218
219
|
export { BackElbowTouch_4 as BackElbowTouch };
|
|
219
220
|
let Hogtied_9: "Hide";
|
|
220
221
|
export { Hogtied_9 as Hogtied };
|
|
221
|
-
let OverTheHead_4: "
|
|
222
|
+
let OverTheHead_4: "OverTheHead";
|
|
222
223
|
export { OverTheHead_4 as OverTheHead };
|
|
223
224
|
let TapedHands_3: "TapedHands";
|
|
224
225
|
export { TapedHands_3 as TapedHands };
|
|
225
|
-
let Yoked_5: "
|
|
226
|
+
let Yoked_5: "Yoked";
|
|
226
227
|
export { Yoked_5 as Yoked };
|
|
227
228
|
}
|
|
228
|
-
namespace
|
|
229
|
-
let AllFours_9: "
|
|
229
|
+
namespace HandsRight {
|
|
230
|
+
let AllFours_9: "AllFours";
|
|
230
231
|
export { AllFours_9 as AllFours };
|
|
231
|
-
let
|
|
232
|
+
let BackBoxTie_5: "Hide";
|
|
233
|
+
export { BackBoxTie_5 as BackBoxTie };
|
|
234
|
+
let BackCuffs_5: "BackCuffs";
|
|
235
|
+
export { BackCuffs_5 as BackCuffs };
|
|
236
|
+
let BackElbowTouch_5: "Hide";
|
|
237
|
+
export { BackElbowTouch_5 as BackElbowTouch };
|
|
238
|
+
let Hogtied_10: "Hide";
|
|
232
239
|
export { Hogtied_10 as Hogtied };
|
|
240
|
+
let OverTheHead_5: "OverTheHead";
|
|
241
|
+
export { OverTheHead_5 as OverTheHead };
|
|
242
|
+
let TapedHands_4: "TapedHands";
|
|
243
|
+
export { TapedHands_4 as TapedHands };
|
|
244
|
+
let Yoked_6: "Yoked";
|
|
245
|
+
export { Yoked_6 as Yoked };
|
|
246
|
+
}
|
|
247
|
+
namespace ItemBoots {
|
|
248
|
+
let AllFours_10: "Hide";
|
|
249
|
+
export { AllFours_10 as AllFours };
|
|
250
|
+
let Hogtied_11: "Hogtied";
|
|
251
|
+
export { Hogtied_11 as Hogtied };
|
|
233
252
|
let Kneel_3: "Kneel";
|
|
234
253
|
export { Kneel_3 as Kneel };
|
|
235
254
|
let KneelingSpread_3: "KneelingSpread";
|
|
@@ -238,104 +257,104 @@ declare namespace AssetPoseMapping {
|
|
|
238
257
|
export { LegsClosed_3 as LegsClosed };
|
|
239
258
|
}
|
|
240
259
|
namespace ItemBreast {
|
|
241
|
-
let
|
|
242
|
-
export {
|
|
260
|
+
let AllFours_11: "AllFours";
|
|
261
|
+
export { AllFours_11 as AllFours };
|
|
243
262
|
}
|
|
244
263
|
namespace ItemFeet {
|
|
245
|
-
let
|
|
246
|
-
export {
|
|
247
|
-
let
|
|
248
|
-
export {
|
|
264
|
+
let AllFours_12: "Hide";
|
|
265
|
+
export { AllFours_12 as AllFours };
|
|
266
|
+
let Hogtied_12: "Hide";
|
|
267
|
+
export { Hogtied_12 as Hogtied };
|
|
249
268
|
let Kneel_4: "Hide";
|
|
250
269
|
export { Kneel_4 as Kneel };
|
|
251
270
|
let KneelingSpread_4: "Hide";
|
|
252
271
|
export { KneelingSpread_4 as KneelingSpread };
|
|
253
272
|
}
|
|
254
273
|
namespace ItemHandheld {
|
|
255
|
-
let
|
|
256
|
-
export { AllFours_12 as AllFours };
|
|
257
|
-
let BackBoxTie_5: "Hide";
|
|
258
|
-
export { BackBoxTie_5 as BackBoxTie };
|
|
259
|
-
let BackCuffs_5: "Hide";
|
|
260
|
-
export { BackCuffs_5 as BackCuffs };
|
|
261
|
-
let BackElbowTouch_5: "Hide";
|
|
262
|
-
export { BackElbowTouch_5 as BackElbowTouch };
|
|
263
|
-
let Hogtied_12: "Hide";
|
|
264
|
-
export { Hogtied_12 as Hogtied };
|
|
265
|
-
let OverTheHead_5: "Hide";
|
|
266
|
-
export { OverTheHead_5 as OverTheHead };
|
|
267
|
-
let Yoked_6: "Hide";
|
|
268
|
-
export { Yoked_6 as Yoked };
|
|
269
|
-
}
|
|
270
|
-
namespace ItemHands {
|
|
271
|
-
let AllFours_13: "AllFours";
|
|
274
|
+
let AllFours_13: "Hide";
|
|
272
275
|
export { AllFours_13 as AllFours };
|
|
273
|
-
let Hogtied_13: "Hide";
|
|
274
|
-
export { Hogtied_13 as Hogtied };
|
|
275
276
|
let BackBoxTie_6: "Hide";
|
|
276
277
|
export { BackBoxTie_6 as BackBoxTie };
|
|
278
|
+
let BackCuffs_6: "Hide";
|
|
279
|
+
export { BackCuffs_6 as BackCuffs };
|
|
277
280
|
let BackElbowTouch_6: "Hide";
|
|
278
281
|
export { BackElbowTouch_6 as BackElbowTouch };
|
|
279
|
-
let
|
|
280
|
-
export {
|
|
281
|
-
let OverTheHead_6: "
|
|
282
|
+
let Hogtied_13: "Hide";
|
|
283
|
+
export { Hogtied_13 as Hogtied };
|
|
284
|
+
let OverTheHead_6: "Hide";
|
|
282
285
|
export { OverTheHead_6 as OverTheHead };
|
|
283
|
-
let Yoked_7: "
|
|
286
|
+
let Yoked_7: "Hide";
|
|
284
287
|
export { Yoked_7 as Yoked };
|
|
285
288
|
}
|
|
286
|
-
namespace
|
|
287
|
-
let AllFours_14: "
|
|
289
|
+
namespace ItemHands {
|
|
290
|
+
let AllFours_14: "AllFours";
|
|
288
291
|
export { AllFours_14 as AllFours };
|
|
289
292
|
let Hogtied_14: "Hide";
|
|
290
293
|
export { Hogtied_14 as Hogtied };
|
|
294
|
+
let BackBoxTie_7: "Hide";
|
|
295
|
+
export { BackBoxTie_7 as BackBoxTie };
|
|
296
|
+
let BackElbowTouch_7: "Hide";
|
|
297
|
+
export { BackElbowTouch_7 as BackElbowTouch };
|
|
298
|
+
let BackCuffs_7: "BackCuffs";
|
|
299
|
+
export { BackCuffs_7 as BackCuffs };
|
|
300
|
+
let OverTheHead_7: "OverTheHead";
|
|
301
|
+
export { OverTheHead_7 as OverTheHead };
|
|
302
|
+
let Yoked_8: "Yoked";
|
|
303
|
+
export { Yoked_8 as Yoked };
|
|
304
|
+
}
|
|
305
|
+
namespace ItemLegs {
|
|
306
|
+
let AllFours_15: "Hide";
|
|
307
|
+
export { AllFours_15 as AllFours };
|
|
308
|
+
let Hogtied_15: "Hide";
|
|
309
|
+
export { Hogtied_15 as Hogtied };
|
|
291
310
|
let Kneel_5: "Kneel";
|
|
292
311
|
export { Kneel_5 as Kneel };
|
|
293
312
|
}
|
|
294
313
|
namespace ItemNipples {
|
|
295
|
-
let AllFours_15: "AllFours";
|
|
296
|
-
export { AllFours_15 as AllFours };
|
|
297
|
-
}
|
|
298
|
-
namespace ItemNipplesPiercings {
|
|
299
314
|
let AllFours_16: "AllFours";
|
|
300
315
|
export { AllFours_16 as AllFours };
|
|
301
316
|
}
|
|
302
|
-
namespace
|
|
303
|
-
let AllFours_17: "
|
|
317
|
+
namespace ItemNipplesPiercings {
|
|
318
|
+
let AllFours_17: "AllFours";
|
|
304
319
|
export { AllFours_17 as AllFours };
|
|
305
|
-
let Hogtied_15: "Hide";
|
|
306
|
-
export { Hogtied_15 as Hogtied };
|
|
307
320
|
}
|
|
308
|
-
namespace
|
|
309
|
-
let AllFours_18: "
|
|
321
|
+
namespace ItemPelvis {
|
|
322
|
+
let AllFours_18: "Hide";
|
|
310
323
|
export { AllFours_18 as AllFours };
|
|
311
|
-
let Hogtied_16: "
|
|
324
|
+
let Hogtied_16: "Hide";
|
|
312
325
|
export { Hogtied_16 as Hogtied };
|
|
313
326
|
}
|
|
314
|
-
namespace
|
|
327
|
+
namespace ItemTorso2 {
|
|
315
328
|
let AllFours_19: "AllFours";
|
|
316
329
|
export { AllFours_19 as AllFours };
|
|
317
330
|
let Hogtied_17: "Hogtied";
|
|
318
331
|
export { Hogtied_17 as Hogtied };
|
|
319
332
|
}
|
|
320
|
-
namespace
|
|
321
|
-
let AllFours_20: "
|
|
333
|
+
namespace ItemTorso {
|
|
334
|
+
let AllFours_20: "AllFours";
|
|
322
335
|
export { AllFours_20 as AllFours };
|
|
323
|
-
let Hogtied_18: "
|
|
336
|
+
let Hogtied_18: "Hogtied";
|
|
324
337
|
export { Hogtied_18 as Hogtied };
|
|
325
|
-
let Kneel_6: "Kneel";
|
|
326
|
-
export { Kneel_6 as Kneel };
|
|
327
338
|
}
|
|
328
|
-
namespace
|
|
339
|
+
namespace ItemVulva {
|
|
329
340
|
let AllFours_21: "Hide";
|
|
330
341
|
export { AllFours_21 as AllFours };
|
|
331
342
|
let Hogtied_19: "Hide";
|
|
332
343
|
export { Hogtied_19 as Hogtied };
|
|
344
|
+
let Kneel_6: "Kneel";
|
|
345
|
+
export { Kneel_6 as Kneel };
|
|
333
346
|
}
|
|
334
|
-
namespace
|
|
347
|
+
namespace ItemVulvaPiercings {
|
|
335
348
|
let AllFours_22: "Hide";
|
|
336
349
|
export { AllFours_22 as AllFours };
|
|
337
350
|
let Hogtied_20: "Hide";
|
|
338
351
|
export { Hogtied_20 as Hogtied };
|
|
352
|
+
}
|
|
353
|
+
namespace AnkletLeft {
|
|
354
|
+
let AllFours_23: "Hide";
|
|
355
|
+
export { AllFours_23 as AllFours };
|
|
356
|
+
let Hogtied_21: "Hide";
|
|
357
|
+
export { Hogtied_21 as Hogtied };
|
|
339
358
|
let Kneel_7: "Hide";
|
|
340
359
|
export { Kneel_7 as Kneel };
|
|
341
360
|
let KneelingSpread_5: "Hide";
|
|
@@ -345,45 +364,45 @@ declare namespace AssetPoseMapping {
|
|
|
345
364
|
let Spread_3: "Spread";
|
|
346
365
|
export { Spread_3 as Spread };
|
|
347
366
|
}
|
|
348
|
-
namespace
|
|
349
|
-
let
|
|
350
|
-
export { AllFours_23 as AllFours };
|
|
351
|
-
let BackBoxTie_7: "BackBoxTie";
|
|
352
|
-
export { BackBoxTie_7 as BackBoxTie };
|
|
353
|
-
let BackCuffs_7: "BackCuffs";
|
|
354
|
-
export { BackCuffs_7 as BackCuffs };
|
|
355
|
-
let BackElbowTouch_7: "BackElbowTouch";
|
|
356
|
-
export { BackElbowTouch_7 as BackElbowTouch };
|
|
357
|
-
let Hogtied_21: "Hide";
|
|
358
|
-
export { Hogtied_21 as Hogtied };
|
|
359
|
-
let OverTheHead_7: "OverTheHead";
|
|
360
|
-
export { OverTheHead_7 as OverTheHead };
|
|
361
|
-
let TapedHands_4: "TapedHands";
|
|
362
|
-
export { TapedHands_4 as TapedHands };
|
|
363
|
-
let Yoked_8: "Yoked";
|
|
364
|
-
export { Yoked_8 as Yoked };
|
|
365
|
-
}
|
|
366
|
-
namespace Nipples {
|
|
367
|
-
let AllFours_24: "Hide";
|
|
367
|
+
namespace HandAccessoryLeft {
|
|
368
|
+
let AllFours_24: "AllFours";
|
|
368
369
|
export { AllFours_24 as AllFours };
|
|
370
|
+
let BackBoxTie_8: "BackBoxTie";
|
|
371
|
+
export { BackBoxTie_8 as BackBoxTie };
|
|
372
|
+
let BackCuffs_8: "BackCuffs";
|
|
373
|
+
export { BackCuffs_8 as BackCuffs };
|
|
374
|
+
let BackElbowTouch_8: "BackElbowTouch";
|
|
375
|
+
export { BackElbowTouch_8 as BackElbowTouch };
|
|
376
|
+
let Hogtied_22: "Hide";
|
|
377
|
+
export { Hogtied_22 as Hogtied };
|
|
378
|
+
let OverTheHead_8: "OverTheHead";
|
|
379
|
+
export { OverTheHead_8 as OverTheHead };
|
|
380
|
+
let TapedHands_5: "TapedHands";
|
|
381
|
+
export { TapedHands_5 as TapedHands };
|
|
382
|
+
let Yoked_9: "Yoked";
|
|
383
|
+
export { Yoked_9 as Yoked };
|
|
369
384
|
}
|
|
370
|
-
namespace
|
|
385
|
+
namespace Nipples {
|
|
371
386
|
let AllFours_25: "Hide";
|
|
372
387
|
export { AllFours_25 as AllFours };
|
|
373
|
-
let Hogtied_22: "Hide";
|
|
374
|
-
export { Hogtied_22 as Hogtied };
|
|
375
388
|
}
|
|
376
|
-
namespace
|
|
389
|
+
namespace Panties {
|
|
377
390
|
let AllFours_26: "Hide";
|
|
378
391
|
export { AllFours_26 as AllFours };
|
|
379
392
|
let Hogtied_23: "Hide";
|
|
380
393
|
export { Hogtied_23 as Hogtied };
|
|
381
394
|
}
|
|
382
|
-
namespace
|
|
395
|
+
namespace Pussy {
|
|
383
396
|
let AllFours_27: "Hide";
|
|
384
397
|
export { AllFours_27 as AllFours };
|
|
385
398
|
let Hogtied_24: "Hide";
|
|
386
399
|
export { Hogtied_24 as Hogtied };
|
|
400
|
+
}
|
|
401
|
+
namespace AnkletRight {
|
|
402
|
+
let AllFours_28: "Hide";
|
|
403
|
+
export { AllFours_28 as AllFours };
|
|
404
|
+
let Hogtied_25: "Hide";
|
|
405
|
+
export { Hogtied_25 as Hogtied };
|
|
387
406
|
let Kneel_8: "Hide";
|
|
388
407
|
export { Kneel_8 as Kneel };
|
|
389
408
|
let KneelingSpread_6: "Hide";
|
|
@@ -393,29 +412,29 @@ declare namespace AssetPoseMapping {
|
|
|
393
412
|
let Spread_4: "Spread";
|
|
394
413
|
export { Spread_4 as Spread };
|
|
395
414
|
}
|
|
396
|
-
namespace
|
|
397
|
-
let
|
|
398
|
-
export { AllFours_28 as AllFours };
|
|
399
|
-
let BackBoxTie_8: "BackBoxTie";
|
|
400
|
-
export { BackBoxTie_8 as BackBoxTie };
|
|
401
|
-
let BackCuffs_8: "BackCuffs";
|
|
402
|
-
export { BackCuffs_8 as BackCuffs };
|
|
403
|
-
let BackElbowTouch_8: "BackElbowTouch";
|
|
404
|
-
export { BackElbowTouch_8 as BackElbowTouch };
|
|
405
|
-
let Hogtied_25: "Hide";
|
|
406
|
-
export { Hogtied_25 as Hogtied };
|
|
407
|
-
let OverTheHead_8: "OverTheHead";
|
|
408
|
-
export { OverTheHead_8 as OverTheHead };
|
|
409
|
-
let TapedHands_5: "TapedHands";
|
|
410
|
-
export { TapedHands_5 as TapedHands };
|
|
411
|
-
let Yoked_9: "Yoked";
|
|
412
|
-
export { Yoked_9 as Yoked };
|
|
413
|
-
}
|
|
414
|
-
namespace Shoes {
|
|
415
|
-
let AllFours_29: "Hide";
|
|
415
|
+
namespace HandAccessoryRight {
|
|
416
|
+
let AllFours_29: "AllFours";
|
|
416
417
|
export { AllFours_29 as AllFours };
|
|
417
|
-
let
|
|
418
|
+
let BackBoxTie_9: "BackBoxTie";
|
|
419
|
+
export { BackBoxTie_9 as BackBoxTie };
|
|
420
|
+
let BackCuffs_9: "BackCuffs";
|
|
421
|
+
export { BackCuffs_9 as BackCuffs };
|
|
422
|
+
let BackElbowTouch_9: "BackElbowTouch";
|
|
423
|
+
export { BackElbowTouch_9 as BackElbowTouch };
|
|
424
|
+
let Hogtied_26: "Hide";
|
|
418
425
|
export { Hogtied_26 as Hogtied };
|
|
426
|
+
let OverTheHead_9: "OverTheHead";
|
|
427
|
+
export { OverTheHead_9 as OverTheHead };
|
|
428
|
+
let TapedHands_6: "TapedHands";
|
|
429
|
+
export { TapedHands_6 as TapedHands };
|
|
430
|
+
let Yoked_10: "Yoked";
|
|
431
|
+
export { Yoked_10 as Yoked };
|
|
432
|
+
}
|
|
433
|
+
namespace Shoes {
|
|
434
|
+
let AllFours_30: "Hide";
|
|
435
|
+
export { AllFours_30 as AllFours };
|
|
436
|
+
let Hogtied_27: "Hogtied";
|
|
437
|
+
export { Hogtied_27 as Hogtied };
|
|
419
438
|
let Kneel_9: "Kneel";
|
|
420
439
|
export { Kneel_9 as Kneel };
|
|
421
440
|
let KneelingSpread_7: "KneelingSpread";
|
|
@@ -426,10 +445,10 @@ declare namespace AssetPoseMapping {
|
|
|
426
445
|
export { Spread_5 as Spread };
|
|
427
446
|
}
|
|
428
447
|
namespace Socks {
|
|
429
|
-
let
|
|
430
|
-
export {
|
|
431
|
-
let
|
|
432
|
-
export {
|
|
448
|
+
let AllFours_31: "Hide";
|
|
449
|
+
export { AllFours_31 as AllFours };
|
|
450
|
+
let Hogtied_28: "Hogtied";
|
|
451
|
+
export { Hogtied_28 as Hogtied };
|
|
433
452
|
let Kneel_10: "Kneel";
|
|
434
453
|
export { Kneel_10 as Kneel };
|
|
435
454
|
let KneelingSpread_8: "KneelingSpread";
|
|
@@ -440,10 +459,10 @@ declare namespace AssetPoseMapping {
|
|
|
440
459
|
export { Spread_6 as Spread };
|
|
441
460
|
}
|
|
442
461
|
namespace SocksLeft {
|
|
443
|
-
let
|
|
444
|
-
export {
|
|
445
|
-
let
|
|
446
|
-
export {
|
|
462
|
+
let AllFours_32: "Hide";
|
|
463
|
+
export { AllFours_32 as AllFours };
|
|
464
|
+
let Hogtied_29: "Hogtied";
|
|
465
|
+
export { Hogtied_29 as Hogtied };
|
|
447
466
|
let Kneel_11: "Kneel";
|
|
448
467
|
export { Kneel_11 as Kneel };
|
|
449
468
|
let KneelingSpread_9: "KneelingSpread";
|
|
@@ -454,10 +473,10 @@ declare namespace AssetPoseMapping {
|
|
|
454
473
|
export { Spread_7 as Spread };
|
|
455
474
|
}
|
|
456
475
|
namespace SocksRight {
|
|
457
|
-
let
|
|
458
|
-
export {
|
|
459
|
-
let
|
|
460
|
-
export {
|
|
476
|
+
let AllFours_33: "Hide";
|
|
477
|
+
export { AllFours_33 as AllFours };
|
|
478
|
+
let Hogtied_30: "Hogtied";
|
|
479
|
+
export { Hogtied_30 as Hogtied };
|
|
461
480
|
let Kneel_12: "Kneel";
|
|
462
481
|
export { Kneel_12 as Kneel };
|
|
463
482
|
let KneelingSpread_10: "KneelingSpread";
|
|
@@ -468,28 +487,28 @@ declare namespace AssetPoseMapping {
|
|
|
468
487
|
export { Spread_8 as Spread };
|
|
469
488
|
}
|
|
470
489
|
namespace Suit {
|
|
471
|
-
let AllFours_33: "Hide";
|
|
472
|
-
export { AllFours_33 as AllFours };
|
|
473
|
-
let BackBoxTie_9: "BackBoxTie";
|
|
474
|
-
export { BackBoxTie_9 as BackBoxTie };
|
|
475
|
-
let BackCuffs_9: "BackCuffs";
|
|
476
|
-
export { BackCuffs_9 as BackCuffs };
|
|
477
|
-
let BackElbowTouch_9: "BackElbowTouch";
|
|
478
|
-
export { BackElbowTouch_9 as BackElbowTouch };
|
|
479
|
-
let Hogtied_30: "Hogtied";
|
|
480
|
-
export { Hogtied_30 as Hogtied };
|
|
481
|
-
let OverTheHead_9: "OverTheHead";
|
|
482
|
-
export { OverTheHead_9 as OverTheHead };
|
|
483
|
-
let TapedHands_6: "TapedHands";
|
|
484
|
-
export { TapedHands_6 as TapedHands };
|
|
485
|
-
let Yoked_10: "Yoked";
|
|
486
|
-
export { Yoked_10 as Yoked };
|
|
487
|
-
}
|
|
488
|
-
namespace SuitLower {
|
|
489
490
|
let AllFours_34: "Hide";
|
|
490
491
|
export { AllFours_34 as AllFours };
|
|
492
|
+
let BackBoxTie_10: "BackBoxTie";
|
|
493
|
+
export { BackBoxTie_10 as BackBoxTie };
|
|
494
|
+
let BackCuffs_10: "BackCuffs";
|
|
495
|
+
export { BackCuffs_10 as BackCuffs };
|
|
496
|
+
let BackElbowTouch_10: "BackElbowTouch";
|
|
497
|
+
export { BackElbowTouch_10 as BackElbowTouch };
|
|
491
498
|
let Hogtied_31: "Hogtied";
|
|
492
499
|
export { Hogtied_31 as Hogtied };
|
|
500
|
+
let OverTheHead_10: "OverTheHead";
|
|
501
|
+
export { OverTheHead_10 as OverTheHead };
|
|
502
|
+
let TapedHands_7: "TapedHands";
|
|
503
|
+
export { TapedHands_7 as TapedHands };
|
|
504
|
+
let Yoked_11: "Yoked";
|
|
505
|
+
export { Yoked_11 as Yoked };
|
|
506
|
+
}
|
|
507
|
+
namespace SuitLower {
|
|
508
|
+
let AllFours_35: "Hide";
|
|
509
|
+
export { AllFours_35 as AllFours };
|
|
510
|
+
let Hogtied_32: "Hogtied";
|
|
511
|
+
export { Hogtied_32 as Hogtied };
|
|
493
512
|
let Kneel_13: "Kneel";
|
|
494
513
|
export { Kneel_13 as Kneel };
|
|
495
514
|
let KneelingSpread_11: "KneelingSpread";
|
|
@@ -500,10 +519,10 @@ declare namespace AssetPoseMapping {
|
|
|
500
519
|
export { Spread_9 as Spread };
|
|
501
520
|
}
|
|
502
521
|
namespace Wings {
|
|
503
|
-
let
|
|
504
|
-
export {
|
|
505
|
-
let
|
|
506
|
-
export {
|
|
522
|
+
let AllFours_36: "Hide";
|
|
523
|
+
export { AllFours_36 as AllFours };
|
|
524
|
+
let Hogtied_33: "Hide";
|
|
525
|
+
export { Hogtied_33 as Hogtied };
|
|
507
526
|
}
|
|
508
527
|
}
|
|
509
528
|
/**
|
|
@@ -152,6 +152,13 @@ interface AssetCommonPropertiesGroupAssetLayer {
|
|
|
152
152
|
*/
|
|
153
153
|
PoseMapping?: AssetPoseMapping;
|
|
154
154
|
|
|
155
|
+
/**
|
|
156
|
+
* Let assets inherit the group's pose mapping on an individual pose by pose basis, rather than inheriting the pose mapping as a whole (_i.e._ all or nothing).
|
|
157
|
+
*
|
|
158
|
+
* @default false
|
|
159
|
+
*/
|
|
160
|
+
InheritPoseMappingFields?: boolean;
|
|
161
|
+
|
|
155
162
|
/**
|
|
156
163
|
* Whether that layer is colorized
|
|
157
164
|
*
|
|
@@ -807,6 +814,16 @@ interface AssetLayerDefinition extends AssetCommonPropertiesGroupAssetLayer, Ass
|
|
|
807
814
|
|
|
808
815
|
MirrorExpression?: AssetGroupName;
|
|
809
816
|
PoseMapping?: AssetPoseMapping;
|
|
817
|
+
/** Let layer inherit the asset's pose mapping on an individual pose by pose basis, rather than inheriting the pose mapping as a whole (_i.e._ all or nothing) */
|
|
818
|
+
InheritPoseMappingFields?: boolean;
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* Copy the pose mapping of another layer.
|
|
822
|
+
*
|
|
823
|
+
* Serves as the pose mapping equivalent of {@link AssetLayerDefinition.CopyLayerColor}.
|
|
824
|
+
*/
|
|
825
|
+
CopyLayerPoseMapping?: string;
|
|
826
|
+
|
|
810
827
|
CreateLayerTypes?: string[];
|
|
811
828
|
/* Specifies that this layer should not be drawn if the character is wearing any item with the given attributes */
|
|
812
829
|
HideForAttribute?: AssetAttribute[];
|
|
@@ -72,6 +72,8 @@ interface ServerAccountData extends ServerAccountImmutableData {
|
|
|
72
72
|
/** @deprecated superseded by the {@link ServerAccountData.LastChatRoom} object */
|
|
73
73
|
LastChatRoomAdmin?: string;
|
|
74
74
|
/** @deprecated superseded by the {@link ServerAccountData.LastChatRoom} object */
|
|
75
|
+
LastChatRoomWhitelist?: string;
|
|
76
|
+
/** @deprecated superseded by the {@link ServerAccountData.LastChatRoom} object */
|
|
75
77
|
LastChatRoomBan?: string;
|
|
76
78
|
/** @deprecated superseded by the {@link ServerAccountData.LastChatRoom} object */
|
|
77
79
|
LastChatRoomBG?: string;
|
|
@@ -196,7 +198,7 @@ interface ServerPrivateCharacterData {
|
|
|
196
198
|
Appearance: ServerAppearanceBundle;
|
|
197
199
|
AppearanceFull: ServerAppearanceBundle;
|
|
198
200
|
ArousalSettings: ArousalSettingsType;
|
|
199
|
-
Event:
|
|
201
|
+
Event: NPCEvent[];
|
|
200
202
|
FromPandora?: boolean;
|
|
201
203
|
}
|
|
202
204
|
|
|
@@ -205,7 +207,7 @@ type ServerAppearanceBundle = ServerItemBundle[];
|
|
|
205
207
|
|
|
206
208
|
type ServerChatRoomSpace = "X" | "" | "M" | "Asylum";
|
|
207
209
|
type ServerChatRoomLanguage = "EN" | "DE" | "FR" | "ES" | "CN" | "RU" | "UA";
|
|
208
|
-
type ServerChatRoomGame = "" | "ClubCard" | "LARP" | "MagicBattle" | "GGTS";
|
|
210
|
+
type ServerChatRoomGame = "" | "ClubCard" | "LARP" | "MagicBattle" | "GGTS" | "Prison";
|
|
209
211
|
type ServerChatRoomBlockCategory =
|
|
210
212
|
/** Those are known as AssetCategory to the client */
|
|
211
213
|
"Medical" | "Extreme" | "Pony" | "SciFi" | "ABDL" | "Fantasy" |
|
|
@@ -221,6 +223,7 @@ type ServerChatRoomData = {
|
|
|
221
223
|
Name: string;
|
|
222
224
|
Description: string;
|
|
223
225
|
Admin: number[];
|
|
226
|
+
Whitelist: number[];
|
|
224
227
|
Ban: number[];
|
|
225
228
|
Background: string;
|
|
226
229
|
/* FIXME: server actually expects a string there, but we cheat to make the typing simpler */
|
|
@@ -457,7 +460,7 @@ interface ServerChatRoomAdminUpdateRequest {
|
|
|
457
460
|
|
|
458
461
|
interface ServerChatRoomAdminMoveRequest {
|
|
459
462
|
MemberNumber: number;
|
|
460
|
-
Action: "Move" | "MoveLeft" | "MoveRight" | "Kick" | "Ban" | "Unban" | "Promote" | "Demote" | "Shuffle";
|
|
463
|
+
Action: "Move" | "MoveLeft" | "MoveRight" | "Kick" | "Ban" | "Unban" | "Promote" | "Demote" | "Whitelist" | "Unwhitelist" | "Shuffle";
|
|
461
464
|
Publish?: boolean;
|
|
462
465
|
}
|
|
463
466
|
|