@rbxts/types 1.0.853 → 1.0.855

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.
@@ -173,6 +173,7 @@ interface Services {
173
173
  ServiceVisibilityService: ServiceVisibilityService;
174
174
  SessionService: SessionService;
175
175
  SharedTableRegistry: SharedTableRegistry;
176
+ SlimContentProvider: SlimContentProvider;
176
177
  SmoothVoxelsUpgraderService: SmoothVoxelsUpgraderService;
177
178
  SnippetService: SnippetService;
178
179
  SocialService: SocialService;
@@ -744,6 +745,10 @@ interface Objects extends Instances {
744
745
  EditableMesh: EditableMesh;
745
746
  Object: RBXObject;
746
747
  ScreenshotCapture: ScreenshotCapture;
748
+ TerrainIterateOperation: TerrainIterateOperation;
749
+ TerrainModifyOperation: TerrainModifyOperation;
750
+ TerrainReadOperation: TerrainReadOperation;
751
+ TerrainWriteOperation: TerrainWriteOperation;
747
752
  VideoCapture: VideoCapture;
748
753
  }
749
754
  // GENERATED ROBLOX INSTANCE CLASSES
@@ -1767,6 +1772,8 @@ interface AudioPlayer extends Instance {
1767
1772
  readonly _nominal_AudioPlayer: unique symbol;
1768
1773
  }
1769
1774
  /**
1775
+ * Records audio streams in-experience.
1776
+ *
1770
1777
  * - **Tags**: NotBrowsable
1771
1778
  *
1772
1779
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioRecorder)
@@ -2509,9 +2516,9 @@ interface BindableFunction<T extends Callback = Callback> extends Instance {
2509
2516
  readonly _nominal_BindableFunction: unique symbol;
2510
2517
  }
2511
2518
  /**
2512
- * **Deprecated:** This class has been deprecated. Use `Constraints|Constraint` for new work. Find an overview of BodyMover replacements in the [Constraint Movers article](../../../physics/mover-constraints.md).
2519
+ * **Deprecated:** This class has been deprecated. See the [mover constraints](../../../physics/mover-constraints.md) article for an overview of `BodyMover` replacements, as well as the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2513
2520
  *
2514
- * Base class for objects that continually exert forces to parts.
2521
+ * Base class for objects that continually exert forces to assemblies.
2515
2522
  *
2516
2523
  * - **Tags**: NotCreatable
2517
2524
  *
@@ -2530,7 +2537,7 @@ interface BodyMover extends Instance {
2530
2537
  readonly _nominal_BodyMover: unique symbol;
2531
2538
  }
2532
2539
  /**
2533
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `AngularVelocity` instead.
2540
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `AngularVelocity` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2534
2541
  *
2535
2542
  * Applies a torque to maintain a constant angular velocity.
2536
2543
  *
@@ -2551,7 +2558,7 @@ interface BodyAngularVelocity extends BodyMover {
2551
2558
  readonly _nominal_BodyAngularVelocity: unique symbol;
2552
2559
  }
2553
2560
  /**
2554
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `VectorForce` instead.
2561
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `VectorForce` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2555
2562
  *
2556
2563
  * Applies a constant force to an object.
2557
2564
  *
@@ -2572,7 +2579,7 @@ interface BodyForce extends BodyMover {
2572
2579
  readonly _nominal_BodyForce: unique symbol;
2573
2580
  }
2574
2581
  /**
2575
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `AlignOrientation` instead.
2582
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `AlignOrientation` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2576
2583
  *
2577
2584
  * Applies a torque to maintain a constant orientation.
2578
2585
  *
@@ -2593,7 +2600,7 @@ interface BodyGyro extends BodyMover {
2593
2600
  readonly _nominal_BodyGyro: unique symbol;
2594
2601
  }
2595
2602
  /**
2596
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `AlignPosition` instead.
2603
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `AlignPosition` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2597
2604
  *
2598
2605
  * Applies a force to maintain a constant position.
2599
2606
  *
@@ -2614,7 +2621,7 @@ interface BodyPosition extends BodyMover {
2614
2621
  readonly _nominal_BodyPosition: unique symbol;
2615
2622
  }
2616
2623
  /**
2617
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `VectorForce` instead.
2624
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `VectorForce` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2618
2625
  *
2619
2626
  * Applies a constant force to an object at a specific point.
2620
2627
  *
@@ -2635,7 +2642,7 @@ interface BodyThrust extends BodyMover {
2635
2642
  readonly _nominal_BodyThrust: unique symbol;
2636
2643
  }
2637
2644
  /**
2638
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `LinearVelocity` instead.
2645
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `LinearVelocity` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2639
2646
  *
2640
2647
  * Applies a force to maintain a constant velocity.
2641
2648
  *
@@ -2656,9 +2663,9 @@ interface BodyVelocity extends BodyMover {
2656
2663
  readonly _nominal_BodyVelocity: unique symbol;
2657
2664
  }
2658
2665
  /**
2659
- * **Deprecated:** This object is deprecated and should not be used for new work. Use `LineForce` instead.
2666
+ * **Deprecated:** This object is deprecated and should not be used for new work. Use `LineForce` instead, and see the [legacy conversion notes](../../../physics/mover-constraints.md#legacy-mover-conversion).
2660
2667
  *
2661
- * Applies a force so that a part follows and faces another part.
2668
+ * Applies a force so that an assembly follows and faces a target part.
2662
2669
  *
2663
2670
  * - **Tags**:
2664
2671
  *
@@ -2736,6 +2743,21 @@ interface BulkImportService extends Instance {
2736
2743
  */
2737
2744
  readonly _nominal_BulkImportService: unique symbol;
2738
2745
  }
2746
+ /**
2747
+ * - **Tags**: NotCreatable, Service
2748
+ *
2749
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SlimContentProvider)
2750
+ */
2751
+ interface SlimContentProvider extends CacheableContentProvider {
2752
+ /**
2753
+ * **DO NOT USE!**
2754
+ *
2755
+ * This field exists to force TypeScript to recognize this as a nominal type
2756
+ * @hidden
2757
+ * @deprecated
2758
+ */
2759
+ readonly _nominal_SlimContentProvider: unique symbol;
2760
+ }
2739
2761
  /**
2740
2762
  * - **Tags**: NotCreatable, Service, NotReplicated
2741
2763
  *
@@ -2752,7 +2774,7 @@ interface CalloutService extends Instance {
2752
2774
  readonly _nominal_CalloutService: unique symbol;
2753
2775
  }
2754
2776
  /**
2755
- * A service which provides control over screenshot capture features.
2777
+ * A service which provides control over screenshot and video capture features.
2756
2778
  *
2757
2779
  * - **Tags**: NotCreatable, Service
2758
2780
  *
@@ -3192,6 +3214,8 @@ interface CommandService extends Instance {
3192
3214
  readonly _nominal_CommandService: unique symbol;
3193
3215
  }
3194
3216
  /**
3217
+ * Supports real-world purchases that you can bundle with digital benefits.
3218
+ *
3195
3219
  * - **Tags**: NotCreatable, Service
3196
3220
  *
3197
3221
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CommerceService)
@@ -3314,7 +3338,7 @@ interface AlignPosition extends Constraint {
3314
3338
  readonly _nominal_AlignPosition: unique symbol;
3315
3339
  }
3316
3340
  /**
3317
- * Applies torque on an assembly to maintain a **constant** angular velocity.
3341
+ * Applies torque on an assembly to maintain a constant angular velocity.
3318
3342
  *
3319
3343
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AngularVelocity)
3320
3344
  */
@@ -3389,7 +3413,7 @@ interface LineForce extends Constraint {
3389
3413
  readonly _nominal_LineForce: unique symbol;
3390
3414
  }
3391
3415
  /**
3392
- * Applies force on an assembly to maintain a **constant** linear velocity.
3416
+ * Applies force on an assembly to maintain a constant linear velocity.
3393
3417
  *
3394
3418
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LinearVelocity)
3395
3419
  */
@@ -6490,6 +6514,8 @@ interface GuiService extends Instance {
6490
6514
  readonly _nominal_GuiService: unique symbol;
6491
6515
  }
6492
6516
  /**
6517
+ * - **Tags**: NotBrowsable
6518
+ *
6493
6519
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HandRigDescription)
6494
6520
  */
