@rbxts/types 1.0.836 → 1.0.838
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 +1518 -46
- package/include/generated/PluginSecurity.d.ts +350 -1
- package/include/generated/enums.d.ts +246 -9
- package/package.json +1 -1
|
@@ -5112,6 +5112,42 @@ declare namespace Enum {
|
|
|
5112
5112
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CameraType | undefined;
|
|
5113
5113
|
}
|
|
5114
5114
|
export type CameraType = CameraType.Fixed | CameraType.Attach | CameraType.Watch | CameraType.Track | CameraType.Follow | CameraType.Custom | CameraType.Scriptable | CameraType.Orbital;
|
|
5115
|
+
/**
|
|
5116
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureUIHideMode)
|
|
5117
|
+
*/
|
|
5118
|
+
export namespace CaptureUIHideMode {
|
|
5119
|
+
/**
|
|
5120
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureUIHideMode#All)
|
|
5121
|
+
*/
|
|
5122
|
+
export interface All extends globalThis.EnumItem {
|
|
5123
|
+
Name: "All";
|
|
5124
|
+
Value: 0;
|
|
5125
|
+
EnumType: typeof globalThis.Enum.CaptureUIHideMode;
|
|
5126
|
+
}
|
|
5127
|
+
export const All: All;
|
|
5128
|
+
/**
|
|
5129
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureUIHideMode#None)
|
|
5130
|
+
*/
|
|
5131
|
+
export interface None extends globalThis.EnumItem {
|
|
5132
|
+
Name: "None";
|
|
5133
|
+
Value: 1;
|
|
5134
|
+
EnumType: typeof globalThis.Enum.CaptureUIHideMode;
|
|
5135
|
+
}
|
|
5136
|
+
export const None: None;
|
|
5137
|
+
/**
|
|
5138
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CaptureUIHideMode#Core)
|
|
5139
|
+
*/
|
|
5140
|
+
export interface Core extends globalThis.EnumItem {
|
|
5141
|
+
Name: "Core";
|
|
5142
|
+
Value: 2;
|
|
5143
|
+
EnumType: typeof globalThis.Enum.CaptureUIHideMode;
|
|
5144
|
+
}
|
|
5145
|
+
export const Core: Core;
|
|
5146
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CaptureUIHideMode>;
|
|
5147
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CaptureUIHideMode | undefined;
|
|
5148
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CaptureUIHideMode | undefined;
|
|
5149
|
+
}
|
|
5150
|
+
export type CaptureUIHideMode = CaptureUIHideMode.All | CaptureUIHideMode.None | CaptureUIHideMode.Core;
|
|
5115
5151
|
/**
|
|
5116
5152
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CatalogCategoryFilter)
|
|
5117
5153
|
*/
|
|
@@ -7233,6 +7269,24 @@ declare namespace Enum {
|
|
|
7233
7269
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
7234
7270
|
}
|
|
7235
7271
|
export const PhantomFreeze: PhantomFreeze;
|
|
7272
|
+
/**
|
|
7273
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#AndroidAnticheatKick)
|
|
7274
|
+
*/
|
|
7275
|
+
export interface AndroidAnticheatKick extends globalThis.EnumItem {
|
|
7276
|
+
Name: "AndroidAnticheatKick";
|
|
7277
|
+
Value: 304;
|
|
7278
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
7279
|
+
}
|
|
7280
|
+
export const AndroidAnticheatKick: AndroidAnticheatKick;
|
|
7281
|
+
/**
|
|
7282
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#AndroidEmulatorKick)
|
|
7283
|
+
*/
|
|
7284
|
+
export interface AndroidEmulatorKick extends globalThis.EnumItem {
|
|
7285
|
+
Name: "AndroidEmulatorKick";
|
|
7286
|
+
Value: 305;
|
|
7287
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
7288
|
+
}
|
|
7289
|
+
export const AndroidEmulatorKick: AndroidEmulatorKick;
|
|
7236
7290
|
/**
|
|
7237
7291
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchErrors)
|
|
7238
7292
|
*/
|
|
@@ -7462,7 +7516,7 @@ declare namespace Enum {
|
|
|
7462
7516
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
7463
7517
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
7464
7518
|
}
|
|
7465
|
-
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | 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.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;
|
|
7519
|
+
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | 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.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;
|
|
7466
7520
|
/**
|
|
7467
7521
|
* Used to determine the connection state of the client to the game server.
|
|
7468
7522
|
*
|
|
@@ -10550,7 +10604,7 @@ declare namespace Enum {
|
|
|
10550
10604
|
}
|
|
10551
10605
|
export const Legacy: Legacy;
|
|
10552
10606
|
/**
|
|
10553
|
-
* Arial has been removed from Roblox.
|
|
10607
|
+
* Arial has been removed from Roblox. Using Arial will map to Arimo.
|
|
10554
10608
|
*
|
|
10555
10609
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#Arial)
|
|
10556
10610
|
*/
|
|
@@ -10561,7 +10615,7 @@ declare namespace Enum {
|
|
|
10561
10615
|
}
|
|
10562
10616
|
export const Arial: Arial;
|
|
10563
10617
|
/**
|
|
10564
|
-
* Arial has been removed from Roblox.
|
|
10618
|
+
* Arial has been removed from Roblox. Using Arial will map to Arimo.
|
|
10565
10619
|
*
|
|
10566
10620
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#ArialBold)
|
|
10567
10621
|
*/
|
|
@@ -10726,7 +10780,7 @@ declare namespace Enum {
|
|
|
10726
10780
|
}
|
|
10727
10781
|
export const SourceSansSemibold: SourceSansSemibold;
|
|
10728
10782
|
/**
|
|
10729
|
-
* Gotham has been removed from Roblox.
|
|
10783
|
+
* Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
|
|
10730
10784
|
*
|
|
10731
10785
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#Gotham)
|
|
10732
10786
|
*/
|
|
@@ -10741,7 +10795,7 @@ declare namespace Enum {
|
|
|
10741
10795
|
*/
|
|
10742
10796
|
export const Montserrat: Gotham;
|
|
10743
10797
|
/**
|
|
10744
|
-
* Gotham has been removed from Roblox.
|
|
10798
|
+
* Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
|
|
10745
10799
|
*
|
|
10746
10800
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamMedium)
|
|
10747
10801
|
*/
|
|
@@ -10760,7 +10814,7 @@ declare namespace Enum {
|
|
|
10760
10814
|
*/
|
|
10761
10815
|
export const MontserratMedium: GothamMedium;
|
|
10762
10816
|
/**
|
|
10763
|
-
* Gotham has been removed from Roblox.
|
|
10817
|
+
* Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
|
|
10764
10818
|
*
|
|
10765
10819
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamBold)
|
|
10766
10820
|
*/
|
|
@@ -10775,7 +10829,7 @@ declare namespace Enum {
|
|
|
10775
10829
|
*/
|
|
10776
10830
|
export const MontserratBold: GothamBold;
|
|
10777
10831
|
/**
|
|
10778
|
-
* Gotham has been removed from Roblox.
|
|
10832
|
+
* Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
|
|
10779
10833
|
*
|
|
10780
10834
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Font#GothamBlack)
|
|
10781
10835
|
*/
|
|
@@ -13884,6 +13938,42 @@ declare namespace Enum {
|
|
|
13884
13938
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InitialDockState | undefined;
|
|
13885
13939
|
}
|
|
13886
13940
|
export type InitialDockState = InitialDockState.Top | InitialDockState.Bottom | InitialDockState.Left | InitialDockState.Right | InitialDockState.Float;
|
|
13941
|
+
/**
|
|
13942
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType)
|
|
13943
|
+
*/
|
|
13944
|
+
export namespace InputActionType {
|
|
13945
|
+
/**
|
|
13946
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Bool)
|
|
13947
|
+
*/
|
|
13948
|
+
export interface Bool extends globalThis.EnumItem {
|
|
13949
|
+
Name: "Bool";
|
|
13950
|
+
Value: 0;
|
|
13951
|
+
EnumType: typeof globalThis.Enum.InputActionType;
|
|
13952
|
+
}
|
|
13953
|
+
export const Bool: Bool;
|
|
13954
|
+
/**
|
|
13955
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Float)
|
|
13956
|
+
*/
|
|
13957
|
+
export interface Float extends globalThis.EnumItem {
|
|
13958
|
+
Name: "Float";
|
|
13959
|
+
Value: 1;
|
|
13960
|
+
EnumType: typeof globalThis.Enum.InputActionType;
|
|
13961
|
+
}
|
|
13962
|
+
export const Float: Float;
|
|
13963
|
+
/**
|
|
13964
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InputActionType#Direction2D)
|
|
13965
|
+
*/
|
|
13966
|
+
export interface Direction2D extends globalThis.EnumItem {
|
|
13967
|
+
Name: "Direction2D";
|
|
13968
|
+
Value: 2;
|
|
13969
|
+
EnumType: typeof globalThis.Enum.InputActionType;
|
|
13970
|
+
}
|
|
13971
|
+
export const Direction2D: Direction2D;
|
|
13972
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.InputActionType>;
|
|
13973
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InputActionType | undefined;
|
|
13974
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InputActionType | undefined;
|
|
13975
|
+
}
|
|
13976
|
+
export type InputActionType = InputActionType.Bool | InputActionType.Float | InputActionType.Direction2D;
|
|
13887
13977
|
/**
|
|
13888
13978
|
* The InputType Enum controls the SurfaceInputs of `Part`.
|
|
13889
13979
|
*
|
|
@@ -13972,6 +14062,24 @@ declare namespace Enum {
|
|
|
13972
14062
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InputType | undefined;
|
|
13973
14063
|
}
|
|
13974
14064
|
export type InputType = InputType.NoInput | InputType.Constant | InputType.Sin;
|
|
14065
|
+
/**
|
|
14066
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/IntermediateMeshGenerationResult)
|
|
14067
|
+
*/
|
|
14068
|
+
export namespace IntermediateMeshGenerationResult {
|
|
14069
|
+
/**
|
|
14070
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/IntermediateMeshGenerationResult#HighQualityMesh)
|
|
14071
|
+
*/
|
|
14072
|
+
export interface HighQualityMesh extends globalThis.EnumItem {
|
|
14073
|
+
Name: "HighQualityMesh";
|
|
14074
|
+
Value: 0;
|
|
14075
|
+
EnumType: typeof globalThis.Enum.IntermediateMeshGenerationResult;
|
|
14076
|
+
}
|
|
14077
|
+
export const HighQualityMesh: HighQualityMesh;
|
|
14078
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.IntermediateMeshGenerationResult>;
|
|
14079
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.IntermediateMeshGenerationResult | undefined;
|
|
14080
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.IntermediateMeshGenerationResult | undefined;
|
|
14081
|
+
}
|
|
14082
|
+
export type IntermediateMeshGenerationResult = IntermediateMeshGenerationResult.HighQualityMesh;
|
|
13975
14083
|
/**
|
|
13976
14084
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InterpolationThrottlingMode)
|
|
13977
14085
|
*/
|
|
@@ -18133,6 +18241,42 @@ declare namespace Enum {
|
|
|
18133
18241
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MarkupKind | undefined;
|
|
18134
18242
|
}
|
|
18135
18243
|
export type MarkupKind = MarkupKind.PlainText | MarkupKind.Markdown;
|
|
18244
|
+
/**
|
|
18245
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MatchmakingType)
|
|
18246
|
+
*/
|
|
18247
|
+
export namespace MatchmakingType {
|
|
18248
|
+
/**
|
|
18249
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MatchmakingType#Default)
|
|
18250
|
+
*/
|
|
18251
|
+
export interface Default extends globalThis.EnumItem {
|
|
18252
|
+
Name: "Default";
|
|
18253
|
+
Value: 1;
|
|
18254
|
+
EnumType: typeof globalThis.Enum.MatchmakingType;
|
|
18255
|
+
}
|
|
18256
|
+
export const Default: Default;
|
|
18257
|
+
/**
|
|
18258
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MatchmakingType#XboxOnly)
|
|
18259
|
+
*/
|
|
18260
|
+
export interface XboxOnly extends globalThis.EnumItem {
|
|
18261
|
+
Name: "XboxOnly";
|
|
18262
|
+
Value: 2;
|
|
18263
|
+
EnumType: typeof globalThis.Enum.MatchmakingType;
|
|
18264
|
+
}
|
|
18265
|
+
export const XboxOnly: XboxOnly;
|
|
18266
|
+
/**
|
|
18267
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MatchmakingType#PlayStationOnly)
|
|
18268
|
+
*/
|
|
18269
|
+
export interface PlayStationOnly extends globalThis.EnumItem {
|
|
18270
|
+
Name: "PlayStationOnly";
|
|
18271
|
+
Value: 3;
|
|
18272
|
+
EnumType: typeof globalThis.Enum.MatchmakingType;
|
|
18273
|
+
}
|
|
18274
|
+
export const PlayStationOnly: PlayStationOnly;
|
|
18275
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.MatchmakingType>;
|
|
18276
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.MatchmakingType | undefined;
|
|
18277
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MatchmakingType | undefined;
|
|
18278
|
+
}
|
|
18279
|
+
export type MatchmakingType = MatchmakingType.Default | MatchmakingType.XboxOnly | MatchmakingType.PlayStationOnly;
|
|
18136
18280
|
/**
|
|
18137
18281
|
* Materials used for parts and/or terrain.
|
|
18138
18282
|
*
|
|
@@ -21269,6 +21413,78 @@ declare namespace Enum {
|
|
|
21269
21413
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerChatType | undefined;
|
|
21270
21414
|
}
|
|
21271
21415
|
export type PlayerChatType = PlayerChatType.All | PlayerChatType.Team | PlayerChatType.Whisper;
|
|
21416
|
+
/**
|
|
21417
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataErrorState)
|
|
21418
|
+
*/
|
|
21419
|
+
export namespace PlayerDataErrorState {
|
|
21420
|
+
/**
|
|
21421
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataErrorState#LoadFailed)
|
|
21422
|
+
*/
|
|
21423
|
+
export interface LoadFailed extends globalThis.EnumItem {
|
|
21424
|
+
Name: "LoadFailed";
|
|
21425
|
+
Value: 0;
|
|
21426
|
+
EnumType: typeof globalThis.Enum.PlayerDataErrorState;
|
|
21427
|
+
}
|
|
21428
|
+
export const LoadFailed: LoadFailed;
|
|
21429
|
+
/**
|
|
21430
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataErrorState#FlushFailed)
|
|
21431
|
+
*/
|
|
21432
|
+
export interface FlushFailed extends globalThis.EnumItem {
|
|
21433
|
+
Name: "FlushFailed";
|
|
21434
|
+
Value: 1;
|
|
21435
|
+
EnumType: typeof globalThis.Enum.PlayerDataErrorState;
|
|
21436
|
+
}
|
|
21437
|
+
export const FlushFailed: FlushFailed;
|
|
21438
|
+
/**
|
|
21439
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataErrorState#None)
|
|
21440
|
+
*/
|
|
21441
|
+
export interface None extends globalThis.EnumItem {
|
|
21442
|
+
Name: "None";
|
|
21443
|
+
Value: 2;
|
|
21444
|
+
EnumType: typeof globalThis.Enum.PlayerDataErrorState;
|
|
21445
|
+
}
|
|
21446
|
+
export const None: None;
|
|
21447
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlayerDataErrorState>;
|
|
21448
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlayerDataErrorState | undefined;
|
|
21449
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerDataErrorState | undefined;
|
|
21450
|
+
}
|
|
21451
|
+
export type PlayerDataErrorState = PlayerDataErrorState.LoadFailed | PlayerDataErrorState.FlushFailed | PlayerDataErrorState.None;
|
|
21452
|
+
/**
|
|
21453
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataLoadFailureBehavior)
|
|
21454
|
+
*/
|
|
21455
|
+
export namespace PlayerDataLoadFailureBehavior {
|
|
21456
|
+
/**
|
|
21457
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataLoadFailureBehavior#Failure)
|
|
21458
|
+
*/
|
|
21459
|
+
export interface Failure extends globalThis.EnumItem {
|
|
21460
|
+
Name: "Failure";
|
|
21461
|
+
Value: 0;
|
|
21462
|
+
EnumType: typeof globalThis.Enum.PlayerDataLoadFailureBehavior;
|
|
21463
|
+
}
|
|
21464
|
+
export const Failure: Failure;
|
|
21465
|
+
/**
|
|
21466
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataLoadFailureBehavior#FallbackToDefault)
|
|
21467
|
+
*/
|
|
21468
|
+
export interface FallbackToDefault extends globalThis.EnumItem {
|
|
21469
|
+
Name: "FallbackToDefault";
|
|
21470
|
+
Value: 1;
|
|
21471
|
+
EnumType: typeof globalThis.Enum.PlayerDataLoadFailureBehavior;
|
|
21472
|
+
}
|
|
21473
|
+
export const FallbackToDefault: FallbackToDefault;
|
|
21474
|
+
/**
|
|
21475
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerDataLoadFailureBehavior#Kick)
|
|
21476
|
+
*/
|
|
21477
|
+
export interface Kick extends globalThis.EnumItem {
|
|
21478
|
+
Name: "Kick";
|
|
21479
|
+
Value: 2;
|
|
21480
|
+
EnumType: typeof globalThis.Enum.PlayerDataLoadFailureBehavior;
|
|
21481
|
+
}
|
|
21482
|
+
export const Kick: Kick;
|
|
21483
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlayerDataLoadFailureBehavior>;
|
|
21484
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlayerDataLoadFailureBehavior | undefined;
|
|
21485
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerDataLoadFailureBehavior | undefined;
|
|
21486
|
+
}
|
|
21487
|
+
export type PlayerDataLoadFailureBehavior = PlayerDataLoadFailureBehavior.Failure | PlayerDataLoadFailureBehavior.FallbackToDefault | PlayerDataLoadFailureBehavior.Kick;
|
|
21272
21488
|
/**
|
|
21273
21489
|
* Used exclusively by Pose.EasingDirection to specify direction of the EasingStyle curve.
|
|
21274
21490
|
*
|
|
@@ -21664,10 +21880,16 @@ declare namespace Enum {
|
|
|
21664
21880
|
}
|
|
21665
21881
|
export type ProductLocationRestriction = ProductLocationRestriction.AvatarShop | ProductLocationRestriction.AllowedGames | ProductLocationRestriction.AllGames;
|
|
21666
21882
|
/**
|
|
21883
|
+
* Enum which works with `MarketplaceService` to represent how the
|
|
21884
|
+
*
|
|
21885
|
+
* user acquired the developer product.
|
|
21886
|
+
*
|
|
21667
21887
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseChannel)
|
|
21668
21888
|
*/
|
|
21669
21889
|
export namespace ProductPurchaseChannel {
|
|
21670
21890
|
/**
|
|
21891
|
+
* The purchase was made inside of an experience.
|
|
21892
|
+
*
|
|
21671
21893
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseChannel#InExperience)
|
|
21672
21894
|
*/
|
|
21673
21895
|
export interface InExperience extends globalThis.EnumItem {
|
|
@@ -21677,6 +21899,8 @@ declare namespace Enum {
|
|
|
21677
21899
|
}
|
|
21678
21900
|
export const InExperience: InExperience;
|
|
21679
21901
|
/**
|
|
21902
|
+
* The purchase was made outside of an experience, on the **Store** tab of the experience details page.
|
|
21903
|
+
*
|
|
21680
21904
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseChannel#ExperienceDetailsPage)
|
|
21681
21905
|
*/
|
|
21682
21906
|
export interface ExperienceDetailsPage extends globalThis.EnumItem {
|
|
@@ -21686,6 +21910,8 @@ declare namespace Enum {
|
|
|
21686
21910
|
}
|
|
21687
21911
|
export const ExperienceDetailsPage: ExperienceDetailsPage;
|
|
21688
21912
|
/**
|
|
21913
|
+
* The product was rewarded to the user when they watched a video ad to completion.
|
|
21914
|
+
*
|
|
21689
21915
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseChannel#AdReward)
|
|
21690
21916
|
*/
|
|
21691
21917
|
export interface AdReward extends globalThis.EnumItem {
|
|
@@ -21695,6 +21921,8 @@ declare namespace Enum {
|
|
|
21695
21921
|
}
|
|
21696
21922
|
export const AdReward: AdReward;
|
|
21697
21923
|
/**
|
|
21924
|
+
* The user acquired the product as a benefit of purchasing commerce merchandise from the developer of the experience.
|
|
21925
|
+
*
|
|
21698
21926
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseChannel#CommerceProduct)
|
|
21699
21927
|
*/
|
|
21700
21928
|
export interface CommerceProduct extends globalThis.EnumItem {
|
|
@@ -21709,7 +21937,7 @@ declare namespace Enum {
|
|
|
21709
21937
|
}
|
|
21710
21938
|
export type ProductPurchaseChannel = ProductPurchaseChannel.InExperience | ProductPurchaseChannel.ExperienceDetailsPage | ProductPurchaseChannel.AdReward | ProductPurchaseChannel.CommerceProduct;
|
|
21711
21939
|
/**
|
|
21712
|
-
* The `ProductPurchaseDecisionEnum`
|
|
21940
|
+
* The `ProductPurchaseDecisionEnum` works with `MarketplaceService` to indicate the status of the sale of developer products.
|
|
21713
21941
|
*
|
|
21714
21942
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ProductPurchaseDecision)
|
|
21715
21943
|
*/
|
|
@@ -24921,11 +25149,20 @@ declare namespace Enum {
|
|
|
24921
25149
|
EnumType: typeof globalThis.Enum.ShowAdResult;
|
|
24922
25150
|
}
|
|
24923
25151
|
export const ShowInterrupted: ShowInterrupted;
|
|
25152
|
+
/**
|
|
25153
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ShowAdResult#InsufficientMemory)
|
|
25154
|
+
*/
|
|
25155
|
+
export interface InsufficientMemory extends globalThis.EnumItem {
|
|
25156
|
+
Name: "InsufficientMemory";
|
|
25157
|
+
Value: 6;
|
|
25158
|
+
EnumType: typeof globalThis.Enum.ShowAdResult;
|
|
25159
|
+
}
|
|
25160
|
+
export const InsufficientMemory: InsufficientMemory;
|
|
24924
25161
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ShowAdResult>;
|
|
24925
25162
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ShowAdResult | undefined;
|
|
24926
25163
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ShowAdResult | undefined;
|
|
24927
25164
|
}
|
|
24928
|
-
export type ShowAdResult = ShowAdResult.ShowCompleted | ShowAdResult.AdNotReady | ShowAdResult.AdAlreadyShowing | ShowAdResult.InternalError | ShowAdResult.ShowInterrupted;
|
|
25165
|
+
export type ShowAdResult = ShowAdResult.ShowCompleted | ShowAdResult.AdNotReady | ShowAdResult.AdAlreadyShowing | ShowAdResult.InternalError | ShowAdResult.ShowInterrupted | ShowAdResult.InsufficientMemory;
|
|
24929
25166
|
/**
|
|
24930
25167
|
* Determines when the engine resumes event handlers.
|
|
24931
25168
|
*
|