@rbxts/types 1.0.844 → 1.0.846
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/include/generated/None.d.ts +743 -457
- package/include/generated/PluginSecurity.d.ts +106 -54
- package/include/generated/enums.d.ts +181 -109
- package/package.json +1 -1
|
@@ -163,12 +163,12 @@ interface Services {
|
|
|
163
163
|
ScriptRegistrationService: ScriptRegistrationService;
|
|
164
164
|
Selection: Selection;
|
|
165
165
|
SelectionHighlightManager: SelectionHighlightManager;
|
|
166
|
+
SerializationService: SerializationService;
|
|
166
167
|
ServerScriptService: ServerScriptService;
|
|
167
168
|
ServerStorage: ServerStorage;
|
|
168
169
|
ServiceVisibilityService: ServiceVisibilityService;
|
|
169
170
|
SessionService: SessionService;
|
|
170
171
|
SharedTableRegistry: SharedTableRegistry;
|
|
171
|
-
ShorelineUpgraderService: ShorelineUpgraderService;
|
|
172
172
|
SmoothVoxelsUpgraderService: SmoothVoxelsUpgraderService;
|
|
173
173
|
SnippetService: SnippetService;
|
|
174
174
|
SocialService: SocialService;
|
|
@@ -603,6 +603,7 @@ interface Instances extends Services, CreatableInstances {
|
|
|
603
603
|
GuiObject: GuiObject;
|
|
604
604
|
HandleAdornment: HandleAdornment;
|
|
605
605
|
HandlesBase: HandlesBase;
|
|
606
|
+
ImportSession: ImportSession;
|
|
606
607
|
InputObject: InputObject;
|
|
607
608
|
Instance: Instance;
|
|
608
609
|
InstanceAdornment: InstanceAdornment;
|
|
@@ -1357,21 +1358,6 @@ interface AssetImportService extends Instance {
|
|
|
1357
1358
|
*/
|
|
1358
1359
|
readonly _nominal_AssetImportService: unique symbol;
|
|
1359
1360
|
}
|
|
1360
|
-
/**
|
|
1361
|
-
* - **Tags**: NotCreatable, NotReplicated
|
|
1362
|
-
*
|
|
1363
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetImportSession)
|
|
1364
|
-
*/
|
|
1365
|
-
interface AssetImportSession extends Instance {
|
|
1366
|
-
/**
|
|
1367
|
-
* **DO NOT USE!**
|
|
1368
|
-
*
|
|
1369
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
1370
|
-
* @hidden
|
|
1371
|
-
* @deprecated
|
|
1372
|
-
*/
|
|
1373
|
-
readonly _nominal_AssetImportSession: unique symbol;
|
|
1374
|
-
}
|
|
1375
1361
|
/**
|
|
1376
1362
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
1377
1363
|
*
|
|
@@ -1480,7 +1466,7 @@ interface AudioAnalyzer extends Instance {
|
|
|
1480
1466
|
readonly _nominal_AudioAnalyzer: unique symbol;
|
|
1481
1467
|
}
|
|
1482
1468
|
/**
|
|
1483
|
-
*
|
|
1469
|
+
* Combines multiple audio streams into a single, multichannel audio stream.
|
|
1484
1470
|
*
|
|
1485
1471
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioChannelMixer)
|
|
1486
1472
|
*/
|
|
@@ -1495,7 +1481,7 @@ interface AudioChannelMixer extends Instance {
|
|
|
1495
1481
|
readonly _nominal_AudioChannelMixer: unique symbol;
|
|
1496
1482
|
}
|
|
1497
1483
|
/**
|
|
1498
|
-
*
|
|
1484
|
+
* Splits an audio stream into component channels so that each can be processed independently.
|
|
1499
1485
|
*
|
|
1500
1486
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioChannelSplitter)
|
|
1501
1487
|
*/
|
|
@@ -2613,23 +2599,6 @@ interface CalloutService extends Instance {
|
|
|
2613
2599
|
*/
|
|
2614
2600
|
readonly _nominal_CalloutService: unique symbol;
|
|
2615
2601
|
}
|
|
2616
|
-
/**
|
|
2617
|
-
* A class which defines a view of the 3D world.
|
|
2618
|
-
*
|
|
2619
|
-
* - **Tags**: NotReplicated
|
|
2620
|
-
*
|
|
2621
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
|
|
2622
|
-
*/
|
|
2623
|
-
interface Camera extends Instance {
|
|
2624
|
-
/**
|
|
2625
|
-
* **DO NOT USE!**
|
|
2626
|
-
*
|
|
2627
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
2628
|
-
* @hidden
|
|
2629
|
-
* @deprecated
|
|
2630
|
-
*/
|
|
2631
|
-
readonly _nominal_Camera: unique symbol;
|
|
2632
|
-
}
|
|
2633
2602
|
/**
|
|
2634
2603
|
* A service which provides control over screenshot capture features.
|
|
2635
2604
|
*
|
|
@@ -2902,7 +2871,7 @@ interface ShirtGraphic extends CharacterAppearance {
|
|
|
2902
2871
|
readonly _nominal_ShirtGraphic: unique symbol;
|
|
2903
2872
|
}
|
|
2904
2873
|
/**
|
|
2905
|
-
* Houses the
|
|
2874
|
+
* Houses the Luau code responsible for running the legacy chat system.
|
|
2906
2875
|
*
|
|
2907
2876
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
2908
2877
|
*
|
|
@@ -6599,6 +6568,36 @@ interface IXPService extends Instance {
|
|
|
6599
6568
|
*/
|
|
6600
6569
|
readonly _nominal_IXPService: unique symbol;
|
|
6601
6570
|
}
|
|
6571
|
+
/**
|
|
6572
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
6573
|
+
*
|
|
6574
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImportSession)
|
|
6575
|
+
*/
|
|
6576
|
+
interface ImportSession extends Instance {
|
|
6577
|
+
/**
|
|
6578
|
+
* **DO NOT USE!**
|
|
6579
|
+
*
|
|
6580
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6581
|
+
* @hidden
|
|
6582
|
+
* @deprecated
|
|
6583
|
+
*/
|
|
6584
|
+
readonly _nominal_ImportSession: unique symbol;
|
|
6585
|
+
}
|
|
6586
|
+
/**
|
|
6587
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
6588
|
+
*
|
|
6589
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetImportSession)
|
|
6590
|
+
*/
|
|
6591
|
+
interface AssetImportSession extends ImportSession {
|
|
6592
|
+
/**
|
|
6593
|
+
* **DO NOT USE!**
|
|
6594
|
+
*
|
|
6595
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6596
|
+
* @hidden
|
|
6597
|
+
* @deprecated
|
|
6598
|
+
*/
|
|
6599
|
+
readonly _nominal_AssetImportSession: unique symbol;
|
|
6600
|
+
}
|
|
6602
6601
|
/**
|
|
6603
6602
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
6604
6603
|
*
|
|
@@ -7355,7 +7354,7 @@ interface LuaSettings extends Instance {
|
|
|
7355
7354
|
readonly _nominal_LuaSettings: unique symbol;
|
|
7356
7355
|
}
|
|
7357
7356
|
/**
|
|
7358
|
-
* The base class for all objects which contain
|
|
7357
|
+
* The base class for all objects which contain Luau code.
|
|
7359
7358
|
*
|
|
7360
7359
|
* - **Tags**: NotCreatable, NotBrowsable
|
|
7361
7360
|
*
|
|
@@ -7462,7 +7461,7 @@ interface BaseScript extends LuaSourceContainer {
|
|
|
7462
7461
|
set RunContext(value: Enum.RunContext);
|
|
7463
7462
|
}
|
|
7464
7463
|
/**
|
|
7465
|
-
* An object that contains and runs
|
|
7464
|
+
* An object that contains and runs Luau code on the server.
|
|
7466
7465
|
*
|
|
7467
7466
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Script)
|
|
7468
7467
|
*/
|
|
@@ -7477,7 +7476,7 @@ interface Script extends BaseScript {
|
|
|
7477
7476
|
readonly _nominal_Script: unique symbol;
|
|
7478
7477
|
}
|
|
7479
7478
|
/**
|
|
7480
|
-
* An object that contains and runs
|
|
7479
|
+
* An object that contains and runs Luau code on the client (player's device) instead of the server.
|
|
7481
7480
|
*
|
|
7482
7481
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LocalScript)
|
|
7483
7482
|
*/
|
|
@@ -8549,6 +8548,23 @@ interface VehicleSeat extends BasePart {
|
|
|
8549
8548
|
*/
|
|
8550
8549
|
readonly _nominal_VehicleSeat: unique symbol;
|
|
8551
8550
|
}
|
|
8551
|
+
/**
|
|
8552
|
+
* A class which defines a view of the 3D world.
|
|
8553
|
+
*
|
|
8554
|
+
* - **Tags**: NotReplicated
|
|
8555
|
+
*
|
|
8556
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera)
|
|
8557
|
+
*/
|
|
8558
|
+
interface Camera extends Instance {
|
|
8559
|
+
/**
|
|
8560
|
+
* **DO NOT USE!**
|
|
8561
|
+
*
|
|
8562
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
8563
|
+
* @hidden
|
|
8564
|
+
* @deprecated
|
|
8565
|
+
*/
|
|
8566
|
+
readonly _nominal_Camera: unique symbol;
|
|
8567
|
+
}
|
|
8552
8568
|
/**
|
|
8553
8569
|
* Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
8554
8570
|
*
|
|
@@ -11448,6 +11464,21 @@ interface FluidForceSensor extends SensorBase {
|
|
|
11448
11464
|
*/
|
|
11449
11465
|
readonly _nominal_FluidForceSensor: unique symbol;
|
|
11450
11466
|
}
|
|
11467
|
+
/**
|
|
11468
|
+
* - **Tags**: NotCreatable, Service
|
|
11469
|
+
*
|
|
11470
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SerializationService)
|
|
11471
|
+
*/
|
|
11472
|
+
interface SerializationService extends Instance {
|
|
11473
|
+
/**
|
|
11474
|
+
* **DO NOT USE!**
|
|
11475
|
+
*
|
|
11476
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11477
|
+
* @hidden
|
|
11478
|
+
* @deprecated
|
|
11479
|
+
*/
|
|
11480
|
+
readonly _nominal_SerializationService: unique symbol;
|
|
11481
|
+
}
|
|
11451
11482
|
/**
|
|
11452
11483
|
* A container service for server-only `Script` objects.
|
|
11453
11484
|
*
|
|
@@ -11657,21 +11688,6 @@ interface SharedTableRegistry extends Instance {
|
|
|
11657
11688
|
*/
|
|
11658
11689
|
readonly _nominal_SharedTableRegistry: unique symbol;
|
|
11659
11690
|
}
|
|
11660
|
-
/**
|
|
11661
|
-
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11662
|
-
*
|
|
11663
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ShorelineUpgraderService)
|
|
11664
|
-
*/
|
|
11665
|
-
interface ShorelineUpgraderService extends Instance {
|
|
11666
|
-
/**
|
|
11667
|
-
* **DO NOT USE!**
|
|
11668
|
-
*
|
|
11669
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11670
|
-
* @hidden
|
|
11671
|
-
* @deprecated
|
|
11672
|
-
*/
|
|
11673
|
-
readonly _nominal_ShorelineUpgraderService: unique symbol;
|
|
11674
|
-
}
|
|
11675
11691
|
/**
|
|
11676
11692
|
* Changes the default appearance of the experience's sky.
|
|
11677
11693
|
*
|
|
@@ -12745,6 +12761,13 @@ interface SurfaceAppearance extends Instance {
|
|
|
12745
12761
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#ColorMap)
|
|
12746
12762
|
*/
|
|
12747
12763
|
ColorMap: ContentId;
|
|
12764
|
+
/**
|
|
12765
|
+
* - **ThreadSafety**: ReadSafe
|
|
12766
|
+
* - **Tags**: Hidden
|
|
12767
|
+
*
|
|
12768
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#ColorMapContent)
|
|
12769
|
+
*/
|
|
12770
|
+
set ColorMapContent(value: Content);
|
|
12748
12771
|
/**
|
|
12749
12772
|
* Determines which parts of the surface are metal or non-metal.
|
|
12750
12773
|
*
|
|
@@ -12753,6 +12776,13 @@ interface SurfaceAppearance extends Instance {
|
|
|
12753
12776
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#MetalnessMap)
|
|
12754
12777
|
*/
|
|
12755
12778
|
MetalnessMap: ContentId;
|
|
12779
|
+
/**
|
|
12780
|
+
* - **ThreadSafety**: ReadSafe
|
|
12781
|
+
* - **Tags**: Hidden
|
|
12782
|
+
*
|
|
12783
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#MetalnessMapContent)
|
|
12784
|
+
*/
|
|
12785
|
+
set MetalnessMapContent(value: Content);
|
|
12756
12786
|
/**
|
|
12757
12787
|
* Modifies the lighting of the surface by adding bumps, dents, cracks, and curves.
|
|
12758
12788
|
*
|
|
@@ -12761,6 +12791,13 @@ interface SurfaceAppearance extends Instance {
|
|
|
12761
12791
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#NormalMap)
|
|
12762
12792
|
*/
|
|
12763
12793
|
NormalMap: ContentId;
|
|
12794
|
+
/**
|
|
12795
|
+
* - **ThreadSafety**: ReadSafe
|
|
12796
|
+
* - **Tags**: Hidden
|
|
12797
|
+
*
|
|
12798
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#NormalMapContent)
|
|
12799
|
+
*/
|
|
12800
|
+
set NormalMapContent(value: Content);
|
|
12764
12801
|
/**
|
|
12765
12802
|
* Determines the apparent roughness across the surface.
|
|
12766
12803
|
*
|
|
@@ -12769,6 +12806,13 @@ interface SurfaceAppearance extends Instance {
|
|
|
12769
12806
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#RoughnessMap)
|
|
12770
12807
|
*/
|
|
12771
12808
|
RoughnessMap: ContentId;
|
|
12809
|
+
/**
|
|
12810
|
+
* - **ThreadSafety**: ReadSafe
|
|
12811
|
+
* - **Tags**: Hidden
|
|
12812
|
+
*
|
|
12813
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#RoughnessMapContent)
|
|
12814
|
+
*/
|
|
12815
|
+
set RoughnessMapContent(value: Content);
|
|
12772
12816
|
}
|
|
12773
12817
|
/**
|
|
12774
12818
|
* Collection of settings for the *Task Scheduler* feature.
|
|
@@ -14302,6 +14346,8 @@ interface VideoPlayer extends Instance {
|
|
|
14302
14346
|
readonly _nominal_VideoPlayer: unique symbol;
|
|
14303
14347
|
}
|
|
14304
14348
|
/**
|
|
14349
|
+
* An internal service that offers no functionality to developers.
|
|
14350
|
+
*
|
|
14305
14351
|
* - **Tags**: NotCreatable, Service
|
|
14306
14352
|
*
|
|
14307
14353
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoService)
|
|
@@ -14403,6 +14449,12 @@ interface VoiceChatService extends Instance {
|
|
|
14403
14449
|
* @deprecated
|
|
14404
14450
|
*/
|
|
14405
14451
|
readonly _nominal_VoiceChatService: unique symbol;
|
|
14452
|
+
/**
|
|
14453
|
+
* - **ThreadSafety**: ReadSafe
|
|
14454
|
+
*
|
|
14455
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VoiceChatService#DefaultDistanceAttenuation)
|
|
14456
|
+
*/
|
|
14457
|
+
DefaultDistanceAttenuation: Enum.VoiceChatDistanceAttenuationType;
|
|
14406
14458
|
/**
|
|
14407
14459
|
* Controls whether each voice-eligible player can be heard as though they were speaking through their character.
|
|
14408
14460
|
*
|