@rbxts/types 1.0.884 → 1.0.886
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 +333 -72
- package/include/generated/PluginSecurity.d.ts +55 -25
- package/include/generated/enums.d.ts +573 -7
- package/package.json +1 -1
|
@@ -63,7 +63,6 @@ interface Services {
|
|
|
63
63
|
DraggerService: DraggerService;
|
|
64
64
|
EditableService: EditableService;
|
|
65
65
|
EventIngestService: EventIngestService;
|
|
66
|
-
ExampleService: ExampleService;
|
|
67
66
|
ExampleV2Service: ExampleV2Service;
|
|
68
67
|
ExperienceAuthService: ExperienceAuthService;
|
|
69
68
|
ExperienceNotificationService: ExperienceNotificationService;
|
|
@@ -92,6 +91,7 @@ interface Services {
|
|
|
92
91
|
ILegacyStudioBridge: ILegacyStudioBridge;
|
|
93
92
|
IncrementalPatchBuilder: IncrementalPatchBuilder;
|
|
94
93
|
InsertService: InsertService;
|
|
94
|
+
InstanceExtensionsService: InstanceExtensionsService;
|
|
95
95
|
InternalSyncService: InternalSyncService;
|
|
96
96
|
IXPService: IXPService;
|
|
97
97
|
JointsService: JointsService;
|
|
@@ -164,6 +164,7 @@ interface Services {
|
|
|
164
164
|
RomarkService: RomarkService;
|
|
165
165
|
RtMessagingService: RtMessagingService;
|
|
166
166
|
RunService: RunService;
|
|
167
|
+
RuntimeContentService: RuntimeContentService;
|
|
167
168
|
SafetyService: SafetyService;
|
|
168
169
|
ScriptChangeService: ScriptChangeService;
|
|
169
170
|
ScriptCloneWatcher: ScriptCloneWatcher;
|
|
@@ -529,6 +530,7 @@ interface CreatableInstances {
|
|
|
529
530
|
UnionOperation: UnionOperation;
|
|
530
531
|
UniversalConstraint: UniversalConstraint;
|
|
531
532
|
UnreliableRemoteEvent: UnreliableRemoteEvent;
|
|
533
|
+
ValueCurve: ValueCurve;
|
|
532
534
|
Vector3Curve: Vector3Curve;
|
|
533
535
|
Vector3Value: Vector3Value;
|
|
534
536
|
VectorForce: VectorForce;
|
|
@@ -1917,8 +1919,6 @@ interface AudioTextToSpeech extends Instance {
|
|
|
1917
1919
|
/**
|
|
1918
1920
|
* Creates a trembling effect on a sound by varying the volume of the sound up and down.
|
|
1919
1921
|
*
|
|
1920
|
-
* - **Tags**: NotBrowsable
|
|
1921
|
-
*
|
|
1922
1922
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioTremolo)
|
|
1923
1923
|
*/
|
|
1924
1924
|
interface AudioTremolo extends Instance {
|
|
@@ -3509,7 +3509,7 @@ interface PlaneConstraint extends Constraint {
|
|
|
3509
3509
|
/**
|
|
3510
3510
|
* **Deprecated:**
|
|
3511
3511
|
*
|
|
3512
|
-
* Constrains Attachment0 and Attachment1 such that both points lie in
|
|
3512
|
+
* Constrains Attachment0 and Attachment1 such that both points lie in a plane with origin at Attachment0's position and unit normal vector equal to Attachment0's primary axis.
|
|
3513
3513
|
*
|
|
3514
3514
|
* - **Tags**:
|
|
3515
3515
|
*
|
|
@@ -4562,21 +4562,6 @@ interface EventIngestService extends Instance {
|
|
|
4562
4562
|
*/
|
|
4563
4563
|
readonly _nominal_EventIngestService: unique symbol;
|
|
4564
4564
|
}
|
|
4565
|
-
/**
|
|
4566
|
-
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4567
|
-
*
|
|
4568
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExampleService)
|
|
4569
|
-
*/
|
|
4570
|
-
interface ExampleService extends Instance {
|
|
4571
|
-
/**
|
|
4572
|
-
* **DO NOT USE!**
|
|
4573
|
-
*
|
|
4574
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
4575
|
-
* @hidden
|
|
4576
|
-
* @deprecated
|
|
4577
|
-
*/
|
|
4578
|
-
readonly _nominal_ExampleService: unique symbol;
|
|
4579
|
-
}
|
|
4580
4565
|
/**
|
|
4581
4566
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4582
4567
|
*
|
|
@@ -5993,7 +5978,7 @@ interface TextBox extends GuiObject {
|
|
|
5993
5978
|
readonly _nominal_TextBox: unique symbol;
|
|
5994
5979
|
}
|
|
5995
5980
|
/**
|
|
5996
|
-
*
|
|
5981
|
+
* A GUI object that displays video content from a connected `VideoPlayer`.
|
|
5997
5982
|
*
|
|
5998
5983
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoDisplay)
|
|
5999
5984
|
*/
|
|
@@ -6301,7 +6286,7 @@ interface SelectionBox extends InstanceAdornment {
|
|
|
6301
6286
|
readonly _nominal_SelectionBox: unique symbol;
|
|
6302
6287
|
}
|
|
6303
6288
|
/**
|
|
6304
|
-
*
|
|
6289
|
+
* An abstract class of which the inheritors can be adorned to objects of the `PVInstance` class.
|
|
6305
6290
|
*
|
|
6306
6291
|
* - **Tags**: NotCreatable
|
|
6307
6292
|
*
|
|
@@ -6318,7 +6303,7 @@ interface PVAdornment extends GuiBase3d {
|
|
|
6318
6303
|
readonly _nominal_PVAdornment: unique symbol;
|
|
6319
6304
|
}
|
|
6320
6305
|
/**
|
|
6321
|
-
*
|
|
6306
|
+
* An abstract class inherited by 3D handle adornments.
|
|
6322
6307
|
*
|
|
6323
6308
|
* - **Tags**: NotCreatable
|
|
6324
6309
|
*
|
|
@@ -6425,6 +6410,8 @@ interface SphereHandleAdornment extends HandleAdornment {
|
|
|
6425
6410
|
readonly _nominal_SphereHandleAdornment: unique symbol;
|
|
6426
6411
|
}
|
|
6427
6412
|
/**
|
|
6413
|
+
* Renders a wireframe adornment consisting of one or more lines onto a `BasePart` (including `Terrain`) or into the `Workspace`.
|
|
6414
|
+
*
|
|
6428
6415
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WireframeHandleAdornment)
|
|
6429
6416
|
*/
|
|
6430
6417
|
interface WireframeHandleAdornment extends HandleAdornment {
|
|
@@ -7046,6 +7033,21 @@ interface InsertService extends Instance {
|
|
|
7046
7033
|
*/
|
|
7047
7034
|
readonly _nominal_InsertService: unique symbol;
|
|
7048
7035
|
}
|
|
7036
|
+
/**
|
|
7037
|
+
* - **Tags**: NotCreatable, Service
|
|
7038
|
+
*
|
|
7039
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InstanceExtensionsService)
|
|
7040
|
+
*/
|
|
7041
|
+
interface InstanceExtensionsService extends Instance {
|
|
7042
|
+
/**
|
|
7043
|
+
* **DO NOT USE!**
|
|
7044
|
+
*
|
|
7045
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7046
|
+
* @hidden
|
|
7047
|
+
* @deprecated
|
|
7048
|
+
*/
|
|
7049
|
+
readonly _nominal_InstanceExtensionsService: unique symbol;
|
|
7050
|
+
}
|
|
7049
7051
|
/**
|
|
7050
7052
|
* - **Tags**: NotReplicated
|
|
7051
7053
|
*
|
|
@@ -9179,7 +9181,7 @@ interface Workspace extends WorldRoot {
|
|
|
9179
9181
|
ZoomToExtents(this: Workspace): void;
|
|
9180
9182
|
}
|
|
9181
9183
|
/**
|
|
9182
|
-
*
|
|
9184
|
+
* Extends limited physics for its children on to a parent `ViewportFrame`.
|
|
9183
9185
|
*
|
|
9184
9186
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WorldModel)
|
|
9185
9187
|
*/
|
|
@@ -11207,6 +11209,21 @@ interface RunService extends Instance {
|
|
|
11207
11209
|
*/
|
|
11208
11210
|
Stop(this: RunService): void;
|
|
11209
11211
|
}
|
|
11212
|
+
/**
|
|
11213
|
+
* - **Tags**: NotCreatable, Service
|
|
11214
|
+
*
|
|
11215
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RuntimeContentService)
|
|
11216
|
+
*/
|
|
11217
|
+
interface RuntimeContentService extends Instance {
|
|
11218
|
+
/**
|
|
11219
|
+
* **DO NOT USE!**
|
|
11220
|
+
*
|
|
11221
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11222
|
+
* @hidden
|
|
11223
|
+
* @deprecated
|
|
11224
|
+
*/
|
|
11225
|
+
readonly _nominal_RuntimeContentService: unique symbol;
|
|
11226
|
+
}
|
|
11210
11227
|
/**
|
|
11211
11228
|
* - **Tags**: NotCreatable, Service
|
|
11212
11229
|
*
|
|
@@ -14914,6 +14931,19 @@ interface Vector3Value extends ValueBase {
|
|
|
14914
14931
|
*/
|
|
14915
14932
|
readonly _nominal_Vector3Value: unique symbol;
|
|
14916
14933
|
}
|
|
14934
|
+
/**
|
|
14935
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ValueCurve)
|
|
14936
|
+
*/
|
|
14937
|
+
interface ValueCurve extends Instance {
|
|
14938
|
+
/**
|
|
14939
|
+
* **DO NOT USE!**
|
|
14940
|
+
*
|
|
14941
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
14942
|
+
* @hidden
|
|
14943
|
+
* @deprecated
|
|
14944
|
+
*/
|
|
14945
|
+
readonly _nominal_ValueCurve: unique symbol;
|
|
14946
|
+
}
|
|
14917
14947
|
/**
|
|
14918
14948
|
* Represents a 3D vector curve, grouping three `FloatCurve` instances.
|
|
14919
14949
|
*
|
|
@@ -14975,7 +15005,7 @@ interface VideoDeviceInput extends Instance {
|
|
|
14975
15005
|
readonly _nominal_VideoDeviceInput: unique symbol;
|
|
14976
15006
|
}
|
|
14977
15007
|
/**
|
|
14978
|
-
*
|
|
15008
|
+
* Used to play video assets.
|
|
14979
15009
|
*
|
|
14980
15010
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoPlayer)
|
|
14981
15011
|
*/
|
|
@@ -15194,7 +15224,7 @@ interface Wire extends Instance {
|
|
|
15194
15224
|
readonly _nominal_Wire: unique symbol;
|
|
15195
15225
|
}
|
|
15196
15226
|
/**
|
|
15197
|
-
*
|
|
15227
|
+
* `WrapTextureTransfer` allows a parent `Decal` to be wrapped around its parent `MeshPart` based on the cage of its `WrapTarget`.
|
|
15198
15228
|
*
|
|
15199
15229
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WrapTextureTransfer)
|
|
15200
15230
|
*/
|