@rbxts/types 1.0.789 → 1.0.790

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.
@@ -7,7 +7,6 @@
7
7
  interface Services {
8
8
  AccountService: AccountService;
9
9
  AchievementService: AchievementService;
10
- ActivityHistoryService: ActivityHistoryService;
11
10
  AnalyticsService: AnalyticsService;
12
11
  AnimationClipProvider: AnimationClipProvider;
13
12
  AnimationFromVideoCreatorService: AnimationFromVideoCreatorService;
@@ -205,6 +204,7 @@ interface CreatableInstances {
205
204
  AnimationController: AnimationController;
206
205
  AnimationRigData: AnimationRigData;
207
206
  Animator: Animator;
207
+ Annotation: Annotation;
208
208
  ArcHandles: ArcHandles;
209
209
  Atmosphere: Atmosphere;
210
210
  AtmosphereSensor: AtmosphereSensor;
@@ -260,6 +260,7 @@ interface CreatableInstances {
260
260
  Clouds: Clouds;
261
261
  Color3Value: Color3Value;
262
262
  ColorCorrectionEffect: ColorCorrectionEffect;
263
+ ColorGradingEffect: ColorGradingEffect;
263
264
  CompressorSoundEffect: CompressorSoundEffect;
264
265
  ConeHandleAdornment: ConeHandleAdornment;
265
266
  Configuration: Configuration;
@@ -461,7 +462,9 @@ interface CreatableInstances {
461
462
  WeldConstraint: WeldConstraint;
462
463
  Wire: Wire;
463
464
  WireframeHandleAdornment: WireframeHandleAdornment;
465
+ WorkspaceAnnotation: WorkspaceAnnotation;
464
466
  WorldModel: WorldModel;
467
+ WrapDeformer: WrapDeformer;
465
468
  WrapLayer: WrapLayer;
466
469
  WrapTarget: WrapTarget;
467
470
  }
@@ -1390,18 +1393,6 @@ interface AchievementService extends Instance {
1390
1393
  readonly _nominal_AchievementService: unique symbol;
1391
1394
  }
1392
1395
 
1393
- interface ActivityHistoryService extends Instance {
1394
- /**
1395
- * **DO NOT USE!**
1396
- *
1397
- * This field exists to force TypeScript to recognize this as a nominal type
1398
- * @hidden
1399
- * @deprecated
1400
- */
1401
- readonly _nominal_ActivityHistoryService: unique symbol;
1402
- readonly EventNotificationReceived: RBXScriptSignal<() => void>;
1403
- }
1404
-
1405
1396
  interface AdPortal extends Instance {
1406
1397
  /**
1407
1398
  * **DO NOT USE!**
@@ -2289,6 +2280,28 @@ interface Animator extends Instance {
2289
2280
  readonly AnimationPlayed: RBXScriptSignal<(animationTrack: AnimationTrack) => void>;
2290
2281
  }
2291
2282
 
2283
+ interface Annotation extends Instance {
2284
+ /**
2285
+ * **DO NOT USE!**
2286
+ *
2287
+ * This field exists to force TypeScript to recognize this as a nominal type
2288
+ * @hidden
2289
+ * @deprecated
2290
+ */
2291
+ readonly _nominal_Annotation: unique symbol;
2292
+ }
2293
+
2294
+ interface WorkspaceAnnotation extends Annotation {
2295
+ /**
2296
+ * **DO NOT USE!**
2297
+ *
2298
+ * This field exists to force TypeScript to recognize this as a nominal type
2299
+ * @hidden
2300
+ * @deprecated
2301
+ */
2302
+ readonly _nominal_WorkspaceAnnotation: unique symbol;
2303
+ }
2304
+
2292
2305
  interface AnnotationsService extends Instance {
2293
2306
  /**
2294
2307
  * **DO NOT USE!**
@@ -5107,6 +5120,20 @@ interface BaseWrap extends Instance {
5107
5120
  readonly ImportOriginWorld: CFrame;
5108
5121
  }
5109
5122
 
5123
+ interface WrapDeformer extends BaseWrap {
5124
+ /**
5125
+ * **DO NOT USE!**
5126
+ *
5127
+ * This field exists to force TypeScript to recognize this as a nominal type
5128
+ * @hidden
5129
+ * @deprecated
5130
+ */
5131
+ readonly _nominal_WrapDeformer: unique symbol;
5132
+ Amount: number;
5133
+ Enabled: boolean;
5134
+ RenderMeshID: string;
5135
+ }
5136
+
5110
5137
  /** The WrapLayer object defines a 3D accessory's inner and outer surfaces and other properties related to layering accessories. These surfaces, or the Inner Cage and Outer Cage, are similar to collision boxes, and describe the surfaces of which other 3D accessories can be placed without clipping or breaking.
5111
5138
  *
5112
5139
  * Internally, WrapLayer also uses the UV layout of the Inner and Outer cages to match coordinates to another 3D object's cage. This powers the deformation of objects around differently shaped avatars and underlying accessories.
@@ -15644,6 +15671,7 @@ interface Path2D extends GuiBase {
15644
15671
  * @deprecated
15645
15672
  */
15646
15673
  readonly _nominal_Path2D: unique symbol;
15674
+ Closed: boolean;
15647
15675
  Color3: Color3;
15648
15676
  Thickness: number;
15649
15677
  Visible: boolean;
@@ -15651,6 +15679,8 @@ interface Path2D extends GuiBase {
15651
15679
  GetBoundingRect(this: Path2D): Rect;
15652
15680
  GetControlPoint(this: Path2D, index: number): Path2DControlPoint;
15653
15681
  GetControlPoints(this: Path2D): unknown;
15682
+ GetLength(this: Path2D): number;
15683
+ GetMaxControlPoints(this: Path2D): number;
15654
15684
  GetPositionOnCurve(this: Path2D, t: number): UDim2;
15655
15685
  GetPositionOnCurveArcLength(this: Path2D, t: number): UDim2;
15656
15686
  GetTangentOnCurve(this: Path2D, t: number): Vector2;
@@ -15659,6 +15689,7 @@ interface Path2D extends GuiBase {
15659
15689
  RemoveControlPoint(this: Path2D, index: number): void;
15660
15690
  SetControlPoints(this: Path2D, controlPoints: Array<any>): void;
15661
15691
  UpdateControlPoint(this: Path2D, index: number, point: Path2DControlPoint): void;
15692
+ readonly ControlPointChanged: RBXScriptSignal<() => void>;
15662
15693
  }
15663
15694
 
15664
15695
  /** The GuiService is a service which currently allows developers to control what [GuiObject](https://developer.roblox.com/en-us/api-reference/class/GuiObject) is currently being selected by the gamepad navigator. It also allows clients to check if Roblox's main menu is currently open.
@@ -15708,6 +15739,10 @@ interface GuiService extends Instance {
15708
15739
  * Tags: NotReplicated
15709
15740
  */
15710
15741
  readonly MenuIsOpen: boolean;
15742
+ /**
15743
+ * Tags: NotReplicated
15744
+ */
15745
+ readonly PreferredTextSize: Enum.PreferredTextSize;
15711
15746
  /**
15712
15747
  * Tags: Hidden, NotReplicated
15713
15748
  */
@@ -29865,6 +29900,18 @@ interface ColorCorrectionEffect extends PostEffect {
29865
29900
  TintColor: Color3;
29866
29901
  }
29867
29902
 
29903
+ interface ColorGradingEffect extends PostEffect {
29904
+ /**
29905
+ * **DO NOT USE!**
29906
+ *
29907
+ * This field exists to force TypeScript to recognize this as a nominal type
29908
+ * @hidden
29909
+ * @deprecated
29910
+ */
29911
+ readonly _nominal_ColorGradingEffect: unique symbol;
29912
+ TonemapperPreset: Enum.TonemapperPreset;
29913
+ }
29914
+
29868
29915
  /** The **DepthOfFieldEffect** simulates a camera lens by blurring parts of a scene not in focus. Distant objects can be blurred or this effect can be used to focus on specific parts of a scene, like an item in an in-game shop.
29869
29916
  *
29870
29917
  * Like other post-processing effects, **DepthOfFieldEffect** will only work while [Enabled](https://developer.roblox.com/en-us/api-reference/property/PostEffect/Enabled) and when parented to [Lighting](https://developer.roblox.com/en-us/api-reference/class/Lighting) or [Workspace.CurrentCamera](https://developer.roblox.com/en-us/api-reference/property/Workspace/CurrentCamera). Also, it may render differently on low-end devices or depending on your Studio settings (see the **Quality Level** settings in **Rendering** → **Performance**).
@@ -272,6 +272,19 @@ interface BaseWrap extends Instance {
272
272
  ImportOrigin: CFrame;
273
273
  }
274
274
 
275
+ interface WrapDeformer extends BaseWrap {
276
+ /**
277
+ * **DO NOT USE!**
278
+ *
279
+ * This field exists to force TypeScript to recognize this as a nominal type
280
+ * @hidden
281
+ * @deprecated
282
+ */
283
+ readonly _nominal_WrapDeformer: unique symbol;
284
+ Amount: number;
285
+ RenderMeshID: string;
286
+ }
287
+
275
288
  interface WrapLayer extends BaseWrap {
276
289
  /**
277
290
  * **DO NOT USE!**
@@ -11740,9 +11740,65 @@ declare namespace Enum {
11740
11740
 
11741
11741
  export const Thumbstick2: Thumbstick2;
11742
11742
 
11743
+ export interface MouseLeftButton extends globalThis.EnumItem {
11744
+ Name: "MouseLeftButton";
11745
+ Value: 1018;
11746
+ EnumType: typeof globalThis.Enum.KeyCode;
11747
+ }
11748
+
11749
+ export const MouseLeftButton: MouseLeftButton;
11750
+
11751
+ export interface MouseRightButton extends globalThis.EnumItem {
11752
+ Name: "MouseRightButton";
11753
+ Value: 1019;
11754
+ EnumType: typeof globalThis.Enum.KeyCode;
11755
+ }
11756
+
11757
+ export const MouseRightButton: MouseRightButton;
11758
+
11759
+ export interface MouseMiddleButton extends globalThis.EnumItem {
11760
+ Name: "MouseMiddleButton";
11761
+ Value: 1020;
11762
+ EnumType: typeof globalThis.Enum.KeyCode;
11763
+ }
11764
+
11765
+ export const MouseMiddleButton: MouseMiddleButton;
11766
+
11767
+ export interface MouseBackButton extends globalThis.EnumItem {
11768
+ Name: "MouseBackButton";
11769
+ Value: 1021;
11770
+ EnumType: typeof globalThis.Enum.KeyCode;
11771
+ }
11772
+
11773
+ export const MouseBackButton: MouseBackButton;
11774
+
11775
+ export interface MouseNoButton extends globalThis.EnumItem {
11776
+ Name: "MouseNoButton";
11777
+ Value: 1022;
11778
+ EnumType: typeof globalThis.Enum.KeyCode;
11779
+ }
11780
+
11781
+ export const MouseNoButton: MouseNoButton;
11782
+
11783
+ export interface MouseX extends globalThis.EnumItem {
11784
+ Name: "MouseX";
11785
+ Value: 1023;
11786
+ EnumType: typeof globalThis.Enum.KeyCode;
11787
+ }
11788
+
11789
+ export const MouseX: MouseX;
11790
+
11791
+ export interface MouseY extends globalThis.EnumItem {
11792
+ Name: "MouseY";
11793
+ Value: 1024;
11794
+ EnumType: typeof globalThis.Enum.KeyCode;
11795
+ }
11796
+
11797
+ export const MouseY: MouseY;
11798
+
11743
11799
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.KeyCode>;
11744
11800
  }
11745
- 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.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.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;
11801
+ 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.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.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.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
11746
11802
 
11747
11803
  export namespace KeyInterpolationMode {
11748
11804
  export interface Constant extends globalThis.EnumItem {
@@ -19370,9 +19426,17 @@ declare namespace Enum {
19370
19426
 
19371
19427
  export const TeleportToVIPServer: TeleportToVIPServer;
19372
19428
 
19429
+ export interface TeleportToInstanceBack extends globalThis.EnumItem {
19430
+ Name: "TeleportToInstanceBack";
19431
+ Value: 5;
19432
+ EnumType: typeof globalThis.Enum.TeleportMethod;
19433
+ }
19434
+
19435
+ export const TeleportToInstanceBack: TeleportToInstanceBack;
19436
+
19373
19437
  export interface TeleportUnknown extends globalThis.EnumItem {
19374
19438
  Name: "TeleportUnknown";
19375
- Value: 5;
19439
+ Value: 6;
19376
19440
  EnumType: typeof globalThis.Enum.TeleportMethod;
19377
19441
  }
19378
19442
 
@@ -19380,7 +19444,7 @@ declare namespace Enum {
19380
19444
 
19381
19445
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.TeleportMethod>;
19382
19446
  }
19383
- export type TeleportMethod = TeleportMethod.TeleportToSpawnByName | TeleportMethod.TeleportToPlaceInstance | TeleportMethod.TeleportToPrivateServer | TeleportMethod.TeleportPartyAsync | TeleportMethod.TeleportToVIPServer | TeleportMethod.TeleportUnknown;
19447
+ export type TeleportMethod = TeleportMethod.TeleportToSpawnByName | TeleportMethod.TeleportToPlaceInstance | TeleportMethod.TeleportToPrivateServer | TeleportMethod.TeleportPartyAsync | TeleportMethod.TeleportToVIPServer | TeleportMethod.TeleportToInstanceBack | TeleportMethod.TeleportUnknown;
19384
19448
 
19385
19449
  export namespace TeleportResult {
19386
19450
  export interface Success extends globalThis.EnumItem {
@@ -19529,9 +19593,17 @@ declare namespace Enum {
19529
19593
 
19530
19594
  export const ToVIPServer: ToVIPServer;
19531
19595
 
19596
+ export interface ToInstanceBack extends globalThis.EnumItem {
19597
+ Name: "ToInstanceBack";
19598
+ Value: 4;
19599
+ EnumType: typeof globalThis.Enum.TeleportType;
19600
+ }
19601
+
19602
+ export const ToInstanceBack: ToInstanceBack;
19603
+
19532
19604
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.TeleportType>;
19533
19605
  }
19534
- export type TeleportType = TeleportType.ToPlace | TeleportType.ToInstance | TeleportType.ToReservedServer | TeleportType.ToVIPServer;
19606
+ export type TeleportType = TeleportType.ToPlace | TeleportType.ToInstance | TeleportType.ToReservedServer | TeleportType.ToVIPServer | TeleportType.ToInstanceBack;
19535
19607
 
19536
19608
  export namespace TerrainAcquisitionMethod {
19537
19609
  export interface None extends globalThis.EnumItem {
@@ -20255,6 +20327,27 @@ declare namespace Enum {
20255
20327
  }
20256
20328
  export type TickCountSampleMethod = TickCountSampleMethod.Fast | TickCountSampleMethod.Benchmark | TickCountSampleMethod.Precise;
20257
20329
 
20330
+ export namespace TonemapperPreset {
20331
+ export interface Default extends globalThis.EnumItem {
20332
+ Name: "Default";
20333
+ Value: 0;
20334
+ EnumType: typeof globalThis.Enum.TonemapperPreset;
20335
+ }
20336
+
20337
+ export const Default: Default;
20338
+
20339
+ export interface Retro extends globalThis.EnumItem {
20340
+ Name: "Retro";
20341
+ Value: 1;
20342
+ EnumType: typeof globalThis.Enum.TonemapperPreset;
20343
+ }
20344
+
20345
+ export const Retro: Retro;
20346
+
20347
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.TonemapperPreset>;
20348
+ }
20349
+ export type TonemapperPreset = TonemapperPreset.Default | TonemapperPreset.Retro;
20350
+
20258
20351
  export namespace TopBottom {
20259
20352
  export interface Top extends globalThis.EnumItem {
20260
20353
  Name: "Top";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.789",
3
+ "version": "1.0.790",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },