@rbxts/types 1.0.875 → 1.0.876

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.
@@ -12,6 +12,7 @@ interface Services {
12
12
  AnimationFromVideoCreatorStudioService: AnimationFromVideoCreatorStudioService;
13
13
  AnnotationsService: AnnotationsService;
14
14
  AppLifecycleObserverService: AppLifecycleObserverService;
15
+ AppRatingPromptService: AppRatingPromptService;
15
16
  AppUpdateService: AppUpdateService;
16
17
  AssetCounterService: AssetCounterService;
17
18
  AssetDeliveryProxy: AssetDeliveryProxy;
@@ -25,7 +26,6 @@ interface Services {
25
26
  AvatarCreationService: AvatarCreationService;
26
27
  AvatarEditorService: AvatarEditorService;
27
28
  AvatarImportService: AvatarImportService;
28
- AvatarPreloader: AvatarPreloader;
29
29
  AvatarSettings: AvatarSettings;
30
30
  BadgeService: BadgeService;
31
31
  BugReporterService: BugReporterService;
@@ -527,6 +527,7 @@ interface CreatableInstances {
527
527
  WrapDeformer: WrapDeformer;
528
528
  WrapLayer: WrapLayer;
529
529
  WrapTarget: WrapTarget;
530
+ WrapTextureTransfer: WrapTextureTransfer;
530
531
  }
531
532
  interface Instances extends Services, CreatableInstances {
532
533
  AnimationClip: AnimationClip;
@@ -709,6 +710,7 @@ interface Objects extends Instances {
709
710
  TerrainReadOperation: TerrainReadOperation;
710
711
  TerrainWriteOperation: TerrainWriteOperation;
711
712
  VideoCapture: VideoCapture;
713
+ WebStreamClient: WebStreamClient;
712
714
  }
713
715
  // GENERATED ROBLOX INSTANCE CLASSES
714
716
  /**
@@ -3630,6 +3632,21 @@ interface AppLifecycleObserverService extends Instance {
3630
3632
  */
3631
3633
  readonly _nominal_AppLifecycleObserverService: unique symbol;
3632
3634
  }
3635
+ /**
3636
+ * - **Tags**: NotCreatable, Service, NotReplicated
3637
+ *
3638
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AppRatingPromptService)
3639
+ */
3640
+ interface AppRatingPromptService extends Instance {
3641
+ /**
3642
+ * **DO NOT USE!**
3643
+ *
3644
+ * This field exists to force TypeScript to recognize this as a nominal type
3645
+ * @hidden
3646
+ * @deprecated
3647
+ */
3648
+ readonly _nominal_AppRatingPromptService: unique symbol;
3649
+ }
3633
3650
  /**
3634
3651
  * - **Tags**: NotCreatable, Service, NotReplicated
3635
3652
  *
@@ -6687,6 +6704,24 @@ interface AuroraScriptService extends Instance {
6687
6704
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#SendMessage)
6688
6705
  */
6689
6706
  SendMessage(this: AuroraScriptService, instance: Instance, behaviorName: string, functionName: string, args: unknown): void;
6707
+ /**
6708
+ * - **ThreadSafety**: Unsafe
6709
+ *
6710
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getBehaviors)
6711
+ */
6712
+ getBehaviors(this: AuroraScriptService): Array<Instance>;
6713
+ /**
6714
+ * - **ThreadSafety**: Unsafe
6715
+ *
6716
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getBehaviorsForInstance)
6717
+ */
6718
+ getBehaviorsForInstance(this: AuroraScriptService, instance: Instance): Array<Instance>;
6719
+ /**
6720
+ * - **ThreadSafety**: Unsafe
6721
+ *
6722
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getInstancesForBehavior)
6723
+ */
6724
+ getInstancesForBehavior(this: AuroraScriptService, behavior: AuroraScript): Array<Instance>;
6690
6725
  }
6691
6726
  /**
6692
6727
  * - **Tags**: NotCreatable, Service
@@ -7428,21 +7463,6 @@ interface AvatarImportService extends Instance {
7428
7463
  */
7429
7464
  readonly _nominal_AvatarImportService: unique symbol;
7430
7465
  }
7431
- /**
7432
- * - **Tags**: NotCreatable, Service, NotReplicated
7433
- *
7434
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarPreloader)
7435
- */
7436
- interface AvatarPreloader extends Instance {
7437
- /**
7438
- * **DO NOT USE!**
7439
- *
7440
- * This field exists to force TypeScript to recognize this as a nominal type
7441
- * @hidden
7442
- * @deprecated
7443
- */
7444
- readonly _nominal_AvatarPreloader: unique symbol;
7445
- }
7446
7466
  /**
7447
7467
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarRules)
7448
7468
  */
@@ -9564,6 +9584,13 @@ interface CaptureService extends Instance {
9564
9584
  * @param captureParams
9565
9585
  */
9566
9586
  TakeCapture(this: CaptureService, onCaptureReady: Callback, captureParams?: object): void;
9587
+ /**
9588
+ * - **ThreadSafety**: Unsafe
9589
+ * - **Tags**: Yields
9590
+ *
9591
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#PromptCaptureGalleryPermissionAsync)
9592
+ */
9593
+ PromptCaptureGalleryPermissionAsync(this: CaptureService, captureGalleryPermission: CastsToEnum<Enum.CaptureGalleryPermission>): boolean;
9567
9594
  /**
9568
9595
  * - **ThreadSafety**: Unsafe
9569
9596
  * - **Tags**: Yields
@@ -19409,6 +19436,12 @@ interface BoxHandleAdornment extends HandleAdornment {
19409
19436
  * @deprecated
19410
19437
  */
19411
19438
  readonly _nominal_BoxHandleAdornment: unique symbol;
19439
+ /**
19440
+ * - **ThreadSafety**: ReadSafe
19441
+ *
19442
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BoxHandleAdornment#Shading)
19443
+ */
19444
+ Shading: Enum.AdornShading;
19412
19445
  /**
19413
19446
  * The size of the adornment.
19414
19447
  *
@@ -19440,6 +19473,12 @@ interface ConeHandleAdornment extends HandleAdornment {
19440
19473
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConeHandleAdornment#Height)
19441
19474
  */
19442
19475
  Height: number;
19476
+ /**
19477
+ * - **ThreadSafety**: ReadSafe
19478
+ *
19479
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConeHandleAdornment#Hollow)
19480
+ */
19481
+ Hollow: boolean;
19443
19482
  /**
19444
19483
  * The radius of the cone adornment.
19445
19484
  *
@@ -19448,6 +19487,12 @@ interface ConeHandleAdornment extends HandleAdornment {
19448
19487
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConeHandleAdornment#Radius)
19449
19488
  */
19450
19489
  Radius: number;
19490
+ /**
19491
+ * - **ThreadSafety**: ReadSafe
19492
+ *
19493
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConeHandleAdornment#Shading)
19494
+ */
19495
+ Shading: Enum.AdornShading;
19451
19496
  }
19452
19497
  /**
19453
19498
  * A cylinder that can be adorned to a `BasePart`.
@@ -19495,6 +19540,12 @@ interface CylinderHandleAdornment extends HandleAdornment {
19495
19540
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CylinderHandleAdornment#Radius)
19496
19541
  */
19497
19542
  Radius: number;
19543
+ /**
19544
+ * - **ThreadSafety**: ReadSafe
19545
+ *
19546
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CylinderHandleAdornment#Shading)
19547
+ */
19548
+ Shading: Enum.AdornShading;
19498
19549
  }
19499
19550
  /**
19500
19551
  * An image that can be adorned to a `BasePart`.
@@ -19580,6 +19631,12 @@ interface SphereHandleAdornment extends HandleAdornment {
19580
19631
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SphereHandleAdornment#Radius)
19581
19632
  */
19582
19633
  Radius: number;
19634
+ /**
19635
+ * - **ThreadSafety**: ReadSafe
19636
+ *
19637
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SphereHandleAdornment#Shading)
19638
+ */
19639
+ Shading: Enum.AdornShading;
19583
19640
  }
19584
19641
  /**
19585
19642
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WireframeHandleAdornment)
@@ -21118,6 +21175,12 @@ interface HttpService extends Instance {
21118
21175
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HttpService#HttpEnabled)
21119
21176
  */
21120
21177
  get HttpEnabled(): boolean;
21178
+ /**
21179
+ * - **ThreadSafety**: Unsafe
21180
+ *
21181
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HttpService#CreateWebStreamClient)
21182
+ */
21183
+ CreateWebStreamClient(this: HttpService, streamClientType: CastsToEnum<Enum.WebStreamClientType>, requestOptions: object): WebStreamClient;
21121
21184
  /**
21122
21185
  * Generates a UUID/GUID random string, optionally with curly braces.
21123
21186
  *
@@ -32695,11 +32758,13 @@ interface Player extends Instance {
32695
32758
  */
