@rbxts/types 1.0.887 → 1.0.889

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.
@@ -59,9 +59,11 @@ interface Services {
59
59
  DebuggerConnectionManager: DebuggerConnectionManager;
60
60
  DebuggerManager: DebuggerManager;
61
61
  DebuggerUIService: DebuggerUIService;
62
+ DebugSettings: DebugSettings;
62
63
  DeviceIdService: DeviceIdService;
63
64
  DraggerService: DraggerService;
64
65
  EditableService: EditableService;
66
+ EncodingService: EncodingService;
65
67
  EventIngestService: EventIngestService;
66
68
  ExampleV2Service: ExampleV2Service;
67
69
  ExperienceAuthService: ExperienceAuthService;
@@ -77,6 +79,7 @@ interface Services {
77
79
  FeatureRestrictionManager: FeatureRestrictionManager;
78
80
  GamepadService: GamepadService;
79
81
  GamePassService: GamePassService;
82
+ GameSettings: GameSettings;
80
83
  GenerationService: GenerationService;
81
84
  GenericChallengeService: GenericChallengeService;
82
85
  GeometryService: GeometryService;
@@ -107,6 +110,7 @@ interface Services {
107
110
  LogReporterService: LogReporterService;
108
111
  LogService: LogService;
109
112
  LSPFileSyncService: LSPFileSyncService;
113
+ LuaSettings: LuaSettings;
110
114
  LuauScriptAnalyzerService: LuauScriptAnalyzerService;
111
115
  MarketplaceService: MarketplaceService;
112
116
  MatchmakingService: MatchmakingService;
@@ -132,6 +136,7 @@ interface Services {
132
136
  PathfindingService: PathfindingService;
133
137
  PerformanceControlService: PerformanceControlService;
134
138
  PhysicsService: PhysicsService;
139
+ PhysicsSettings: PhysicsSettings;
135
140
  PlaceAssetIdsService: PlaceAssetIdsService;
136
141
  PlacesService: PlacesService;
137
142
  PlaceStatsService: PlaceStatsService;
@@ -232,10 +237,12 @@ interface Services {
232
237
  UIDragDetectorService: UIDragDetectorService;
233
238
  UniqueIdLookupService: UniqueIdLookupService;
234
239
  UnvalidatedAssetService: UnvalidatedAssetService;
240
+ UserGameSettings: UserGameSettings;
235
241
  UserInputService: UserInputService;
236
242
  UserService: UserService;
237
243
  VersionControlService: VersionControlService;
238
244
  VideoCaptureService: VideoCaptureService;
245
+ VideoScreenCaptureService: VideoScreenCaptureService;
239
246
  VideoService: VideoService;
240
247
  VisibilityCheckDispatcher: VisibilityCheckDispatcher;
241
248
  VisualizationModeService: VisualizationModeService;
@@ -261,6 +268,8 @@ interface CreatableInstances {
261
268
  Animation: Animation;
262
269
  AnimationConstraint: AnimationConstraint;
263
270
  AnimationController: AnimationController;
271
+ AnimationGraphDefinition: AnimationGraphDefinition;
272
+ AnimationNodeDefinition: AnimationNodeDefinition;
264
273
  AnimationRigData: AnimationRigData;
265
274
  Animator: Animator;
266
275
  Annotation: Annotation;
@@ -611,7 +620,6 @@ interface Instances extends Services, CreatableInstances {
611
620
  DebuggerLuaResponse: DebuggerLuaResponse;
612
621
  DebuggerVariable: DebuggerVariable;
613
622
  DebuggerWatch: DebuggerWatch;
614
- DebugSettings: DebugSettings;
615
623
  DockWidgetPluginGui: DockWidgetPluginGui;
616
624
  DynamicRotate: DynamicRotate;
617
625
  EmotesPages: EmotesPages;
@@ -624,7 +632,6 @@ interface Instances extends Services, CreatableInstances {
624
632
  File: File;
625
633
  FormFactorPart: FormFactorPart;
626
634
  FriendPages: FriendPages;
627
- GameSettings: GameSettings;
628
635
  GenericSettings: GenericSettings;
629
636
  GlobalDataStore: GlobalDataStore;
630
637
  GlobalSettings: GlobalSettings;
@@ -648,7 +655,6 @@ interface Instances extends Services, CreatableInstances {
648
655
  Light: Light;
649
656
  LocalDebuggerConnection: LocalDebuggerConnection;
650
657
  LodDataEntity: LodDataEntity;
651
- LuaSettings: LuaSettings;
652
658
  LuaSourceContainer: LuaSourceContainer;
653
659
  ManualSurfaceJointInstance: ManualSurfaceJointInstance;
654
660
  MaterialImportData: MaterialImportData;
@@ -678,7 +684,6 @@ interface Instances extends Services, CreatableInstances {
678
684
  PausedState: PausedState;
679
685
  PausedStateBreakpoint: PausedStateBreakpoint;
680
686
  PausedStateException: PausedStateException;
681
- PhysicsSettings: PhysicsSettings;
682
687
  Platform: Platform;
683
688
  Player: Player;
684
689
  PlayerData: PlayerData;
@@ -750,13 +755,13 @@ interface Instances extends Services, CreatableInstances {
750
755
  UIConstraint: UIConstraint;
751
756
  UIGridStyleLayout: UIGridStyleLayout;
752
757
  UILayout: UILayout;
753
- UserGameSettings: UserGameSettings;
754
758
  UserSettings: UserSettings;
755
759
  ValueBase: ValueBase;
756
760
  WebSocketClient: WebSocketClient;
757
761
  WorldRoot: WorldRoot;
758
762
  }
759
763
  interface Objects extends Instances {
764
+ AnimationNode: AnimationNode;
760
765
  Capture: Capture;
761
766
  ConfigSnapshot: ConfigSnapshot;
762
767
  EditableImage: EditableImage;
@@ -770,6 +775,7 @@ interface Objects extends Instances {
770
775
  TerrainReadOperation: TerrainReadOperation;
771
776
  TerrainWriteOperation: TerrainWriteOperation;
772
777
  VideoCapture: VideoCapture;
778
+ VideoSampler: VideoSampler;
773
779
  WebStreamClient: WebStreamClient;
774
780
  }
775
781
  // GENERATED ROBLOX INSTANCE CLASSES
@@ -790,6 +796,21 @@ interface RBXObject {
790
796
  */
791
797
  readonly _nominal_Object: unique symbol;
792
798
  }
799
+ /**
800
+ * - **Tags**: NotCreatable, NotReplicated
801
+ *
802
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationNode)
803
+ */
804
+ interface AnimationNode extends RBXObject {
805
+ /**
806
+ * **DO NOT USE!**
807
+ *
808
+ * This field exists to force TypeScript to recognize this as a nominal type
809
+ * @hidden
810
+ * @deprecated
811
+ */
812
+ readonly _nominal_AnimationNode: unique symbol;
813
+ }
793
814
  /**
794
815
  * - **Tags**: NotCreatable, NotReplicated
795
816
  *
@@ -1108,6 +1129,19 @@ interface AnimationClip extends Instance {
1108
1129
  */
1109
1130
  readonly _nominal_AnimationClip: unique symbol;
1110
1131
  }
1132
+ /**
1133
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationGraphDefinition)
1134
+ */
1135
+ interface AnimationGraphDefinition extends AnimationClip {
1136
+ /**
1137
+ * **DO NOT USE!**
1138
+ *
1139
+ * This field exists to force TypeScript to recognize this as a nominal type
1140
+ * @hidden
1141
+ * @deprecated
1142
+ */
1143
+ readonly _nominal_AnimationGraphDefinition: unique symbol;
1144
+ }
1111
1145
  /**
1112
1146
  * Stores animation data in the form of curves for each individual channel to animate.
1113
1147
  *
@@ -1242,6 +1276,19 @@ interface AnimationFromVideoCreatorStudioService extends Instance {
1242
1276
  */
1243
1277
  readonly _nominal_AnimationFromVideoCreatorStudioService: unique symbol;
1244
1278
  }
1279
+ /**
1280
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationNodeDefinition)
1281
+ */
1282
+ interface AnimationNodeDefinition extends Instance {
1283
+ /**
1284
+ * **DO NOT USE!**
1285
+ *
1286
+ * This field exists to force TypeScript to recognize this as a nominal type
1287
+ * @hidden
1288
+ * @deprecated
1289
+ */
1290
+ readonly _nominal_AnimationNodeDefinition: unique symbol;
1291
+ }
1245
1292
  /**
1246
1293
  * Used to store information regarding the model an animation was authored for.
1247
1294
  *
@@ -1887,8 +1934,6 @@ interface AudioSearchParams extends Instance {
1887
1934
  /**
1888
1935
  * Converts spoken audio into text.
1889
1936
  *
1890
- * - **Tags**: NotBrowsable
1891
- *
1892
1937
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioSpeechToText)
1893
1938
  */
1894
1939
  interface AudioSpeechToText extends Instance {
@@ -4280,7 +4325,7 @@ interface Debris extends Instance {
4280
4325
  /**
4281
4326
  * Collection of various developer-facing diagnostics information.
4282
4327
  *
4283
- * - **Tags**: NotCreatable, Settings, NotReplicated, NotBrowsable
4328
+ * - **Tags**: NotCreatable, Service, NotReplicated, NotBrowsable
4284
4329
  *
4285
4330
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DebugSettings)
4286
4331
  */
@@ -4532,6 +4577,23 @@ interface EditableService extends Instance {
4532
4577
  */
4533
4578
  readonly _nominal_EditableService: unique symbol;
4534
4579
  }
4580
+ /**
4581
+ * Service providing common encoding, hashing, and compression methods.
4582
+ *
4583
+ * - **Tags**: NotCreatable, Service, NotReplicated
4584
+ *
4585
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EncodingService)
4586
+ */
4587
+ interface EncodingService extends Instance {
4588
+ /**
4589
+ * **DO NOT USE!**
4590
+ *
4591
+ * This field exists to force TypeScript to recognize this as a nominal type
4592
+ * @hidden
4593
+ * @deprecated
4594
+ */
4595
+ readonly _nominal_EncodingService: unique symbol;
4596
+ }
4535
4597
  /**
4536
4598
  * Represents a 3D rotation curve through a group of three `FloatCurves`.
4537
4599
  *
@@ -5489,7 +5551,7 @@ interface File extends Instance {
5489
5551
  GetTemporaryId(this: File): ContentId;
5490
5552
  }
5491
5553
  /**
5492
- * A particle emitter with the visual aesthetic of fire.
5554
+ * A preconfigured particle emitter with the visual aesthetic of fire.
5493
5555
  *
5494
5556
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Fire)
5495
5557
  */
@@ -5568,7 +5630,7 @@ interface GamePassService extends Instance {
5568
5630
  /**
5569
5631
  * A container for miscellaneous in-game options.
5570
5632
  *
5571
- * - **Tags**: NotCreatable, Settings, NotReplicated, NotBrowsable
5633
+ * - **Tags**: NotCreatable, Service, NotReplicated, NotBrowsable
5572
5634
  *
5573
5635
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GameSettings)
5574
5636
  */
@@ -7695,7 +7757,7 @@ interface LogService extends Instance {
7695
7757
  readonly _nominal_LogService: unique symbol;
7696
7758
  }
7697
7759
  /**
7698
- * - **Tags**: NotCreatable, Settings, NotReplicated
7760
+ * - **Tags**: NotCreatable, Service, NotReplicated
7699
7761
  *
7700
7762
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LuaSettings)
7701
7763
  */
@@ -8008,6 +8070,8 @@ interface MaterialVariant extends Instance {
8008
8070
  */
8009
8071
  ColorMapContent: Content;
8010
8072
  /**
8073
+ * Determines the emissivity across the surface.
8074
+ *
8011
8075
  * - **ThreadSafety**: ReadSafe
8012
8076
  *
8013
8077
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialVariant#EmissiveMaskContent)
@@ -8551,6 +8615,8 @@ interface OmniRecommendationsService extends Instance {
8551
8615
  * - **Tags**: NotCreatable, NotReplicated
8552
8616
  *
8553
8617
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudApiV1)
8618
+ *
8619
+ * @deprecated HttpService
8554
8620
  */
8555
8621
  interface OpenCloudApiV1 extends Instance {
8556
8622
  /**
@@ -8566,6 +8632,8 @@ interface OpenCloudApiV1 extends Instance {
8566
8632
  * - **Tags**: NotCreatable, Service, NotReplicated
8567
8633
  *
8568
8634
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudService)
8635
+ *
8636
+ * @deprecated HttpService
8569
8637
  */
8570
8638
  interface OpenCloudService extends Instance {
8571
8639
  /**
@@ -9715,7 +9783,7 @@ interface PhysicsService extends Instance {
9715
9783
  readonly _nominal_PhysicsService: unique symbol;
9716
9784
  }
9717
9785
  /**
9718
- * - **Tags**: NotCreatable, Settings, NotReplicated
9786
+ * - **Tags**: NotCreatable, Service, NotReplicated
9719
9787
  *
9720
9788
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings)
9721
9789
  */
@@ -13356,6 +13424,8 @@ interface SurfaceAppearance extends Instance {
13356
13424
  */
13357
13425
  set ColorMapContent(value: Content);
13358
13426
  /**
13427
+ * Determines the emissivity across the surface.
13428
+ *
13359
13429
  * - **ThreadSafety**: ReadSafe
13360
13430
  *
13361
13431
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#EmissiveMaskContent)
@@ -13641,6 +13711,8 @@ interface TerrainDetail extends Instance {
13641
13711
  */
13642
13712
  ColorMapContent: Content;
13643
13713
  /**
13714
+ * Determines the emissivity across the surface.
13715
+ *
13644
13716
  * - **ThreadSafety**: ReadSafe
13645
13717
  *
13646
13718
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TerrainDetail#EmissiveMaskContent)
@@ -14640,7 +14712,7 @@ interface UnvalidatedAssetService extends Instance {
14640
14712
  /**
14641
14713
  * The UserGameSettings is a singleton class found inside of the `UserSettings` singleton. It holds various persistent settings relating to how the user wants to control their camera, and their character.
14642
14714
  *
14643
- * - **Tags**: NotCreatable, UserSettings, NotReplicated
14715
+ * - **Tags**: NotCreatable, Service, NotReplicated
14644
14716
  *
14645
14717
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserGameSettings)
14646
14718
  */
@@ -14932,6 +15004,8 @@ interface Vector3Value extends ValueBase {
14932
15004
  readonly _nominal_Vector3Value: unique symbol;
14933
15005
  }
14934
15006
  /**
15007
+ * A sorted list of time-value pairs that define a curve. Used to animate a any type of value.
15008
+ *
14935
15009
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ValueCurve)
14936
15010
  */
14937
15011
  interface ValueCurve extends Instance {
@@ -15019,6 +15093,21 @@ interface VideoPlayer extends Instance {
15019
15093
  */
15020
15094
  readonly _nominal_VideoPlayer: unique symbol;
15021
15095
  }
15096
+ /**
15097
+ * - **Tags**: NotCreatable, Service
15098
+ *
15099
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoScreenCaptureService)
15100
+ */
15101
+ interface VideoScreenCaptureService extends Instance {
15102
+ /**
15103
+ * **DO NOT USE!**
15104
+ *
15105
+ * This field exists to force TypeScript to recognize this as a nominal type
15106
+ * @hidden
15107
+ * @deprecated
15108
+ */
15109
+ readonly _nominal_VideoScreenCaptureService: unique symbol;
15110
+ }
15022
15111
  /**
15023
15112
  * An internal service that offers no functionality to developers.
15024
15113
  *
@@ -15313,6 +15402,21 @@ interface TerrainWriteOperation extends RBXObject {
15313
15402
  */
15314
15403
  readonly _nominal_TerrainWriteOperation: unique symbol;
15315
15404
  }
15405
+ /**
15406
+ * - **Tags**: NotCreatable
15407
+ *
15408
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoSampler)
15409
+ */
15410
+ interface VideoSampler extends RBXObject {
15411
+ /**
15412
+ * **DO NOT USE!**
15413
+ *
15414
+ * This field exists to force TypeScript to recognize this as a nominal type
15415
+ * @hidden
15416
+ * @deprecated
15417
+ */
15418
+ readonly _nominal_VideoSampler: unique symbol;
15419
+ }
15316
15420
  /**
15317
15421
  * Maintains a streaming connection.
15318
15422
  *