@rbxts/types 1.0.904 → 1.0.906
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 +141 -84
- package/include/generated/PluginSecurity.d.ts +348 -11
- package/include/generated/enums.d.ts +362 -7
- package/package.json +1 -1
|
@@ -896,7 +896,7 @@ declare namespace Enum {
|
|
|
896
896
|
}
|
|
897
897
|
export type AdUnitStatus = AdUnitStatus.Inactive | AdUnitStatus.Active;
|
|
898
898
|
/**
|
|
899
|
-
* Culling method used for
|
|
899
|
+
* Culling method used for adornments.
|
|
900
900
|
*
|
|
901
901
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdornCullingMode)
|
|
902
902
|
*/
|
|
@@ -8729,6 +8729,51 @@ declare namespace Enum {
|
|
|
8729
8729
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8730
8730
|
}
|
|
8731
8731
|
export const DisconnectVerboselyModeratedGame: DisconnectVerboselyModeratedGame;
|
|
8732
|
+
/**
|
|
8733
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorNotAgeVerified)
|
|
8734
|
+
*/
|
|
8735
|
+
export interface DisconnectCollaboratorNotAgeVerified extends globalThis.EnumItem {
|
|
8736
|
+
Name: "DisconnectCollaboratorNotAgeVerified";
|
|
8737
|
+
Value: 310;
|
|
8738
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8739
|
+
}
|
|
8740
|
+
export const DisconnectCollaboratorNotAgeVerified: DisconnectCollaboratorNotAgeVerified;
|
|
8741
|
+
/**
|
|
8742
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorTrustedConnectionsRequired)
|
|
8743
|
+
*/
|
|
8744
|
+
export interface DisconnectCollaboratorTrustedConnectionsRequired extends globalThis.EnumItem {
|
|
8745
|
+
Name: "DisconnectCollaboratorTrustedConnectionsRequired";
|
|
8746
|
+
Value: 311;
|
|
8747
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8748
|
+
}
|
|
8749
|
+
export const DisconnectCollaboratorTrustedConnectionsRequired: DisconnectCollaboratorTrustedConnectionsRequired;
|
|
8750
|
+
/**
|
|
8751
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorOwnerActionRequired)
|
|
8752
|
+
*/
|
|
8753
|
+
export interface DisconnectCollaboratorOwnerActionRequired extends globalThis.EnumItem {
|
|
8754
|
+
Name: "DisconnectCollaboratorOwnerActionRequired";
|
|
8755
|
+
Value: 312;
|
|
8756
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8757
|
+
}
|
|
8758
|
+
export const DisconnectCollaboratorOwnerActionRequired: DisconnectCollaboratorOwnerActionRequired;
|
|
8759
|
+
/**
|
|
8760
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorTooManyCollaborators)
|
|
8761
|
+
*/
|
|
8762
|
+
export interface DisconnectCollaboratorTooManyCollaborators extends globalThis.EnumItem {
|
|
8763
|
+
Name: "DisconnectCollaboratorTooManyCollaborators";
|
|
8764
|
+
Value: 313;
|
|
8765
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8766
|
+
}
|
|
8767
|
+
export const DisconnectCollaboratorTooManyCollaborators: DisconnectCollaboratorTooManyCollaborators;
|
|
8768
|
+
/**
|
|
8769
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorUnknownError)
|
|
8770
|
+
*/
|
|
8771
|
+
export interface DisconnectCollaboratorUnknownError extends globalThis.EnumItem {
|
|
8772
|
+
Name: "DisconnectCollaboratorUnknownError";
|
|
8773
|
+
Value: 314;
|
|
8774
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
8775
|
+
}
|
|
8776
|
+
export const DisconnectCollaboratorUnknownError: DisconnectCollaboratorUnknownError;
|
|
8732
8777
|
/**
|
|
8733
8778
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchErrors)
|
|
8734
8779
|
*/
|
|
@@ -8958,7 +9003,7 @@ declare namespace Enum {
|
|
|
8958
9003
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
8959
9004
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
8960
9005
|
}
|
|
8961
|
-
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
|
|
9006
|
+
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
|
|
8962
9007
|
/**
|
|
8963
9008
|
* Used to determine the connection state of the client to the game server.
|
|
8964
9009
|
*
|
|
@@ -9256,6 +9301,8 @@ declare namespace Enum {
|
|
|
9256
9301
|
}
|
|
9257
9302
|
export const Captures: Captures;
|
|
9258
9303
|
/**
|
|
9304
|
+
* The **Avatar Switcher** allows users to change their platform avatar.
|
|
9305
|
+
*
|
|
9259
9306
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CoreGuiType#AvatarSwitcher)
|
|
9260
9307
|
*/
|
|
9261
9308
|
export interface AvatarSwitcher extends globalThis.EnumItem {
|
|
@@ -9503,6 +9550,42 @@ declare namespace Enum {
|
|
|
9503
9550
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CustomCameraMode | undefined;
|
|
9504
9551
|
}
|
|
9505
9552
|
export type CustomCameraMode = CustomCameraMode.Default | CustomCameraMode.Classic | CustomCameraMode.Follow;
|
|
9553
|
+
/**
|
|
9554
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelExtractorFileType)
|
|
9555
|
+
*/
|
|
9556
|
+
export namespace DataModelExtractorFileType {
|
|
9557
|
+
/**
|
|
9558
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelExtractorFileType#PlaceFile)
|
|
9559
|
+
*/
|
|
9560
|
+
export interface PlaceFile extends globalThis.EnumItem {
|
|
9561
|
+
Name: "PlaceFile";
|
|
9562
|
+
Value: 0;
|
|
9563
|
+
EnumType: typeof globalThis.Enum.DataModelExtractorFileType;
|
|
9564
|
+
}
|
|
9565
|
+
export const PlaceFile: PlaceFile;
|
|
9566
|
+
/**
|
|
9567
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelExtractorFileType#FirstSlice)
|
|
9568
|
+
*/
|
|
9569
|
+
export interface FirstSlice extends globalThis.EnumItem {
|
|
9570
|
+
Name: "FirstSlice";
|
|
9571
|
+
Value: 1;
|
|
9572
|
+
EnumType: typeof globalThis.Enum.DataModelExtractorFileType;
|
|
9573
|
+
}
|
|
9574
|
+
export const FirstSlice: FirstSlice;
|
|
9575
|
+
/**
|
|
9576
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DataModelExtractorFileType#NonFirstSlice)
|
|
9577
|
+
*/
|
|
9578
|
+
export interface NonFirstSlice extends globalThis.EnumItem {
|
|
9579
|
+
Name: "NonFirstSlice";
|
|
9580
|
+
Value: 2;
|
|
9581
|
+
EnumType: typeof globalThis.Enum.DataModelExtractorFileType;
|
|
9582
|
+
}
|
|
9583
|
+
export const NonFirstSlice: NonFirstSlice;
|
|
9584
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DataModelExtractorFileType>;
|
|
9585
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DataModelExtractorFileType | undefined;
|
|
9586
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DataModelExtractorFileType | undefined;
|
|
9587
|
+
}
|
|
9588
|
+
export type DataModelExtractorFileType = DataModelExtractorFileType.PlaceFile | DataModelExtractorFileType.FirstSlice | DataModelExtractorFileType.NonFirstSlice;
|
|
9506
9589
|
/**
|
|
9507
9590
|
* Indicates the type of data store request being made.
|
|
9508
9591
|
*
|
|
@@ -10974,6 +11057,42 @@ declare namespace Enum {
|
|
|
10974
11057
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DialogTone | undefined;
|
|
10975
11058
|
}
|
|
10976
11059
|
export type DialogTone = DialogTone.Neutral | DialogTone.Friendly | DialogTone.Enemy;
|
|
11060
|
+
/**
|
|
11061
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DisplayScalingMode)
|
|
11062
|
+
*/
|
|
11063
|
+
export namespace DisplayScalingMode {
|
|
11064
|
+
/**
|
|
11065
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DisplayScalingMode#Default)
|
|
11066
|
+
*/
|
|
11067
|
+
export interface Default extends globalThis.EnumItem {
|
|
11068
|
+
Name: "Default";
|
|
11069
|
+
Value: 0;
|
|
11070
|
+
EnumType: typeof globalThis.Enum.DisplayScalingMode;
|
|
11071
|
+
}
|
|
11072
|
+
export const Default: Default;
|
|
11073
|
+
/**
|
|
11074
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DisplayScalingMode#Legacy)
|
|
11075
|
+
*/
|
|
11076
|
+
export interface Legacy extends globalThis.EnumItem {
|
|
11077
|
+
Name: "Legacy";
|
|
11078
|
+
Value: 1;
|
|
11079
|
+
EnumType: typeof globalThis.Enum.DisplayScalingMode;
|
|
11080
|
+
}
|
|
11081
|
+
export const Legacy: Legacy;
|
|
11082
|
+
/**
|
|
11083
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DisplayScalingMode#Responsive)
|
|
11084
|
+
*/
|
|
11085
|
+
export interface Responsive extends globalThis.EnumItem {
|
|
11086
|
+
Name: "Responsive";
|
|
11087
|
+
Value: 2;
|
|
11088
|
+
EnumType: typeof globalThis.Enum.DisplayScalingMode;
|
|
11089
|
+
}
|
|
11090
|
+
export const Responsive: Responsive;
|
|
11091
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DisplayScalingMode>;
|
|
11092
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DisplayScalingMode | undefined;
|
|
11093
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DisplayScalingMode | undefined;
|
|
11094
|
+
}
|
|
11095
|
+
export type DisplayScalingMode = DisplayScalingMode.Default | DisplayScalingMode.Legacy | DisplayScalingMode.Responsive;
|
|
10977
11096
|
/**
|
|
10978
11097
|
* This enum is used with `GuiService.ViewportDisplaySize` to indicate the internally-categorized rendering size of the viewport.
|
|
10979
11098
|
*
|
|
@@ -11640,6 +11759,42 @@ declare namespace Enum {
|
|
|
11640
11759
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ElasticBehavior | undefined;
|
|
11641
11760
|
}
|
|
11642
11761
|
export type ElasticBehavior = ElasticBehavior.WhenScrollable | ElasticBehavior.Always | ElasticBehavior.Never;
|
|
11762
|
+
/**
|
|
11763
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder)
|
|
11764
|
+
*/
|
|
11765
|
+
export namespace EngineFolder {
|
|
11766
|
+
/**
|
|
11767
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder#Screenshots)
|
|
11768
|
+
*/
|
|
11769
|
+
export interface Screenshots extends globalThis.EnumItem {
|
|
11770
|
+
Name: "Screenshots";
|
|
11771
|
+
Value: 0;
|
|
11772
|
+
EnumType: typeof globalThis.Enum.EngineFolder;
|
|
11773
|
+
}
|
|
11774
|
+
export const Screenshots: Screenshots;
|
|
11775
|
+
/**
|
|
11776
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder#Videos)
|
|
11777
|
+
*/
|
|
11778
|
+
export interface Videos extends globalThis.EnumItem {
|
|
11779
|
+
Name: "Videos";
|
|
11780
|
+
Value: 1;
|
|
11781
|
+
EnumType: typeof globalThis.Enum.EngineFolder;
|
|
11782
|
+
}
|
|
11783
|
+
export const Videos: Videos;
|
|
11784
|
+
/**
|
|
11785
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder#Logs)
|
|
11786
|
+
*/
|
|
11787
|
+
export interface Logs extends globalThis.EnumItem {
|
|
11788
|
+
Name: "Logs";
|
|
11789
|
+
Value: 2;
|
|
11790
|
+
EnumType: typeof globalThis.Enum.EngineFolder;
|
|
11791
|
+
}
|
|
11792
|
+
export const Logs: Logs;
|
|
11793
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.EngineFolder>;
|
|
11794
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.EngineFolder | undefined;
|
|
11795
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EngineFolder | undefined;
|
|
11796
|
+
}
|
|
11797
|
+
export type EngineFolder = EngineFolder.Screenshots | EngineFolder.Videos | EngineFolder.Logs;
|
|
11643
11798
|
/**
|
|
11644
11799
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle)
|
|
11645
11800
|
*/
|
|
@@ -18440,7 +18595,7 @@ declare namespace Enum {
|
|
|
18440
18595
|
}
|
|
18441
18596
|
export const LeftMeta: LeftMeta;
|
|
18442
18597
|
/**
|
|
18443
|
-
* The left side `Super` key. Better known as the Windows key or Cmd key.
|
|
18598
|
+
* The left side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
18444
18599
|
*
|
|
18445
18600
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftSuper)
|
|
18446
18601
|
*/
|
|
@@ -18451,7 +18606,7 @@ declare namespace Enum {
|
|
|
18451
18606
|
}
|
|
18452
18607
|
export const LeftSuper: LeftSuper;
|
|
18453
18608
|
/**
|
|
18454
|
-
* The right side `Super` key. Better known as the Windows key or Cmd key.
|
|
18609
|
+
* The right side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
18455
18610
|
*
|
|
18456
18611
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightSuper)
|
|
18457
18612
|
*/
|
|
@@ -18896,6 +19051,8 @@ declare namespace Enum {
|
|
|
18896
19051
|
}
|
|
18897
19052
|
export const MousePosition: MousePosition;
|
|
18898
19053
|
/**
|
|
19054
|
+
* The position of a touch in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
19055
|
+
*
|
|
18899
19056
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Touch)
|
|
18900
19057
|
*/
|
|
18901
19058
|
export interface Touch extends globalThis.EnumItem {
|
|
@@ -18904,6 +19061,33 @@ declare namespace Enum {
|
|
|
18904
19061
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18905
19062
|
}
|
|
18906
19063
|
export const Touch: Touch;
|
|
19064
|
+
/**
|
|
19065
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseWheel)
|
|
19066
|
+
*/
|
|
19067
|
+
export interface MouseWheel extends globalThis.EnumItem {
|
|
19068
|
+
Name: "MouseWheel";
|
|
19069
|
+
Value: 1035;
|
|
19070
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19071
|
+
}
|
|
19072
|
+
export const MouseWheel: MouseWheel;
|
|
19073
|
+
/**
|
|
19074
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPan)
|
|
19075
|
+
*/
|
|
19076
|
+
export interface TrackpadPan extends globalThis.EnumItem {
|
|
19077
|
+
Name: "TrackpadPan";
|
|
19078
|
+
Value: 1040;
|
|
19079
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19080
|
+
}
|
|
19081
|
+
export const TrackpadPan: TrackpadPan;
|
|
19082
|
+
/**
|
|
19083
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPinch)
|
|
19084
|
+
*/
|
|
19085
|
+
export interface TrackpadPinch extends globalThis.EnumItem {
|
|
19086
|
+
Name: "TrackpadPinch";
|
|
19087
|
+
Value: 1045;
|
|
19088
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19089
|
+
}
|
|
19090
|
+
export const TrackpadPinch: TrackpadPinch;
|
|
18907
19091
|
/**
|
|
18908
19092
|
* **Deprecated:**
|
|
18909
19093
|
*
|
|
@@ -20008,7 +20192,7 @@ declare namespace Enum {
|
|
|
20008
20192
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20009
20193
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20010
20194
|
}
|
|
20011
|
-
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.Touch | 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;
|
|
20195
|
+
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.Touch | KeyCode.MouseWheel | KeyCode.TrackpadPan | KeyCode.TrackpadPinch | 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;
|
|
20012
20196
|
/**
|
|
20013
20197
|
* Describes the interpolation method between two keys.
|
|
20014
20198
|
*
|
|
@@ -26871,11 +27055,20 @@ declare namespace Enum {
|
|
|
26871
27055
|
EnumType: typeof globalThis.Enum.ReservedHighlightId;
|
|
26872
27056
|
}
|
|
26873
27057
|
export const Active: Active;
|
|
27058
|
+
/**
|
|
27059
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReservedHighlightId#NegatedPart)
|
|
27060
|
+
*/
|
|
27061
|
+
export interface NegatedPart extends globalThis.EnumItem {
|
|
27062
|
+
Name: "NegatedPart";
|
|
27063
|
+
Value: 1048576;
|
|
27064
|
+
EnumType: typeof globalThis.Enum.ReservedHighlightId;
|
|
27065
|
+
}
|
|
27066
|
+
export const NegatedPart: NegatedPart;
|
|
26874
27067
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ReservedHighlightId>;
|
|
26875
27068
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ReservedHighlightId | undefined;
|
|
26876
27069
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ReservedHighlightId | undefined;
|
|
26877
27070
|
}
|
|
26878
|
-
export type ReservedHighlightId = ReservedHighlightId.Standard | ReservedHighlightId.Selection | ReservedHighlightId.Hover | ReservedHighlightId.Active;
|
|
27071
|
+
export type ReservedHighlightId = ReservedHighlightId.Standard | ReservedHighlightId.Selection | ReservedHighlightId.Hover | ReservedHighlightId.Active | ReservedHighlightId.NegatedPart;
|
|
26879
27072
|
/**
|
|
26880
27073
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RestPose)
|
|
26881
27074
|
*/
|
|
@@ -29144,11 +29337,173 @@ declare namespace Enum {
|
|
|
29144
29337
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29145
29338
|
}
|
|
29146
29339
|
export const RemoteCommand: RemoteCommand;
|
|
29340
|
+
/**
|
|
29341
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetRead)
|
|
29342
|
+
*/
|
|
29343
|
+
export interface AssetRead extends globalThis.EnumItem {
|
|
29344
|
+
Name: "AssetRead";
|
|
29345
|
+
Value: 33;
|
|
29346
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29347
|
+
}
|
|
29348
|
+
export const AssetRead: AssetRead;
|
|
29349
|
+
/**
|
|
29350
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetManagement)
|
|
29351
|
+
*/
|
|
29352
|
+
export interface AssetManagement extends globalThis.EnumItem {
|
|
29353
|
+
Name: "AssetManagement";
|
|
29354
|
+
Value: 34;
|
|
29355
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29356
|
+
}
|
|
29357
|
+
export const AssetManagement: AssetManagement;
|
|
29358
|
+
/**
|
|
29359
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#DynamicGeneration)
|
|
29360
|
+
*/
|
|
29361
|
+
export interface DynamicGeneration extends globalThis.EnumItem {
|
|
29362
|
+
Name: "DynamicGeneration";
|
|
29363
|
+
Value: 35;
|
|
29364
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29365
|
+
}
|
|
29366
|
+
export const DynamicGeneration: DynamicGeneration;
|
|
29367
|
+
/**
|
|
29368
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#PlatformAvatarEditing)
|
|
29369
|
+
*/
|
|
29370
|
+
export interface PlatformAvatarEditing extends globalThis.EnumItem {
|
|
29371
|
+
Name: "PlatformAvatarEditing";
|
|
29372
|
+
Value: 36;
|
|
29373
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29374
|
+
}
|
|
29375
|
+
export const PlatformAvatarEditing: PlatformAvatarEditing;
|
|
29376
|
+
/**
|
|
29377
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetCreateUpdate)
|
|
29378
|
+
*/
|
|
29379
|
+
export interface AssetCreateUpdate extends globalThis.EnumItem {
|
|
29380
|
+
Name: "AssetCreateUpdate";
|
|
29381
|
+
Value: 37;
|
|
29382
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29383
|
+
}
|
|
29384
|
+
export const AssetCreateUpdate: AssetCreateUpdate;
|
|
29385
|
+
/**
|
|
29386
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Capture)
|
|
29387
|
+
*/
|
|
29388
|
+
export interface Capture extends globalThis.EnumItem {
|
|
29389
|
+
Name: "Capture";
|
|
29390
|
+
Value: 38;
|
|
29391
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29392
|
+
}
|
|
29393
|
+
export const Capture: Capture;
|
|
29394
|
+
/**
|
|
29395
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#SensitiveInput)
|
|
29396
|
+
*/
|
|
29397
|
+
export interface SensitiveInput extends globalThis.EnumItem {
|
|
29398
|
+
Name: "SensitiveInput";
|
|
29399
|
+
Value: 39;
|
|
29400
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29401
|
+
}
|
|
29402
|
+
export const SensitiveInput: SensitiveInput;
|
|
29403
|
+
/**
|
|
29404
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Monetization)
|
|
29405
|
+
*/
|
|
29406
|
+
export interface Monetization extends globalThis.EnumItem {
|
|
29407
|
+
Name: "Monetization";
|
|
29408
|
+
Value: 40;
|
|
29409
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29410
|
+
}
|
|
29411
|
+
export const Monetization: Monetization;
|
|
29412
|
+
/**
|
|
29413
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#LoadOwnedAsset)
|
|
29414
|
+
*/
|
|
29415
|
+
export interface LoadOwnedAsset extends globalThis.EnumItem {
|
|
29416
|
+
Name: "LoadOwnedAsset";
|
|
29417
|
+
Value: 41;
|
|
29418
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29419
|
+
}
|
|
29420
|
+
export const LoadOwnedAsset: LoadOwnedAsset;
|
|
29421
|
+
/**
|
|
29422
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Social)
|
|
29423
|
+
*/
|
|
29424
|
+
export interface Social extends globalThis.EnumItem {
|
|
29425
|
+
Name: "Social";
|
|
29426
|
+
Value: 42;
|
|
29427
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29428
|
+
}
|
|
29429
|
+
export const Social: Social;
|
|
29430
|
+
/**
|
|
29431
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#ServerCommunication)
|
|
29432
|
+
*/
|
|
29433
|
+
export interface ServerCommunication extends globalThis.EnumItem {
|
|
29434
|
+
Name: "ServerCommunication";
|
|
29435
|
+
Value: 43;
|
|
29436
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29437
|
+
}
|
|
29438
|
+
export const ServerCommunication: ServerCommunication;
|
|
29439
|
+
/**
|
|
29440
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Logging)
|
|
29441
|
+
*/
|
|
29442
|
+
export interface Logging extends globalThis.EnumItem {
|
|
29443
|
+
Name: "Logging";
|
|
29444
|
+
Value: 44;
|
|
29445
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29446
|
+
}
|
|
29447
|
+
export const Logging: Logging;
|
|
29448
|
+
/**
|
|
29449
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#PromptExternalPurchase)
|
|
29450
|
+
*/
|
|
29451
|
+
export interface PromptExternalPurchase extends globalThis.EnumItem {
|
|
29452
|
+
Name: "PromptExternalPurchase";
|
|
29453
|
+
Value: 45;
|
|
29454
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29455
|
+
}
|
|
29456
|
+
export const PromptExternalPurchase: PromptExternalPurchase;
|
|
29457
|
+
/**
|
|
29458
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Groups)
|
|
29459
|
+
*/
|
|
29460
|
+
export interface Groups extends globalThis.EnumItem {
|
|
29461
|
+
Name: "Groups";
|
|
29462
|
+
Value: 46;
|
|
29463
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29464
|
+
}
|
|
29465
|
+
export const Groups: Groups;
|
|
29466
|
+
/**
|
|
29467
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Teleport)
|
|
29468
|
+
*/
|
|
29469
|
+
export interface Teleport extends globalThis.EnumItem {
|
|
29470
|
+
Name: "Teleport";
|
|
29471
|
+
Value: 47;
|
|
29472
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29473
|
+
}
|
|
29474
|
+
export const Teleport: Teleport;
|
|
29475
|
+
/**
|
|
29476
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Consequences)
|
|
29477
|
+
*/
|
|
29478
|
+
export interface Consequences extends globalThis.EnumItem {
|
|
29479
|
+
Name: "Consequences";
|
|
29480
|
+
Value: 48;
|
|
29481
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29482
|
+
}
|
|
29483
|
+
export const Consequences: Consequences;
|
|
29484
|
+
/**
|
|
29485
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Material)
|
|
29486
|
+
*/
|
|
29487
|
+
export interface Material extends globalThis.EnumItem {
|
|
29488
|
+
Name: "Material";
|
|
29489
|
+
Value: 49;
|
|
29490
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29491
|
+
}
|
|
29492
|
+
export const Material: Material;
|
|
29493
|
+
/**
|
|
29494
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AvatarBehavior)
|
|
29495
|
+
*/
|
|
29496
|
+
export interface AvatarBehavior extends globalThis.EnumItem {
|
|
29497
|
+
Name: "AvatarBehavior";
|
|
29498
|
+
Value: 50;
|
|
29499
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29500
|
+
}
|
|
29501
|
+
export const AvatarBehavior: AvatarBehavior;
|
|
29147
29502
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SecurityCapability>;
|
|
29148
29503
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SecurityCapability | undefined;
|
|
29149
29504
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SecurityCapability | undefined;
|
|
29150
29505
|
}
|
|
29151
|
-
export type SecurityCapability = SecurityCapability.RunClientScript | SecurityCapability.RunServerScript | SecurityCapability.AccessOutsideWrite | SecurityCapability.AssetRequire | SecurityCapability.LoadString | SecurityCapability.ScriptGlobals | SecurityCapability.CreateInstances | SecurityCapability.Basic | SecurityCapability.Audio | SecurityCapability.DataStore | SecurityCapability.Network | SecurityCapability.Physics | SecurityCapability.UI | SecurityCapability.CSG | SecurityCapability.Chat | SecurityCapability.Animation | SecurityCapability.Avatar | SecurityCapability.Input | SecurityCapability.Environment | SecurityCapability.RemoteEvent | SecurityCapability.LegacySound | SecurityCapability.Players | SecurityCapability.CapabilityControl | SecurityCapability.Plugin | SecurityCapability.LocalUser | SecurityCapability.WritePlayer | SecurityCapability.RobloxScript | SecurityCapability.RobloxEngine | SecurityCapability.Unassigned | SecurityCapability.InternalTest | SecurityCapability.PluginOrOpenCloud | SecurityCapability.Assistant | SecurityCapability.RemoteCommand;
|
|
29506
|
+
export type SecurityCapability = SecurityCapability.RunClientScript | SecurityCapability.RunServerScript | SecurityCapability.AccessOutsideWrite | SecurityCapability.AssetRequire | SecurityCapability.LoadString | SecurityCapability.ScriptGlobals | SecurityCapability.CreateInstances | SecurityCapability.Basic | SecurityCapability.Audio | SecurityCapability.DataStore | SecurityCapability.Network | SecurityCapability.Physics | SecurityCapability.UI | SecurityCapability.CSG | SecurityCapability.Chat | SecurityCapability.Animation | SecurityCapability.Avatar | SecurityCapability.Input | SecurityCapability.Environment | SecurityCapability.RemoteEvent | SecurityCapability.LegacySound | SecurityCapability.Players | SecurityCapability.CapabilityControl | SecurityCapability.Plugin | SecurityCapability.LocalUser | SecurityCapability.WritePlayer | SecurityCapability.RobloxScript | SecurityCapability.RobloxEngine | SecurityCapability.Unassigned | SecurityCapability.InternalTest | SecurityCapability.PluginOrOpenCloud | SecurityCapability.Assistant | SecurityCapability.RemoteCommand | SecurityCapability.AssetRead | SecurityCapability.AssetManagement | SecurityCapability.DynamicGeneration | SecurityCapability.PlatformAvatarEditing | SecurityCapability.AssetCreateUpdate | SecurityCapability.Capture | SecurityCapability.SensitiveInput | SecurityCapability.Monetization | SecurityCapability.LoadOwnedAsset | SecurityCapability.Social | SecurityCapability.ServerCommunication | SecurityCapability.Logging | SecurityCapability.PromptExternalPurchase | SecurityCapability.Groups | SecurityCapability.Teleport | SecurityCapability.Consequences | SecurityCapability.Material | SecurityCapability.AvatarBehavior;
|
|
29152
29507
|
/**
|
|
29153
29508
|
* Customization options for gamepad selection when `GuiBase2d.SelectionGroup` is true.
|
|
29154
29509
|
*
|