32696
32759
  readonly UserId: number;
32697
32760
  /**
32761
+ * Adds an additional replication focus for the player.
32762
+ *
32698
32763
  * - **ThreadSafety**: Unsafe
32699
32764
  *
32700
32765
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#AddReplicationFocus)
32701
32766
  * @param this An object that represents a presently connected client to the experience.
32702
- * @param part
32767
+ * @param part The `BasePart` to use as a new replication focus.
32703
32768
  */
32704
32769
  AddReplicationFocus(this: Player, part: BasePart): void;
32705
32770
  /**
@@ -32874,11 +32939,13 @@ interface Player extends Instance {
32874
32939
  */
32875
32940
  Move(this: Player, walkDirection: Vector3, relativeToCamera?: boolean): void;
32876
32941
  /**
32942
+ * Removes a previously added replication focus.
32943
+ *
32877
32944
  * - **ThreadSafety**: Unsafe
32878
32945
  *
32879
32946
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#RemoveReplicationFocus)
32880
32947
  * @param this An object that represents a presently connected client to the experience.
32881
- * @param part
32948
+ * @param part The `BasePart` to remove as a replication focus.
32882
32949
  */
32883
32950
  RemoveReplicationFocus(this: Player, part: BasePart): void;
32884
32951
  /**
@@ -41932,10 +41999,11 @@ interface UIContainerQuery extends UIComponent {
41932
41999
  AspectRatioRange: NumberRange;
41933
42000
  /**
41934
42001
  * - **ThreadSafety**: ReadSafe
42002
+ * - **Tags**: NotReplicated
41935
42003
  *
41936
42004
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIContainerQuery#IsActive)
41937
42005
  */
41938
- IsActive: boolean;
42006
+ readonly IsActive: boolean;
41939
42007
  /**
41940
42008
  * - **ThreadSafety**: ReadSafe
41941
42009
  *
@@ -45208,6 +45276,19 @@ interface Wire extends Instance {
45208
45276
  */
45209
45277
  TargetName: string;
45210
45278
  }
45279
+ /**
45280
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WrapTextureTransfer)
45281
+ */
45282
+ interface WrapTextureTransfer extends Instance {
45283
+ /**
45284
+ * **DO NOT USE!**
45285
+ *
45286
+ * This field exists to force TypeScript to recognize this as a nominal type
45287
+ * @hidden
45288
+ * @deprecated
45289
+ */
45290
+ readonly _nominal_WrapTextureTransfer: unique symbol;
45291
+ }
45211
45292
  /**
45212
45293
  * - **Tags**: NotCreatable, NotReplicated
45213
45294
  *
@@ -45342,3 +45423,55 @@ interface TerrainWriteOperation extends RBXObject {
45342
45423
  */
45343
45424
  GetBlock(this: TerrainWriteOperation): object;
45344
45425
  }
45426
+ /**
45427
+ * - **Tags**: NotCreatable, NotReplicated
45428
+ *
45429
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient)
45430
+ */
45431
+ interface WebStreamClient extends RBXObject {
45432
+ /**
45433
+ * **DO NOT USE!**
45434
+ *
45435
+ * This field exists to force TypeScript to recognize this as a nominal type
45436
+ * @hidden
45437
+ * @deprecated
45438
+ */
45439
+ readonly _nominal_WebStreamClient: unique symbol;
45440
+ /**
45441
+ * - **ThreadSafety**: ReadSafe
45442
+ * - **Tags**: NotReplicated
45443
+ *
45444
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#ConnectionState)
45445
+ */
45446
+ readonly ConnectionState: Enum.WebStreamClientState;
45447
+ /**
45448
+ * - **ThreadSafety**: Unsafe
45449
+ *
45450
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#Close)
45451
+ */
45452
+ Close(this: WebStreamClient): void;
45453
+ /**
45454
+ * - **ThreadSafety**: Unsafe
45455
+ *
45456
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#Closed)
45457
+ */
45458
+ readonly Closed: RBXScriptSignal<() => void>;
45459
+ /**
45460
+ * - **ThreadSafety**: Unsafe
45461
+ *
45462
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#Error)
45463
+ */
45464
+ readonly Error: RBXScriptSignal<(responseStatusCode: number, errorMessage: string) => void>;
45465
+ /**
45466
+ * - **ThreadSafety**: Unsafe
45467
+ *
45468
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#MessageReceived)
45469
+ */
45470
+ readonly MessageReceived: RBXScriptSignal<(message: string) => void>;
45471
+ /**
45472
+ * - **ThreadSafety**: Unsafe
45473
+ *
45474
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient#Opened)
45475
+ */
45476
+ readonly Opened: RBXScriptSignal<(responseStatusCode: number, headers: string) => void>;
45477
+ }
@@ -12,6 +12,7 @@ interface Services {
12
12
  AnimationFromVideoCreatorStudioService: AnimationFromVideoCreatorStudioService;
13
13
  AnnotationsService: AnnotationsService;
14
14
  AppLifecycleObserverService: AppLifecycleObserverService;
15
+ AppRatingPromptService: AppRatingPromptService;
15
16
  AppUpdateService: AppUpdateService;
16
17
  AssetCounterService: AssetCounterService;
17
18
  AssetDeliveryProxy: AssetDeliveryProxy;
@@ -25,7 +26,6 @@ interface Services {
25
26
  AvatarCreationService: AvatarCreationService;
26
27
  AvatarEditorService: AvatarEditorService;
27
28
  AvatarImportService: AvatarImportService;
28
- AvatarPreloader: AvatarPreloader;
29
29
  AvatarSettings: AvatarSettings;
30
30
  BadgeService: BadgeService;
31
31
  BugReporterService: BugReporterService;
@@ -547,6 +547,7 @@ interface CreatableInstances {
547
547
  WrapDeformer: WrapDeformer;
548
548
  WrapLayer: WrapLayer;
549
549
  WrapTarget: WrapTarget;
550
+ WrapTextureTransfer: WrapTextureTransfer;
550
551
  }
551
552
  interface Instances extends Services, CreatableInstances {
552
553
  AnimationClip: AnimationClip;
@@ -761,6 +762,7 @@ interface Objects extends Instances {
761
762
  TerrainReadOperation: TerrainReadOperation;
762
763
  TerrainWriteOperation: TerrainWriteOperation;
763
764
  VideoCapture: VideoCapture;
765
+ WebStreamClient: WebStreamClient;
764
766
  }
765
767
  // GENERATED ROBLOX INSTANCE CLASSES
766
768
  /**
@@ -1345,6 +1347,21 @@ interface AppLifecycleObserverService extends Instance {
1345
1347
  */
1346
1348
  readonly _nominal_AppLifecycleObserverService: unique symbol;
1347
1349
  }
1350
+ /**
1351
+ * - **Tags**: NotCreatable, Service, NotReplicated
1352
+ *
1353
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AppRatingPromptService)
1354
+ */
1355
+ interface AppRatingPromptService extends Instance {
1356
+ /**
1357
+ * **DO NOT USE!**
1358
+ *
1359
+ * This field exists to force TypeScript to recognize this as a nominal type
1360
+ * @hidden
1361
+ * @deprecated
1362
+ */
1363
+ readonly _nominal_AppRatingPromptService: unique symbol;
1364
+ }
1348
1365
  /**
1349
1366
  * - **Tags**: NotCreatable, Service, NotReplicated
1350
1367
  *
@@ -2054,21 +2071,6 @@ interface AvatarImportService extends Instance {
2054
2071
  */
2055
2072
  readonly _nominal_AvatarImportService: unique symbol;
2056
2073
  }
2057
- /**
2058
- * - **Tags**: NotCreatable, Service, NotReplicated
2059
- *
2060
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarPreloader)
2061
- */
2062
- interface AvatarPreloader extends Instance {
2063
- /**
2064
- * **DO NOT USE!**
2065
- *
2066
- * This field exists to force TypeScript to recognize this as a nominal type
2067
- * @hidden
2068
- * @deprecated
2069
- */
2070
- readonly _nominal_AvatarPreloader: unique symbol;
2071
- }
2072
2074
  /**
2073
2075
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarRules)
2074
2076
  */
@@ -15068,6 +15070,19 @@ interface Wire extends Instance {
15068
15070
  */
15069
15071
  readonly _nominal_Wire: unique symbol;
15070
15072
  }
15073
+ /**
15074
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WrapTextureTransfer)
15075
+ */
15076
+ interface WrapTextureTransfer extends Instance {
15077
+ /**
15078
+ * **DO NOT USE!**
15079
+ *
15080
+ * This field exists to force TypeScript to recognize this as a nominal type
15081
+ * @hidden
15082
+ * @deprecated
15083
+ */
15084
+ readonly _nominal_WrapTextureTransfer: unique symbol;
15085
+ }
15071
15086
  /**
15072
15087
  * - **Tags**: NotCreatable, NotReplicated
15073
15088
  *
@@ -15143,3 +15158,18 @@ interface TerrainWriteOperation extends RBXObject {
15143
15158
  */
15144
15159
  readonly _nominal_TerrainWriteOperation: unique symbol;
15145
15160
  }
