@rbxts/types 1.0.885 → 1.0.887
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/include/generated/None.d.ts +189 -59
- package/include/generated/PluginSecurity.d.ts +19 -19
- package/include/generated/enums.d.ts +515 -16
- package/package.json +1 -1
|
@@ -6139,6 +6139,33 @@ declare namespace Enum {
|
|
|
6139
6139
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CatalogSortType | undefined;
|
|
6140
6140
|
}
|
|
6141
6141
|
export type CatalogSortType = CatalogSortType.Relevance | CatalogSortType.PriceHighToLow | CatalogSortType.PriceLowToHigh | CatalogSortType.MostFavorited | CatalogSortType.RecentlyCreated | CatalogSortType.Bestselling;
|
|
6142
|
+
/**
|
|
6143
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter)
|
|
6144
|
+
*/
|
|
6145
|
+
export namespace CatalogTimedOptionFilter {
|
|
6146
|
+
/**
|
|
6147
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter#All)
|
|
6148
|
+
*/
|
|
6149
|
+
export interface All extends globalThis.EnumItem {
|
|
6150
|
+
Name: "All";
|
|
6151
|
+
Value: 1;
|
|
6152
|
+
EnumType: typeof globalThis.Enum.CatalogTimedOptionFilter;
|
|
6153
|
+
}
|
|
6154
|
+
export const All: All;
|
|
6155
|
+
/**
|
|
6156
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogTimedOptionFilter#TimedOptionOnly)
|
|
6157
|
+
*/
|
|
6158
|
+
export interface TimedOptionOnly extends globalThis.EnumItem {
|
|
6159
|
+
Name: "TimedOptionOnly";
|
|
6160
|
+
Value: 2;
|
|
6161
|
+
EnumType: typeof globalThis.Enum.CatalogTimedOptionFilter;
|
|
6162
|
+
}
|
|
6163
|
+
export const TimedOptionOnly: TimedOptionOnly;
|
|
6164
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CatalogTimedOptionFilter>;
|
|
6165
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CatalogTimedOptionFilter | undefined;
|
|
6166
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CatalogTimedOptionFilter | undefined;
|
|
6167
|
+
}
|
|
6168
|
+
export type CatalogTimedOptionFilter = CatalogTimedOptionFilter.All | CatalogTimedOptionFilter.TimedOptionOnly;
|
|
6142
6169
|
/**
|
|
6143
6170
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CellBlock)
|
|
6144
6171
|
*/
|
|
@@ -10027,11 +10054,20 @@ declare namespace Enum {
|
|
|
10027
10054
|
EnumType: typeof globalThis.Enum.DeviceFeatureType;
|
|
10028
10055
|
}
|
|
10029
10056
|
export const DeviceCapture: DeviceCapture;
|
|
10057
|
+
/**
|
|
10058
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceFeatureType#InExperienceFAE)
|
|
10059
|
+
*/
|
|
10060
|
+
export interface InExperienceFAE extends globalThis.EnumItem {
|
|
10061
|
+
Name: "InExperienceFAE";
|
|
10062
|
+
Value: 1;
|
|
10063
|
+
EnumType: typeof globalThis.Enum.DeviceFeatureType;
|
|
10064
|
+
}
|
|
10065
|
+
export const InExperienceFAE: InExperienceFAE;
|
|
10030
10066
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DeviceFeatureType>;
|
|
10031
10067
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeviceFeatureType | undefined;
|
|
10032
10068
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeviceFeatureType | undefined;
|
|
10033
10069
|
}
|
|
10034
|
-
export type DeviceFeatureType = DeviceFeatureType.DeviceCapture;
|
|
10070
|
+
export type DeviceFeatureType = DeviceFeatureType.DeviceCapture | DeviceFeatureType.InExperienceFAE;
|
|
10035
10071
|
/**
|
|
10036
10072
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceForm)
|
|
10037
10073
|
*/
|
|
@@ -17779,12 +17815,84 @@ declare namespace Enum {
|
|
|
17779
17815
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17780
17816
|
}
|
|
17781
17817
|
export const Thumbstick2: Thumbstick2;
|
|
17818
|
+
/**
|
|
17819
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Up)
|
|
17820
|
+
*/
|
|
17821
|
+
export interface Thumbstick1Up extends globalThis.EnumItem {
|
|
17822
|
+
Name: "Thumbstick1Up";
|
|
17823
|
+
Value: 1018;
|
|
17824
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17825
|
+
}
|
|
17826
|
+
export const Thumbstick1Up: Thumbstick1Up;
|
|
17827
|
+
/**
|
|
17828
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Down)
|
|
17829
|
+
*/
|
|
17830
|
+
export interface Thumbstick1Down extends globalThis.EnumItem {
|
|
17831
|
+
Name: "Thumbstick1Down";
|
|
17832
|
+
Value: 1019;
|
|
17833
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17834
|
+
}
|
|
17835
|
+
export const Thumbstick1Down: Thumbstick1Down;
|
|
17836
|
+
/**
|
|
17837
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Left)
|
|
17838
|
+
*/
|
|
17839
|
+
export interface Thumbstick1Left extends globalThis.EnumItem {
|
|
17840
|
+
Name: "Thumbstick1Left";
|
|
17841
|
+
Value: 1020;
|
|
17842
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17843
|
+
}
|
|
17844
|
+
export const Thumbstick1Left: Thumbstick1Left;
|
|
17845
|
+
/**
|
|
17846
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Right)
|
|
17847
|
+
*/
|
|
17848
|
+
export interface Thumbstick1Right extends globalThis.EnumItem {
|
|
17849
|
+
Name: "Thumbstick1Right";
|
|
17850
|
+
Value: 1021;
|
|
17851
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17852
|
+
}
|
|
17853
|
+
export const Thumbstick1Right: Thumbstick1Right;
|
|
17854
|
+
/**
|
|
17855
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Up)
|
|
17856
|
+
*/
|
|
17857
|
+
export interface Thumbstick2Up extends globalThis.EnumItem {
|
|
17858
|
+
Name: "Thumbstick2Up";
|
|
17859
|
+
Value: 1022;
|
|
17860
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17861
|
+
}
|
|
17862
|
+
export const Thumbstick2Up: Thumbstick2Up;
|
|
17863
|
+
/**
|
|
17864
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Down)
|
|
17865
|
+
*/
|
|
17866
|
+
export interface Thumbstick2Down extends globalThis.EnumItem {
|
|
17867
|
+
Name: "Thumbstick2Down";
|
|
17868
|
+
Value: 1023;
|
|
17869
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17870
|
+
}
|
|
17871
|
+
export const Thumbstick2Down: Thumbstick2Down;
|
|
17872
|
+
/**
|
|
17873
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Left)
|
|
17874
|
+
*/
|
|
17875
|
+
export interface Thumbstick2Left extends globalThis.EnumItem {
|
|
17876
|
+
Name: "Thumbstick2Left";
|
|
17877
|
+
Value: 1024;
|
|
17878
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17879
|
+
}
|
|
17880
|
+
export const Thumbstick2Left: Thumbstick2Left;
|
|
17881
|
+
/**
|
|
17882
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Right)
|
|
17883
|
+
*/
|
|
17884
|
+
export interface Thumbstick2Right extends globalThis.EnumItem {
|
|
17885
|
+
Name: "Thumbstick2Right";
|
|
17886
|
+
Value: 1025;
|
|
17887
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17888
|
+
}
|
|
17889
|
+
export const Thumbstick2Right: Thumbstick2Right;
|
|
17782
17890
|
/**
|
|
17783
17891
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
|
|
17784
17892
|
*/
|
|
17785
17893
|
export interface MouseLeftButton extends globalThis.EnumItem {
|
|
17786
17894
|
Name: "MouseLeftButton";
|
|
17787
|
-
Value:
|
|
17895
|
+
Value: 1026;
|
|
17788
17896
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17789
17897
|
}
|
|
17790
17898
|
export const MouseLeftButton: MouseLeftButton;
|
|
@@ -17793,7 +17901,7 @@ declare namespace Enum {
|
|
|
17793
17901
|
*/
|
|
17794
17902
|
export interface MouseRightButton extends globalThis.EnumItem {
|
|
17795
17903
|
Name: "MouseRightButton";
|
|
17796
|
-
Value:
|
|
17904
|
+
Value: 1027;
|
|
17797
17905
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17798
17906
|
}
|
|
17799
17907
|
export const MouseRightButton: MouseRightButton;
|
|
@@ -17802,7 +17910,7 @@ declare namespace Enum {
|
|
|
17802
17910
|
*/
|
|
17803
17911
|
export interface MouseMiddleButton extends globalThis.EnumItem {
|
|
17804
17912
|
Name: "MouseMiddleButton";
|
|
17805
|
-
Value:
|
|
17913
|
+
Value: 1028;
|
|
17806
17914
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17807
17915
|
}
|
|
17808
17916
|
export const MouseMiddleButton: MouseMiddleButton;
|
|
@@ -17811,7 +17919,7 @@ declare namespace Enum {
|
|
|
17811
17919
|
*/
|
|
17812
17920
|
export interface MousePosition extends globalThis.EnumItem {
|
|
17813
17921
|
Name: "MousePosition";
|
|
17814
|
-
Value:
|
|
17922
|
+
Value: 1033;
|
|
17815
17923
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
17816
17924
|
}
|
|
17817
17925
|
export const MousePosition: MousePosition;
|
|
@@ -18878,7 +18986,7 @@ declare namespace Enum {
|
|
|
18878
18986
|
*/
|
|
18879
18987
|
export interface MouseBackButton extends globalThis.EnumItem {
|
|
18880
18988
|
Name: "MouseBackButton";
|
|
18881
|
-
Value:
|
|
18989
|
+
Value: 1029;
|
|
18882
18990
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18883
18991
|
}
|
|
18884
18992
|
export const MouseBackButton: MouseBackButton;
|
|
@@ -18889,7 +18997,7 @@ declare namespace Enum {
|
|
|
18889
18997
|
*/
|
|
18890
18998
|
export interface MouseNoButton extends globalThis.EnumItem {
|
|
18891
18999
|
Name: "MouseNoButton";
|
|
18892
|
-
Value:
|
|
19000
|
+
Value: 1030;
|
|
18893
19001
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18894
19002
|
}
|
|
18895
19003
|
export const MouseNoButton: MouseNoButton;
|
|
@@ -18900,7 +19008,7 @@ declare namespace Enum {
|
|
|
18900
19008
|
*/
|
|
18901
19009
|
export interface MouseX extends globalThis.EnumItem {
|
|
18902
19010
|
Name: "MouseX";
|
|
18903
|
-
Value:
|
|
19011
|
+
Value: 1031;
|
|
18904
19012
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18905
19013
|
}
|
|
18906
19014
|
export const MouseX: MouseX;
|
|
@@ -18911,7 +19019,7 @@ declare namespace Enum {
|
|
|
18911
19019
|
*/
|
|
18912
19020
|
export interface MouseY extends globalThis.EnumItem {
|
|
18913
19021
|
Name: "MouseY";
|
|
18914
|
-
Value:
|
|
19022
|
+
Value: 1032;
|
|
18915
19023
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18916
19024
|
}
|
|
18917
19025
|
export const MouseY: MouseY;
|
|
@@ -18919,7 +19027,7 @@ declare namespace Enum {
|
|
|
18919
19027
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
18920
19028
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
18921
19029
|
}
|
|
18922
|
-
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;
|
|
19030
|
+
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.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | 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;
|
|
18923
19031
|
/**
|
|
18924
19032
|
* Describes the interpolation method between two keys.
|
|
18925
19033
|
*
|
|
@@ -20297,7 +20405,7 @@ declare namespace Enum {
|
|
|
20297
20405
|
}
|
|
20298
20406
|
export const Pavement: Pavement;
|
|
20299
20407
|
/**
|
|
20300
|
-
* Applies to `BasePart`
|
|
20408
|
+
* Applies to `BasePart` only.
|
|
20301
20409
|
*
|
|
20302
20410
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Material#CorrodedMetal)
|
|
20303
20411
|
*/
|
|
@@ -21120,9 +21228,14 @@ declare namespace Enum {
|
|
|
21120
21228
|
}
|
|
21121
21229
|
export const StreamingMesh: StreamingMesh;
|
|
21122
21230
|
/**
|
|
21123
|
-
*
|
|
21231
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModelLevelOfDetail#SLIM)
|
|
21124
21232
|
*/
|
|
21125
|
-
export
|
|
21233
|
+
export interface SLIM extends globalThis.EnumItem {
|
|
21234
|
+
Name: "SLIM";
|
|
21235
|
+
Value: 2;
|
|
21236
|
+
EnumType: typeof globalThis.Enum.ModelLevelOfDetail;
|
|
21237
|
+
}
|
|
21238
|
+
export const SLIM: SLIM;
|
|
21126
21239
|
/**
|
|
21127
21240
|
* A lower resolution mesh will not be displayed.
|
|
21128
21241
|
*
|
|
@@ -21130,7 +21243,7 @@ declare namespace Enum {
|
|
|
21130
21243
|
*/
|
|
21131
21244
|
export interface Disabled extends globalThis.EnumItem {
|
|
21132
21245
|
Name: "Disabled";
|
|
21133
|
-
Value:
|
|
21246
|
+
Value: 3;
|
|
21134
21247
|
EnumType: typeof globalThis.Enum.ModelLevelOfDetail;
|
|
21135
21248
|
}
|
|
21136
21249
|
export const Disabled: Disabled;
|
|
@@ -21138,7 +21251,7 @@ declare namespace Enum {
|
|
|
21138
21251
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ModelLevelOfDetail | undefined;
|
|
21139
21252
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ModelLevelOfDetail | undefined;
|
|
21140
21253
|
}
|
|
21141
|
-
export type ModelLevelOfDetail = ModelLevelOfDetail.Automatic | ModelLevelOfDetail.StreamingMesh | ModelLevelOfDetail.Disabled;
|
|
21254
|
+
export type ModelLevelOfDetail = ModelLevelOfDetail.Automatic | ModelLevelOfDetail.StreamingMesh | ModelLevelOfDetail.SLIM | ModelLevelOfDetail.Disabled;
|
|
21142
21255
|
/**
|
|
21143
21256
|
* Controls how `Models` are sent to clients in experiences with instance streaming enabled.
|
|
21144
21257
|
*
|
|
@@ -21249,6 +21362,150 @@ declare namespace Enum {
|
|
|
21249
21362
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ModelStreamingMode | undefined;
|
|
21250
21363
|
}
|
|
21251
21364
|
export type ModelStreamingMode = ModelStreamingMode.Default | ModelStreamingMode.Atomic | ModelStreamingMode.Persistent | ModelStreamingMode.PersistentPerPlayer | ModelStreamingMode.Nonatomic;
|
|
21365
|
+
/**
|
|
21366
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultCategory)
|
|
21367
|
+
*/
|
|
21368
|
+
export namespace ModerationResultCategory {
|
|
21369
|
+
/**
|
|
21370
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultCategory#ViolationDetected)
|
|
21371
|
+
*/
|
|
21372
|
+
export interface ViolationDetected extends globalThis.EnumItem {
|
|
21373
|
+
Name: "ViolationDetected";
|
|
21374
|
+
Value: 0;
|
|
21375
|
+
EnumType: typeof globalThis.Enum.ModerationResultCategory;
|
|
21376
|
+
}
|
|
21377
|
+
export const ViolationDetected: ViolationDetected;
|
|
21378
|
+
/**
|
|
21379
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultCategory#Borderline)
|
|
21380
|
+
*/
|
|
21381
|
+
export interface Borderline extends globalThis.EnumItem {
|
|
21382
|
+
Name: "Borderline";
|
|
21383
|
+
Value: 1;
|
|
21384
|
+
EnumType: typeof globalThis.Enum.ModerationResultCategory;
|
|
21385
|
+
}
|
|
21386
|
+
export const Borderline: Borderline;
|
|
21387
|
+
/**
|
|
21388
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultCategory#NoViolationDetected)
|
|
21389
|
+
*/
|
|
21390
|
+
export interface NoViolationDetected extends globalThis.EnumItem {
|
|
21391
|
+
Name: "NoViolationDetected";
|
|
21392
|
+
Value: 2;
|
|
21393
|
+
EnumType: typeof globalThis.Enum.ModerationResultCategory;
|
|
21394
|
+
}
|
|
21395
|
+
export const NoViolationDetected: NoViolationDetected;
|
|
21396
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ModerationResultCategory>;
|
|
21397
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ModerationResultCategory | undefined;
|
|
21398
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ModerationResultCategory | undefined;
|
|
21399
|
+
}
|
|
21400
|
+
export type ModerationResultCategory = ModerationResultCategory.ViolationDetected | ModerationResultCategory.Borderline | ModerationResultCategory.NoViolationDetected;
|
|
21401
|
+
/**
|
|
21402
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel)
|
|
21403
|
+
*/
|
|
21404
|
+
export namespace ModerationResultLabel {
|
|
21405
|
+
/**
|
|
21406
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#ChildExploitation)
|
|
21407
|
+
*/
|
|
21408
|
+
export interface ChildExploitation extends globalThis.EnumItem {
|
|
21409
|
+
Name: "ChildExploitation";
|
|
21410
|
+
Value: 0;
|
|
21411
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21412
|
+
}
|
|
21413
|
+
export const ChildExploitation: ChildExploitation;
|
|
21414
|
+
/**
|
|
21415
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#SuicideSelfInjuryAndHarmfulBehavior)
|
|
21416
|
+
*/
|
|
21417
|
+
export interface SuicideSelfInjuryAndHarmfulBehavior extends globalThis.EnumItem {
|
|
21418
|
+
Name: "SuicideSelfInjuryAndHarmfulBehavior";
|
|
21419
|
+
Value: 1;
|
|
21420
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21421
|
+
}
|
|
21422
|
+
export const SuicideSelfInjuryAndHarmfulBehavior: SuicideSelfInjuryAndHarmfulBehavior;
|
|
21423
|
+
/**
|
|
21424
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#ThreatsBullyingAndHarassment)
|
|
21425
|
+
*/
|
|
21426
|
+
export interface ThreatsBullyingAndHarassment extends globalThis.EnumItem {
|
|
21427
|
+
Name: "ThreatsBullyingAndHarassment";
|
|
21428
|
+
Value: 2;
|
|
21429
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21430
|
+
}
|
|
21431
|
+
export const ThreatsBullyingAndHarassment: ThreatsBullyingAndHarassment;
|
|
21432
|
+
/**
|
|
21433
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#TerrorismAndViolentExtremism)
|
|
21434
|
+
*/
|
|
21435
|
+
export interface TerrorismAndViolentExtremism extends globalThis.EnumItem {
|
|
21436
|
+
Name: "TerrorismAndViolentExtremism";
|
|
21437
|
+
Value: 3;
|
|
21438
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21439
|
+
}
|
|
21440
|
+
export const TerrorismAndViolentExtremism: TerrorismAndViolentExtremism;
|
|
21441
|
+
/**
|
|
21442
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#DiscriminationSlursAndHateSpeech)
|
|
21443
|
+
*/
|
|
21444
|
+
export interface DiscriminationSlursAndHateSpeech extends globalThis.EnumItem {
|
|
21445
|
+
Name: "DiscriminationSlursAndHateSpeech";
|
|
21446
|
+
Value: 4;
|
|
21447
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21448
|
+
}
|
|
21449
|
+
export const DiscriminationSlursAndHateSpeech: DiscriminationSlursAndHateSpeech;
|
|
21450
|
+
/**
|
|
21451
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#RealWorldSensitiveEvents)
|
|
21452
|
+
*/
|
|
21453
|
+
export interface RealWorldSensitiveEvents extends globalThis.EnumItem {
|
|
21454
|
+
Name: "RealWorldSensitiveEvents";
|
|
21455
|
+
Value: 5;
|
|
21456
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21457
|
+
}
|
|
21458
|
+
export const RealWorldSensitiveEvents: RealWorldSensitiveEvents;
|
|
21459
|
+
/**
|
|
21460
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#ViolentContentAndGore)
|
|
21461
|
+
*/
|
|
21462
|
+
export interface ViolentContentAndGore extends globalThis.EnumItem {
|
|
21463
|
+
Name: "ViolentContentAndGore";
|
|
21464
|
+
Value: 6;
|
|
21465
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21466
|
+
}
|
|
21467
|
+
export const ViolentContentAndGore: ViolentContentAndGore;
|
|
21468
|
+
/**
|
|
21469
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#RomanticAndSexualContent)
|
|
21470
|
+
*/
|
|
21471
|
+
export interface RomanticAndSexualContent extends globalThis.EnumItem {
|
|
21472
|
+
Name: "RomanticAndSexualContent";
|
|
21473
|
+
Value: 7;
|
|
21474
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21475
|
+
}
|
|
21476
|
+
export const RomanticAndSexualContent: RomanticAndSexualContent;
|
|
21477
|
+
/**
|
|
21478
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#IllegalAndRegulatedGoodsAndActivities)
|
|
21479
|
+
*/
|
|
21480
|
+
export interface IllegalAndRegulatedGoodsAndActivities extends globalThis.EnumItem {
|
|
21481
|
+
Name: "IllegalAndRegulatedGoodsAndActivities";
|
|
21482
|
+
Value: 8;
|
|
21483
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21484
|
+
}
|
|
21485
|
+
export const IllegalAndRegulatedGoodsAndActivities: IllegalAndRegulatedGoodsAndActivities;
|
|
21486
|
+
/**
|
|
21487
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#Profanity)
|
|
21488
|
+
*/
|
|
21489
|
+
export interface Profanity extends globalThis.EnumItem {
|
|
21490
|
+
Name: "Profanity";
|
|
21491
|
+
Value: 9;
|
|
21492
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21493
|
+
}
|
|
21494
|
+
export const Profanity: Profanity;
|
|
21495
|
+
/**
|
|
21496
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationResultLabel#Other)
|
|
21497
|
+
*/
|
|
21498
|
+
export interface Other extends globalThis.EnumItem {
|
|
21499
|
+
Name: "Other";
|
|
21500
|
+
Value: 100;
|
|
21501
|
+
EnumType: typeof globalThis.Enum.ModerationResultLabel;
|
|
21502
|
+
}
|
|
21503
|
+
export const Other: Other;
|
|
21504
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ModerationResultLabel>;
|
|
21505
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ModerationResultLabel | undefined;
|
|
21506
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ModerationResultLabel | undefined;
|
|
21507
|
+
}
|
|
21508
|
+
export type ModerationResultLabel = ModerationResultLabel.ChildExploitation | ModerationResultLabel.SuicideSelfInjuryAndHarmfulBehavior | ModerationResultLabel.ThreatsBullyingAndHarassment | ModerationResultLabel.TerrorismAndViolentExtremism | ModerationResultLabel.DiscriminationSlursAndHateSpeech | ModerationResultLabel.RealWorldSensitiveEvents | ModerationResultLabel.ViolentContentAndGore | ModerationResultLabel.RomanticAndSexualContent | ModerationResultLabel.IllegalAndRegulatedGoodsAndActivities | ModerationResultLabel.Profanity | ModerationResultLabel.Other;
|
|
21252
21509
|
/**
|
|
21253
21510
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ModerationStatus)
|
|
21254
21511
|
*/
|
|
@@ -23523,10 +23780,14 @@ declare namespace Enum {
|
|
|
23523
23780
|
}
|
|
23524
23781
|
export type PlayerDataLoadFailureBehavior = PlayerDataLoadFailureBehavior.Failure | PlayerDataLoadFailureBehavior.FallbackToDefault | PlayerDataLoadFailureBehavior.Kick;
|
|
23525
23782
|
/**
|
|
23783
|
+
* An enum that specifies the reason for **Players.PlayerRemoving** signal.
|
|
23784
|
+
*
|
|
23526
23785
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerExitReason)
|
|
23527
23786
|
*/
|
|
23528
23787
|
export namespace PlayerExitReason {
|
|
23529
23788
|
/**
|
|
23789
|
+
* Catch-all for all other disconnect reasons.
|
|
23790
|
+
*
|
|
23530
23791
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerExitReason#Unknown)
|
|
23531
23792
|
*/
|
|
23532
23793
|
export interface Unknown extends globalThis.EnumItem {
|
|
@@ -23536,6 +23797,8 @@ declare namespace Enum {
|
|
|
23536
23797
|
}
|
|
23537
23798
|
export const Unknown: Unknown;
|
|
23538
23799
|
/**
|
|
23800
|
+
* User was kicked by Roblox systems, such as being blocked while in a Private Server.
|
|
23801
|
+
*
|
|
23539
23802
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerExitReason#PlatformKick)
|
|
23540
23803
|
*/
|
|
23541
23804
|
export interface PlatformKick extends globalThis.EnumItem {
|
|
@@ -23545,6 +23808,8 @@ declare namespace Enum {
|
|
|
23545
23808
|
}
|
|
23546
23809
|
export const PlatformKick: PlatformKick;
|
|
23547
23810
|
/**
|
|
23811
|
+
* Creator called **Player:Kick()**
|
|
23812
|
+
*
|
|
23548
23813
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerExitReason#CreatorKick)
|
|
23549
23814
|
*/
|
|
23550
23815
|
export interface CreatorKick extends globalThis.EnumItem {
|
|
@@ -25886,6 +26151,42 @@ declare namespace Enum {
|
|
|
25886
26151
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReverbType | undefined;
|
|
25887
26152
|
}
|
|
25888
26153
|
export type ReverbType = ReverbType.NoReverb | ReverbType.GenericReverb | ReverbType.PaddedCell | ReverbType.Room | ReverbType.Bathroom | ReverbType.LivingRoom | ReverbType.StoneRoom | ReverbType.Auditorium | ReverbType.ConcertHall | ReverbType.Cave | ReverbType.Arena | ReverbType.Hangar | ReverbType.CarpettedHallway | ReverbType.Hallway | ReverbType.StoneCorridor | ReverbType.Alley | ReverbType.Forest | ReverbType.City | ReverbType.Mountains | ReverbType.Quarry | ReverbType.Plain | ReverbType.ParkingLot | ReverbType.SewerPipe | ReverbType.UnderWater;
|
|
26154
|
+
/**
|
|
26155
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReviewableContentState)
|
|
26156
|
+
*/
|
|
26157
|
+
export namespace ReviewableContentState {
|
|
26158
|
+
/**
|
|
26159
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReviewableContentState#Pending)
|
|
26160
|
+
*/
|
|
26161
|
+
export interface Pending extends globalThis.EnumItem {
|
|
26162
|
+
Name: "Pending";
|
|
26163
|
+
Value: 0;
|
|
26164
|
+
EnumType: typeof globalThis.Enum.ReviewableContentState;
|
|
26165
|
+
}
|
|
26166
|
+
export const Pending: Pending;
|
|
26167
|
+
/**
|
|
26168
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReviewableContentState#Completed)
|
|
26169
|
+
*/
|
|
26170
|
+
export interface Completed extends globalThis.EnumItem {
|
|
26171
|
+
Name: "Completed";
|
|
26172
|
+
Value: 1;
|
|
26173
|
+
EnumType: typeof globalThis.Enum.ReviewableContentState;
|
|
26174
|
+
}
|
|
26175
|
+
export const Completed: Completed;
|
|
26176
|
+
/**
|
|
26177
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReviewableContentState#Failed)
|
|
26178
|
+
*/
|
|
26179
|
+
export interface Failed extends globalThis.EnumItem {
|
|
26180
|
+
Name: "Failed";
|
|
26181
|
+
Value: 2;
|
|
26182
|
+
EnumType: typeof globalThis.Enum.ReviewableContentState;
|
|
26183
|
+
}
|
|
26184
|
+
export const Failed: Failed;
|
|
26185
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ReviewableContentState>;
|
|
26186
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ReviewableContentState | undefined;
|
|
26187
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReviewableContentState | undefined;
|
|
26188
|
+
}
|
|
26189
|
+
export type ReviewableContentState = ReviewableContentState.Pending | ReviewableContentState.Completed | ReviewableContentState.Failed;
|
|
25889
26190
|
/**
|
|
25890
26191
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RibbonTool)
|
|
25891
26192
|
*/
|
|
@@ -31036,6 +31337,195 @@ declare namespace Enum {
|
|
|
31036
31337
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.Technology | undefined;
|
|
31037
31338
|
}
|
|
31038
31339
|
export type Technology = Technology.Voxel | Technology.Compatibility | Technology.ShadowMap | Technology.Future | Technology.Legacy | Technology.Unified;
|
|
31340
|
+
/**
|
|
31341
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend)
|
|
31342
|
+
*/
|
|
31343
|
+
export namespace TelemetryBackend {
|
|
31344
|
+
/**
|
|
31345
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#UNSPECIFIED)
|
|
31346
|
+
*/
|
|
31347
|
+
export interface UNSPECIFIED extends globalThis.EnumItem {
|
|
31348
|
+
Name: "UNSPECIFIED";
|
|
31349
|
+
Value: 0;
|
|
31350
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31351
|
+
}
|
|
31352
|
+
export const UNSPECIFIED: UNSPECIFIED;
|
|
31353
|
+
/**
|
|
31354
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#EventIngest)
|
|
31355
|
+
*/
|
|
31356
|
+
export interface EventIngest extends globalThis.EnumItem {
|
|
31357
|
+
Name: "EventIngest";
|
|
31358
|
+
Value: 1;
|
|
31359
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31360
|
+
}
|
|
31361
|
+
export const EventIngest: EventIngest;
|
|
31362
|
+
/**
|
|
31363
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#Points)
|
|
31364
|
+
*/
|
|
31365
|
+
export interface Points extends globalThis.EnumItem {
|
|
31366
|
+
Name: "Points";
|
|
31367
|
+
Value: 2;
|
|
31368
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31369
|
+
}
|
|
31370
|
+
export const Points: Points;
|
|
31371
|
+
/**
|
|
31372
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#Teletune)
|
|
31373
|
+
*/
|
|
31374
|
+
export interface Teletune extends globalThis.EnumItem {
|
|
31375
|
+
Name: "Teletune";
|
|
31376
|
+
Value: 3;
|
|
31377
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31378
|
+
}
|
|
31379
|
+
export const Teletune: Teletune;
|
|
31380
|
+
/**
|
|
31381
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#EphemeralCounter)
|
|
31382
|
+
*/
|
|
31383
|
+
export interface EphemeralCounter extends globalThis.EnumItem {
|
|
31384
|
+
Name: "EphemeralCounter";
|
|
31385
|
+
Value: 4;
|
|
31386
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31387
|
+
}
|
|
31388
|
+
export const EphemeralCounter: EphemeralCounter;
|
|
31389
|
+
/**
|
|
31390
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#EphemeralStat)
|
|
31391
|
+
*/
|
|
31392
|
+
export interface EphemeralStat extends globalThis.EnumItem {
|
|
31393
|
+
Name: "EphemeralStat";
|
|
31394
|
+
Value: 5;
|
|
31395
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31396
|
+
}
|
|
31397
|
+
export const EphemeralStat: EphemeralStat;
|
|
31398
|
+
/**
|
|
31399
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#Counter)
|
|
31400
|
+
*/
|
|
31401
|
+
export interface Counter extends globalThis.EnumItem {
|
|
31402
|
+
Name: "Counter";
|
|
31403
|
+
Value: 6;
|
|
31404
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31405
|
+
}
|
|
31406
|
+
export const Counter: Counter;
|
|
31407
|
+
/**
|
|
31408
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend#Stat)
|
|
31409
|
+
*/
|
|
31410
|
+
export interface Stat extends globalThis.EnumItem {
|
|
31411
|
+
Name: "Stat";
|
|
31412
|
+
Value: 7;
|
|
31413
|
+
EnumType: typeof globalThis.Enum.TelemetryBackend;
|
|
31414
|
+
}
|
|
31415
|
+
export const Stat: Stat;
|
|
31416
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.TelemetryBackend>;
|
|
31417
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.TelemetryBackend | undefined;
|
|
31418
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.TelemetryBackend | undefined;
|
|
31419
|
+
}
|
|
31420
|
+
export type TelemetryBackend = TelemetryBackend.UNSPECIFIED | TelemetryBackend.EventIngest | TelemetryBackend.Points | TelemetryBackend.Teletune | TelemetryBackend.EphemeralCounter | TelemetryBackend.EphemeralStat | TelemetryBackend.Counter | TelemetryBackend.Stat;
|
|
31421
|
+
/**
|
|
31422
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField)
|
|
31423
|
+
*/
|
|
31424
|
+
export namespace TelemetryStandardizedField {
|
|
31425
|
+
/**
|
|
31426
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddDatacenterId)
|
|
31427
|
+
*/
|
|
31428
|
+
export interface AddDatacenterId extends globalThis.EnumItem {
|
|
31429
|
+
Name: "AddDatacenterId";
|
|
31430
|
+
Value: 0;
|
|
31431
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31432
|
+
}
|
|
31433
|
+
export const AddDatacenterId: AddDatacenterId;
|
|
31434
|
+
/**
|
|
31435
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddPlaceId)
|
|
31436
|
+
*/
|
|
31437
|
+
export interface AddPlaceId extends globalThis.EnumItem {
|
|
31438
|
+
Name: "AddPlaceId";
|
|
31439
|
+
Value: 1;
|
|
31440
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31441
|
+
}
|
|
31442
|
+
export const AddPlaceId: AddPlaceId;
|
|
31443
|
+
/**
|
|
31444
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddUniverseId)
|
|
31445
|
+
*/
|
|
31446
|
+
export interface AddUniverseId extends globalThis.EnumItem {
|
|
31447
|
+
Name: "AddUniverseId";
|
|
31448
|
+
Value: 2;
|
|
31449
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31450
|
+
}
|
|
31451
|
+
export const AddUniverseId: AddUniverseId;
|
|
31452
|
+
/**
|
|
31453
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddPlaceInstanceId)
|
|
31454
|
+
*/
|
|
31455
|
+
export interface AddPlaceInstanceId extends globalThis.EnumItem {
|
|
31456
|
+
Name: "AddPlaceInstanceId";
|
|
31457
|
+
Value: 3;
|
|
31458
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31459
|
+
}
|
|
31460
|
+
export const AddPlaceInstanceId: AddPlaceInstanceId;
|
|
31461
|
+
/**
|
|
31462
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddPlaySessionId)
|
|
31463
|
+
*/
|
|
31464
|
+
export interface AddPlaySessionId extends globalThis.EnumItem {
|
|
31465
|
+
Name: "AddPlaySessionId";
|
|
31466
|
+
Value: 4;
|
|
31467
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31468
|
+
}
|
|
31469
|
+
export const AddPlaySessionId: AddPlaySessionId;
|
|
31470
|
+
/**
|
|
31471
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddCurrentContextName)
|
|
31472
|
+
*/
|
|
31473
|
+
export interface AddCurrentContextName extends globalThis.EnumItem {
|
|
31474
|
+
Name: "AddCurrentContextName";
|
|
31475
|
+
Value: 5;
|
|
31476
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31477
|
+
}
|
|
31478
|
+
export const AddCurrentContextName: AddCurrentContextName;
|
|
31479
|
+
/**
|
|
31480
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddOsInfo)
|
|
31481
|
+
*/
|
|
31482
|
+
export interface AddOsInfo extends globalThis.EnumItem {
|
|
31483
|
+
Name: "AddOsInfo";
|
|
31484
|
+
Value: 6;
|
|
31485
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31486
|
+
}
|
|
31487
|
+
export const AddOsInfo: AddOsInfo;
|
|
31488
|
+
/**
|
|
31489
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddArchitectureInfo)
|
|
31490
|
+
*/
|
|
31491
|
+
export interface AddArchitectureInfo extends globalThis.EnumItem {
|
|
31492
|
+
Name: "AddArchitectureInfo";
|
|
31493
|
+
Value: 7;
|
|
31494
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31495
|
+
}
|
|
31496
|
+
export const AddArchitectureInfo: AddArchitectureInfo;
|
|
31497
|
+
/**
|
|
31498
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddCpuInfo)
|
|
31499
|
+
*/
|
|
31500
|
+
export interface AddCpuInfo extends globalThis.EnumItem {
|
|
31501
|
+
Name: "AddCpuInfo";
|
|
31502
|
+
Value: 8;
|
|
31503
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31504
|
+
}
|
|
31505
|
+
export const AddCpuInfo: AddCpuInfo;
|
|
31506
|
+
/**
|
|
31507
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddMemoryInfo)
|
|
31508
|
+
*/
|
|
31509
|
+
export interface AddMemoryInfo extends globalThis.EnumItem {
|
|
31510
|
+
Name: "AddMemoryInfo";
|
|
31511
|
+
Value: 9;
|
|
31512
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31513
|
+
}
|
|
31514
|
+
export const AddMemoryInfo: AddMemoryInfo;
|
|
31515
|
+
/**
|
|
31516
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryStandardizedField#AddSessionInfo)
|
|
31517
|
+
*/
|
|
31518
|
+
export interface AddSessionInfo extends globalThis.EnumItem {
|
|
31519
|
+
Name: "AddSessionInfo";
|
|
31520
|
+
Value: 10;
|
|
31521
|
+
EnumType: typeof globalThis.Enum.TelemetryStandardizedField;
|
|
31522
|
+
}
|
|
31523
|
+
export const AddSessionInfo: AddSessionInfo;
|
|
31524
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.TelemetryStandardizedField>;
|
|
31525
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.TelemetryStandardizedField | undefined;
|
|
31526
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.TelemetryStandardizedField | undefined;
|
|
31527
|
+
}
|
|
31528
|
+
export type TelemetryStandardizedField = TelemetryStandardizedField.AddDatacenterId | TelemetryStandardizedField.AddPlaceId | TelemetryStandardizedField.AddUniverseId | TelemetryStandardizedField.AddPlaceInstanceId | TelemetryStandardizedField.AddPlaySessionId | TelemetryStandardizedField.AddCurrentContextName | TelemetryStandardizedField.AddOsInfo | TelemetryStandardizedField.AddArchitectureInfo | TelemetryStandardizedField.AddCpuInfo | TelemetryStandardizedField.AddMemoryInfo | TelemetryStandardizedField.AddSessionInfo;
|
|
31039
31529
|
/**
|
|
31040
31530
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TeleportMethod)
|
|
31041
31531
|
*/
|
|
@@ -35533,11 +36023,20 @@ declare namespace Enum {
|
|
|
35533
36023
|
EnumType: typeof globalThis.Enum.WebStreamClientType;
|
|
35534
36024
|
}
|
|
35535
36025
|
export const RawStream: RawStream;
|
|
36026
|
+
/**
|
|
36027
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WebStreamClientType#WebSocket)
|
|
36028
|
+
*/
|
|
36029
|
+
export interface WebSocket extends globalThis.EnumItem {
|
|
36030
|
+
Name: "WebSocket";
|
|
36031
|
+
Value: 2;
|
|
36032
|
+
EnumType: typeof globalThis.Enum.WebStreamClientType;
|
|
36033
|
+
}
|
|
36034
|
+
export const WebSocket: WebSocket;
|
|
35536
36035
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WebStreamClientType>;
|
|
35537
36036
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WebStreamClientType | undefined;
|
|
35538
36037
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WebStreamClientType | undefined;
|
|
35539
36038
|
}
|
|
35540
|
-
export type WebStreamClientType = WebStreamClientType.SSE | WebStreamClientType.RawStream;
|
|
36039
|
+
export type WebStreamClientType = WebStreamClientType.SSE | WebStreamClientType.RawStream | WebStreamClientType.WebSocket;
|
|
35541
36040
|
/**
|
|
35542
36041
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WeldConstraintPreserve)
|
|
35543
36042
|
*/
|