6495
6521
  interface HandRigDescription extends Instance {
@@ -6503,8 +6529,6 @@ interface HandRigDescription extends Instance {
6503
6529
  readonly _nominal_HandRigDescription: unique symbol;
6504
6530
  }
6505
6531
  /**
6506
- * - **Tags**: NotBrowsable
6507
- *
6508
6532
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect)
6509
6533
  */
6510
6534
  interface HapticEffect extends Instance {
@@ -6811,6 +6835,8 @@ interface IncrementalPatchBuilder extends Instance {
6811
6835
  readonly _nominal_IncrementalPatchBuilder: unique symbol;
6812
6836
  }
6813
6837
  /**
6838
+ * Defines a gameplay action mechanic. These actions are then mapped to hardware inputs using `InputBinding`.
6839
+ *
6814
6840
  * - **Tags**: NotBrowsable
6815
6841
  *
6816
6842
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputAction)
@@ -6826,6 +6852,8 @@ interface InputAction extends Instance {
6826
6852
  readonly _nominal_InputAction: unique symbol;
6827
6853
  }
6828
6854
  /**
6855
+ * Defines which hardware binding should trigger the parent `InputAction`.
6856
+ *
6829
6857
  * - **Tags**: NotBrowsable
6830
6858
  *
6831
6859
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding)
@@ -6841,6 +6869,8 @@ interface InputBinding extends Instance {
6841
6869
  readonly _nominal_InputBinding: unique symbol;
6842
6870
  }
6843
6871
  /**
6872
+ * Collection of actions which holds related actions and defines how they interact with other contexts/actions.
6873
+ *
6844
6874
  * - **Tags**: NotBrowsable
6845
6875
  *
6846
6876
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputContext)
@@ -11803,7 +11833,7 @@ interface DataModel extends ServiceProvider<Services> {
11803
11833
  */
11804
11834
  GetObjects(this: DataModel, url: ContentId): Array<Instance>;
11805
11835
  /**
11806
- * Sets the `DataModel.PlaceId` of the current game instance to the given *placeId*.
11836
+ * Sets the `DataModel.PlaceId` of the current game instance.
11807
11837
  *
11808
11838
  * - **ThreadSafety**: Unsafe
11809
11839
  *
@@ -11813,7 +11843,7 @@ interface DataModel extends ServiceProvider<Services> {
11813
11843
  */
11814
11844
  SetPlaceId(this: DataModel, placeId: number): void;
11815
11845
  /**
11816
- * Sets the `DataModel.GameId` of the current game instance to the given *universeId*.
11846
+ * Sets the `DataModel.GameId` of the current game instance to the given `universeId`.
11817
11847
  *
11818
11848
  * - **ThreadSafety**: Unsafe
11819
11849
  *
@@ -13274,6 +13304,12 @@ interface TerrainDetail extends Instance {
13274
13304
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#ColorMap)
13275
13305
  */
13276
13306
  ColorMap: ContentId;
13307
+ /**
13308
+ * - **ThreadSafety**: ReadSafe
13309
+ *
13310
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#ColorMapContent)
13311
+ */
13312
+ ColorMapContent: Content;
13277
13313
  /**
13278
13314
  * Determines which parts of the surface are metal and are non-metal.
13279
13315
  *
@@ -13282,6 +13318,12 @@ interface TerrainDetail extends Instance {
13282
13318
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#MetalnessMap)
13283
13319
  */
13284
13320
  MetalnessMap: ContentId;
13321
+ /**
13322
+ * - **ThreadSafety**: ReadSafe
13323
+ *
13324
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#MetalnessMapContent)
13325
+ */
13326
+ MetalnessMapContent: Content;
13285
13327
  /**
13286
13328
  * Modifies the lighting of the surface by adding bumps, dents, cracks, and curves without adding more polygons.
13287
13329
  *
@@ -13290,6 +13332,12 @@ interface TerrainDetail extends Instance {
13290
13332
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#NormalMap)
13291
13333
  */
13292
13334
  NormalMap: ContentId;
13335
+ /**
13336
+ * - **ThreadSafety**: ReadSafe
13337
+ *
13338
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#NormalMapContent)
13339
+ */
13340
+ NormalMapContent: Content;
13293
13341
  /**
13294
13342
  * Determines the apparent roughness across the surface.
13295
13343
  *
@@ -13298,6 +13346,12 @@ interface TerrainDetail extends Instance {
13298
13346
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#RoughnessMap)
13299
13347
  */
13300
13348
  RoughnessMap: ContentId;
13349
+ /**
13350
+ * - **ThreadSafety**: ReadSafe
13351
+ *
13352
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#RoughnessMapContent)
13353
+ */
13354
+ RoughnessMapContent: Content;
13301
13355
  }
13302
13356
  /**
13303
13357
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainRegion)
@@ -14799,3 +14853,63 @@ interface Wire extends Instance {
14799
14853
  */
14800
14854
  readonly _nominal_Wire: unique symbol;
14801
14855
  }