15161
+ /**
15162
+ * - **Tags**: NotCreatable, NotReplicated
15163
+ *
15164
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebStreamClient)
15165
+ */
15166
+ interface WebStreamClient extends RBXObject {
15167
+ /**
15168
+ * **DO NOT USE!**
15169
+ *
15170
+ * This field exists to force TypeScript to recognize this as a nominal type
15171
+ * @hidden
15172
+ * @deprecated
15173
+ */
15174
+ readonly _nominal_WebStreamClient: unique symbol;
15175
+ }
@@ -928,6 +928,60 @@ declare namespace Enum {
928
928
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AdornCullingMode | undefined;
929
929
  }
930
930
  export type AdornCullingMode = AdornCullingMode.Automatic | AdornCullingMode.Never;
931
+ /**
932
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading)
933
+ */
934
+ export namespace AdornShading {
935
+ /**
936
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading#Default)
937
+ */
938
+ export interface Default extends globalThis.EnumItem {
939
+ Name: "Default";
940
+ Value: 0;
941
+ EnumType: typeof globalThis.Enum.AdornShading;
942
+ }
943
+ export const Default: Default;
944
+ /**
945
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading#Shaded)
946
+ */
947
+ export interface Shaded extends globalThis.EnumItem {
948
+ Name: "Shaded";
949
+ Value: 1;
950
+ EnumType: typeof globalThis.Enum.AdornShading;
951
+ }
952
+ export const Shaded: Shaded;
953
+ /**
954
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading#XRay)
955
+ */
956
+ export interface XRay extends globalThis.EnumItem {
957
+ Name: "XRay";
958
+ Value: 2;
959
+ EnumType: typeof globalThis.Enum.AdornShading;
960
+ }
961
+ export const XRay: XRay;
962
+ /**
963
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading#XRayShaded)
964
+ */
965
+ export interface XRayShaded extends globalThis.EnumItem {
966
+ Name: "XRayShaded";
967
+ Value: 3;
968
+ EnumType: typeof globalThis.Enum.AdornShading;
969
+ }
970
+ export const XRayShaded: XRayShaded;
971
+ /**
972
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornShading#AlwaysOnTop)
973
+ */
974
+ export interface AlwaysOnTop extends globalThis.EnumItem {
975
+ Name: "AlwaysOnTop";
976
+ Value: 4;
977
+ EnumType: typeof globalThis.Enum.AdornShading;
978
+ }
979
+ export const AlwaysOnTop: AlwaysOnTop;
980
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AdornShading>;
981
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AdornShading | undefined;
982
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AdornShading | undefined;
983
+ }
984
+ export type AdornShading = AdornShading.Default | AdornShading.Shaded | AdornShading.XRay | AdornShading.XRayShaded | AdornShading.AlwaysOnTop;
931
985
  /**
932
986
  * An enum that specifies how the constraint will attempt to align the body associated with the constraint.
933
987
  *
@@ -15277,11 +15331,20 @@ declare namespace Enum {
15277
15331
  EnumType: typeof globalThis.Enum.InputActionType;
15278
15332
  }
15279
15333
  export const Direction3D: Direction3D;
15334
+ /**
15335
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#ViewportPosition)
15336
+ */
15337
+ export interface ViewportPosition extends globalThis.EnumItem {
15338
+ Name: "ViewportPosition";
15339
+ Value: 4;
15340
+ EnumType: typeof globalThis.Enum.InputActionType;
15341
+ }
15342
+ export const ViewportPosition: ViewportPosition;
15280
15343
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.InputActionType>;
15281
15344
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InputActionType | undefined;
15282
15345
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InputActionType | undefined;
15283
15346
  }
15284
- export type InputActionType = InputActionType.Bool | InputActionType.Direction1D | InputActionType.Direction2D | InputActionType.Direction3D;
15347
+ export type InputActionType = InputActionType.Bool | InputActionType.Direction1D | InputActionType.Direction2D | InputActionType.Direction3D | InputActionType.ViewportPosition;
15285
15348
  /**
15286
15349
  * The InputType Enum controls the SurfaceInputs of `Part`.
15287
15350
  *
@@ -17378,6 +17441,15 @@ declare namespace Enum {
17378
17441
  EnumType: typeof globalThis.Enum.KeyCode;
17379
17442
  }
17380
17443
  export const MouseMiddleButton: MouseMiddleButton;
17444
+ /**
17445
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MousePosition)
17446
+ */
17447
+ export interface MousePosition extends globalThis.EnumItem {
17448
+ Name: "MousePosition";
17449
+ Value: 1025;
17450
+ EnumType: typeof globalThis.Enum.KeyCode;
17451
+ }
17452
+ export const MousePosition: MousePosition;
17381
17453
  /**
17382
17454
  * **Deprecated:**
17383
17455
  *
@@ -18482,7 +18554,7 @@ declare namespace Enum {
18482
18554
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
18483
18555
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
18484
18556
  }
18485
- export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
18557
+ export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MousePosition | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
18486
18558
  /**
18487
18559
  * Describes the interpolation method between two keys.
18488
18560
  *
@@ -34554,6 +34626,78 @@ declare namespace Enum {
34554
34626
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WebSocketState | undefined;
34555
34627
  }
34556
34628
  export type WebSocketState = WebSocketState.Connecting | WebSocketState.Open | WebSocketState.Closing | WebSocketState.Closed;
34629
+ /**
34630
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientState)
34631
+ */
34632
+ export namespace WebStreamClientState {
34633
+ /**
34634
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientState#Connecting)
34635
+ */
34636
+ export interface Connecting extends globalThis.EnumItem {
34637
+ Name: "Connecting";
34638
+ Value: 0;
34639
+ EnumType: typeof globalThis.Enum.WebStreamClientState;
34640
+ }
34641
+ export const Connecting: Connecting;
34642
+ /**
34643
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientState#Open)
34644
+ */
34645
+ export interface Open extends globalThis.EnumItem {
34646
+ Name: "Open";
34647
+ Value: 1;
34648
+ EnumType: typeof globalThis.Enum.WebStreamClientState;
34649
+ }
34650
+ export const Open: Open;
34651
+ /**
34652
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientState#Error)
34653
+ */
34654
+ export interface Error extends globalThis.EnumItem {
34655
+ Name: "Error";
34656
+ Value: 2;
34657
+ EnumType: typeof globalThis.Enum.WebStreamClientState;
34658
+ }
34659
+ export const Error: Error;
34660
+ /**
34661
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientState#Closed)
34662
+ */
34663
+ export interface Closed extends globalThis.EnumItem {
34664
+ Name: "Closed";
34665
+ Value: 3;
34666
+ EnumType: typeof globalThis.Enum.WebStreamClientState;
34667
+ }
34668
+ export const Closed: Closed;
34669
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WebStreamClientState>;
34670
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WebStreamClientState | undefined;
34671
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WebStreamClientState | undefined;
34672
+ }
34673
+ export type WebStreamClientState = WebStreamClientState.Connecting | WebStreamClientState.Open | WebStreamClientState.Error | WebStreamClientState.Closed;
34674
+ /**
34675
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientType)
34676
+ */
34677
+ export namespace WebStreamClientType {
34678
+ /**
34679
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientType#SSE)
34680
+ */
34681
+ export interface SSE extends globalThis.EnumItem {
34682
+ Name: "SSE";
34683
+ Value: 0;
34684
+ EnumType: typeof globalThis.Enum.WebStreamClientType;
34685
+ }
34686
+ export const SSE: SSE;
34687
+ /**
34688
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientType#RawStream)
34689
+ */
34690
+ export interface RawStream extends globalThis.EnumItem {
34691
+ Name: "RawStream";
34692
+ Value: 1;
34693
+ EnumType: typeof globalThis.Enum.WebStreamClientType;
34694
+ }
34695
+ export const RawStream: RawStream;
34696
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WebStreamClientType>;
34697
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WebStreamClientType | undefined;
34698
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WebStreamClientType | undefined;
34699
+ }
34700
+ export type WebStreamClientType = WebStreamClientType.SSE | WebStreamClientType.RawStream;
34557
34701
  /**
34558
34702
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WeldConstraintPreserve)
34559
34703
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.875",
3
+ "version": "1.0.876",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },