@rbxts/types 1.0.912 → 1.0.914
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 +421 -59
- package/include/generated/PluginSecurity.d.ts +370 -17
- package/include/generated/enums.d.ts +532 -263
- package/package.json +1 -1
|
@@ -49,7 +49,6 @@ interface Services {
|
|
|
49
49
|
ContentProvider: ContentProvider;
|
|
50
50
|
ContextActionService: ContextActionService;
|
|
51
51
|
ControllerService: ControllerService;
|
|
52
|
-
ConversationalAIAcceptanceService: ConversationalAIAcceptanceService;
|
|
53
52
|
CoreGui: CoreGui;
|
|
54
53
|
CoreGuiConfiguration: CoreGuiConfiguration;
|
|
55
54
|
CoreScriptDebuggingManagerHelper: CoreScriptDebuggingManagerHelper;
|
|
@@ -64,6 +63,7 @@ interface Services {
|
|
|
64
63
|
DebuggerManager: DebuggerManager;
|
|
65
64
|
DebuggerUIService: DebuggerUIService;
|
|
66
65
|
DebugSettings: DebugSettings;
|
|
66
|
+
DeferredAssetManagerService: DeferredAssetManagerService;
|
|
67
67
|
DeviceIdService: DeviceIdService;
|
|
68
68
|
DraggerService: DraggerService;
|
|
69
69
|
EditableService: EditableService;
|
|
@@ -98,10 +98,12 @@ interface Services {
|
|
|
98
98
|
HeightmapImporterService: HeightmapImporterService;
|
|
99
99
|
HttpService: HttpService;
|
|
100
100
|
ILegacyStudioBridge: ILegacyStudioBridge;
|
|
101
|
+
ImageScreenCaptureService: ImageScreenCaptureService;
|
|
101
102
|
IncrementalPatchBuilder: IncrementalPatchBuilder;
|
|
102
103
|
InsertService: InsertService;
|
|
103
104
|
InstanceExtensionsService: InstanceExtensionsService;
|
|
104
105
|
InstanceFileSyncService: InstanceFileSyncService;
|
|
106
|
+
InternalMessagingService: InternalMessagingService;
|
|
105
107
|
InternalSyncService: InternalSyncService;
|
|
106
108
|
IXPService: IXPService;
|
|
107
109
|
JointsService: JointsService;
|
|
@@ -154,11 +156,13 @@ interface Services {
|
|
|
154
156
|
PlayerHydrationService: PlayerHydrationService;
|
|
155
157
|
Players: Players;
|
|
156
158
|
PlayerViewService: PlayerViewService;
|
|
159
|
+
PluginConnectionService: PluginConnectionService;
|
|
157
160
|
PluginDebugService: PluginDebugService;
|
|
158
161
|
PluginGuiService: PluginGuiService;
|
|
159
162
|
PluginManagementService: PluginManagementService;
|
|
160
163
|
PluginPolicyService: PluginPolicyService;
|
|
161
164
|
PolicyService: PolicyService;
|
|
165
|
+
ProceduralBehaviorSchedulerService: ProceduralBehaviorSchedulerService;
|
|
162
166
|
ProcessInstancePhysicsService: ProcessInstancePhysicsService;
|
|
163
167
|
ProximityPromptService: ProximityPromptService;
|
|
164
168
|
PublishService: PublishService;
|
|
@@ -215,6 +219,7 @@ interface Services {
|
|
|
215
219
|
Studio: Studio;
|
|
216
220
|
StudioAssetService: StudioAssetService;
|
|
217
221
|
StudioCameraService: StudioCameraService;
|
|
222
|
+
StudioCaptureService: StudioCaptureService;
|
|
218
223
|
StudioData: StudioData;
|
|
219
224
|
StudioDeviceEmulatorService: StudioDeviceEmulatorService;
|
|
220
225
|
StudioPublishService: StudioPublishService;
|
|
@@ -399,6 +404,7 @@ interface CreatableInstances {
|
|
|
399
404
|
Folder: Folder;
|
|
400
405
|
ForceField: ForceField;
|
|
401
406
|
Frame: Frame;
|
|
407
|
+
GeneratedFolder: GeneratedFolder;
|
|
402
408
|
GetTextBoundsParams: GetTextBoundsParams;
|
|
403
409
|
Glue: Glue;
|
|
404
410
|
GroundController: GroundController;
|
|
@@ -465,9 +471,11 @@ interface CreatableInstances {
|
|
|
465
471
|
PointLight: PointLight;
|
|
466
472
|
Pose: Pose;
|
|
467
473
|
PrismaticConstraint: PrismaticConstraint;
|
|
474
|
+
ProceduralModel: ProceduralModel;
|
|
468
475
|
ProximityPrompt: ProximityPrompt;
|
|
469
476
|
PyramidHandleAdornment: PyramidHandleAdornment;
|
|
470
477
|
RayValue: RayValue;
|
|
478
|
+
RealtimeMedia: RealtimeMedia;
|
|
471
479
|
RelativeGui: RelativeGui;
|
|
472
480
|
RemoteEvent: RemoteEvent;
|
|
473
481
|
RemoteFunction: RemoteFunction;
|
|
@@ -752,6 +760,7 @@ interface Instances extends Services, CreatableInstances {
|
|
|
752
760
|
StarterPlayerScripts: StarterPlayerScripts;
|
|
753
761
|
StatsItem: StatsItem;
|
|
754
762
|
StudioObjectBase: StudioObjectBase;
|
|
763
|
+
StudioScreenshotCapture: StudioScreenshotCapture;
|
|
755
764
|
StudioTheme: StudioTheme;
|
|
756
765
|
StudioWidget: StudioWidget;
|
|
757
766
|
StyleBase: StyleBase;
|
|
@@ -795,6 +804,7 @@ interface Objects extends Instances {
|
|
|
795
804
|
MLSession: MLSession;
|
|
796
805
|
Object: RBXObject;
|
|
797
806
|
OutputLink: OutputLink;
|
|
807
|
+
PluginConnection: PluginConnection;
|
|
798
808
|
ScreenshotCapture: ScreenshotCapture;
|
|
799
809
|
TerrainIterateOperation: TerrainIterateOperation;
|
|
800
810
|
TerrainModifyOperation: TerrainModifyOperation;
|
|
@@ -802,6 +812,7 @@ interface Objects extends Instances {
|
|
|
802
812
|
TerrainWriteOperation: TerrainWriteOperation;
|
|
803
813
|
VideoCapture: VideoCapture;
|
|
804
814
|
VideoSampler: VideoSampler;
|
|
815
|
+
VirtualInput: VirtualInput;
|
|
805
816
|
VoxelBuffer: VoxelBuffer;
|
|
806
817
|
WebStreamClient: WebStreamClient;
|
|
807
818
|
}
|
|
@@ -4104,21 +4115,6 @@ interface ControllerService extends Instance {
|
|
|
4104
4115
|
*/
|
|
4105
4116
|
readonly _nominal_ControllerService: unique symbol;
|
|
4106
4117
|
}
|
|
4107
|
-
/**
|
|
4108
|
-
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4109
|
-
*
|
|
4110
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConversationalAIAcceptanceService)
|
|
4111
|
-
*/
|
|
4112
|
-
interface ConversationalAIAcceptanceService extends Instance {
|
|
4113
|
-
/**
|
|
4114
|
-
* **DO NOT USE!**
|
|
4115
|
-
*
|
|
4116
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
4117
|
-
* @hidden
|
|
4118
|
-
* @deprecated
|
|
4119
|
-
*/
|
|
4120
|
-
readonly _nominal_ConversationalAIAcceptanceService: unique symbol;
|
|
4121
|
-
}
|
|
4122
4118
|
/**
|
|
4123
4119
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4124
4120
|
*
|
|
@@ -4747,6 +4743,21 @@ interface DebuggerWatch extends Instance {
|
|
|
4747
4743
|
*/
|
|
4748
4744
|
readonly _nominal_DebuggerWatch: unique symbol;
|
|
4749
4745
|
}
|
|
4746
|
+
/**
|
|
4747
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4748
|
+
*
|
|
4749
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DeferredAssetManagerService)
|
|
4750
|
+
*/
|
|
4751
|
+
interface DeferredAssetManagerService extends Instance {
|
|
4752
|
+
/**
|
|
4753
|
+
* **DO NOT USE!**
|
|
4754
|
+
*
|
|
4755
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
4756
|
+
* @hidden
|
|
4757
|
+
* @deprecated
|
|
4758
|
+
*/
|
|
4759
|
+
readonly _nominal_DeferredAssetManagerService: unique symbol;
|
|
4760
|
+
}
|
|
4750
4761
|
/**
|
|
4751
4762
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4752
4763
|
*
|
|
@@ -5883,6 +5894,19 @@ interface Folder extends Instance {
|
|
|
5883
5894
|
*/
|
|
5884
5895
|
readonly _nominal_Folder: unique symbol;
|
|
5885
5896
|
}
|
|
5897
|
+
/**
|
|
5898
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GeneratedFolder)
|
|
5899
|
+
*/
|
|
5900
|
+
interface GeneratedFolder extends Folder {
|
|
5901
|
+
/**
|
|
5902
|
+
* **DO NOT USE!**
|
|
5903
|
+
*
|
|
5904
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
5905
|
+
* @hidden
|
|
5906
|
+
* @deprecated
|
|
5907
|
+
*/
|
|
5908
|
+
readonly _nominal_GeneratedFolder: unique symbol;
|
|
5909
|
+
}
|
|
5886
5910
|
/**
|
|
5887
5911
|
* Protects a `Humanoid` from taking damage dealt through the `Humanoid:TakeDamage()` method and protects `BaseParts` from having their joints broken due to an `Explosion`.
|
|
5888
5912
|
*
|
|
@@ -7283,6 +7307,21 @@ interface IXPService extends Instance {
|
|
|
7283
7307
|
*/
|
|
7284
7308
|
readonly _nominal_IXPService: unique symbol;
|
|
7285
7309
|
}
|
|
7310
|
+
/**
|
|
7311
|
+
* - **Tags**: NotCreatable, Service
|
|
7312
|
+
*
|
|
7313
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageScreenCaptureService)
|
|
7314
|
+
*/
|
|
7315
|
+
interface ImageScreenCaptureService extends Instance {
|
|
7316
|
+
/**
|
|
7317
|
+
* **DO NOT USE!**
|
|
7318
|
+
*
|
|
7319
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7320
|
+
* @hidden
|
|
7321
|
+
* @deprecated
|
|
7322
|
+
*/
|
|
7323
|
+
readonly _nominal_ImageScreenCaptureService: unique symbol;
|
|
7324
|
+
}
|
|
7286
7325
|
/**
|
|
7287
7326
|
* - **Tags**: NotCreatable, NotReplicated
|
|
7288
7327
|
*
|
|
@@ -7479,6 +7518,21 @@ interface InstanceFileSyncService extends Instance {
|
|
|
7479
7518
|
*/
|
|
7480
7519
|
readonly StatusChanged: RBXScriptSignal<(instance: Instance, status: Enum.InstanceFileSyncStatus) => void>;
|
|
7481
7520
|
}
|
|
7521
|
+
/**
|
|
7522
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
7523
|
+
*
|
|
7524
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalMessagingService)
|
|
7525
|
+
*/
|
|
7526
|
+
interface InternalMessagingService extends Instance {
|
|
7527
|
+
/**
|
|
7528
|
+
* **DO NOT USE!**
|
|
7529
|
+
*
|
|
7530
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7531
|
+
* @hidden
|
|
7532
|
+
* @deprecated
|
|
7533
|
+
*/
|
|
7534
|
+
readonly _nominal_InternalMessagingService: unique symbol;
|
|
7535
|
+
}
|
|
7482
7536
|
/**
|
|
7483
7537
|
* - **Tags**: NotReplicated
|
|
7484
7538
|
*
|
|
@@ -8320,6 +8374,8 @@ interface MLService extends Instance {
|
|
|
8320
8374
|
readonly _nominal_MLService: unique symbol;
|
|
8321
8375
|
}
|
|
8322
8376
|
/**
|
|
8377
|
+
* Describes the appearance of a makeup item for the `HumanoidDescription`.
|
|
8378
|
+
*
|
|
8323
8379
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MakeupDescription)
|
|
8324
8380
|
*/
|
|
8325
8381
|
interface MakeupDescription extends Instance {
|
|
@@ -9497,6 +9553,19 @@ interface Tool extends BackpackItem {
|
|
|
9497
9553
|
*/
|
|
9498
9554
|
readonly _nominal_Tool: unique symbol;
|
|
9499
9555
|
}
|
|
9556
|
+
/**
|
|
9557
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProceduralModel)
|
|
9558
|
+
*/
|
|
9559
|
+
interface ProceduralModel extends Model {
|
|
9560
|
+
/**
|
|
9561
|
+
* **DO NOT USE!**
|
|
9562
|
+
*
|
|
9563
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9564
|
+
* @hidden
|
|
9565
|
+
* @deprecated
|
|
9566
|
+
*/
|
|
9567
|
+
readonly _nominal_ProceduralModel: unique symbol;
|
|
9568
|
+
}
|
|
9500
9569
|
/**
|
|
9501
9570
|
* Base class for handling physics simulation and 3D spatial queries.
|
|
9502
9571
|
*
|
|
@@ -11106,6 +11175,39 @@ interface PluginCapabilities extends Instance {
|
|
|
11106
11175
|
*/
|
|
11107
11176
|
readonly _nominal_PluginCapabilities: unique symbol;
|
|
11108
11177
|
}
|
|
11178
|
+
/**
|
|
11179
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11180
|
+
*
|
|
11181
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnectionService)
|
|
11182
|
+
*/
|
|
11183
|
+
interface PluginConnectionService extends Instance {
|
|
11184
|
+
/**
|
|
11185
|
+
* **DO NOT USE!**
|
|
11186
|
+
*
|
|
11187
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11188
|
+
* @hidden
|
|
11189
|
+
* @deprecated
|
|
11190
|
+
*/
|
|
11191
|
+
readonly _nominal_PluginConnectionService: unique symbol;
|
|
11192
|
+
/**
|
|
11193
|
+
* - **ThreadSafety**: Unsafe
|
|
11194
|
+
*
|
|
11195
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnectionService#CanHaveConnectionType)
|
|
11196
|
+
*/
|
|
11197
|
+
CanHaveConnectionType(this: PluginConnectionService, type: CastsToEnum<Enum.PluginConnectionTargetType>): boolean;
|
|
11198
|
+
/**
|
|
11199
|
+
* - **ThreadSafety**: Unsafe
|
|
11200
|
+
*
|
|
11201
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnectionService#GetPluginConnectionsOfType)
|
|
11202
|
+
*/
|
|
11203
|
+
GetPluginConnectionsOfType(this: PluginConnectionService, type: CastsToEnum<Enum.PluginConnectionTargetType>): Array<unknown>;
|
|
11204
|
+
/**
|
|
11205
|
+
* - **ThreadSafety**: Unsafe
|
|
11206
|
+
*
|
|
11207
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnectionService#Connected)
|
|
11208
|
+
*/
|
|
11209
|
+
readonly Connected: RBXScriptSignal<(conn: PluginConnection) => void>;
|
|
11210
|
+
}
|
|
11109
11211
|
/**
|
|
11110
11212
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11111
11213
|
*
|
|
@@ -11538,6 +11640,21 @@ interface SunRaysEffect extends PostEffect {
|
|
|
11538
11640
|
*/
|
|
11539
11641
|
readonly _nominal_SunRaysEffect: unique symbol;
|
|
11540
11642
|
}
|
|
11643
|
+
/**
|
|
11644
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11645
|
+
*
|
|
11646
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProceduralBehaviorSchedulerService)
|
|
11647
|
+
*/
|
|
11648
|
+
interface ProceduralBehaviorSchedulerService extends Instance {
|
|
11649
|
+
/**
|
|
11650
|
+
* **DO NOT USE!**
|
|
11651
|
+
*
|
|
11652
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11653
|
+
* @hidden
|
|
11654
|
+
* @deprecated
|
|
11655
|
+
*/
|
|
11656
|
+
readonly _nominal_ProceduralBehaviorSchedulerService: unique symbol;
|
|
11657
|
+
}
|
|
11541
11658
|
/**
|
|
11542
11659
|
* - **Tags**: NotCreatable, Service
|
|
11543
11660
|
*
|
|
@@ -11615,6 +11732,19 @@ interface RTAnimationTracker extends Instance {
|
|
|
11615
11732
|
*/
|
|
11616
11733
|
readonly _nominal_RTAnimationTracker: unique symbol;
|
|
11617
11734
|
}
|
|
11735
|
+
/**
|
|
11736
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RealtimeMedia)
|
|
11737
|
+
*/
|
|
11738
|
+
interface RealtimeMedia extends Instance {
|
|
11739
|
+
/**
|
|
11740
|
+
* **DO NOT USE!**
|
|
11741
|
+
*
|
|
11742
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11743
|
+
* @hidden
|
|
11744
|
+
* @deprecated
|
|
11745
|
+
*/
|
|
11746
|
+
readonly _nominal_RealtimeMedia: unique symbol;
|
|
11747
|
+
}
|
|
11618
11748
|
/**
|
|
11619
11749
|
* A service that provides an interface for you to manage and display personalized content recommendations.
|
|
11620
11750
|
*
|
|
@@ -12469,7 +12599,8 @@ interface ScriptEditorService extends Instance {
|
|
|
12469
12599
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScriptEditorService#OpenScriptDocumentAsync)
|
|
12470
12600
|
* @param this This service is used for interacting with `ScriptDocument` instances.
|
|
12471
12601
|
* @param script
|
|
12472
|
-
* @param options
|
|
12602
|
+
* @param options A dictionary that supports the following options: - `Temporary` — Boolean. Whether to open the script in a preview tab. Default is false.
|
|
12603
|
+
* - `HighlightRange` — A nested dictionary containing a line and character range to highlight in the editor. Example: `HighlightRange = { Start = { Line = 10, Character = 1 }, End = { Line = 15, Character = 20 }}`.
|
|
12473
12604
|
*/
|
|
12474
12605
|
OpenScriptDocumentAsync(this: ScriptEditorService, script: LuaSourceContainer, options?: object): unknown;
|
|
12475
12606
|
/**
|
|
@@ -13810,6 +13941,40 @@ interface StudioCameraService extends Instance {
|
|
|
13810
13941
|
*/
|
|
13811
13942
|
readonly _nominal_StudioCameraService: unique symbol;
|
|
13812
13943
|
}
|
|
13944
|
+
/**
|
|
13945
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
13946
|
+
*
|
|
13947
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService)
|
|
13948
|
+
*/
|
|
13949
|
+
interface StudioCaptureService extends Instance {
|
|
13950
|
+
/**
|
|
13951
|
+
* **DO NOT USE!**
|
|
13952
|
+
*
|
|
13953
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
13954
|
+
* @hidden
|
|
13955
|
+
* @deprecated
|
|
13956
|
+
*/
|
|
13957
|
+
readonly _nominal_StudioCaptureService: unique symbol;
|
|
13958
|
+
/**
|
|
13959
|
+
* - **ThreadSafety**: Unsafe
|
|
13960
|
+
*
|
|
13961
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#CanCaptureScreenshot)
|
|
13962
|
+
*/
|
|
13963
|
+
CanCaptureScreenshot(this: StudioCaptureService): boolean;
|
|
13964
|
+
/**
|
|
13965
|
+
* - **ThreadSafety**: Unsafe
|
|
13966
|
+
*
|
|
13967
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#CaptureScreenshot)
|
|
13968
|
+
*/
|
|
13969
|
+
CaptureScreenshot(this: StudioCaptureService, screenshotOptions: object): StudioScreenshotCapture;
|
|
13970
|
+
/**
|
|
13971
|
+
* - **ThreadSafety**: Unsafe
|
|
13972
|
+
* - **Tags**: Yields
|
|
13973
|
+
*
|
|
13974
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#RequestScreenshotPermissionAsync)
|
|
13975
|
+
*/
|
|
13976
|
+
RequestScreenshotPermissionAsync(this: StudioCaptureService): boolean;
|
|
13977
|
+
}
|
|
13813
13978
|
/**
|
|
13814
13979
|
* - **Tags**: NotCreatable, Service
|
|
13815
13980
|
*
|
|
@@ -13885,6 +14050,82 @@ interface StudioPublishService extends Instance {
|
|
|
13885
14050
|
*/
|
|
13886
14051
|
readonly _nominal_StudioPublishService: unique symbol;
|
|
13887
14052
|
}
|
|
14053
|
+
/**
|
|
14054
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
14055
|
+
*
|
|
14056
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture)
|
|
14057
|
+
*/
|
|
14058
|
+
interface StudioScreenshotCapture extends Instance {
|
|
14059
|
+
/**
|
|
14060
|
+
* **DO NOT USE!**
|
|
14061
|
+
*
|
|
14062
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
14063
|
+
* @hidden
|
|
14064
|
+
* @deprecated
|
|
14065
|
+
*/
|
|
14066
|
+
readonly _nominal_StudioScreenshotCapture: unique symbol;
|
|
14067
|
+
/**
|
|
14068
|
+
* - **ThreadSafety**: ReadSafe
|
|
14069
|
+
* - **Tags**: NotReplicated
|
|
14070
|
+
*
|
|
14071
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#BufferFormat)
|
|
14072
|
+
*/
|
|
14073
|
+
readonly BufferFormat: Enum.StudioCaptureScreenshotFormat;
|
|
14074
|
+
/**
|
|
14075
|
+
* - **ThreadSafety**: ReadSafe
|
|
14076
|
+
* - **Tags**: NotReplicated
|
|
14077
|
+
*
|
|
14078
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#BufferStatus)
|
|
14079
|
+
*/
|
|
14080
|
+
readonly BufferStatus: Enum.StudioCaptureBufferStatus;
|
|
14081
|
+
/**
|
|
14082
|
+
* - **ThreadSafety**: ReadSafe
|
|
14083
|
+
* - **Tags**: NotReplicated
|
|
14084
|
+
*
|
|
14085
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#OriginalSize)
|
|
14086
|
+
*/
|
|
14087
|
+
readonly OriginalSize: Vector2;
|
|
14088
|
+
/**
|
|
14089
|
+
* - **ThreadSafety**: ReadSafe
|
|
14090
|
+
* - **Tags**: NotReplicated
|
|
14091
|
+
*
|
|
14092
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#Position)
|
|
14093
|
+
*/
|
|
14094
|
+
readonly Position: Vector2;
|
|
14095
|
+
/**
|
|
14096
|
+
* - **ThreadSafety**: ReadSafe
|
|
14097
|
+
* - **Tags**: NotReplicated
|
|
14098
|
+
*
|
|
14099
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#Resolution)
|
|
14100
|
+
*/
|
|
14101
|
+
readonly Resolution: Vector2;
|
|
14102
|
+
/**
|
|
14103
|
+
* - **ThreadSafety**: ReadSafe
|
|
14104
|
+
* - **Tags**: NotReplicated
|
|
14105
|
+
*
|
|
14106
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#UICaptureMode)
|
|
14107
|
+
*/
|
|
14108
|
+
readonly UICaptureMode: Enum.UICaptureMode;
|
|
14109
|
+
/**
|
|
14110
|
+
* - **ThreadSafety**: Unsafe
|
|
14111
|
+
*
|
|
14112
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#GetBuffer)
|
|
14113
|
+
*/
|
|
14114
|
+
GetBuffer(this: StudioScreenshotCapture): buffer;
|
|
14115
|
+
/**
|
|
14116
|
+
* - **ThreadSafety**: Unsafe
|
|
14117
|
+
*
|
|
14118
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#GetErrors)
|
|
14119
|
+
*/
|
|
14120
|
+
GetErrors(this: StudioScreenshotCapture): Array<unknown>;
|
|
14121
|
+
/**
|
|
14122
|
+
* - **ThreadSafety**: Unsafe
|
|
14123
|
+
* - **Tags**: Yields
|
|
14124
|
+
*
|
|
14125
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#ScaleAsync)
|
|
14126
|
+
*/
|
|
14127
|
+
ScaleAsync(this: StudioScreenshotCapture, strategy: CastsToEnum<Enum.ResamplerMode>, newSize: Vector2): StudioScreenshotCapture;
|
|
14128
|
+
}
|
|
13888
14129
|
/**
|
|
13889
14130
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
13890
14131
|
*
|
|
@@ -14035,6 +14276,13 @@ interface StudioTestService extends Instance {
|
|
|
14035
14276
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTestService#EditModeActive)
|
|
14036
14277
|
*/
|
|
14037
14278
|
EditModeActive: boolean;
|
|
14279
|
+
/**
|
|
14280
|
+
* - **ThreadSafety**: Unsafe
|
|
14281
|
+
* - **Tags**: Yields
|
|
14282
|
+
*
|
|
14283
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTestService#ExecuteMultiplayerTestAsync)
|
|
14284
|
+
*/
|
|
14285
|
+
ExecuteMultiplayerTestAsync(this: StudioTestService, numPlayers: number, args: unknown): unknown;
|
|
14038
14286
|
/**
|
|
14039
14287
|
* - **ThreadSafety**: Unsafe
|
|
14040
14288
|
* - **Tags**: Yields
|
|
@@ -15625,6 +15873,12 @@ interface UserInputService extends Instance {
|
|
|
15625
15873
|
* @deprecated
|
|
15626
15874
|
*/
|
|
15627
15875
|
readonly _nominal_UserInputService: unique symbol;
|
|
15876
|
+
/**
|
|
15877
|
+
* - **ThreadSafety**: Unsafe
|
|
15878
|
+
*
|
|
15879
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserInputService#CreateVirtualInput)
|
|
15880
|
+
*/
|
|
15881
|
+
CreateVirtualInput(this: UserInputService): RBXObject;
|
|
15628
15882
|
}
|
|
15629
15883
|
/**
|
|
15630
15884
|
* A service that handles queries regarding users on the Roblox platform.
|
|
@@ -16255,6 +16509,54 @@ interface OutputLink extends RBXObject {
|
|
|
16255
16509
|
*/
|
|
16256
16510
|
readonly _nominal_OutputLink: unique symbol;
|
|
16257
16511
|
}
|
|
16512
|
+
/**
|
|
16513
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
16514
|
+
*
|
|
16515
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection)
|
|
16516
|
+
*/
|
|
16517
|
+
interface PluginConnection extends RBXObject {
|
|
16518
|
+
/**
|
|
16519
|
+
* **DO NOT USE!**
|
|
16520
|
+
*
|
|
16521
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
16522
|
+
* @hidden
|
|
16523
|
+
* @deprecated
|
|
16524
|
+
*/
|
|
16525
|
+
readonly _nominal_PluginConnection: unique symbol;
|
|
16526
|
+
/**
|
|
16527
|
+
* - **ThreadSafety**: ReadSafe
|
|
16528
|
+
* - **Tags**: NotReplicated
|
|
16529
|
+
*
|
|
16530
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#Connected)
|
|
16531
|
+
*/
|
|
16532
|
+
readonly Connected: boolean;
|
|
16533
|
+
/**
|
|
16534
|
+
* - **ThreadSafety**: ReadSafe
|
|
16535
|
+
* - **Tags**: NotReplicated
|
|
16536
|
+
*
|
|
16537
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#TargetId)
|
|
16538
|
+
*/
|
|
16539
|
+
readonly TargetId: string;
|
|
16540
|
+
/**
|
|
16541
|
+
* - **ThreadSafety**: ReadSafe
|
|
16542
|
+
* - **Tags**: NotReplicated
|
|
16543
|
+
*
|
|
16544
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#Type)
|
|
16545
|
+
*/
|
|
16546
|
+
readonly Type: Enum.PluginConnectionTargetType;
|
|
16547
|
+
/**
|
|
16548
|
+
* - **ThreadSafety**: Unsafe
|
|
16549
|
+
*
|
|
16550
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#BindToMessage)
|
|
16551
|
+
*/
|
|
16552
|
+
BindToMessage(this: PluginConnection, callbackFunction: Callback): RBXScriptConnection;
|
|
16553
|
+
/**
|
|
16554
|
+
* - **ThreadSafety**: Unsafe
|
|
16555
|
+
*
|
|
16556
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginConnection#SendMessage)
|
|
16557
|
+
*/
|
|
16558
|
+
SendMessage(this: PluginConnection, message: buffer): void;
|
|
16559
|
+
}
|
|
16258
16560
|
/**
|
|
16259
16561
|
* - **Tags**: NotCreatable, NotReplicated
|
|
16260
16562
|
*
|
|
@@ -16332,6 +16634,57 @@ interface VideoSampler extends RBXObject {
|
|
|
16332
16634
|
*/
|
|
16333
16635
|
readonly _nominal_VideoSampler: unique symbol;
|
|
16334
16636
|
}
|
|
16637
|
+
/**
|
|
16638
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
16639
|
+
*
|
|
16640
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput)
|
|
16641
|
+
*/
|
|
16642
|
+
interface VirtualInput extends RBXObject {
|
|
16643
|
+
/**
|
|
16644
|
+
* **DO NOT USE!**
|
|
16645
|
+
*
|
|
16646
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
16647
|
+
* @hidden
|
|
16648
|
+
* @deprecated
|
|
16649
|
+
*/
|
|
16650
|
+
readonly _nominal_VirtualInput: unique symbol;
|
|
16651
|
+
/**
|
|
16652
|
+
* - **ThreadSafety**: Unsafe
|
|
16653
|
+
*
|
|
16654
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendKey)
|
|
16655
|
+
*/
|
|
16656
|
+
SendKey(this: VirtualInput, isPressed: boolean, keyCode: CastsToEnum<Enum.KeyCode>, isRepeatedKey?: boolean): void;
|
|
16657
|
+
/**
|
|
16658
|
+
* - **ThreadSafety**: Unsafe
|
|
16659
|
+
*
|
|
16660
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMouseButton)
|
|
16661
|
+
*/
|
|
16662
|
+
SendMouseButton(this: VirtualInput, position: Vector2, button: CastsToEnum<Enum.UserInputType>, isDown: boolean, repeatCount?: number): void;
|
|
16663
|
+
/**
|
|
16664
|
+
* - **ThreadSafety**: Unsafe
|
|
16665
|
+
*
|
|
16666
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMouseDelta)
|
|
16667
|
+
*/
|
|
16668
|
+
SendMouseDelta(this: VirtualInput, positionDelta: Vector2): void;
|
|
16669
|
+
/**
|
|
16670
|
+
* - **ThreadSafety**: Unsafe
|
|
16671
|
+
*
|
|
16672
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMousePosition)
|
|
16673
|
+
*/
|
|
16674
|
+
SendMousePosition(this: VirtualInput, position: Vector2): void;
|
|
16675
|
+
/**
|
|
16676
|
+
* - **ThreadSafety**: Unsafe
|
|
16677
|
+
*
|
|
16678
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendPointerAction)
|
|
16679
|
+
*/
|
|
16680
|
+
SendPointerAction(this: VirtualInput, position: Vector2, pointerAction: object): void;
|
|
16681
|
+
/**
|
|
16682
|
+
* - **ThreadSafety**: Unsafe
|
|
16683
|
+
*
|
|
16684
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendTextInput)
|
|
16685
|
+
*/
|
|
16686
|
+
SendTextInput(this: VirtualInput, text: string): void;
|
|
16687
|
+
}
|
|
16335
16688
|
/**
|
|
16336
16689
|
* - **Tags**: NotCreatable, NotReplicated
|
|
16337
16690
|
*
|