14856
+ /**
14857
+ * - **Tags**: NotCreatable, NotReplicated
14858
+ *
14859
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainIterateOperation)
14860
+ */
14861
+ interface TerrainIterateOperation extends RBXObject {
14862
+ /**
14863
+ * **DO NOT USE!**
14864
+ *
14865
+ * This field exists to force TypeScript to recognize this as a nominal type
14866
+ * @hidden
14867
+ * @deprecated
14868
+ */
14869
+ readonly _nominal_TerrainIterateOperation: unique symbol;
14870
+ }
14871
+ /**
14872
+ * - **Tags**: NotCreatable, NotReplicated
14873
+ *
14874
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainModifyOperation)
14875
+ */
14876
+ interface TerrainModifyOperation extends RBXObject {
14877
+ /**
14878
+ * **DO NOT USE!**
14879
+ *
14880
+ * This field exists to force TypeScript to recognize this as a nominal type
14881
+ * @hidden
14882
+ * @deprecated
14883
+ */
14884
+ readonly _nominal_TerrainModifyOperation: unique symbol;
14885
+ }
14886
+ /**
14887
+ * - **Tags**: NotCreatable, NotReplicated
14888
+ *
14889
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainReadOperation)
14890
+ */
14891
+ interface TerrainReadOperation extends RBXObject {
14892
+ /**
14893
+ * **DO NOT USE!**
14894
+ *
14895
+ * This field exists to force TypeScript to recognize this as a nominal type
14896
+ * @hidden
14897
+ * @deprecated
14898
+ */
14899
+ readonly _nominal_TerrainReadOperation: unique symbol;
14900
+ }
14901
+ /**
14902
+ * - **Tags**: NotCreatable, NotReplicated
14903
+ *
14904
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainWriteOperation)
14905
+ */
14906
+ interface TerrainWriteOperation extends RBXObject {
14907
+ /**
14908
+ * **DO NOT USE!**
14909
+ *
14910
+ * This field exists to force TypeScript to recognize this as a nominal type
14911
+ * @hidden
14912
+ * @deprecated
14913
+ */
14914
+ readonly _nominal_TerrainWriteOperation: unique symbol;
14915
+ }
@@ -5640,6 +5640,33 @@ declare namespace Enum {
5640
5640
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CameraType | undefined;
5641
5641
  }
5642
5642
  export type CameraType = CameraType.Fixed | CameraType.Attach | CameraType.Watch | CameraType.Track | CameraType.Follow | CameraType.Custom | CameraType.Scriptable | CameraType.Orbital;
5643
+ /**
5644
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureType)
5645
+ */
5646
+ export namespace CaptureType {
5647
+ /**
5648
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureType#Screenshot)
5649
+ */
5650
+ export interface Screenshot extends globalThis.EnumItem {
5651
+ Name: "Screenshot";
5652
+ Value: 0;
5653
+ EnumType: typeof globalThis.Enum.CaptureType;
5654
+ }
5655
+ export const Screenshot: Screenshot;
5656
+ /**
5657
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureType#Video)
5658
+ */
5659
+ export interface Video extends globalThis.EnumItem {
5660
+ Name: "Video";
5661
+ Value: 1;
5662
+ EnumType: typeof globalThis.Enum.CaptureType;
5663
+ }
5664
+ export const Video: Video;
5665
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CaptureType>;
5666
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CaptureType | undefined;
5667
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CaptureType | undefined;
5668
+ }
5669
+ export type CaptureType = CaptureType.Screenshot | CaptureType.Video;
5643
5670
  /**
5644
5671
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogCategoryFilter)
5645
5672
  */
@@ -8517,7 +8544,7 @@ declare namespace Enum {
8517
8544
  }
8518
8545
  export type CurrencyType = CurrencyType.Default | CurrencyType.Robux | CurrencyType.Tix;
8519
8546
  /**
8520
- * Changes the player's camera mode in Roblox's Game settings.
8547
+ * Changes the player's camera mode.
8521
8548
  *
8522
8549
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CustomCameraMode)
8523
8550
  */
@@ -9573,11 +9600,20 @@ declare namespace Enum {
9573
9600
  EnumType: typeof globalThis.Enum.DeveloperMemoryTag;
9574
9601
  }
9575
9602
  export const GeometryCSG: GeometryCSG;
9603
+ /**
9604
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeveloperMemoryTag#GraphicsSlimModels)
9605
+ */
9606
+ export interface GraphicsSlimModels extends globalThis.EnumItem {
9607
+ Name: "GraphicsSlimModels";
9608
+ Value: 25;
9609
+ EnumType: typeof globalThis.Enum.DeveloperMemoryTag;
9610
+ }
9611
+ export const GraphicsSlimModels: GraphicsSlimModels;
9576
9612
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DeveloperMemoryTag>;
9577
9613
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeveloperMemoryTag | undefined;
9578
9614
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeveloperMemoryTag | undefined;
9579
9615
  }
9580
- export type DeveloperMemoryTag = DeveloperMemoryTag.Internal | DeveloperMemoryTag.HttpCache | DeveloperMemoryTag.Instances | DeveloperMemoryTag.Signals | DeveloperMemoryTag.LuaHeap | DeveloperMemoryTag.Script | DeveloperMemoryTag.PhysicsCollision | DeveloperMemoryTag.PhysicsParts | DeveloperMemoryTag.GraphicsSolidModels | DeveloperMemoryTag.GraphicsMeshParts | DeveloperMemoryTag.GraphicsParticles | DeveloperMemoryTag.GraphicsParts | DeveloperMemoryTag.GraphicsSpatialHash | DeveloperMemoryTag.GraphicsTerrain | DeveloperMemoryTag.GraphicsTexture | DeveloperMemoryTag.GraphicsTextureCharacter | DeveloperMemoryTag.Sounds | DeveloperMemoryTag.StreamingSounds | DeveloperMemoryTag.TerrainVoxels | DeveloperMemoryTag.Gui | DeveloperMemoryTag.Animation | DeveloperMemoryTag.Navigation | DeveloperMemoryTag.GeometryCSG;
9616
+ export type DeveloperMemoryTag = DeveloperMemoryTag.Internal | DeveloperMemoryTag.HttpCache | DeveloperMemoryTag.Instances | DeveloperMemoryTag.Signals | DeveloperMemoryTag.LuaHeap | DeveloperMemoryTag.Script | DeveloperMemoryTag.PhysicsCollision | DeveloperMemoryTag.PhysicsParts | DeveloperMemoryTag.GraphicsSolidModels | DeveloperMemoryTag.GraphicsMeshParts | DeveloperMemoryTag.GraphicsParticles | DeveloperMemoryTag.GraphicsParts | DeveloperMemoryTag.GraphicsSpatialHash | DeveloperMemoryTag.GraphicsTerrain | DeveloperMemoryTag.GraphicsTexture | DeveloperMemoryTag.GraphicsTextureCharacter | DeveloperMemoryTag.Sounds | DeveloperMemoryTag.StreamingSounds | DeveloperMemoryTag.TerrainVoxels | DeveloperMemoryTag.Gui | DeveloperMemoryTag.Animation | DeveloperMemoryTag.Navigation | DeveloperMemoryTag.GeometryCSG | DeveloperMemoryTag.GraphicsSlimModels;
9581
9617
  /**
9582
9618
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceFeatureType)
9583
9619
  */
@@ -14232,7 +14268,7 @@ declare namespace Enum {
14232
14268
  }
14233
14269
  export type HttpRequestType = HttpRequestType.Default | HttpRequestType.MarketplaceService | HttpRequestType.Players | HttpRequestType.Chat | HttpRequestType.Avatar | HttpRequestType.Analytics | HttpRequestType.Localization;
14234
14270
  /**
14235
- * The collision `Humanoid` uses. A large bounding box, or more fitted collision geometry.
14271
+ * The collision `Humanoid` uses.
14236
14272
  *
14237
14273
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HumanoidCollisionType)
14238
14274
  */
@@ -15077,10 +15113,14 @@ declare namespace Enum {
15077
15113
  }
15078
15114
  export type InitialDockState = InitialDockState.Top | InitialDockState.Bottom | InitialDockState.Left | InitialDockState.Right | InitialDockState.Float;
15079
15115
  /**
15116
+ * This enum is used by `InputAction.Type` to determine which input data type the `InputAction` will receive.
15117
+ *
15080
15118
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType)
15081
15119
  */
15082
15120
  export namespace InputActionType {
15083
15121
  /**
15122
+ * The `InputAction` will receive boolean values from button inputs, for example `true`/`false` on press/release from inputs such as `KeyCode.ButtonA` or `KeyCode.E`.
15123
+ *
15084
15124
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Bool)
15085
15125
  */
15086
15126
  export interface Bool extends globalThis.EnumItem {
@@ -15090,6 +15130,8 @@ declare namespace Enum {
15090
15130
  }
15091
15131
  export const Bool: Bool;
15092
15132
  /**
15133
+ * The `InputAction` will receive numerical values, generally from analog gamepad triggers such as `KeyCode.ButtonL2` or `KeyCode.ButtonR2`.
15134
+ *
15093
15135
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Direction1D)
15094
15136
  */
15095
15137
  export interface Direction1D extends globalThis.EnumItem {
@@ -15099,6 +15141,8 @@ declare namespace Enum {
15099
15141
  }
15100
15142
  export const Direction1D: Direction1D;
15101
15143
  /**
15144
+ * The `InputAction` will receive `Vector2` values, generally from thumbstick inputs such as `KeyCode.Thumbstick1` and `KeyCode.Thumbstick2`.
15145
+ *
15102
15146
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Direction2D)
15103
15147
  */
15104
15148
  export interface Direction2D extends globalThis.EnumItem {
@@ -17181,6 +17225,33 @@ declare namespace Enum {
17181
17225
  EnumType: typeof globalThis.Enum.KeyCode;
17182
17226
  }
17183
17227
  export const Thumbstick2: Thumbstick2;
17228
+ /**
17229
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
17230
+ */
17231
+ export interface MouseLeftButton extends globalThis.EnumItem {
17232
+ Name: "MouseLeftButton";
17233
+ Value: 1018;
17234
+ EnumType: typeof globalThis.Enum.KeyCode;
17235
+ }
17236
+ export const MouseLeftButton: MouseLeftButton;
17237
+ /**
17238
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseRightButton)
17239
+ */
17240
+ export interface MouseRightButton extends globalThis.EnumItem {
17241
+ Name: "MouseRightButton";
17242
+ Value: 1019;
17243
+ EnumType: typeof globalThis.Enum.KeyCode;
17244
+ }
17245
+ export const MouseRightButton: MouseRightButton;
17246
+ /**
17247
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseMiddleButton)
17248
+ */
17249
+ export interface MouseMiddleButton extends globalThis.EnumItem {
17250
+ Name: "MouseMiddleButton";
17251
+ Value: 1020;
17252
+ EnumType: typeof globalThis.Enum.KeyCode;
17253
+ }
17254
+ export const MouseMiddleButton: MouseMiddleButton;
17184
17255
  /**
17185
17256
  * **Deprecated:**
17186
17257
  *
@@ -18237,39 +18308,6 @@ declare namespace Enum {
18237
18308
  EnumType: typeof globalThis.Enum.KeyCode;
18238
18309
  }
18239
18310
  export const World95: World95;
18240
- /**
18241
- * **Deprecated:** This enum is deprecated and flagged for removal.
18242
- *
18243
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
18244
- */
18245
- export interface MouseLeftButton extends globalThis.EnumItem {
18246
- Name: "MouseLeftButton";
18247
- Value: 1018;
18248
- EnumType: typeof globalThis.Enum.KeyCode;
18249
- }
18250
- export const MouseLeftButton: MouseLeftButton;
18251
- /**
18252
- * **Deprecated:** This enum is deprecated and flagged for removal.
18253
- *
18254
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseRightButton)
18255
- */
18256
- export interface MouseRightButton extends globalThis.EnumItem {
18257
- Name: "MouseRightButton";
18258
- Value: 1019;
18259
- EnumType: typeof globalThis.Enum.KeyCode;
18260
- }
18261
- export const MouseRightButton: MouseRightButton;
18262
- /**
18263
- * **Deprecated:** This enum is deprecated and flagged for removal.
18264
- *
18265
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseMiddleButton)
18266
- */
18267
- export interface MouseMiddleButton extends globalThis.EnumItem {
18268
- Name: "MouseMiddleButton";
18269
- Value: 1020;
18270
- EnumType: typeof globalThis.Enum.KeyCode;
18271
- }
18272
- export const MouseMiddleButton: MouseMiddleButton;
18273
18311
  /**
18274
18312
  * **Deprecated:** This enum is deprecated and flagged for removal.
18275
18313
  *
@@ -18318,7 +18356,7 @@ declare namespace Enum {
18318
18356
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
18319
18357
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
18320
18358
  }
18321
- 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.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.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
18359
+ 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;
18322
18360
  /**
18323
18361
  * Describes the interpolation method between two keys.
18324
18362
  *
@@ -22854,6 +22892,42 @@ declare namespace Enum {
22854
22892
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PositionAlignmentMode | undefined;
22855
22893
  }
22856
22894
  export type PositionAlignmentMode = PositionAlignmentMode.OneAttachment | PositionAlignmentMode.TwoAttachment;
22895
+ /**
22896
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredInput)
22897
+ */
22898
+ export namespace PreferredInput {
22899
+ /**
22900
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredInput#KeyboardAndMouse)
22901
+ */
22902
+ export interface KeyboardAndMouse extends globalThis.EnumItem {
22903
+ Name: "KeyboardAndMouse";
22904
+ Value: 0;
22905
+ EnumType: typeof globalThis.Enum.PreferredInput;
22906
+ }
22907
+ export const KeyboardAndMouse: KeyboardAndMouse;
22908
+ /**
22909
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredInput#Gamepad)
22910
+ */
22911
+ export interface Gamepad extends globalThis.EnumItem {
22912
+ Name: "Gamepad";
22913
+ Value: 1;
22914
+ EnumType: typeof globalThis.Enum.PreferredInput;
22915
+ }
22916
+ export const Gamepad: Gamepad;
22917
+ /**
22918
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredInput#Touch)
22919
+ */
22920
+ export interface Touch extends globalThis.EnumItem {
22921
+ Name: "Touch";
22922
+ Value: 2;
22923
+ EnumType: typeof globalThis.Enum.PreferredInput;
22924
+ }
22925
+ export const Touch: Touch;
22926
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PreferredInput>;
22927
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PreferredInput | undefined;
22928
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PreferredInput | undefined;
22929
+ }
22930
+ export type PreferredInput = PreferredInput.KeyboardAndMouse | PreferredInput.Gamepad | PreferredInput.Touch;
22857
22931
  /**
22858
22932
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PreferredTextSize)
22859
22933
  */
@@ -27906,7 +27980,7 @@ declare namespace Enum {
27906
27980
  }
27907
27981
  export const CategoryItem: CategoryItem;
27908
27982
  /**
27909
- * The color of items within tables in the game settings window.
27983
+ * The color of items within tables in the settings window.
27910
27984
  *
27911
27985
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#GameSettingsTableItem)
27912
27986
  */
@@ -27917,7 +27991,7 @@ declare namespace Enum {
27917
27991
  }
27918
27992
  export const GameSettingsTableItem: GameSettingsTableItem;
27919
27993
  /**
27920
- * The color of tooltips in the game settings window.
27994
+ * The color of tooltips in the settings window.
27921
27995
  *
27922
27996
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#GameSettingsTooltip)
27923
27997
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.853",
3
+ "version": "1.0.855",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },